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

DFU service + BLE UART example

Hi,

I am trying to integrate the DFU service into the ble_app_uart example. I am using NRF51822 with SDK 11. I was able to successfully run the ble_app_hrs with dfu. So, I have pretty much copied all the DFU related content from the hrs example to uart example. But the device wasn't advertising and also not reaching the main function. After looking online I found this devzone

I changed the uuid count to 2 and now the dfu works with the example. But in case the dfu is not successful the nrf51 is stuck in the dfu mode for a minute or so and then gets back to the main application where as for the ble_app_hrs example for a failed dfu attempt the application is up and running pretty instantaneously. Not sure what the issue is here.

Parents Reply Children
No Data
Related