I need some help with uploading using an FT232R on my own homebrew circuit .. no joy.. I have:
FT GND > 328 GND
FT 5V > 328 VCC
FT RX > 328 TX
FT TX > 328 RX
FT DTR > 328 Reset through a 0.1uf cap
I just get a programmer is not responding error
Using ISP port and USBasp I have no issue uploading a sketch but I want to use FT232
I have uploaded code to many standalone 328 projects using a USB to serial converter (FTDI). Your wiring in the OP is the wiring that I use, with the exception of, I use a 10K pullup on the reset pin.
I load blink > I hit the upload/compile button > it compiles and then I get this error: avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xe0
Serial monitor sees the FTDi ok
Nothing else is connected to RX TX
I have uploaded code to many standalone 328 projects using a USB to serial converter (FTDI). Your wiring in the OP is the wiring that I use, with the exception of, I use a 10K pullup on the reset pin.
Pretty sure I have the right board.. I used a USBasp and the burn bootloader option in the Arduino IDE to burn the bootloader using the old bootloader... I know it works because I have successfully sent a sketch to it using the USBasp and ISP connection