Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Softdevice separate from SDK example built binaries?

Do the examples in the SDK folder like ble_nus have their binaries with softdevice already? I'm a newbie in Nordic and using the BLE NUS example with nRF52-DK to learn as well as SDK 15. I can connect to the BLE chip using my smartphone and send data to it.

However, as I'm reading through the forum questions, I'm reading about softdevice being separate and has to be flashed separately or merged with something. AFAIK softdevice has the core BLE functionality but if it's not yet with my built ble_nus binary then how is it that my ble_nus firmware is working? I tried to read more from the forum about this but I've became more confused.  I don't understand. Is softdevice already in my ble_nus binary, or I have to take account of it separate from the ble_nus example project?  So aside from downloading (through SES) the project binary to the nRF52-DK I still have to do something regarding softdevice?

Related