Can't upload code to Arduino

Hey, I recently purchased an Arduino Uno Wifi Rev2 and I’m having problems trying to upload code.

The port I am using is COM6.
My Arduino is simply connected to the laptop with a USB cable with nothing attached.
I’m also using Windows 10.

I have downloaded Arduino IDE and followed the directions from Arduino’s website to update the drivers but it says they were already updated.
I then went to download the package needed to start coding with it (From the Arduino software) and when it searched for packages for my board, it came up with an Atmel atmega328p Xplained mini-board, instead of an Arduino Uno Wifi Rev2. I downloaded this package.
I have been trying to upload the simple Blink code.
When I try to upload code using the Arduino IDE, it comes up with:

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xd8
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x0b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x0b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x0b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x0b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x0b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x0b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x0b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x0b
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x0b
avrdude: stk500_recv(): programmer is not responding
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

I have tried uploading while selecting both the Atmel atmega328p Xplained mini-board and Arduino Uno Wifi Rev2 in the Tools > Board menu.

Any help would be greatly appreciated!

Hi Maria,

Do you have anything connected to the pins of the arduino, apparently being connected to the RX/TX pins while uploading can cause this issue.

I have not connected anything to the pins, the arduino is only connected to computer via USB cable.

Use Windows Device Manager to show the ports on the PC. Make sure that the port is the correct one.

I have had device manager up while the arduino was connected and it was in COM6 and i unplugged it and COM6 disappeared so i am 100% sure it is the correct port.

I recall an issue during the Arduino.cc and Arduino.org split where each of them had their own IDE and some boards would only work for the respective vendor.

I can’t see an order associated to your account, but depending on when the WiFi Rev2 it might require an Arduino.org version of the IDE to function. If it does, I’m not sure how to get that download now that Arduino.cc have won the trademark dispute (and the other site has been shutdown).

It does sound like a fairly recent purchase though, so maybe the above advice is of no use if you have an Arduino.cc licensed board.

If you do have that board, you should be able to select “Arduino Uno WiFi” along with the COM Port number and get-at-it.

If it doesn’t work, then perhaps try another PC to see if there are issues with the drivers / config. If it still doesn’t work, then it would be best to reply to your order confirmation email with a link to this topic.

Good luck!

@Maria96295

It looks like a Windows driver issue to me. Follow the steps in the following link and see if that gets things working.

https://forum.arduino.cc/index.php?topic=598876.0

2 Likes

The steps in that link fixed it! Thanks, Robin

1 Like