Adafruit
Adafruit Feather M0 Bluefruit LE
The Feather M0 Bluefruit LE combines an ATSAMD21G18 ARM Cortex M0 processor with a Bluetooth Low Energy module, native USB, and LiPo battery charging. With t...
The Feather M0 Bluefruit LE combines an ATSAMD21G18 ARM Cortex M0 processor with a Bluetooth Low Energy module, native USB, and LiPo battery charging. With the power of a 48 MHz ARM core and 256KB of flash, it provides significantly more processing headroom than the 32u4-based Bluefruit while maintaining full BLE functionality.
BLE is supported by all modern smartphones and tablets (iOS, Android, Mac OS X, Windows 8+). The Bluefruit module is built on the Nordic nRF51822 chipset and supports transparent UART serial communication, custom GATT services, HID keyboard emulation, UriBeacon broadcasting, and over-the-air firmware updates.
Key Features
- ATSAMD21G18 @ 48 MHz – ARM Cortex M0, 3.3V logic, 256KB flash, 32KB RAM
- Native USB – Built-in USB bootloader and serial port debugging
- Bluetooth Low Energy (nRF51822) – iOS and Android compatible
- UART Service – Transparent serial data pipe between BLE device and microcontroller
- AT Command Set – Full control over BLE behaviour, GATT services, and advertising
- BLE HID Keyboard – Act as a wireless keyboard for compatible devices
- BLE Heart Rate Monitor – Standard BLE health profile support (external sensor required)
- UriBeacon Support – Broadcast URLs to nearby devices
- Over-the-Air Updates – Update BLE module firmware via iOS or Android
- 20 GPIO Pins – Including 10 analogue inputs, 8 PWM outputs, and 1 analogue output (DAC)
- Hardware Serial, I2C & SPI – Full peripheral support
- Built-in LiPo Charger – 100 mA charging with status indicator LED
- Battery Monitoring – Battery voltage routed to an analogue pin via divider
- 3.3V Regulator – 500 mA peak current output
Specifications
- Dimensions – 51 × 23 × 8 mm (without headers)
- Weight – 5.7 g
- Mounting – 4 mounting holes
Also Available
- Feather M0 Adalogger – With MicroSD card holder
- Feather M0 Basic Proto – With prototyping area
- Feather M0 Express – Designed for CircuitPython
- Feather M0 WiFi – With ATWINC1500 Wi-Fi
- Feather M0 RFM95 LoRa Radio (900 MHz)
- Feather 32u4 Bluefruit LE – ATmega32u4 variant
Ideal For
- Phone-controlled projects via iOS or Android
- Wireless sensor data transmission
- BLE HID keyboards and controllers
- Projects needing more processing power than the 32u4 Bluefruit
Package Contents
- 1× Assembled and tested Feather M0 Bluefruit LE
- 1× Header set
Jargon buster
Plain-language definitions for the technical terms used above.
- 3.3V regulator
- A 3.3V regulator is a power circuit that provides a steady 3.3 volts for parts that need that supply voltage. On a breakout board, it can let the sensor run safely even when the connected microcontroller or power source uses a higher voltage.
- 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.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- DAC
- A digital-to-analogue converter turns numbers from the microcontroller into a real analogue voltage. It matters if you want to generate simple waveforms, audio-style signals, or variable control voltages rather than just on/off outputs.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- Headers
- Rows of metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder the pins yourself.
- 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.
- 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.
- LED
- A light-emitting diode is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- LiPo
- A lithium polymer rechargeable battery commonly used in portable electronics projects. It matters because LiPo batteries need correct charging circuitry and care, and this board includes hardware intended for that battery type.
- 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.
- microSD card
- A microSD card is a small removable memory card used to store files such as audio tracks. For this product, the card is where the sound files live, so its capacity and formatting can affect how many sounds you can use.
- native USB
- Native USB means the microcontroller itself handles USB communication, rather than using a separate USB-to-serial chip. This matters for programming, debugging, and projects that need the board to act directly as a USB device.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- 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.
- 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
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au