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...
Get notified when back in stock
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 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.
- 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 LiPo (lithium polymer) battery is a rechargeable lithium battery widely used in portable projects because it is light and compact. LiPo cells need correct charging circuitry and careful handling to stay safe, so equipment that supports LiPo generally includes charging or protection hardware suited to that battery type.
- nRF52840
- The nRF52840 is a Nordic Semiconductor system-on-chip built around a 32-bit Arm Cortex-M4 processor, with built-in Bluetooth Low Energy and native USB. It is widely used in maker and wearable boards, where it offers BLE and USB support along with broad library coverage in common maker toolchains.
- 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.
- 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 (SWD) is a two-wire programming and debugging interface used with many ARM Cortex-M microcontrollers. It provides low-level access to program, recover or debug the microcontroller.
- 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
Brands
Connectivity
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au