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...
Get notified when back in stock
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 board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny 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 (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- 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.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- 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.
- 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.
Find this product in
Microcontrollers
Raspberry Pi