Difference between revisions of "Raspberry Pi Pico"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 34: | Line 34: | ||
== Interesting Applications == | == Interesting Applications == | ||
− | === RP2040 Doom === | + | === Running RP2040 Doom === |
* [https://kilograham.github.io/rp2040-doom/ RP2040 Doom] | * [https://kilograham.github.io/rp2040-doom/ RP2040 Doom] | ||
Line 40: | Line 40: | ||
<video type="youtube">eDVazQVycP4</video> | <video type="youtube">eDVazQVycP4</video> | ||
− | === | + | === Running MicroPython === |
* [https://www.raspberrypi.com/documentation/microcontrollers/micropython.html micropython page] | * [https://www.raspberrypi.com/documentation/microcontrollers/micropython.html micropython page] | ||
Line 48: | Line 48: | ||
<video type="youtube">zlKJ5hvfs6s</video> | <video type="youtube">zlKJ5hvfs6s</video> | ||
− | === | + | === Running MM BASIC === |
* [https://geoffg.net/picomitevga.html "Boot to MM BASIC" on the Raspberry Pi Pico] | * [https://geoffg.net/picomitevga.html "Boot to MM BASIC" on the Raspberry Pi Pico] | ||
Line 54: | Line 54: | ||
<video type="youtube">Cxmjy1nz6MM</video> | <video type="youtube">Cxmjy1nz6MM</video> | ||
− | === | + | === Running VGA === |
Hardware Design Guide Section 3.2 | Hardware Design Guide Section 3.2 |
Revision as of 19:06, 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
Reference Documents
- Raspberry Pi Pico data sheet
- RP2040 Datasheet
- Hardware Design Guide
- Getting started with Raspberry Pi Pico - C/C++ development with Raspberry Pi Pico and other RP2040-based microcontroller boards
- Raspberry Pi Pico C/C++ SDK
- Raspberry Pi Pico Python SDK
Interesting Applications
Running RP2040 Doom
Running MicroPython
Running MM BASIC
Running VGA
Hardware Design Guide Section 3.2