Raspberry Pi Pico

The Raspberry Pi Pico board allows for easy implementation of microcontroller projects. There are multiple versions of the board, the main differences being the clock frequency and the presence (or absence) of built-in wireless connectivity. The RP2040 microcontroller features a dual-core Arm Cortex-M0+ processor with 264kB internal RAM and support for up to 16MB of off-chip flash. I/O options include: I2C, SPI, and Programmable I/O (PIO).

The main programming languages used with the Pi Pico are C/C++ and MicroPython. While the C/C++ SDK provides quick and direct access to all the hardware features, the Python libraries provide high-level, object-based interfaces. This website section is dedicated to different projects employing the Raspberry Pi Pico board.

Raspberry Pi Pico projects and resources

External links

Pinout of the Pi Pico board

My Youtube playlist with Raspberry Pi Pico projects