Store

Adafruit

$20.18 |
In stock
No reviews yet

The Adafruit ItsyBitsy RP2040 brings the Raspberry Pi RP2040 to the compact ItsyBitsy form factor. Featuring a dual-core Cortex M0+ running at 125 MHz, 264 K...

Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

The Adafruit ItsyBitsy RP2040 brings the Raspberry Pi RP2040 to the compact ItsyBitsy form factor. Featuring a dual-core Cortex M0+ running at 125 MHz, 264 KB RAM, and 8 MB of SPI Flash, it packs serious power into a board just 1.4" × 0.7" — perfect for shrinking prototypes into tiny final builds.

The RP2040's unique PIO (Programmable I/O) state machines enable custom hardware-level protocols for NeoPixels, I2S audio, LED matrices, and more — all without using the CPU. Supports CircuitPython, MicroPython, and C/C++ with the Pico SDK.

Key Features

  • RP2040 Dual-Core Cortex M0+ – 125 MHz, 32-bit with 264 KB RAM
  • 8 MB SPI Flash – Generous storage for CircuitPython/MicroPython code and data files
  • 23 GPIO Pins – 4× 12-bit ADC, 16× PWM, 2× I2C, 2× SPI, 2× UART
  • PIO State Machines – 2× PIO peripherals with 4 state machines each for custom hardware protocols
  • CircuitPython, MicroPython & C/C++ – Multiple programming environment support
  • Native USB – Built-in ROM UF2 bootloader; serial console, HID, and disk drive support
  • VHigh Output & Level-Shifted Pin 5 – 5V logic output for NeoPixels, servos, and LEDs
  • RGB NeoPixel – Onboard addressable LED with power control for low-power modes
  • Reset & Bootloader Buttons – Quick restarts without unplugging
  • 3.3V Regulator – 500 mA output with automatic USB/battery switching
  • SWD Debug Pins – Broken out for hardware debugging

Ideal For

  • Compact CircuitPython and MicroPython projects
  • PIO-driven NeoPixels, I2S audio, and custom protocols
  • Shrinking Raspberry Pi Pico or Feather RP2040 prototypes
  • USB HID devices, data loggers, and IoT builds

Package Contents

  • 1× Adafruit ItsyBitsy RP2040
  • 1× Header Strip (unsoldered)

Resources

Jargon buster

Plain-language definitions for the technical terms used above.

3.3V regulator
A 3.3V regulator is a power circuit that provides a steady 3.3 volts for parts that need that supply voltage. On a breakout board, it can let the sensor run safely even when the connected microcontroller or power source uses a higher voltage.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.