Today I got the first chance to try to use my new Arduino Uno R3 that I purchased from Adafruit. When I tried to upload the Blink sketch to make sure everything was functioning, I received this error: avrdude: stk500_getsync(): not in sync: resp=0x00.
So I googled around and saw that this was an issue that several people had but I didn't see anyone else note that their Arduino boards were brand new from Adafruit. Nevertheless I tried the common solutions to this problem including: pressing the reset button (there is no blinking from the LEDs when I do this), new USB cable, check COM port, check selected board in IDE, different example sketches, and unplugged and replugged. None of these changed the results.
This is the verbose output of the upload:
- Code: Select all
avrdude: Version 5.11, compiled on Sep 2 2011 at 19:38:36
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "C:\Program Files\arduino-1.0.3\hardware/tools/avr/etc/avrdude.conf"
Using Port : \\.\COM4
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv:
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude done. Thank you.
Relevant information:
- OS: Windows 7
Arduino board: http://www.adafruit.com/products/50
IDE: Up to date
Drivers: Up to date
Last working correctly: Never
Distributor: Adafruit
In summary, I wasn't doing anything fancy. This board simply didn't work. I am frustrated because I tried the common solutions posted in these forums but to no avail. I paid extra to rush this product to me because I needed it this weekend but it seems defective.
Thank you for helping me resolve this problem.

