Store

Adafruit

$23.31 |
In stock at supplier
No reviews yet

The Feather RP2040 brings the Raspberry Pi RP2040 dual-core processor to the Feather platform. With two ARM Cortex M0+ cores running at ~125 MHz, 264 KB SRAM...

Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

The Feather RP2040 brings the Raspberry Pi RP2040 dual-core processor to the Feather platform. With two ARM Cortex M0+ cores running at ~125 MHz, 264 KB SRAM, 8 MB SPI flash, and the RP2040's unique PIO (Programmable I/O) state machines, this board offers excellent performance for CircuitPython, MicroPython, and C/C++ development.

The RP2040's PIO system lets you create custom hardware-level peripherals in software — driving NeoPixels, I2S audio, LED matrices, SPI displays, and even VGA output with precise timing and no CPU overhead. The board includes a STEMMA QT connector for quick I2C sensor connections, USB Type C, and the standard Feather pinout for FeatherWing compatibility.

Key Features

  • RP2040 Processor – Dual ARM Cortex M0+ cores at ~125 MHz, 3.3V logic
  • 264 KB SRAM – In six independent banks
  • 8 MB SPI Flash – Shared between program code and file storage (~7 MB available for CircuitPython files)
  • PIO State Machines – 8 programmable I/O state machines for custom hardware peripherals
  • USB Type CNative USB with UF2 bootloader (hold BOOTSEL during boot to enter)
  • STEMMA QT / Qwiic – On-board I2C connector for solderless sensor connections
  • NeoPixel – On-board RGB LED for status feedback
  • 21 GPIO Pins – 4× 12-bit ADC, 16× PWM, 2× I2C, 2× SPI, 2× UART
  • PIO-Friendly Layout – 8 consecutive digital GPIO pins for maximum PIO compatibility
  • LiPo Battery Support – JST connector with built-in 200 mA+ charger and charging status LED
  • Bootloader + Reset Buttons – Both BOOTSEL and reset buttons on-board
  • Optional SWD Debug – Solder pads for debug access
  • 24 MHz Crystal – For precise timing
  • Compact Design – 51 mm × 23 mm × 7.5 mm, weighing 5 g
Note: The RP2040 is a Cortex M0+ chip without hardware floating point or DSP instructions. Floating-point maths is performed in software, which is slower than Cortex M4-based boards like the Feather M4.

Also Available

Ideal For

  • CircuitPython and MicroPython development
  • PIO-driven custom peripherals (NeoPixels, displays, audio)
  • Portable battery-powered projects
  • Rapid prototyping with STEMMA QT sensors

Package Contents

  • 1× Feather RP2040
  • 1× Header pin set
Note: PCB colour may vary. 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.
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.
HDMI
HDMI is a common digital video and audio connection used by computers, media players, and many displays. If a display kit has HDMI input, it is usually much easier to test with a single-board computer because it can act like a normal monitor.
I2C
I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
I2S
I2S is a digital audio interface used to send sound data between chips, such as from a microcontroller to an audio amplifier or DAC. It matters if your project needs cleaner digital audio output than a basic buzzer or PWM signal can provide.
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.
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.
LoRa
LoRa is a long-range, low-power radio technology often used for telemetry and remote sensors. It matters here because the connector and pinout are compatible with some LoRa telemetry products, even though this module uses Bluetooth instead.
MicroPython
A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
microSD card
A microSD card is a small removable memory card used to store files such as audio tracks. For this product, the card is where the sound files live, so its capacity and formatting can affect how many sounds you can use.
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.
PCB
A printed circuit board is a rigid board with copper tracks that connect electronic parts without loose wires. For this kit, the PCBs also form the airplane shape, so they are both the circuit base and part of the finished model.
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.
Qwiic
Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
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.
RP2040
A microcontroller chip used on many maker boards, with enough speed and flexible I/O for some camera and display projects. Compatibility with RP2040 matters because camera modules often need many pins and careful timing to read image data successfully.
SPI
A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
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.
STEMMA
A plug-and-cable connection system used on some maker electronics boards to make wiring simpler. If a product uses STEMMA, you need the matching cable or connector type to plug it in without soldering.
STEMMA QT
A small plug-in connector system for I2C boards that lets you connect compatible sensors and controllers without soldering. It matters because it can make wiring faster and less error-prone, especially when adding several small modules to a project.
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.
USB host
A USB host is the side of a USB connection that controls attached devices, like a computer talking to a keyboard or flash drive. This matters because most microcontroller boards are normally USB devices, so adding USB host support lets them use common USB peripherals.
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.