Difference between revisions of "Raspberry Pi Pico"
From Diustou Wiki
(Created page with "<div class="tabber"> <div class="tabbertab" title="Introduction"> {{infobox item |name =Raspberry Pi Pico |img=File:Raspberry-Pi-Pico-1.jpg|360px |alt=Raspberry-Pi-Pico|link...") |
|||
Line 1: | Line 1: | ||
− | + | ||
− | + | {{Product | |
− | {{ | ||
|name =Raspberry Pi Pico | |name =Raspberry Pi Pico | ||
− | | | + | |images=[[File:Raspberry-Pi-Pico-1.jpg|360px]] |
|category=[[:Category:Raspberry Pi|Raspberry Pi]] | |category=[[:Category:Raspberry Pi|Raspberry Pi]] | ||
|brand=Raspberry Pi | |brand=Raspberry Pi | ||
− | | | + | |interfaces=USB |
− | |||
− | |||
− | |||
}} | }} | ||
{{Raspberry Pi Pico Spec}} | {{Raspberry Pi Pico Spec}} | ||
− | + | {{Raspberry Pi Pico Resources}} | |
− | |||
− | |||
==Demo Codes== | ==Demo Codes== | ||
− | *[https:// | + | *[https://{{SERVERNAME}}/w/upload/5/5e/Raspberry-Pi-Pico-Sensor-Kit.zip Demo codes for Raspberry Pi Pico Sensor Kit] |
− | + | {{Service}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 15:03, 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
|