Arduino PRO + FTDI how to

We use the JY-MCU USB Serial Port Adapter from dx.com. These are extremely cheap but unfortunately the documentation is very scarce (as with almost all DX stuff) so connecting it to an Arduino Mini Pro 3.3V Atmega328 can be confusing.

  1. Connect USB 3.3V to Arduino VCC. (red)
  2. Connect USB Ground to Arduino BLK. (black)
  3. Connect USB TXO to Arduino RXI. (yellow)
  4. Connect USB RXD to Arduino TXD. (blue)
  5. Connect USB DTR (Data Terminal Ready, which is basically a RS-232 line) to Arduino GRN. (green)

 

The VBUS on the JY-MCU Serial Adapter is basically just an extra 5.2V line, handy for Rasberry Pi serial communication.
After wiring everything together select the Arduino Mini Pro 3.3V 328 (make sure it’s the correct voltage!) in the dropdown.

Comments are closed.