Hi,
I'm trying to program the nRF52840 Dongle (PCA10059, 2.1.1, 2023.26). I modified the Bluetooth: Central UART sample to use USB instead of UART and built it for the dongle (nrf52840dongle/nrf52840) using nRF Connect SDK 3.1.1 and Toolchain 3.1.1.
I program the dongle using nRF Connect for Desktop Programmer app, putting it into bootloader mode by pressing the reset button and then writing the generated build\merged.hex file.
After programming, other parts of the application work as expected, but BLE does not, the application appears to hang at bt_enable().
Do I need to program a BLE SoftDevice separately, or am I missing some board-specific configuration to enable Bluetooth on the dongle? Is programming via the USB bootloader + Programmer sufficient for BLE applications, or should a different flashing method be used? Any guidance or pointers would be greatly appreciated.
Thanks!
Best,
Adnan