I'm trying to pgoram a legit Arduino Mini 05 (atmega328) using an FTDI FT232RL.
"avrdude: stk500_getsync(): not in sync: resp=0x00"
A pretty common error as I found out after I got it, what did I try to fix it?
- COM5 is the port that the FTDI is on, so check
- Drivers are fine, the device is properly recorgnized in the device Windows manager
- Checked if I had the right board (Arduino Mini w/ ATmega328), I tried this on the IDE (1.0.6) and Visual Studio 2013 with Visual Micro
- Bootloader on the Mini should be fine, I did program the Mini with a Chinese Arduino Uno setup before (because I had no serial adapter), so there is a sketch on the Mini that runs some motors, and it's working fine
- Disconnect the RX (Pin 0) on the Mini, I don't know why, but somewhere on the internet they say it should work (RX on the FTDI was connected to TX of the Mini during this attempt)
- Connect TX to TX and RX to RX
But none of these "solutions" did do the trick for me...
The Arduino does get power from the VCC/GND (5V), it does also reset (DTR to Reset), but I'm left with that annoying dude...