Difference between revisions of "RPi Pico & Pico W"
From Miscellany
(Created page with " =Raspberry Pi Pico= : ''RPi Pico is a low-cost microcontroller board features a powerful new chip, the RP2040, and all the fixin’s to get started with embedded electronics...") |
|||
Line 6: | Line 6: | ||
==Description== | ==Description== | ||
− | : [[File: | + | : [[File:RPi_Pico.png|250px]] |
:* [https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html Official Documentation for Raspberry Pi Pico & Pico W] | :* [https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html Official Documentation for Raspberry Pi Pico & Pico W] |
Revision as of 22:50, 26 August 2022
Contents
Raspberry Pi Pico
- RPi Pico is a low-cost microcontroller board features a powerful new chip, the RP2040, and all the fixin’s to get started with embedded electronics projects.
Description
RPi Pico Pinouts
RPi Pico Software
Arduino on RPi Pico
C++ on RPi Pico
CircuitPython on RPi Pico
MicroPython on RPi Pico
RPi Pico Projects
- Getting Started with CircuitPython on RPi Pico
- Pico Examples on GitHub
- Pimoroni Pico GitHub
- Pico Playground
- Build a Pico-powered SMARS robot
- SMARS (Screwless Modular Assemblable Robotic System) is a 3D=printable robot designed for education.
- 3 Pico projects on YouTube
- Pico I/O
- RPi Pico Review with many links to accessories & projects
- Pico-based Oscilloscope using a smartphone for display
RPi Pico Accessories
- Pico Inky Pack
- Pimoroni 2.9" (296 x 128 px) eInk display fits on top of RPi Pico or Pico W
- $17.95 from US-based shop
Raspberry Pi Pico W
- Raspberry Pi Pico W adds on-board single-band 2.4GHz wireless interfaces (802.11n) using the Infineon CYW4343 while retaining the Pico form factor.
Description
RPi Pico W Pinouts
RPi Pico W Software
- Because they are based on the same processor (RP2040), the languages available for the Pico and Pico W are the same. See the Software section under RPi Pico.