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

Adding DFU service in ble_app_multilink_central application

Hi,

I am using nrf52832 development board with s132 softdevice and SDK17. I want to add the DFU service to this application so that I can update the firmware to the device. How can I add the DFU service to the ble_app_multilink_central example code?

Parents Reply
  • If you want to do buttonless DFU, you would need to add a functionality of advertising and allow the central to be connected by a phone. You would also need to add the buttonless service into  ble_app_multilink_central. 

    Please study the ble_app_buttonless_dfu example on how the service is declared and used. The files you need are ble_dfu.c and either ble_dfu_bonded.c or ble_dfu_unbonded.c depends on if you support bond or not. 


Children
Related