DFU OTA within NRF Connect SDK using bluetooth, a smartphone and an nRF52840dk or an nRF52833dk

Dear Nordic, 

Let's say I have a blinky application altready flashed on a dk board that blinks one of the four leds.

I am trying to figure out how to build an application so that when I flash this application on the board using bluetooth from my smartphone it lights another led.  This is one of the simplest DFU update I can think about it.

I spent following your guide step by step but I don't find it really clear and I didn't managed to get anything working.

Developing with nRF52 Series — nRF Connect SDK 2.3.0 documentation (nordicsemi.com)

Can you please tell me if I have to code the first blinky application in a specific way so that it already broadcasts via bluetooth that the dk board can be updated?

Please I need to know all the steps you would take in order to successfully perform a DFU over the air using the nrf connect sdk, a smartphone and a development kit board.

Also, I am already familiar with zephyr and most of the tools and apps you provide: nRF Connect, nRF Toolbox, the Visual Studio code's plugin (nRF Connect)

Related