Raspberry Pi Ltd
Raspberry Pi Pico
·
The Raspberry Pi Pico is Raspberry Pi's first microcontroller board, built around the custom-designed RP2040 chip. This compact, low-cost development platfor...
Get notified when back in stock
The Raspberry Pi Pico is Raspberry Pi's first microcontroller board, built around the custom-designed RP2040 chip. This compact, low-cost development platform brings the flexibility and ease-of-use of the Raspberry Pi ecosystem to microcontroller projects.
With a dual-core ARM Cortex-M0+ processor running at up to 133MHz, 264KB of SRAM, and 2MB of onboard flash, the Pico delivers impressive performance for its price. The unique Programmable I/O (PIO) subsystem enables custom peripherals and high-speed interfaces not possible with standard microcontrollers.
Key Features
- RP2040 Microcontroller – Raspberry Pi's custom dual-core ARM Cortex-M0+ chip
- Dual-Core Processing – Two cores running at up to 133MHz
- 264KB SRAM – Multi-bank high-performance memory
- 2MB Flash – Onboard QSPI flash with execute-in-place (XIP)
- 26 GPIO Pins – Including 3 analogue inputs (12-bit ADC)
- Programmable I/O (PIO) – Two PIO blocks for custom peripherals
- USB 1.1 – Device or host mode support
- Castellated Edges – Can be soldered directly as a module
Specifications
- Processor: Dual-core ARM Cortex-M0+ @ 133MHz
- Memory: 264KB SRAM, 2MB flash
- GPIO: 26 pins (23 digital, 3 ADC-capable)
- ADC: 12-bit, 500ksps
- Peripherals: 2× UART, 2× I2C, 2× SPI, 16× PWM channels
- Debug: 3-pin ARM SWD port
- Power: Micro-USB or external 1.8–5.5V
- Dimensions: 21 × 51mm with 0.1" through-hole pins
- I/O Voltage: 3.3V
Ideal For
- Microcontroller projects and embedded systems
- Learning embedded programming (C/C++ or MicroPython)
- Custom peripheral development with PIO
- Low-power and battery-powered applications
Resources
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.
- 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.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- 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.
- SWD
- Serial Wire Debug (SWD) is a two-wire programming and debugging interface used with many ARM Cortex-M microcontrollers. It provides low-level access to program, recover or debug the microcontroller.
- through-hole
- A mounting style where the component leads pass through holes in a circuit board and are soldered on the other side. Through-hole parts are often easier to handle and solder by hand, which is useful for classroom and hobby projects.
- 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.
Find this product in
Microcontrollers
Raspberry Pi
Related Tutorials
Free step-by-step guides