- Uses Land Boards PiPicoMite01 card
- Runs PicoMite (MaxiMite) BASIC (VGA, PS/2)
- Geoff's PicoMiteVGA Project Page
- Raspberry Pi Pico
- VGA
- 1:2:1 R:G:B
- SD Card
- Stereo Audio
- USB B power
- 16-Bit I/O expander
- 2x20 pin headers breaks out all Pico pins
- Uses Land Boards PiPicoMite02 card
- Runs PicoMite (MaxiMite) BASIC (VGA, PS/2)
- Geoff's PicoMiteVGA Project Page
- Raspberry Pi Pico
- VGA
- 1:2:1 R:G:B
- SD Card
- Stereo Audio
- USB B power
- 32-Bit I/O expander
- 2x20 pin headers breaks out all Pico pins
- Uses Land Boards PiPicoMite03 card
- Runs PicoMite (MaxiMite) BASIC (VGA, PS/2)
- Geoff's PicoMiteVGA Project Page
- Raspberry Pi Pico
- VGA
- 1:2:1 R:G:B
- SD Card
- Stereo Audio
- USB B power
- Breadboard PCB
- Socketed Pico
- All Pico pins brought to Male Header pins
- Power and ground header pins
- Fits in 100x60x25mm Project Box
- 5V jack
- Can by Mounted on ODAS Adapter card
Raspberry Pi Pico is a low-cost, high-performance microcontroller board with flexible digital interfaces. Key features include:
- 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 on-board Flash memory
- Castellated module allows soldering direct to carrier boards
- USB 1.1 with device and host support
- Low-power sleep and dormant modes
- Drag-and-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 I/O (PIO) state machines for custom peripheral support
Pico Pin | BB Pin | Signal | Pico Pin | BB Pin | Signal | |
---|---|---|---|---|---|---|
1 | 30 | GP0 | 40 | 30 | VUSB | |
2 | 29 | GP1 | 39 | 29 | VSYS | |
3 | 28 | GND | 38 | 28 | GND | |
4 | 27 | GP2 | 37 | 27 | 3V3EN | |
5 | 26 | GP3 | 36 | 26 | 3V3OUT | |
6 | 25 | GP4 | 35 | 25 | ADCVREF | |
7 | 24 | GP5 | 34 | 24 | GP28 | |
8 | 23 | GND | 33 | 23 | GND | |
9 | 22 | GP6 | 32 | 22 | GP27 | |
10 | 21 | GP7 | 31 | 21 | GP26 | |
11 | 20 | GP8 | 30 | 20 | RUN | |
12 | 19 | GP9 | 29 | 19 | GP22 | |
13 | 18 | GND | 28 | 18 | GND | |
14 | 17 | GP10 | 27 | 17 | GP21 | |
15 | 16 | GP11 | 26 | 16 | GP20 | |
16 | 15 | GP12 | 25 | 15 | GP19 | |
17 | 14 | GP13 | 24 | 14 | GP18 | |
18 | 13 | GND | 23 | 13 | GND | |
19 | 12 | GP14 | 22 | 12 | GP17 | |
20 | 11 | GP15 | 21 | 11 | GP16 |
- Raspberry Pi Pico data sheet
- RP2040 Datasheet
- Hardware Design Guide
- Getting started with Raspberry Pi Pico
- C/C++ development with Raspberry Pi Pico and other RP2040-based microcontroller boards
- Raspberry Pi Pico C/C++ SDK
- Raspberry Pi Pico Python SDK