AI agents & screen readers: for a machine-readable, text-only catalogue, start at /llms.txt. Products are available as Markdown (/products.md, /products/{handle}.md) and JSON (/products.json, /products/{handle}.json).
Store

Adafruit

$53.55 |
In stock at supplier
No reviews yet

The Feather nRF52840 Express upgrades the nRF52 Bluefruit with the Nordic nRF52840 — featuring 1 MB flash, 256 KB SRAM, native USB, and Bluetooth Low Energy ...

Stock availability

Available with leadtime
100 available
Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

The Feather nRF52840 Express upgrades the nRF52 Bluefruit with the Nordic nRF52840 — featuring 1 MB flash, 256 KB SRAM, native USB, and Bluetooth Low Energy in a single chip. Native USB means no separate serial converter is needed; the chip handles CDC serial, and can also act as a HID keyboard, mouse, MIDI device, or disk drive.

The board supports both Arduino IDE and CircuitPython. With the UF2 bootloader pre-installed, you can drag and drop firmware files for either platform. The 2 MB QSPI flash provides file storage for CircuitPython scripts and libraries. The nRF52840 is code-compatible with nRF52832 projects — just recompile to take advantage of the upgraded hardware.

Key Features

  • nRF52840 Processor – ARM Cortex M4F at 64 MHz with hardware floating point acceleration
  • 1 MB Flash + 256 KB SRAM – 4× the resources of the nRF52832
  • Native USB – CDC serial, HID keyboard/mouse, MIDI, and mass storage support
  • Bluetooth Low Energy – 2.4 GHz BLE radio with up to +8 dBm output power
  • FCC / IC / TELEC Certified – Pre-certified wireless module
  • 2 MB QSPI Flash – File storage for CircuitPython code and libraries
  • UF2 Bootloader – Drag-and-drop firmware loading for CircuitPython and Arduino
  • Arduino + CircuitPython – Full support for both development environments
  • NeoPixel – On-board addressable RGB LED for status feedback
  • User Button – Extra button for OTA updates or custom functions
  • 21 GPIO Pins – 6× 12-bit ADC, up to 12 PWM outputs (3 modules × 4 channels)
  • LiPo Battery Support – JST connector with built-in charger and battery voltage monitoring
  • SWD Debug Connector – Standard 2×5 0.05" header for advanced debugging
  • Full FeatherWing Compatibility – Works with all FeatherWings including UART-based ones
  • Compact Design – 51 mm × 23 mm × 7.2 mm, weighing 6 g

Also Available

Ideal For

  • BLE projects with CircuitPython or Arduino
  • USB HID devices (keyboards, mice, MIDI controllers)
  • Wireless sensors and data logging
  • Portable battery-powered Bluetooth projects

Package Contents

  • 1× Feather nRF52840 Express
  • 1× Header pin set
Note: LiPo battery and USB cable sold separately.

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.
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.
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.
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.
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.
MIDI
MIDI is a standard way for electronic instruments, controllers, and software to send musical control messages such as notes, velocity, and timing. If a board supports MIDI, it can be triggered from keyboards, drum pads, sequencers, or other music gear rather than only from buttons or code.
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.
NeoPixel
A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
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.
RGB
Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
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.
Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.