I have been asking the forum for help and have gotten nothing. I am new to this and without help I am doomed to fail. I had the freeduino v2.0 and thinking I screwed it up I purchased the duemilanove and still nothing. I am running windows XP. I have read through the troubleshooting a hundred times and I have checked everything it tells me to check. The message I get when trying to upload "blink" is
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
I have selected the proper serial port and downloaded the proper driver software. I would seriously appreciate someones help. PLEASE HELP ME!!!
I'm having the same problem with an Arduino single sided board in Windows XP.
It has a serial interface and is connected via a prolific usb/serial converter.
The Arduino Duemilanove I have does not have this problem it works fine.
I tried the Arduino ssb under UBUNTU and it works fine under that OS.
So looks like it is a Windows problem.
Wonder if Windows and UBUNTU use the same Java version :-/.
In Windows I use Sun Java 1.6.0_15.
Can't help you yet. But your not alone. Will keep you posted..
That error is commonly obtained simply by choosing the incorrect board from the IDE. Check the chip on the board and make sure you have the correct one selected in the IDE.
Tried my Arduino ssb with the same driver in Windows 7 and the board worked fine. Selected the same board (328p) the IDE under Windows XP and Windows 7.
After several test it's still not working with my home hardware.
The Windows 7 is a 32 bits system at work with different hardware.
Same Prolific driver...
After installing Windows 7 64 bit RC at home I encountered the same problem.
It concluded its a combination of the PC hardware I have and the way the prolific driver functions and the single sided serial board.
After fiddling with the avrdude configuration, which did not help either, I decided to write my own uploader that replaces avrdude.
All works fine now in Windows XP with my Arduinoi 2000 and the ssb.
And, yes, you have to select the correct board and port.
If you don't you'll get the same error.