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!