ElecFreaks
Pico:ed - Development board based on Raspberry Pi RP2040
The Pico:ed is a development board built around the Raspberry Pi RP2040 microcontroller, featuring a 7×17 LED dot-matrix display and two programmable buttons...
The Pico:ed is a development board built around the Raspberry Pi RP2040 microcontroller, featuring a 7×17 LED dot-matrix display and two programmable buttons on the front — making it perfect for interactive classroom projects. It uses the same edge connector as the BBC micro:bit, so it's compatible with alligator clips and micro:bit breakout boards.
Powered by the RP2040's dual-core ARM Cortex-M0+ processor with 264KB RAM and 2MB flash, the Pico:ed supports CircuitPython and C++ programming. A built-in passive buzzer adds audio output for games, alerts, and musical projects.
Key Features
- Processor – Dual-core ARM Cortex-M0+ (RP2040)
- Memory – 264KB RAM, 2MB flash
- Display – 7×17 LED dot-matrix screen
- Buttons – 2 programmable buttons
- Buzzer – Built-in passive buzzer
- Edge Connector – 19-pin micro:bit-compatible connector
- GPIO – 4× analog inputs, 3× alligator-clip GPIO, 2× I2C, 2× SPI, 2× UART
- Power – USB or 2× AAA batteries
- Programming – CircuitPython and C++
- Dimensions – 52 × 42mm
Ideal For
- STEM education and classroom teaching
- micro:bit-compatible expansion boards and kits
- Learning Python and C++ programming
- Interactive projects with display and audio
Package Contents
- 1× Pico:ed Development Board
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout is a small circuit board that makes a tiny or hard-to-solder component easier to connect to with standard pins. It matters because this OLED module can be wired into a microcontroller project without needing to solder directly to the display’s fine contacts.
- 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.
- 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.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- RP2040
- A microcontroller chip used on many maker boards, with enough speed and flexible I/O for some camera and display projects. Compatibility with RP2040 matters because camera modules often need many pins and careful timing to read image data successfully.
- 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
Microcontrollers
Raspberry Pi