I'm having difficulties using my Arduino Uno SMD to program my Arduino Pro Mini. I have the Arduino ISP sketch uploaded to my Uno, along with the 10u capacitor going from RST to GND.
I'm using the pins 11, 12, 13 connected up to each other, and pin 10 on the UNO going to RST on the Mini pro.
I'm able to burn the bootloader successfully, but any attempt to upload a sketch after this results in:
Binary sketch size: 1,084 bytes (of a 30,720 byte maximum)
avrdude: stk500_getsync(): not in sync: resp=0x1c
I'm at a total loss here, and keep burning my tires.. Any help on this issue would be greatly appreciated
Hmm.. Looks like I managed to get it to work. I jumpered the RST to GND on my Uno (to disable the SMD chip since it's not removable), and the TX/RX wires up to both Arduinos.