Store

Waveshare

5.0 (1 review)

$5.70 |
In stock
5.0 (1 review)

The RP2040-Zero is a compact Pico-like development board based on the Raspberry Pi RP2040 microcontroller. With a USB-C connector, castellated pads for direc...

Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

The RP2040-Zero is a compact Pico-like development board based on the Raspberry Pi RP2040 microcontroller. With a USB-C connector, castellated pads for direct soldering to carrier boards, and 29 multi-function GPIO pins, it packs full RP2040 capability into a miniature form factor.

Programming is simple via drag-and-drop over USB mass storage, and it supports MicroPython, CircuitPython, and C/C++ development environments.

Key Features

  • Microcontroller – RP2040 (dual-core Arm Cortex-M0+, up to 133 MHz)
  • SRAM – 264 KB
  • Flash – 2 MB onboard
  • GPIO – 29 multi-function pins (20 via edge pinout, others via solder points)
  • Interfaces – 2× SPI, 2× I2C, 2× UART
  • ADC – 4× 12-bit channels
  • PWM – 16 controllable channels
  • PIO – 8× programmable I/O state machines
  • USB – USB-C connector, USB 1.1 with device and host support
  • Programming – Drag-and-drop via USB mass storage
  • Castellated Pads – For direct soldering to carrier boards
  • Onboard Sensors – Temperature sensor
  • Power Modes – Low-power sleep and dormant modes

Ideal For

  • Space-constrained embedded projects
  • Soldering directly onto custom carrier boards
  • MicroPython and CircuitPython development
  • Custom peripheral design using PIO state machines

Package Contents

  • 1× RP2040-Zero development board

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.
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.
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.
microcontroller
A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
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.
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.
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.
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 mass storage
USB mass storage is the standard USB device class used by many flash drives and external storage devices. If a board supports it, your project may be able to read and write files on compatible USB storage, provided the software library also supports the device.
USB-C
A modern reversible USB connector used for power and data connections. On this product it matters because it can connect directly to a computer as well as to a microcontroller project.
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.