Raspberry Pi Pico (with soldered headers) is the first Raspberry Pi
microcontroller-modulespecially designed for physical computing. Microcontrollers are a different type of device than single board computers (like the Raspberry Pi 4 and earlier generations Pi), they don't have an operating system and are usually programmed to do just one task - although that task can be quite complicated! They are perfect for experimenting with hardware and using them as the brains of built-in devices, machines and inventions.
The module can be easily reprogrammed via USB from a Raspberry Pi or other computer using the C / C ++ SDK or the official MicroPython port.
Board Specifications- RP2040 microcontroller chip designed by Raspberry Pi in the UK
- Dual-core ARM Cortex M0 + processor, flexible clock up to 133 MHz
- 264 KB SRAM and 2 MB built-in Flash memory
- Castellated module allows soldering directly onto carrier boards
- Support for USB 1.1 host and device
- Energy-saving sleep and sleeping modes
- Programming with drag & drop via USB
- 26 multipurpose GPIO pins
- 2 × SPI, 2 × I2C, 2 × UART, 3 × 12-bit ADC, 16 × controllable PWM channels
- Accurate clock and timer on the chip
- Temperature sensor
- Accelerated floating point libraries on the chip
- 8 × Programmeerbare IO (PIO)