Difference between revisions of "Raspberry Pi Pico"
From Diustou Wiki
m (Text replacement - "{{SERVERNAME}}/w/upload" to "{{SERVERNAME}}/en/w/upload") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Product | {{Product | ||
|images=[[File:Raspberry_Pi_Pico.jpg|400px]] | |images=[[File:Raspberry_Pi_Pico.jpg|400px]] | ||
− | |categories= | + | |categories={{Category|Raspberry Pi}} |
|brand=Raspberry Pi | |brand=Raspberry Pi | ||
|interfaces={{Category|USB}} | |interfaces={{Category|USB}} | ||
Line 9: | Line 9: | ||
==Demo Codes== | ==Demo Codes== | ||
− | *[https://{{SERVERNAME}}/w/upload/5/5e/Raspberry-Pi-Pico-Sensor-Kit.zip Demo codes for Raspberry Pi Pico Sensor Kit] | + | *[https://{{SERVERNAME}}/en/w/upload/5/5e/Raspberry-Pi-Pico-Sensor-Kit.zip Demo codes for Raspberry Pi Pico Sensor Kit] |
== FAQ == | == FAQ == | ||
{{Service}} | {{Service}} |
Latest revision as of 09:25, 23 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
|