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...")
 
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
==Description==
 
==Description==
  
: [[File:RPi Pico.png|250px]]
+
: [[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]
Line 12: Line 12:
 
===RPi Pico Pinouts===
 
===RPi Pico Pinouts===
  
[[File:RPi Pico Pinouts.png|700px]]
+
[[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 14:28, 9 September 2022

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.png

RPi Pico Pinouts

RPi Pico-pinouts.png

RPi Pico Software

Arduino on RPi Pico

C++ on RPi Pico

CircuitPython on RPi Pico

MicroPython on RPi Pico

RPi Pico Projects

RPi Pico Accessories

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.png

RPi Pico W Pinouts

Pico W pinouts.png

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.

RPi Pico W Projects