Artemis support for Over-The-Air updates

The “Designing with Artemis” page mentions OTA support in the Cortex-M4F but I’m having trouble finding any details.

Can someone point me to any resources available to help add OTA support to my application? Arduino support would be ideal but any documentation or examples would be appreciated.

Best regards,

Phil

The best I could find might get ya there… I’d say read through this https://www.freertos.org/2021/07/secure … ertos.html to see how it’d be done using RTOS, then use that info along with the stuff here https://learn.sparkfun.com/tutorials/ar … th-arduino and here https://ambiq.com/apollo3/

Hope this helps!