Waveshare
RP2040-Zero, a Pico-like MCU Board Based on Raspberry Pi MCU RP2040, Mini ver.
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...
Get notified when back in stock
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 single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- 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
- The RP2040 is a dual-core Arm Cortex-M0+ microcontroller chip from Raspberry Pi, used on many maker boards and offering programmable I/O, multiple GPIO pins and reasonable processing speed. Code and accessories built for that chip should work where RP2040 compatibility is listed, though demanding tasks such as reading a camera can require careful pin allocation and timing.
- 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 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.
- USB 1.1
- USB 1.1 is an older USB standard with much slower data transfer than USB 2.0 and later versions. Compatibility with it allows connection to very old computers, though data-heavy tasks such as video may be limited at that speed.
- 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
- USB-C is a small, reversible USB connector that can carry power, data and, on some devices, video over a single cable. The same connector can range from charging only to high-speed data, so the functions a given port actually supports vary.
Find this product in
Microcontrollers
Raspberry Pi