I just purchased an Arduino Duemilanove. I am totally new to it and am trying to use the Getting Started guide located in the Tutorial section of the Arduino.cc website. I get all the way to the part where I need to run the sample "Blink" sketch.
I am running Windows XP. When I try and upload the sketch, I get this error:
avrdude: stk500_getsync(): not in sync: resp=0x30
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
Any help would be appreciated. I am totally new to this and am just trying to get the "Blink" example sketch to run at this point.
I am having the the same problem, with the same error messages, except I am using an Atmega168. I have checked the various suggestions, everything appears OK except it won't work :-[
@hopsicle: Just to be sure:
Did you select the right serial port (e.g. COM6) in the Tools->Serial Port menu?
And did you select the right board (in your case: Arduino w/ ATmega328) in the Tools->Board menu?
Try to install the latest FTDI VCP driver (link see my last post). Is the Arduino directly connected to your PC or is it connected to a hub or keyboard or something?