-
Notifications
You must be signed in to change notification settings - Fork 93
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
Nano IOT 33 - WifiOTA Sketch Download #145
Comments
you can use SD card to store the update binary (or to store the data which are now in the sketch and make it big) |
Thank you. I had the same thought but when I try to use OTASketchDownload_SD for the Arduino Nano 33 IOT, it says the board is unsupported. I think this is due to the SDU library not supporting the board. \Arduino15\packages\arduino\hardware\samd\1.8.13\libraries\SDU\src\SDU.cpp:44:4: error: #error "Unsupported board!" What do you recommend I use for storing the binary to the SD? The SDU Library has the following in SDU.cpp #include <Arduino.h> #include "SDU.h" attribute ((section(".sketch_boot"))) |
Thank you. I followed the steps and it worked. |
Hello,
I am using OTA sketch download using the example code provided (OTASketchDownloadWifi).
The example sketch uses 38724 bytes (14%) of program storage space. I am trying to download a sketch that uses 148164 bytes (56%) of program storage space. Maximum storage on my device is 262144 bytes. I am receiving the following error.
Update status code: 200
Server returned update file of size 147676 bytes
There is not enough space to store the update. Can't continue with update.
Is there any way that I can make this work besides reducing the size of my update?
Thanks for any help you can provide and thank you for this library.
The text was updated successfully, but these errors were encountered: