Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
I have the nRF Hw v2, and it seems like I did something wrong with a Fw:
nRF is recognizable by a computer as the COM10/11/12 device:
Most of the nRF Connect Desktop...
This should be a quick question. I really am just wondering if any part of the nRF Connect BLE library or examples use the UICR space?
The library is more the question,...
Hello when I build an application on VS Code, the terminal give this error :
warning: UPDATEABLE_IMAGE_NUMBER (defined at C:/ncs/v2.8.0/nrf\samples\common\mcumgr_bt_ota_dfu...
Hi there!
I'm in the process of updating our codebase from 2.4.0 to 2.6.4. We are using the nRF52840. My plan is to do this step-wise, following the migration guides for...
The subject issue is documented here as " NCSDK-20567: Partitioning limitation with MCUboot swap move": This issue has been open for while. These two DevZone tickets refer...
Hi,
I would like to ask about the future plans for Zigbee development, as the current situation is a bit confusing.
From what I’ve observed, Zigbee R22 has been deprecated...
Performing a DFU with an iPhone works in some configurations and fails in other. Android consistently works.
The failing version of iOS is:
iPhone 12 mini
iPhone 13...
Hello,
Power failure while flashing an nRF52840 based platform (flashed through nRF52840DK) left the unit not accessible.
Any attempt to flash it, erase it or recover...
For "BLE Central" sample:
I get the same problem when I want to get the BLE devices' name
the "BLE Central" can only get 31-Bytes adv data in "device_found()" callback...
Hi,
Currently I use a custom linker section for my code.
.my_code_section : { PROVIDE(__my_code_section_start = .); KEEP(*(.my_code_section)) PROVIDE(__my_code_section_end...
Hi,
I noticed an issue with CONFIG_NET_L2_OPENTHREAD=y in my project, and I prepared a newer, simpler project to investigate in the issue.
The new program simply sets...
Hello, I'm building the sample Measure battery voltage on a custom board, and I have an error voltage: setup: -134 at runtime. The overlay file is configure as explained in...
Hello.
Thank you very much for releasing nRF Connect SDK v3.0.0-preview1.
I quickly tried the sample program, and while the build was successful, I encountered an issue...
Product: nRF54L15DK, SDK V2.9.0
Application: Multi protocol (BLE + Matter/Thread) Door Lock
Issue: BLE bonding is not retained after power cycles. The mobile app requests...