I asked this on the general project forum, but maybe someone here will know the answer. I got the [SMD Simon game to practice SMD soldering, and need to program it. I have an [FTDI Basic from SFE, and thought I could attach it to the 6-pin port of the Simon board. However, I could not find a way to make it work in avrdude.
Is it possible to do this? Can the AVR be programmed with the FTDI Basic? Or do I need to buy an actual programmer and go through the ISP pins?
If it’s possible, whats the actual avrdude command and/or configuration block to make it work?
The FTDI chip is a USB to UART bridge. You can’t directly program an AVR with it, for that you’ll need some type of AVR programmer (ISP). Now, you can use an Arduino as an ISP, and you can do stuff like hook up a ATmega328p to an FTDI chip (get an ATmega328p that already has Optiboot on it), then hook up the ATmega328p as an ISP programmer for another AVR and program it that way.
Plenty of options to do what you want, but yeah, you can’t use the FTDI as an ISP. Wrong type of chip.