This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52840 Dongle Versions and boot log

I am trying to understand why when I connect the nRF52840 Dongle using nRF Desktop I get this message in the log:

2020-02-26T23:12:13.293Z INFO Connectivity firmware version: ble-connectivity 4.1.1+May-07-2019-15-12-18. SoftDevice API version: 3. Baud rate: 1000000.

  1. Should it not show ble-connectivity 5.x?
  2. Also what version should NRF_SD_BLE_API_VERSION be?

I am using SDK nRF5_SDK_16.0.0_98a08e2. The dongle is stamped with PCA10059 board and I assume I should be using S140. I want to use BLE 5.x.

In my project I have these defines, but not sure about NRF_SD_BLE_API_VERSION.

"BOARD_PCA10059",
"CONFIG_GPIO_AS_PINRESET",
"INITIALIZE_USER_SECTIONS",
"FLOAT_ABI_HARD",
"NRF52",

"NRF52840_XXAA",
"NRF_SD_BLE_API_VERSION=6",
"S140",
"SOFTDEVICE_PRESENT",
"SWI_DISABLE0"
Parents Reply Children
Related