-
Notifications
You must be signed in to change notification settings - Fork 108
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
WiFiNINA_OTA ? #30
Comments
At the moment a patched WiFI101OTA library can be used (arduino-libraries/WiFi101OTA#11) but we are going to provide some super cool NINA-specific features soon 😉 |
Hi Facchinm... De schets gebruikt 45136 bytes (17%) programma-opslagruimte. Maximum is 262144 bytes. Any idea why ???? |
Which sketch are you using? Plain |
Any updates on this? "soon" is relative, but it's been a while :) |
I know @DesktopMan , sorry for that. |
Is it safe to assume that this OTA support will also apply to the Arduino NANO 33 IoT? |
I'm also very interested in OTA updates for the Arduino Nano 33 IoT! Anyone had luck with it? |
for SAMD boards with NINA use WiFi101OTA library. only replace the include WiFi101.h to WiFiNINA.h |
Hi all, |
I can confirm that OTA on the Arduino Nano 33 IoT works perfectly using this libary: https://github.com/jandrassy/ArduinoOTA It's enough to:
|
For the Uno Wifi rev2 we are rebasing that branch in these days, with the plan to release it shortly after 😉 |
it doesn't support Uno WiFi |
@JAndrassy Honestly I'm not sure what is Uno WiFi? I got it working on a genuine Arduino Nano 33 IoT, I can flash the device even now :) |
you commented right after other user who asked about support for Uno WiFi. I thought you answered. |
@JAndrassy Sorry, no :-) I just wanted to be useful and answer my own comment from Feb 2 where I asked about the Arduino Nano 33 IoT. Sorry for the confusion. |
Just to clarify, is it possible to use the mentioned patch/editing includes to use the WiFi101OTA library on Uno Wifi Rev 2? I tried making the edits in a copy of the WiFi101OTA library, and got these errors:
|
@facchinm I noticed the waiting for feedback label; is there anything you are still waiting for feedback on? |
@n-gineer did you see this arduino/nina-fw#36 ? |
@JAndrassy thanks for the reply. I've tried following the linked comments, issues, libraries, and pull requests, but I'm a little lost. It seems like arduino/nina-fw#32 enabled this for Uno Wifi Rev 2? If so, what library should I use for OTA? https://github.com/arduino-libraries/WiFi101OTA? Its patch arduino-libraries/WiFi101OTA#11?, Just this library, WifiNINA? Your ArduinoOTA? |
I meant it if you want to work on OTA support for Uno WFi |
@JAndrassy Sorry, now I follow. This is getting outside my knowledge base, how/who can I ask more questions to get started learning what to do? Is the issue you linked referring to Wifi Rev 2 even though it only says "Uno Wifi"? Should I ask more there? |
I recently bought the Uno WiFi Rev2 because I thought it could be programmable OTA...looks like @facchinm and @JAndrassy are the only ones working on the WiFiNINA_OTA library? This would in theory allow the Uno WiFi Rev2 to create its own Network port, correct? |
Thoughts? |
Any updates on this? It's been about a year or so, and there doesn't seem to be any way to update an Uno WiFi Rev.2 OTA as of now. Any library we can use for the time being? |
Any updates on this yet? |
which part of it? MKR? Uno WiFi? |
@JAndrassy I apologize I should have been more specific, I am referring to the Uno WiFi Rev 2 OTA support that was announced years ago with no implementations made. As like with many others, it was bought solely for that reason. |
Hi all,
Are there plans for a WifiNINA_OTA library like you have for the MKR1000 board ? Or.. is there somewhere a library that is allowing OTA programming ?
Thanks for your input
The text was updated successfully, but these errors were encountered: