-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the WiFi Nina module for storing the OTA image #145
Conversation
Codecov Report
@@ Coverage Diff @@
## master #145 +/- ##
=======================================
Coverage 95.61% 95.61%
=======================================
Files 29 29
Lines 1004 1004
=======================================
Hits 960 960
Misses 44 44 Continue to review full report at Codecov.
|
b409cf3
to
cfd4c14
Compare
… the storage space provided by the nina module
…na as a storage module (write operation is slow)
Successfully tested with |
Memory usage change @b00964effd7e852de0ece1cd1406a4e89eafe6b5
|
In order to enable OTA you need to extend your sketch the following way:
Furthermore you have to enable the NiNa as OTA storage module by editing
ArduinoIoTCloud_Config.h
This requires to load the latest nina firmware from nina-fw:master as well as the latest WiFiNiNa library from WiFiNINA:master.