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

How to do buttonless dfu

Hi, 

I am using nRF52832 and sdk 16

I am done secure bootloader dfu. By generating the new firmware application. Zip  , this part is working fine

Now I want to do buttonless dfu.  How to generate the bootloader settings? 

2.i have merged all the hex file into single hex file which include bootloader, softdevice, and application

3.how can I make my device to switch to dfu mode? 

Please suggest me an answer. 

Thanks

  1. Pspavi
Parents Reply
  • Hi, Nikosant 

    yes i have done above all the process added the header files too i am getting the error 

    and enabled the sdk configuration . 

    ../../../../../../components/libraries/bootloader
    ../../../../../../components/libraries/bootloader/dfu
    ../../../../../../components/libraries/bootloader/ble_dfu
    
    
    #define BLE_DFU_ENABLED 1 // was 0 
    #define NRF_PWR_MGMT_CONFIG_AUTO_SHUTDOWN_RETRY 1 // was 0 
    #define NRF_SDH_BLE_VS_UUID_COUNT 2 // was 1
    #define NRF_SDH_BLE_SERVICE_CHANGED 1 // was 0

Children
No Data
Related