Adafruit
Adafruit Bluefruit LE UART Friend - Bluetooth Low Energy (BLE)
The Adafruit Bluefruit LE UART Friend adds Bluetooth Low Energy connectivity to any microcontroller or computer with a hardware or software serial port. With...
The Adafruit Bluefruit LE UART Friend adds Bluetooth Low Energy connectivity to any microcontroller or computer with a hardware or software serial port. With hardware flow control built in, you won't lose data during transmission. Connect via UART TX/RX pins, or use a standard FTDI cable for debugging and testing.
The onboard nRF51822 BLE module supports transparent UART data transfer via the Nordic UART profile, AT commands for full BLE configuration, custom GATT services and characteristics, HID keyboard emulation, heart rate monitor profiles, UriBeacon support, and over-the-air firmware updates.
Key Features
- nRF51822 BLE Module – Bluetooth Low Energy with Nordic UART RX/TX profile
- UART Interface – Hardware serial with flow control (CTS/RTS)
- AT Command Set – Full control over BLE behaviour, GATT services, advertising, RSSI, battery voltage, and more
- HID Keyboard – Emulate a Bluetooth keyboard for BLE HID-capable devices
- Heart Rate Monitor Profile – Standard BLE heart rate profile (add your own pulse-detection hardware)
- UriBeacon – Broadcast URLs to nearby devices using the Google beacon standard
- OTA Firmware Updates – Update BLE module firmware via iOS or Android
- iOS and Android Compatible – Works with the free Bluefruit Connect app (colour picker, sensor data, game pad)
Also Available
- Bluefruit LE SPI Friend – SPI interface version for microcontrollers without a spare UART
- Bluefruit LE Shield – Arduino shield form factor for easy plug-in BLE
- Bluefruit LE Micro – All-in-one ATmega32u4 + BLE board
Ideal For
- Adding BLE to any UART-capable microcontroller or computer
- Wireless communication with iOS and Android devices
- BLE-enabled robots, wearables, and art projects
- Bluetooth HID keyboard and beacon applications
Package Contents
- 1× Adafruit Bluefruit LE UART Friend (assembled and tested)
- 1× Header strip set
Jargon buster
Plain-language definitions for the technical terms used above.
- AT command set
- An AT command set is a text-based control language sent over a serial terminal to configure a device. It matters because you can change settings such as baud rate and flow control without writing custom firmware.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for lower power use and modern phone compatibility. It matters because BLE support can make the module easier to use with Apple devices and battery-powered projects, though it may behave differently from classic serial Bluetooth.
- CTS
- CTS stands for Clear To Send, a serial flow-control signal that tells the other device it may transmit. It matters for reliable high-speed serial communication where buffers could otherwise overflow.
- HID
- Human Interface Device is a USB device class used for keyboards, mice, gamepads and similar controls. If a board supports HID over USB, it can act like an input device to a computer without needing a custom driver.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- OTA
- OTA means over-the-air updating, where firmware is updated wirelessly instead of through a programming cable. It matters because you may be able to update or maintain the module after it is installed in a project.
- RTS
- RTS stands for Request To Send, a serial flow-control signal used to manage when a device is ready to receive data. It matters when moving fast serial streams because flow control can help prevent lost data.
- Shield
- An add-on board that plugs into a main controller board to give it extra features such as sensing, motor control or communication. Knowing a product supports shields helps you judge whether it can connect neatly into an existing maker-board setup.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- TX/RX pins
- TX and RX are the transmit and receive pins used for serial communication between electronic devices. They matter when wiring the board to another controller because TX usually connects to the other device’s RX, and the voltage level must be compatible.
- UART
- UART is a simple serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
Find this product in
Brands
Connectivity
Related Tutorials
Free guides on learn.littlebird.com.au