Device Firmware Update (DFU) tutorial

Hi,

Is there any tutorials or examples avaialble for adding DFU service? I would like to add DFU service for my application. I am using nRF52840 development board with S140 softdevice.

Thanks and looking forward resposne.

Thanks and Regards,

Sreejith

Parents Reply Children
  • It is nRF Connect Desktop --> Bluetooth Low Energy  (with Dongle), the peripheral application is with custom services and characteristics (I used the buttlonless dfu example as template and made a custom service and characteristics for dfu). In total I am able to do dfu by writing 0x01 in to my custom characteristics (trigger) so the peripheral switches to dfu mode. but the dfu icon not shows in my custom application but it appears after switching to dfu mode.

    -Sreejith

Related