Hi! I've been working with arduino for a while now, but I'm trying to make something more permanent that I can easily program and forget (just plug it in and let it run), but I've been getting a "avrdude: stk500_getsync(): not in sync: resp=0xe0" error whenever I try to upload.
I build exactly this circuit: http://arduino.cc/en/Main/Standalone , and I swear I've checked all of the connections a million times by now. I pulled the Atmel chip from a working Uno (already bootloaded) and everything appears to be working alright. Meter reads 5.05v coming out of the FTDI breakout, reset LED (pin13) blinks when I hit the reset button. However, it doesn't blink when I connect power. I've already tried hitting the reset button at different points before/during the compile and upload process and that hasn't fixed the issues. I've also set the board as a Duemanelove 328P in the settings and have tried both USB COM's that show up (on my Mac) when I plug it in.
Any ideas?
Thanks,
-Dtfgator
Update: Just pushed the reset button at a different time (before I hit upload in the IDE) and I got a slightly different error message: "avrdude: stk500_getsync(): not in sync: resp=0x00
" I also have the latest version of the Arduino IDE and I downloaded the FDTI drivers if it helps.