I just bought a Arduino Uni Wifi Rev. 2, with the itention of doing over the air uploads to the devices.
By reading the official Gettings started with the Arduino Uno Wifi guide, I thought the process was just to power the devices, connect to the SSID, then browse to it's IP and set it up.
But it seems like this is not the case, and that others have made this same mistake. This Arduino device doesn't create network by default, we have to upload a sketch that connects to our wifi.
So I have two questions.
- What Arduino board are they referencing in the guide linked above, that we can just connect to out of the box?
- How can I get OTA support for my particular board?
-
have you gone through this? arduino.cc/en/Guide/ArduinoUnoWiFiSim Son– Sim Son2019年12月06日 17:17:36 +00:00Commented Dec 6, 2019 at 17:17
-
@SimSon Yes. That's the article I linked to in my post. It's only for Arduino Uno Rev. 1 it looks like.eivindml– eivindml2019年12月06日 18:12:56 +00:00Commented Dec 6, 2019 at 18:12
1 Answer 1
What Arduino board are they referencing in the guide linked above, that we can just connect to out of the box?
The first Uno WiFi was made in 2016 by arduino.org. It is retired and not available in stores.
How can I get OTA support for my particular board?
The OTA support for Uno WiFi Rev. 2 is ready or almost ready, but the required additions are not merged in GitHub firmware and library repository even if they wait some months now. It looks like Arduino focuses on something else.
-
1Thanks for this. Do you have a link to the Github issue/pull request for that feature, so that I can follow it?eivindml– eivindml2019年12月06日 18:11:18 +00:00Commented Dec 6, 2019 at 18:11
-
As far as I understand, it should be possible to upload a sketch to the arduino over USB, that connects it to your wifi, so that it then can support OTA uploads. Do you have any insight into that?eivindml– eivindml2019年12月06日 18:14:35 +00:00Commented Dec 6, 2019 at 18:14
-
2not for Uno WiFi Rev 2. for many others github.com/jandrassy/ArduinoOTA2019年12月07日 06:01:22 +00:00Commented Dec 7, 2019 at 6:01
-
1and plans for Uno WiFi Rev 2. github.com/arduino/nina-fw/issues/362019年12月07日 06:02:28 +00:00Commented Dec 7, 2019 at 6:02
-
docs.arduino.cc/retired/getting-started-guides/ArduinoUnoWiFiBruno– Bruno2023年06月21日 02:54:59 +00:00Commented Jun 21, 2023 at 2:54