Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
FTDI Friend with Micro USB Port + extras - V3 — image 1
Hover to zoom

1 / 4 · Click to enlarge

Adafruit

FTDI Friend with Micro USB Port + extras - V3

33+ bought in past month
AI Summary
USB Interface Module for everyday users

The FTDI Friend with Micro USB Port + extras - V3 by Adafruit is a mid-range usb interface module designed for everyday users. It features Operating Voltage (V): 3.3 to 5 and Port: Micro-USB.

₹2,960
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹2,960
Buying tip: A quality investment for dependable performance and premium build quality.
Estimated delivery: 25 Aug8 Sept
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Operating Voltage (V): 3.3 to 5
Port: Micro-USB
Length (mm): 38.07mm
Width (mm): 17.89mm
Weight (g): 3.4g
Shipping Weight: 0.004 kg

Ideal For

Electronics projectsArduino / Raspberry Pi buildsPrototyping
Share:
SKU: robu-1847611Category: USB Interface Module

About This Product

The FTDI Friend with Micro USB Port + extras - V3 by Adafruit is a mid-range usb interface module designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Operating Voltage (V): 3.3 to 5 — works with standard household power
  • Port: Micro-USB — compatible with modern devices
  • Length (mm): 38.07mm
  • Width (mm): 17.89mm
  • Weight (g): 3.4g
  • Shipping Weight: 0.004 kg
  • Shipping Dimensions: 14 × 8 × 2 cm

Why Buy from Pricio?

Pricio sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

Long gone are the days of parallel ports and serial ports. Now the USB port reigns supreme! But USB is hard, and you just want to transfer your everyday serial data from a microcontroller to a computer. What now? Enter the FTDI Friend! The FTDI Friend is a tweaked-out FTDI FT232RL chip adapter. Sure, like the well-known FTDI cable, it can provide power to your project, and there are 4 signal lines for sending data back and forth. But the friend can do much more! For example, you can change the signal and power lines to be either 3.3V or 5V. Arduino derivatives and XBees use the RTS line for programming, but what if you need that DTR line? It's there for you. By default, we've set it up so that it matches our FTDI cables. The 6th pin is RTS (as of Arduino IDE v18 this will work perfectly for uploading to 'inos), the power wire is +5V and the signal levels are 3.3V (they are 5V compliant and should work in the vast majority of 3.3V and 5V signal systems). And of course, we include a little extra—in this case, the extra-long headers that you can use to plug it into a breadboard. There are also blinkies, 2 red & green LEDs already on the board that pulse when the serial is sent or received. The USB port on the breakout is a Micro-B type, by the way. You can also purchase a 6-pin extension cable from us, which will let you rearrange the wire order. In a pinch, you can even use it to program AVRs (it's a bit slow but works!) We have a full tutorial page about the FTDI friend and you can peruse the FTDI cable datasheet, FTDI FT232RL chip datasheet, or the schematic/layout files on GitHub Note: These use genuine FTDI chips, either we purchase them or they are manufactured to our specifications with the requirement of genuine FTDI chips

Features:

  1.  Features an FTDI FT230X USB-to-serial converter chip for reliable and versatile USB communication.
  2. Equipped with a Micro USB port for easy and common connectivity with a variety of devices.
  3. Supports both 5V and 3.3V logic levels, providing flexibility for different microcontrollers or device requirements.
  4. Onboard LEDs for visual indication of data transmission and reception (RX and TX).
  5.  Capable of operating in Bit Bang mode, allowing users to control the individual pins for various applications.
  6. Integrated EEPROM for storing custom USB descriptors and configuration settings.
  7.  Includes a resettable fuse to protect against overcurrent situations, enhancing device safety.
  8. Utilizes a standard USB Type-A connector, ensuring compatibility with a wide range of devices and cables.
  9. Features a DTR (Data Terminal Ready) pin for facilitating automatic reset of microcontrollers during programming.

 Package Includes:

1 x FTDI Friend with Micro USB Port + extras - V3

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.