Adafruit
Adafruit Feather nRF52 Bluefruit LE [nRF52832]
The Feather nRF52 Bluefruit LE is an all-in-one Bluetooth Low Energy development board built around the Nordic nRF52832. Unlike earlier Bluefruit Feathers th...
The Feather nRF52 Bluefruit LE is an all-in-one Bluetooth Low Energy development board built around the Nordic nRF52832. Unlike earlier Bluefruit Feathers that used a separate helper chip, the nRF52832 runs your application code and handles BLE directly — resulting in lower power consumption, lower cost, and better performance.
The nRF52832 features a 64 MHz Cortex M4F with hardware floating point, 512 KB flash, and 64 KB SRAM — twice the resources of the earlier nRF51-based modules. It supports the standard Nordic UART service for transparent data transfer, custom GATT services, HID keyboard emulation, heart rate monitoring, beacon advertising, and over-the-air firmware updates.
Key Features
- nRF52832 Processor – ARM Cortex M4F at 64 MHz with hardware floating point acceleration
- 512 KB Flash + 64 KB SRAM – Twice the memory of nRF51-based modules
- Bluetooth Low Energy – 2.4 GHz BLE radio with up to +4 dBm output power
- FCC / IC / TELEC Certified – Pre-certified wireless module
- Arduino IDE Support – Program directly with the Adafruit nRF52 board support package
- Auto-reset Bootloader – Upload code via USB without pressing any buttons
- OTA Updates – Flash firmware wirelessly via the Nordic or Adafruit apps
- UART Service – Transparent BLE data pipe to iOS and Android via the Bluefruit Connect app
- HID Keyboard – Act as a Bluetooth keyboard for compatible devices
- 19 GPIO Pins – 8× 12-bit ADC, up to 12 PWM outputs (3 modules × 4 channels)
- Built-in USB Serial – Fast programming and debugging
- LiPo Battery Support – JST connector with built-in charger and battery voltage monitoring
- Optional SWD Connector – Solder pads for advanced debugging with a CMSIS-DAP or J-Link
- Compact Design – 51 mm × 23 mm × 8 mm, weighing 5.7 g
Also Available
- Feather nRF52 Pro – Same hardware with Apache Mynewt bootloader (advanced users)
- Feather nRF52840 Express – Upgraded nRF52840 with USB native, 1 MB flash, CircuitPython
- Feather nRF52840 Sense – nRF52840 with on-board sensors
Ideal For
- Bluetooth Low Energy projects with iOS and Android
- Wireless sensors and data logging
- BLE HID keyboards and controllers
- Beacon and proximity applications
Package Contents
- 1× Feather nRF52 Bluefruit LE (nRF52832)
- 1× Header pin set
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- 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.
- FeatherWing
- A FeatherWing is an add-on board made to plug into the Feather microcontroller board layout. Knowing a product is a FeatherWing helps you check whether it will physically and electrically fit your Feather-style mainboard.
- 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.
- GPS
- The US satellite navigation system used by GNSS receivers to calculate position and time. Support for GPS is important because it is widely available and often used together with other constellations for more reliable positioning.
- 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.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- 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.
- nRF52840
- The nRF52840 is a Nordic Semiconductor microcontroller commonly used in maker boards, especially where Bluetooth Low Energy is needed. Seeing it listed tells you the USB host software may support boards based on this chip.
- 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.
- 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.
- 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.
- SWD
- Serial Wire Debug is a two-wire programming and debugging interface used with many microcontrollers. It matters if you need low-level access to program, recover or debug the processor board connected to this carrier.
- 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