Difference between revisions of "RPi Pico & Pico W"
From Miscellany
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
===RPi Pico Pinouts=== | ===RPi Pico Pinouts=== | ||
− | [[File: | + | [[File:RPi Pico-pinouts.png|700px]] |
==RPi Pico Software== | ==RPi Pico Software== | ||
Line 69: | Line 69: | ||
==RPi Pico W Projects== | ==RPi Pico W Projects== | ||
+ | :* [https://techexplorations.com/blog/raspberry-pi/raspberry-pi-pico-w-first-connection/ Getting started with Pico W] | ||
---- | ---- | ||
Latest revision as of 13:28, 9 September 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.