Hi,
i am working on nrf52dk . i want to do DFU with BLE can you provide any document link.
Hi,
i am working on nrf52dk . i want to do DFU with BLE can you provide any document link.
Holding Button 4 on the nRF52DK during startup makes the device enter DFU mode.
-Amanda H.
but i am working on buttonless_dfu.
I think you are using BLE Secure DFU Bootloader and buttonless_dfu, so the bootloader supports that Button assignment. See BLE Secure DFU Bootloader-Button assignment.
-Amanda H.
i was looking for something that doesnot include button
Hi,
There is no such thing as " buttonless dfu bootloader". You need to do is to implement the buttonless service into your application(i assume it's a BLE application). The buttonless example provided in the SDK is an example of how to implement buttonlessDFU service into your application.
-Amanda H.