Adafruit
Adafruit ItsyBitsy nRF52840 Express - Bluetooth LE
The Adafruit ItsyBitsy nRF52840 Express brings Bluetooth Low Energy connectivity to the tiny ItsyBitsy form factor. Powered by the Nordic nRF52840 Cortex M4 ...
The Adafruit ItsyBitsy nRF52840 Express brings Bluetooth Low Energy connectivity to the tiny ItsyBitsy form factor. Powered by the Nordic nRF52840 Cortex M4 at 64 MHz with 1 MB Flash, 256 KB RAM, and 2 MB QSPI Flash, it can act as both a BLE central and peripheral device — perfect for compact wireless projects.
At just 1.4" × 0.7", it supports both CircuitPython and Arduino IDE programming. The UF2 bootloader makes flashing as simple as dragging a file to a USB drive, and the FCC/IC/TELEC certified radio module provides reliable BLE connectivity with up to +8 dBm output power.
Key Features
- Nordic nRF52840 Cortex M4 – 64 MHz with floating point and DSP support
- Bluetooth Low Energy – BLE central and peripheral support; FCC/IC/TELEC certified
- Up to +8 dBm Output Power – Strong wireless range for BLE applications
- 1 MB Flash, 256 KB RAM – Generous memory for complex wireless projects
- 2 MB QSPI Flash – Onboard storage for CircuitPython code and data files
- CircuitPython & Arduino – Dual programming environment support
- Native USB – Serial console, HID keyboard/mouse, MIDI, or disk drive
- 21 GPIO Pins – 6× 12-bit analogue inputs, up to 12× PWM outputs
- VHigh Output & Level-Shifted Pin 5 – 5V logic output for NeoPixels, servos, and LEDs
- UF2 Bootloader – Drag-and-drop firmware flashing via USB
- Built-in DotStar RGB LED – Plus red LED for status indication
- 3.3V Logic – With power/enable pin and automatic USB/battery switching
Ideal For
- Compact Bluetooth Low Energy projects and wireless sensors
- BLE-connected wearables and IoT devices
- Wireless HID devices — BLE keyboards, mice, and controllers
- CircuitPython wireless prototyping
Package Contents
- 1× Adafruit ItsyBitsy nRF52840 Express
- 1× Header Strip (unsoldered)
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- RGB
- Short for red, green and blue, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
Find this product in
Brands
Connectivity
Related Tutorials
Free guides on learn.littlebird.com.au