FTDI Basic Breakout - 5V

Replacement:DEV-09716. We switched over to a surface-mount header. This page is for reference only.

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 5V 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 DTR. Use these BLK and GRN pins to align the FTDI basic board with your Arduino target.

There are pros and cons to the FTDI Cable vs the FTDI Basic. This board has TX and RX LEDs that allow you to actually see serial traffic on the LEDs to verify if the board is working, but this board requires a Mini-B cable. The FTDI Cable is well protected against the elements, but is large and cannot be embedded into a project as easily. The FTDI Basic uses DTR to cause a hardware reset where the FTDI cable uses the RTS signal.

This board was designed to decrease the cost of Arduino development and increase ease of use (the auto-reset feature rocks!). Our Arduino Pro boards and LilyPads use this type of connector.

One of the nice features of this board is a jumper on the back of the board that allows the board to be configured to either 3.3V or 5V (both power output and IO level). This board ship default to 5V, but you can cut the default trace and add a solder jumper if you need to switch to 3.3V.

FTDI Basic Breakout - 5V Product Help and Resources

How to Install FTDI Drivers

June 4, 2013

How to install drivers for the FTDI Basic on Windows, Mac OS X, and Linux.

Comments

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • Jakob / about 14 years ago / 3

    A small dip or jumper for 5V on/off would be great.

  • Mark Fischer / about 15 years ago / 2

    Anyone know of a switch or set of jumpers that could be soldered to the 3.3v / 5v pads on the bottom? I'd hate to have to break out my soldering iron each time I wanted to switch boards.

  • wdmichael / about 13 years ago / 1

    hmm. No 5V. The switch is in the enable position. Am I missing something obvious like a solder jumper?

  • DLC / about 13 years ago / 1

    I'm using this board just fine with the Arduino environment. However, I also use avrgcc with avrdude (5.8 at this time) to program my M328 boards on occasion when I want more control. In the case of using avrdude, I get this error:
    "avrdude: stk500_recv(): programmer is not responding"
    every time.
    Has anyone figured this out, or have a hint for me? Here is my invocation:
    avrdude -c arduino -p M328p -P /dev/cu.usbserial-A700e5Jl -U flash:w:gen328.hex
    Any help is appreciated,
    DLC

  • :MattW: / about 13 years ago / 1

    Help please. The FTDI chip's datasheet says that pin 23 is TX LED and pin 22 is RX LED, by default. In this breakout schematic, this is how they are connected. However, in Arduino Diecimila schematic, they are switched. We've implemented the FT232RL in a board of ours, and used the pinout suggested by the datasheet, but this seems reversed. When we send a character to our board, the TX LED lights up, suggesting an incorrect datasheet, and a correct hook-up would be that of the Arduino Diecimila (labeled GPIO1 and GPIO0 instead of CBUS0 and CBUS1, respectively). This breakout board's TX and RX LEDs function properly?

    • It functions properly. Maybe there's a bad datasheet somewhere. Both the Arduino and this board work as advertised.

  • JeffG / about 14 years ago / 1

    I bought one of these to program a Mini Arduiono Pro and it worked fine for a while but now I'm getting an error (stk500_disable(): protocol error, expect=0x14, resp=0x51). I've tried manually reseting the mini pro to no avail. I bought a new one of these in case that was the problem, still no joy. I've tried a second Mini Pro that I've got, even less joy. Any suggestions would be appreciated.

    • MikeGrusin / about 14 years ago / 1

      Are you sure you're telling the Arduino software the correct serial port number?

      • JeffG / about 14 years ago / 1

        I've also tried using the reset button on the pro mini before loading the sketch. I notice that LED13 does not blink when I do this, I believe it is supposed to. I'd think it was just a bad mini, but both of them are doing it.

      • JeffG / about 14 years ago / 1

        Yup. The board flashes its tx light 3 times, but then nothing.

  • ChristheCarpenter / about 14 years ago / 1

    I am looking for a simple data-pipe. Currently I am using a bluesmirf to go between Processing and a Picaxe --I would like to do the same thing but with a wire. I want the computer to "see" a serial port when I plug it in, and I want a simple UART (data_in --> same_data_out) kinda thing. --Is this unit the correct one to use?

  • GreatGrant / about 14 years ago / 1

    hello!
    I am using Ardupilot mega which uses ATmega 1280 processor.
    on the webpage for ardupilot mega, it recommends a 3v3 FTDI basic or a 5v power, 3v3 for communication FTDI USB cable.
    My questionis, does ATmega use 3v3 logic or 5V logic?
    Thanks!

    • N8B / about 14 years ago / 1

      The 1280 can use either 3.3V or 5V digital supply voltage.

  • Ray101 / about 14 years ago / 1

    Will this power the target or do I need to provide external power to my arduino while programming?

    • N8B / about 14 years ago / 1

      Oh and the host initializes the device once you plug it in. So you will indeed get 0.5A rather than 50mA.

    • N8B / about 14 years ago / 1

      It powers the target. The USB standard is 500mA on an initialized port or hub or whatever the bejesus the thingy sticking out of my computer is called and 50mA on an uninitialized thingy.
      Because the 5V header on the FTDI basic is connected directly to VBus, you will be able to supply your Arduino with 0.5A*5V=2.5W.

  • How much current can this board source from the 5v pin. I'm trying to buld a pic programmer, from a circuit I found for a programmer uses an FTDI chip like this one, and as I haave this board, so the plan was to use it. I don't however want to have to carry a 15v PSU around with me, so want to power it off the USB port (I have a circuit for a voltage Booster to get 13v VPP from 5v).
    Is this board able to supply 50mA for Vdd, and 200mA for the Booster to get Vpp? so 250mA to 300mA ish.

    • MikeGrusin / about 14 years ago / 1

      Unless I'm missing something this should be able to source 500mA per the USB2.0 spec.
      Note also that newer PICs support low-voltage programming, so you may not need the booster circuit.

  • Frapsy / about 14 years ago / 1

    Could i program attiny chips with this? Like this one http://www.sparkfun.com/commerce/product_info.php?products_id=9378?

  • PIND / about 14 years ago / 1

    @Sparkfun experts... (Interface Problem)
    I want to use this FTDI basic breakout board as a bridge between (9DOF Razor IMU) and Arduino Duemilanove. I connected FTDI pinout of this to similar pinout of IMU and then used a USBmini to USB-type-2 cable to connect it to Arduino on-board female USB Type 2 interface (Assuming that the serial connection is established). I uploaded a simple sketch to read the the data of IMU character by character but it is not responding....
    I connected the IMU via FTDI breakout board to PC and i am getting the data. This means my FTDI breakout to Arduino interface is not working.
    Can you guys suggest any way i can accomplish this interface? Is it possible to connect the Tx/Rx, Rx/Tx, Gnds and 3.3Vs together of arduino and FTDI breakout board for serial communication. In this case what am i supposed to do with the CTS and DTR pins as Arduino dont have these?
    Thanks for any help!

  • Rich Carthew / about 14 years ago / 1

    Hi All,
    Q: How might it be used for an DIY Arduino Breadboard auto-reset upload?
    I tried the FTDI basic DTR out line with a 100 nanofarad cap to the reset pin in the breadboard (with existing 10K pullup and open tactile switch) with the hope of auto-reset on uploading from the Arduino IDE (in Mac OS X).
    So far, I see the TX LED blink 3 times, then the IDE responds with the common 'avrdude stk500_recv(): programmer is not responding'
    Any help greatly appreciated!!
    Thanks,
    Rich.

    • bluewraith / about 14 years ago / 1

      A bit late, but better late then never.
      A 0.1uF(code 104) cap in series with the DTR pin and Reset pin will allow the IDE to auto-reset the board. I also have tested 10pF(code 101) and found it to work as well.
      Don't forget your pullup resistor on the Reset pin as well, and double check your reset switch to make sure you're not holding the chip in a constant reset by using the wrong legs of the chip.

      • Jacob L / about 12 years ago / 1

        Thanks for this... I had much more consistent auto-reset with the 10pF over the .1uF....

    • JordanLarson / about 14 years ago / 1

      I just got this little board and ran into the same problem. The only solution I've found is making sure that TX, RX, +5V, and GND are all connected, and reseting the Arduino just as I upload the code (you have to be quick).
      As for this "auto reset" feature... anyone wanna give me a heads up on how it works?

  • Tpatrick / about 14 years ago / 1

    Can this board be used to upload sketches to the Arduino. I tried by hooking the TX port on the FTDI to RX port(Pin 2 on the Arduino) and RX port to pin 3 on the Arduino. But so far I am not abe to upload anything.
    The driver for the board load fine.
    Thanks for any feed back.

  • dgimenezp / about 14 years ago / 1

    Is TXDEN pin available anywhere in the breakout ? It is just to be used with a 485 transreceiver to control the DE pin.
    Thanks !
    .....
    David

  • Jack123 / about 14 years ago / 1

    Could this be considered a replacement/equivalent to an FTDI cable?

    • HP22UK / about 14 years ago / 1

      Don't think so... (somebody correct me here) I'm having problems with it and an Xbee when I try and update the firmware.

  • lualua / about 15 years ago / 1

    Thanks for the quick response. Do I leave the grounds isolated as well?

    • YellowSocks / about 14 years ago / 1

      No, you'd definitely need to leave the ground connected.

  • lualua / about 15 years ago / 1

    My micro is running on its own external power. Do I need to connect my board's 5V/GND with the 5V/GND of the FTDI breakout? This is confusing me. I don't want to source power from the USB.

    • N8B / about 15 years ago / 1

      If your ?C is being powered with 5v you do not need to connect the pin on the FTDI Basic Breakout labeled 5v to your ?C.
      Keep in mind that the power supply for your ?C needs to be 5v because the transmit and receive pins (tx and rx) of the FTDI breakout are outputting 5v logic levels.

  • Matt3 / about 15 years ago / 1

    I did some simple testing with an ATMega8 and PySerial; worked great, thanks!

  • tz / about 15 years ago / 1

    You need to come up with some kind of connector for the pro-minis that would allow square pins to make firm contact. Mill-max has some off the shelf, but they require larger diameter holes.
    A male connector by itself doesn't really help since the problem is the boards are loose.
    A clip with something like sideways pogo pins that would seat into the holes (and maybe fit into the existing female connector) would be a much bigger help.
    Actually individual clips or one that could be rewired would help even more, then I could use them on something like the Venus GPS breakout.
    Mine do get some abuse, but I don't think a surface mount connector would be a problem.

  • Hello everybody! I have a couple questions, and I would really love your feedback. Thanks in advance!!
    Would you like a version of this board with male headers? I thought this might be more useful when programming our Arduino Pro minis. Any thoughts? I know you can just shove a 6-pin male breakaway header in there and your done, but I always try and cut any unnecessary links in the chain out, if ya can.
    Would you mind if we went to an SMD part for the header? How much abuse are these boards getting? I have been pretty impressed with the strength of some of our SMD headers, but i know they will always be arguably less durable that a thru-hole part.
    thanks,
    -Pete

    • zachtos / about 14 years ago / 1

      Yes, I would love a simple way to reprogram the mini's. The only reason I didn't order them for my last order over the pro's, is the difficulty of reprogramming, much faster to reprogram a pro.

  • Guidow / about 15 years ago / 1

    What are the dimensions?

  • Yosserg / about 15 years ago / 1

    Is there a diagram or instructions on how to switch to 3.3V? I see three very tiny pads on the back but don't know what to do with them.

  • pullinsb / about 15 years ago / 1

    any idea as to the time frame that these won't be sold out?
    I'm completely aware of modifying the 3v version to work with my arduino pro (5v), but I don't want to.

  • MichaelC / about 15 years ago / 1

    The schematic shows that you've skipped the ferrite bean on the USB power line as recommended in the FTDI datasheet. Any comment on this omission? Is it likely to cause speed or reliability problems due to noise?
    I've got my own breakout board coming together, and it would be convenient for me to skip the ferrite bead too because I don't have any handy. I'm interested to hear about the practical impact of this decision.

    • agrif / about 15 years ago / 1

      Ferrite beads are used to suppress high-frequency noise. Most USB cords I've seen loop around a big one in the cord itself (they're those big round things near one of the ends). I suppose FTDI recommends them for the USB cords that don't have one.
      Even if the cord doesn't have one, and there isn't one on the board, doesn't a small capacitor between ground and supply do the same thing?

  • Any idea why the TX and RX LEDs don't flash when uploading code with Arduino? They do on the 3.3v version of this board.

  • Jassper / about 15 years ago / 1

    Odd, I have been useing the 3.3v version on my Arduino pro mini - 5v version for some time now. No issues.
    What makes this one so special?

    • jay / about 14 years ago / 1

      I was forced to use a 3.3V FTDI board on a 5V model and it worked except the TX speed was double what I had set the serial bus to operate at! Took a few hours to de-bug this problem. The 3.3 operates at 8 Mhz, the 5V operates at 16 MHz.

    • MattTheGeek / about 15 years ago / 1

      a simple jumper,

  • MattTheGeek / about 15 years ago / 1

    :( i should of waited for this one instead of the 3.3 volt version. Oh well... 3.3V is still a logic high for 5 volts.

Customer Reviews

No reviews yet.