Search
Product Info
FTDI Basic Breakout - 3.3V
sku: DEV-08772
Description: This is a basic breakout board for the FTDI FT232RL USB to serial IC. The pinout of this board matches the FTDI cable to work with official Arduino and cloned 3.3V Arduino boards. It can also be used for general serial applications. The major difference with this board is that it brings out the DTR pin as opposed to the RTS pin of the FTDI cable. The DTR pin allows an Arduino target to auto-reset when a new Sketch is downloaded. This is a really nice feature to have and allows a sketch to be downloaded without having to hit the reset button. This board will auto reset any Arduino board that has the reset pin brought out to a 6-pin connector.The pins labeled BLK and GRN correspond to the colored wires on the FTDI cable. The black wire on the FTDI cable is GND, green is CTS. Use these BLK and GRN pins to align the FTDI basic board with your Arduino target.
This board has TX and RX LEDs that make it a bit better to use over the FTDI cable. You can actually see serial traffic on the LEDs to verify if the board is working.
This board was designed to decrease the cost of Arduino development and increase ease of use (the auto-reset feature rocks!). Our Arduino Pro and LilyPad boards use this type of connector.
Documents:
Pricing
Comments
24 comments
Feeds
Currency
Display prices in
Feedback
If you would like to tell us more, you can fill out our form if you need some psycho-suggestive questions. Go to the form.



























The SJ1 is the blob of solder near the DTR label. I cut the trace between SJ1 and the capacitor instead of removing all the solder from the SJ1 itself. I cut the trace to JP1 Pin4, and used the SJ1 and the C5+ pole as convenient solder points (C5+ instead of C2+ since it's larger).
FTDI Basic Breakout 5V Mod picture
"Looks like it would be pretty easy to modify for 5V - just remove the short SJ1, bring a jumper from the 5V side of C2 to the U1 side of SJ1, cut the 3.3v trace on the bottom near pin 4 of JP1 and bring another 5V jumper to that pin."
Don't know if this works of not tho. But it should
I'm looking at the Schematic and the Pinout is:
GND-CTS-3.3V-TxO-RxI-DTR
But in the board the pins are labeled like:
GND-CTS-3.3v-RxI-TxO-DTR
Why are the tx/rx pins toggled?
I need to make this mod and wondered if this one is 100% certain? Thanks
http://www.sparkfun.com/commerce/product_info.php?products_id=9115
Looking very close at the bottom, (look at the 5v picture, not the one for this page) you can see the shorting pads, and on mine the default short is to the other pad. So to make it 5V I assume that all I would need is to cut and short just like the 5v breakout, but the opposite set.
This was a great start ...
http://itp.nyu.edu/physcomp/Tutorials/ArduinoBreadboard
1) To get started quick, just hookup the Vcc and Ground from the breakout to the breadboard and you can skip the regulator part of the tutorial.
2) Once you have the chip wired on as shown in the tutorial ... remove the pin 1 run connections and setup the pins as follows:
PIN -> Connection to make
===============================
DTR -> through a .1 cap then to pin 1 on the chip
RX1 -> to the Tx on chip (pin 3)
TX1 -> to the Rx on chip (pin 2)
5V -> to power in on breadboard
CTS -> to ground on breadboard
GND -> to ground on breadboard
3) Now Arduino with the Duemilanove (328) setup should work.
Note: I had issues running 0016 but 0015 runs fine (xp and windows 7)
If I did anything stupid and/or am passing on stupid advice please correct me.
http://www.flickr.com/photos/28914418@N02/3830391399/
http://www.flickr.com/photos/28914418@N02/3831178226/
Just to be sure... this is basically an FTDI 3.3v cable, right? so i can use it to connect to a XBee adapter (from Adafruit)?
Steph
Haven't tried it myself but looks like a great idea to use for testing the XBee command set. I'm using breakout boards and USB deelopment boards, but your idea looks like a solution that will work just as well.
I don't think the 3.3v or 5v will work with the ADAFRUIT XBEE adapter. (Somebody please correct me if I'm wrong here)
Using X-CTU I can read the Xbee but not update the firmware. suspicion is currently with this bit;
"The major difference with this board is that it brings out the DTR pin as opposed to the RTS pin of the FTDI cable".
Works fine with Arduino mini pro, Boardudino etc but looks like I'm still going to need the FDTI cable... :-(