OTA updates

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
adtm
 
Posts: 1
Joined: Wed May 13, 2020 8:05 pm

OTA updates

Post by adtm »

Hi,

I was wondering if it is possible or if anyone has tried to perform OTA updated to the CLUE.
For instance, is this in principle possible? And in practice, is it supported with the Arduino IDE?

Thanks!

User avatar
mikeysklar
 
Posts: 13936
Joined: Mon Aug 01, 2016 8:10 pm

Re: OTA updates

Post by mikeysklar »

I've not seen this done, but using a nRF52840 CLUE seems plausable to me. We have some details on our nRF52840 Bootloader page about the process. In terms of using the Arduino IDE I believe most people save the generated hex file and use their phone to upload the bootloader to the microcontroller in an OTA fashion. You can read more in previous forum posts about OTA hacks to get things going.

https://learn.adafruit.com/circuitpytho ... cuitpython

The github repo for the bootloader also looks promising.

https://github.com/adafruit/Adafruit_nRF52_Bootloader

Let us know what your experience is.

Locked
Please be positive and constructive with your questions and comments.

Return to “CLUE Board”