I'm trying to breadboard an Arduino setup and am having problems trying to upload blink via serial.
On the console I get:
Binary sketch size: 1010 bytes (of a 30720 byte maximum)
(3 quick blinks from pin13 LED)
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
Here's a link to some detailed images:
http://db.tt/60JQ9FZCan someone please look at the images and see what I'm missing here?
I can take the chip out and program blink it on one of my jeenodes and then put it back into this breadboard and the led will blink as wanted.
I'm using the same USB BUB to program the jeenode (with the jumper set to 3.3v) with no issues at all.
I'm using: arduino-0021
atmega328 (new and old chips don't program but work fine)
I've tried to play with the reset button before after during/etc the sketch size and no luck. I moved putting a cap between reset and DTR which seems to work as the LED blinks 3 times when the sketch size comes up on the console (my guess).
Programming other Arduinos via USB and/or using this USB->Serial works fine so I'm thinking its not my PC/USB/setup
I'm at a loss what to test next... ideas?