Received new Arduino UNO WiFi Rev 2 and connected to Arduino IDE on laptop usb.
select board type (only option was Arduino UNO wifi.
Board had onboad led flashing once per second.
tried to download Bilnk Sketch.
Had Serial port error and tried second port option. No change to response.
Sometime later large led next to wifi starts flashing red,green & blue. No attempt to download sketch or apply reset or disconnect and reconnect USB or restart laptop would change the condition.
Note the onboard Tx led never illuminated, the Rx led did flicker momentarily during attempts to down load sketch. Later after google search for solution and further laptop reboot the IDE asked for library update and to install Arduino uno wifi rev2. driver.
After install IDE offered a board type option for the Arduino Uno wifi rev2⌠Selected this option and ATMEGA4809 and tried Blink sketch download.
The red,greed & blue led stopped flashing and an error message âThis behaviour is depreciated and will result in an error in future versionsââ.
No rebooting or board resetting will change this outcome. note during sketch download both onboard Tx & Rx leds do not illuminate.
What am I missing? I have been using Ardunio boards for about four years and have not had problems with any of them. I connected an old Arduino uno after this to the laptop and had no problems downloading the Blink sketch to it.
Hi Graham,
Thanks for making a post! Iâd recommend having a go with the online editor - that way it should just work straight out of the box:
https://create.arduino.cc/editor
If youâre using the Desktop IDE, youâll need to make sure youâve got the Mega AVR Core installed, and that youâve installed the drivers. See the getting started guide here for full info:
Regarding the error message âThis behaviour is deprecated and will result in an error in future versionsââ; you can just ignore that one - itâs unrelated to the issues youâre having.
1 Like
Where did you get the âArduino Uno wifi rev2â configuration from?
This discussion indIcates it should be from âArduino megaAVR Boards by Arduinoâ.
(Sketch is not uploading to to the Arduino Uno Wifi rev 2 [solved] - Arduino WiFi Rev2 - Arduino Forum)
2 Likes
Hi Jeff105671
After laptop reboot and restarting the IDE a message popped up indicating library update and specifically mentioned the Arduino Uno wifi rev2 it asked for permission the install the software so I assume the IDE managed the latest version and correct driver.
1 Like
Hi Graham,
It may have installed the correct driver, but youâll still need to install the Mega AVR Core manually:
Just a check - are you using the installed version of the IDE or the portable version? If the portable version you may still need to install drivers manually.
Oliver,
My IDE is Arduino 1.8.13 (windows store), I went to the Library Manager and checked for Arduino megaAVR Boards by Arduino and it is not listed. I also looked for Mega AVR Core and it is also not listed. How do I manually install this software or do I need a new version of the IDE?
Hi Graham,
Itâs not in the libraries manager, itâs in the boards manager
Once youâve got the Boards manager opened you should be able to get it to come up by searching for âmegaAVRâ
Oliver,
Thanks for setting me strait on that the board manager shows Arduino AVR Boards & Arduino megaAVR Boards but no mega AVR Core.
No worries, sorry for the confusion!
The package you want from the board manager is the one called: Arduino megaAVR Boards
This is what I meant by the Mega AVR Core.
Oliver,
Thanks so I have Arduino Mega AVR boards ver 1.8.7 installed. What next I know you suggested OTA installation and that is something I will explore. However I was keen to get my next wifi project underway and didnât want to jump into the unknown at this stage. There is still the possibility of a board failure. I need to verify the board is OK and if the OTA is the only way then so be it
1 Like
Hi Graham,
You should be underway now, and right to use the board as normal.
If you need any more guidance, Iâd recommend following the Getting started guide:
Oliver,
Thanks for your assistance, this board is working now with simple sketch loaded from IDE.
I will try the WEB IDE when I get more time.
Thanks to Jeff105671 also for your input.
Consider this action closed.
Regards
2 Likes
Great, glad to hear it!
Youâll have to let us know how you go with your projects!
1 Like