Raspberry PI Pico
A low-cost, high-performance microcontroller board built around Raspberry Pi's very own chip - the RP2040.
https://www.raspberrypi.org/blog/raspberry-pi-silicon-pico-now-on-sale/
https://www.raspberrypi.org/products/raspberry-pi-pico/
https://www.youtube.com/watch?v=ZY-HrRGCQ4w
YouTube video on Pico by Jeff Geerling
Raspberry Pi Pico, a microcontroller board built on silicon designed here at Raspberry Pi.
Whether you choose to use our C/C++ SDK or the official MicroPython port, everything you need to get started is here. You’ll also find links to the technical documentation for both the Raspberry Pi Pico microcontroller board and our RP2040 microcontroller chip.
Board Specifications
- RP2040 microcontroller chip designed by Raspberry Pi in the United Kingdom
- Dual-core ARM Cortex M0+ processor, flexible clock running up to 133 MHz
- 264kB of SRAM, and 2MB of onboard Flash memory
- The castellated module allows soldering directly to carrier boards
- USB 1.1 Host and Device support
- Low-power sleep and dormant modes
- Drag & drop programming using mass storage over USB
- 26 multi-function GPIO pins
- 2×SPI, 2×I2C, 2×UART, 3×12-bit ADC, 16×controllable PWM channels
- Accurate clock and timer on-chip
- Temperature sensor
- Accelerated floating-point libraries on-chip
- 8×Programmable IO (PIO) state machines for custom peripheral support
Documentation
Documentation for the Raspberry Pi Pico board and the RP2040 microcontroller:
-
Raspberry Pi Pico Datasheet
An RP2040-based microcontroller board
-
RP2040 Datasheet
A microcontroller by Raspberry Pi
-
Hardware design with the RP2040
Using the RP2040 microcontroller to build boards and products
-
Getting Started with Raspberry Pi Pico
C/C++ development with the Pico and other RP2040-based microcontroller boards
-
Pico C/C++ SDK
Libraries and tools for C/C++ development on the RP2040 microcontroller
-
Pico Python SDK
A MicroPython environment for the RP2040 microcontroller
The API level Doxygen documentation for the Raspberry Pi Pico C/C++ SDK is available as a micro-site.