AI agents & screen readers: for a machine-readable, text-only catalogue, start at /llms.txt. Products are available as Markdown (/products.md, /products/{handle}.md) and JSON (/products.json, /products/{handle}.json).
Store

SparkFun

· MPN: WRL-24113

$40.95 |
Only 3 left
No reviews yet

This board creates a wireless Bluetooth® serial UART link, making it a handy replacement for short serial cables. Pair it, connect it, and pass serial data b...

Stock availability

Ready to ship from Sydney
3 in stock
Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

This board creates a wireless Bluetooth® serial UART link, making it a handy replacement for short serial cables. Pair it, connect it, and pass serial data between TX/RX lines, with serial streams supported from 2400 to 921600 baud.

BlueSMiRF v2 keeps the familiar 6-pin serial layout used by many FTDI-style USB-to-serial converters, so it suits Arduino Pro, Pro Mini, LilyPad Arduino 328 Main, ZED-F9P, ZED-F9R, UM980, SerLCD and other boards with a standard 6-pin serial connector. The pins are broken out to 1x6 PTH pads, so you’ll need to solder a 1x6 female header or wires before connecting it to another device.

It supports point-to-point Bluetooth serial links, pairing with a phone or computer, or pairing two BlueSMiRF boards using the onboard PAIR button. Settings such as baud rate, flow control and LED mode can be changed remotely using a serial terminal app and the simple AT command set.

An onboard regulator accepts 3.3V to 5V input, and logic level conversion is included on all pins for 3.3V to 5V tolerance. Bluetooth classic Serial Port Profile (SPP) is primarily supported for Android phones and most desktops and laptops, while BLE is also available for Apple phones.

Features:

  • Module: Espressif's ESP32-PICO-MINI-02 Module with Built-in PCB Antenna
  • Communication: Serial Bluetooth® Point-to-Point Communication
  • Bluetooth protocol: Serial Port Profile (SPP)
  • Bluetooth protocol: Bluetooth Low Energy (BLE)
  • Firmware updates: Firmware Over-the-Air (OTA) Updates via 2.4GHz WiFi
  • Recommended input voltage: 3.3V to 5V
  • Current & power consumption @ 3.3V, idle: 72mA / 238mW
  • Current & power consumption @ 3.3V, connected with no serial traffic: 75mA / 248mW
  • Current & power consumption @ 3.3V, constant duplex serial traffic: 140mA / 462mW
  • Voltage regulator: AP2112K 3.3V/600mA Voltage Regulator
  • Logic level conversion: Logic Level Converters on all pins
  • Serial port breakout: Standard Serial Port Broken Out to PTHs
  • Standard serial PTH pins: RTS/RXI/TXO/VCC/CTS/GND
  • PTH: Reset
  • Button: Pair
  • LED: CONNECT
  • LED: STATUS
  • Jumper: 3.3V Bypass Jumper (JP2)
  • Jumper: Pair Button (BTN)
  • Board dimensions: 44.2mm x 15.22mm
  • Weight: 3g

Specifications:

  • Serial stream baud range: 2400 to 921600 baud
  • Duplex transmission: up to 921600bps
  • Indoor range: up to 100ft (33m)
  • Recommended input voltage: 3.3V to 5V
  • Logic level tolerance: 3.3V to 5V tolerant
  • Voltage regulator: AP2112K 3.3V/600mA
  • Module: Espressif's ESP32-PICO-MINI-02 Module with Built-in PCB Antenna
  • Supported Bluetooth protocol: Serial Port Profile (SPP)
  • Supported Bluetooth protocol: Bluetooth Low Energy (BLE)
  • OTA update connection: 2.4GHz WiFi
  • Current & power consumption @ 3.3V, idle: 72mA / 238mW
  • Current & power consumption @ 3.3V, connected with no serial traffic: 75mA / 248mW
  • Current & power consumption @ 3.3V, constant duplex serial traffic: 140mA / 462mW
  • Standard serial PTH pins: RTS/RXI/TXO/VCC/CTS/GND
  • Reset PTH: Reset
  • Pair button: Pair
  • LED: CONNECT
  • LED: STATUS
  • Jumper: 3.3V Bypass Jumper (JP2)
  • Jumper: Pair Button (BTN)
  • Board dimensions: 44.2mm x 15.22mm
  • Weight: 3g

Use an RS232 to TTL converter if you need to interface with higher-voltage RS232 signals. SparkFun also provides supporting documentation including a hookup guide, schematic, KiCad files, firmware and hardware files.

Jargon buster

Plain-language definitions for the technical terms used above.

2.4GHz WiFi
2.4GHz WiFi is a common wireless networking band used by many routers and embedded devices, offering good range but more congestion than the 5GHz band. Devices on this band can join networks to transfer data or receive firmware updates.
AP2112K
AP2112K is a small low-dropout (LDO) voltage regulator that supplies a stable fixed output (commonly 3.3V) from a higher input such as USB 5V. Its ratings matter for checking the acceptable input voltage range and the maximum current available to the powered electronics.
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.
baud
Baud is the signalling rate of a serial connection, often used as the speed setting for UART communication. Matching the baud rate matters because both connected devices must use the same setting for readable data.
BLE
BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for low power use and broad compatibility with modern phones and computers. It connects well to battery-powered and mobile devices, including Apple hardware, though it behaves differently from Bluetooth Classic and its serial-style profiles.
breakout
A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
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.
ESP32
ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
ESP32-PICO-MINI-02
ESP32-PICO-MINI-02 is a compact system-in-package wireless module from Espressif that integrates an ESP32 chip, flash and supporting components with a PCB antenna. The exact part number helps you check its datasheet for wireless capabilities, antenna type, pinout and long-term availability.
GND
GND is the ground or reference connection (0 V) for a circuit. When connecting two devices together, their grounds must be joined so both agree on what counts as a low or high signal.
LED
A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
OTA
OTA means over-the-air updating, where a device's firmware is updated wirelessly rather than through a programming cable. This lets firmware be updated or maintained after a device is installed without a physical connection.
PCB
A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
PCB antenna
A PCB antenna is an antenna pattern built directly into the circuit board rather than a separate metal antenna. It matters because placement, nearby metal and enclosure design can affect wireless range.
PTH
Plated through-hole means the pin holes are metal-lined so solder connects the pad on both sides of the board. It is useful for connectors and headers that need a strong mechanical and electrical connection.
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.
RX
RX means receive, usually showing data being received by the board. An RX indicator LED can help with troubleshooting USB or serial communication.
Tolerance
Tolerance tells you how far the real resistance value may be from the printed value. A 1% resistor is useful when a circuit needs more predictable behaviour than a looser 5% or 10% part.
TX
TX means transmit, usually showing data being sent from the board. A TX indicator LED can help you see when the board is communicating or uploading code.
UART
UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
VCC
VCC is the positive power-supply connection on a chip or module. Connecting it to the correct supply voltage is needed for the part to power on and helps avoid damaging the electronics.
ZED-F9P
A u-blox GNSS receiver module designed for high-precision positioning, including RTK rover and base-station use. The exact module matters because it determines the supported satellite bands, update rates, correction formats and achievable accuracy.

ESP32-PICO-MINI-02 Datasheet

Datasheet · 926.2 KB · Click any page to view full size

Download PDF

ESP32 Technical Reference Manual

Datasheet · 9.7 MB · Click any page to view full size

Download PDF

Supplier page — sparkfun.com

Supplier Description · 1.5 MB · Click any page to view full size

Download PDF

Source Code

Open-source libraries, firmware & example projects for this product

Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.