Adafruit
Adafruit GPIO Reference Card for Raspberry Pi Pico
The Adafruit GPIO Reference Card for Raspberry Pi Pico is a pocket-sized, full-colour pinout diagram printed on durable card stock. It provides a quick visua...
The Adafruit GPIO Reference Card for Raspberry Pi Pico is a pocket-sized, full-colour pinout diagram printed on durable card stock. It provides a quick visual guide to every pin on the Pico, clearly labelling power, PWM, SPI, Serial UART, I²C, and general GPIO functions so you can wire up your projects without guessing.
The back of the card includes a quick-start guide for loading CircuitPython onto your Pico and blinking the on-board LED — everything you need to get started on a convenient 3" × 4" reference card.
Key Features
- Full-Colour Pinout Diagram – All Pico pins labelled by function for quick identification
- Durable Card Stock – Printed on sturdy card for long-lasting bench or pocket use
- CircuitPython Quick-Start Guide – Step-by-step instructions on the back to get started
- Compact Size – 3" × 4" (approximately 76 × 102 mm)
Ideal For
- Quick pin reference while prototyping with Raspberry Pi Pico
- Workshops, classrooms, and maker spaces
- Keeping at your workbench or in your parts kit
Package Contents
- 1× GPIO Reference Card for Raspberry Pi Pico (double-sided)
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- LED
- A light-emitting diode is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- 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.
- 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.
- 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.
Find this product in
Brands