I just got my Arduino 328 ATMEGA in the mail today, and was experimenting with some code and already ran into some issues. I am attempting to try out this short tutorial from the website:
http://arduino.cc/en/Tutorial/Tone. When I compile the code I get the following error message: Binary sketch size: 3338 bytes (of a 32256 byte maximum). When I attempt to upload the code to the board I get this error message:
avrdude: stk500_getsync(): not in sync: resp=0x30
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
I have been searching the forums and have found similar errors but I cant figure out what is the real solution. There are so many posts about different things and I cant figure it out on my own what the right solution is. I've been seeing a lot of things about editing HEX files and other things, and attempted editing somethings but I'm not sure what I'm doing. If I have to edit any files please let me know how to do it step by step. All help will be greatly appreciated.
Thanks
David