Closed mtiutiu closed 7 years ago
Hello @mtiutiu
The way you ca achieve that functionality is to setup your own customized bootloader including the DFU OTA service with a specific DFU button matching to your hardware situation. You can do that by cloning & modifing the bootloader example inside the nRF5_SDK_11.0.0/examples/dfu/bootloader. Ensure that you have a functional arm-gcc build chain using e.g. 2015q4. (make, gcc). You have to adapt your
@bojh Thank you for the very detailed explanation, I appreciate. Will follow your directions and learn more on the way. Thanks a lot.
Hi,
I hope that I'm using the right place for this kind of question: is it possible to have OTA support over BLE? I'm a newbie regarding BLE in general so please don't be too harsh with me:). I just started learning it and I found this library to be so great so thank you for the big effort on providing it(it's the most user friendly library and with a clean interface that I found so far).
Thanks.