Adafruit
Adafruit Feather nRF52 Pro with myNewt Bootloader
The Feather nRF52 Pro is an advanced Bluetooth Low Energy development board built around the Nordic nRF52832, designed specifically for use with the Apache M...
The Feather nRF52 Pro is an advanced Bluetooth Low Energy development board built around the Nordic nRF52832, designed specifically for use with the Apache Mynewt RTOS. It features a fully open-source BLE 5.0 stack, a serial bootloader for command-line firmware flashing, and an on-board SWD debug connector for professional development workflows.
Apache Mynewt provides professionally written networking stacks (BLE 5.0, OIC/OCF), a secure bootloader with cryptographic firmware signing, and comprehensive project management tools — all under the permissive Apache licence. The board supports UART-based BLE data transfer and custom GATT services.
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 5.0 – Fully open-source BLE stack via Apache Mynewt
- FCC / IC / TELEC Certified – Pre-certified wireless module
- Apache Mynewt RTOS – Professional RTOS with secure bootloader, OTA updates, and cryptographic firmware signing
- Mynewt Serial Bootloader – Flash firmware via USB Serial using the newtmgr command-line tool
- SWD Debug Connector – On-board connector for Segger J-Link or CMSIS-DAP debugging
- DFU Button – Dedicated button for device firmware update mode
- Up to +4 dBm Output – BLE radio power
- 19 GPIO Pins – 8× 12-bit ADC, up to 12 PWM outputs (3 modules × 4 channels)
- Built-in USB Serial – For programming and debugging via command line
- LiPo Battery Support – JST connector with built-in charger and battery voltage monitoring
- Compact Design – 51 mm × 23 mm × 8 mm, weighing 5.7 g
Also Available
- Feather nRF52 Bluefruit LE – Same hardware with Arduino IDE support
- Feather nRF52840 Express – Upgraded nRF52840 with USB native, 1 MB flash, CircuitPython
- Feather nRF52840 Sense – nRF52840 with on-board sensors
Ideal For
- Advanced BLE 5.0 development with open-source stack
- Professional IoT projects requiring secure bootloading
- Apache Mynewt RTOS-based applications
- Projects needing SWD debugging capabilities
Package Contents
- 1× Feather nRF52 Pro with Mynewt Bootloader
- 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.
- DFU
- Device Firmware Update is a mode that lets you load new firmware onto a board over USB. It matters when recovering a board or installing firmware without using a separate programmer.
- Docker
- Docker is a tool for running software in containers, which package an app with its dependencies. It matters because it can make Linux-based maker projects easier to set up and repeat across different systems.
- 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.
- 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.
- 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.
- 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