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

Need information of packet format and specifications for the various stages of the DFU

Hi,
We are using nrf51822 in our device and Device firmware update is implemented in it and we are being able to do the device firmware upgrade by using nrfConnect app.
Now the requirement is to be able to do the OTA DFU using nodejs code and using noble(not via serial). We wanted to know the packet specifications for the various stages of the DFU since its part of the SDK 
1. Reading firmware version
2. Jumping to bootloader mode
3. Control init 
3. Data write

Thanks

Related