FTDI 6x1 vs 3x2

Stupid questions:

My FTDI board is the 6x1 configuration. 6 pins across.

I see the Nano's have what looks like the RX, TX etc in a 3x2 configuration.

I don't see a 3x2 pin configuration board anywhere.

  1. Do they exist?

  2. Do I need one to be in the Nano business? Never owned a Nano. Just have an Uno and an Ardweeny that I use my 6x1 FTDI board to program.

The 2x3 connector is an ISP header, it contains reset and the SPI pins. It's used for programming with an ISP programmer (ie, to bootload it). You do not need to use it under normal conditions.

The Nano contains a serial adapter - just plug a USB cable into the USB port. Note that most of the clones now use a CH340G serial chip, not the FT232 that the official boards did - this requires a different driver which isn't included with the IDE (since there has never been an official board that uses the CH340G); google will find it for you.

Cool. Very helpful.

Looks like the CH34 driver might even be baked into my Linux. Cool.

Thanks.

PS- You have some cool stuff in your store

Ah - yeah if you're on Linux, CH340G drivers are built in.

Thanks :slight_smile: