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.
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.
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.
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?
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
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.