I have successfully completed dfu using android app, but if anyone can help me with example program so that i can perform dfu using program instead of using toolbox app, please reply asap
I have successfully completed dfu using android app, but if anyone can help me with example program so that i can perform dfu using program instead of using toolbox app, please reply asap
ble_dfu.c and ble_dfu.h are ble dfu services used in s110 nrf(b), can same ble_dfu.c and h files be used for nrf(b) havind sd120/130.
You need to implement the DFU client service that follows the flow chart shown in the bootloader documentation linked to above. Unfortuantely we do not have an example for this service at the moment.