Difference between revisions of "Raspberry Pi Pico"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 18: | Line 18: | ||
* Accelerated floating-point libraries on-chip | * Accelerated floating-point libraries on-chip | ||
* 8 × Programmable I/O (PIO) state machines for custom peripheral support | * 8 × Programmable I/O (PIO) state machines for custom peripheral support | ||
− | |||
== Pinout == | == Pinout == | ||
[[File:Raspberry-Pi-Pico-Pinout.jpg]] | [[File:Raspberry-Pi-Pico-Pinout.jpg]] | ||
+ | |||
+ | === Raspberry Pi Pico Running VGA === | ||
+ | |||
+ | Hardware Design Guide Section 3.2 | ||
+ | |||
+ | <video type="youtube">RmPWcsvGSyk</video> | ||
+ | |||
+ | <video type="youtube">yjW6tPw4anw</video> | ||
+ | |||
+ | <video type="youtube">wX1IPa3Q0LU</video> | ||
+ | |||
+ | == Reference Documents == | ||
+ | |||
+ | * [https://datasheets.raspberrypi.com/pico/pico-datasheet.pdf Raspberry Pi Pico data sheet] | ||
+ | |||
+ | == Interesting Applications == | ||
+ | |||
+ | * [https://kilograham.github.io/rp2040-doom/ RP2040 Doom] | ||
=== Raspberry Pi Pico Running MicroPython === | === Raspberry Pi Pico Running MicroPython === | ||
Line 37: | Line 54: | ||
<video type="youtube">Cxmjy1nz6MM</video> | <video type="youtube">Cxmjy1nz6MM</video> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 18:46, 5 May 2022
Contents
Raspberry Pi Pico Features
Raspberry Pi Pico is a low-cost, high-performance microcontroller board with flexible digital interfaces. Key features include:
- RP2040 microcontroller chip designed by Raspberry Pi in the United Kingdom
- Dual-core Arm Cortex M0+ processor, flexible clock running up to 133 MHz
- 264KB of SRAM, and 2MB of on-board Flash memory
- Castellated module allows soldering direct to carrier boards
- USB 1.1 with device and host support
- Low-power sleep and dormant modes
- Drag-and-drop programming using mass storage over USB
- 26 × multi-function GPIO pins
- 2 × SPI, 2 × I2C, 2 × UART, 3 × 12-bit ADC, 16 × controllable PWM channels
- Accurate clock and timer on-chip
- Temperature sensor
- Accelerated floating-point libraries on-chip
- 8 × Programmable I/O (PIO) state machines for custom peripheral support
Pinout
Raspberry Pi Pico Running VGA
Hardware Design Guide Section 3.2
Reference Documents
Interesting Applications
Raspberry Pi Pico Running MicroPython
Raspberry Pi Pico Running MM BASIC