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
  • HI,

    Is this usual error? I meant when I add with bootloader does it solve?

    When I added bootloader this problem solved. also I required to update the sdk_config.h in nrf_bootloader with the following 

    #ifndef NRF_DFU_BLE_REQUIRES_BONDS
    #define NRF_DFU_BLE_REQUIRES_BONDS 1
    #endif

    while my dfu required bonding...

    Now it is compiled successfully without any error but I am not getting the DFU symbol on my nrf connect desktop. How can it happen? I followed the exact steps which you have suggested.

    (DfU) icon not showing...

    Thanks and Regards,

Children
Related