adafruit / Adafruit_nRF52_Bootloader

USB-enabled bootloaders for the nRF52 BLE SoC chips
MIT License
450 stars 409 forks source link

OTA - upload over the internal flash as temporary storage #241

Closed sergioxdev closed 2 years ago

sergioxdev commented 2 years ago

Hi Guys

I am trying to be able to run an ota, saving the new firmware on the internal flash memory and on resetting the device, run the OTA. This is an example where the new firmware is downloaded and saved on the internal memory and when restarted it is loaded: https://github.com/jandrassy/ArduinoOTA/blob/master/examples/Advanced/OTASketchDownload/OTASketchDownload.ino

any suggestions :)