Hello guys,
is there a way to send the Device to DFU mode without pressing the button? I am currently using some code from this repo.
Thanks,
Hello guys,
is there a way to send the Device to DFU mode without pressing the button? I am currently using some code from this repo.
Thanks,
Yes, you can add DFU support to your application to support buttonless entry into DFU mode. Instructions on how to do that is given in the SDK documentation here.
Also, the ble_app_hrs_SoftDevice_with_dfu_pca10028 shows how it can be implemented.
Thanks Vidar. It helps me to make BLE to Boot load state.
Thanks Vidar. It helps me to make BLE to Boot load state.