Difference between revisions of "Raspberry Pi Pico"
From Diustou Wiki
Line 1: | Line 1: | ||
− | |||
{{Product | {{Product | ||
− | + | |images=[[File:Raspberry_Pi_Pico.jpg|400px]] | |
− | |images=[[File: | ||
|category=[[:Category:Raspberry Pi|Raspberry Pi]] | |category=[[:Category:Raspberry Pi|Raspberry Pi]] | ||
|brand=Raspberry Pi | |brand=Raspberry Pi |
Revision as of 15:18, 19 March 2021
| |||||||||||||||||||
| |||||||||||||||||||
|
Overview
Raspberry Pi Pico is a low-cost, high-performance microcontroller board with flexible digital interfaces. It incorporates Raspberry Pi's own RP2040 microcontroller chip, with a dual-core Arm Cortex M0+ processor running up to 133 MHz, embedded 264KB of SRAM, and 2MB of onboard Flash memory, as well as 26x multi-function GPIO pins. For software development, either Raspberry Pi's C/C++ SDK or the MicroPython is available. There are also complete development resources and tutorials to help you get started easily, and integrate it into end products quickly.
Features
- RP2040 microcontroller chip designed by Raspberry Pi in the United Kingdom
- Dual-core Arm Cortex M0+ processor, the flexible clock running up to 133 MHz
- 264KB of SRAM, and 2MB of onboard 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 Resources
- Official website of Pico
- Getting started with Pico
- Pico C SDK
- Pico Python SDK
- Pico Pinout
- Pico Datasheet
- RP2040 Datasheet
- RP2040 Hardware design
Examples
Demo Codes
FAQ
|