Little Bird
BLE Nano
The BLE Nano is the smallest Bluetooth 4.0 Low Energy development board available, measuring just 18.5 × 21.0 mm. Built around the Nordic nRF51822 SoC (ARM C...
Get notified when back in stock
The BLE Nano is the smallest Bluetooth 4.0 Low Energy development board available, measuring just 18.5 × 21.0 mm. Built around the Nordic nRF51822 SoC (ARM Cortex-M0 + BLE), it runs at 16 MHz with ultra-low power consumption and supports both BLE Central and Peripheral roles.
The included MK20 USB Board (Freescale MK20DX128VFM5) acts as a programming dongle — it appears on your computer as both a serial port and a removable mass storage disk for easy firmware deployment. Development is supported via the Nordic nRF51822 SDK, mbed platform, GCC, Keil, or Arduino.
Key Features
- Tiny Form Factor – Only 18.5 × 21.0 mm
- Nordic nRF51822 SoC – ARM Cortex-M0 with Bluetooth 4.0 Low Energy
- BLE Central & Peripheral – Supports both roles for flexible connectivity
- Ultra-Low Power – Ideal for battery-powered IoT projects
- Flexible Voltage – Operates from 1.8 V to 3.3 V (VDD) or 3.3–13 V (VIN)
- Multiple Dev Environments – Nordic SDK, mbed, GCC, Keil, or Arduino
- MK20 USB Board – Drag-and-drop firmware deployment via mass storage
- 11 I/O Pins – With configurable UART, I2C, and SPI
Specifications
- Microcontroller – Nordic nRF51822
- CMSIS-DAP Chip – Freescale MK20
- Operating Voltage – 1.8–3.3 V
- Input Voltage – 1.8–3.3 V (VDD) / 3.3–13 V (VIN)
- Clock Speed – 16 MHz
- Connectivity – Bluetooth 4.0 LE, Serial (TX/RX), I2C, SPI
- Flash Memory – 256 KB
- SRAM – 16 KB
- I/O Pins – 11
- Dimensions – 18.5 × 21.0 mm
Power Supply
- VIN (3.3–13 V) – Regulated to 3.3 V via onboard LDO; connect a battery directly
- VDD (1.8–3.3 V) – Direct power input for low-voltage operation
Pinout Notes
- On-board LED is connected to Pin 19 (P0_19)
- Pin 30 (P0_30) is a signal pin — configure via switches S5/S10 for GND or VDD
- UART pins (RTS, RXD, TXD, CTS) default to P8–P11 via switches S1–S4 and S6–S9
- UART can be rerouted to P0–P3 to free up analog pins
MK20 USB Board
The MK20 USB Board powers the BLE Nano from USB (5 V regulated to 3.3 V) and provides drag-and-drop firmware deployment. Short switch S on the MK20 board to output 1.8 V instead, enabling low-voltage component operation.
Package Contents
- 1× BLE Nano Board
- 1× MK20 USB Board
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- 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.
- Flash memory
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- 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.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- 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.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- 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.
- 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.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- 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.
Find this product in
Connectivity
Related Tutorials
Free guides on learn.littlebird.com.au