adafruit / Adafruit_nRF52_Bootloader

USB-enabled bootloaders for the nRF52 BLE SoC chips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OTA - upload over the internal flash as temporary storage

sergioxdev opened this issue · comments

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 :)