RP2040
Back to Index
Related Microcontroller, Feather, QT Py, Itsy Bitsy, SBC, RP2350
WIP
RP2040
Raspberry Pi Foundation's first microcontroller Raspberry Pi Pico
and the chipset RP2040
.
Adafruit has a great walkthrough on how to get started with CircuitPython with Raspberry Pi Pico
The RP2040
chipset is used by other manufacturers to produce a whole range of new microcontrollers:
- Adafruit Feather RP2040
- Adafruit MacroPad
- Arduino Nano RP2040 Connect with headers
- Cytron Maker Nano RP2040
- Raspberry Pi Pico
- QT Py RP2040
Here's a great write up of the best RP2040 boards in 2022:
The Raspberry Pi Foundation is looking to get kids coding and learning electronics with Raspberry Pi Pico https://projects.raspberrypi.org/en/pathways/pico-intro Now, thanks to our brand-new and free Introduction to Raspberry Pi Pico learning path, young coders can easily join in and make their own cool Pico projects! This free learning path has six guided projects to help kids to independently develop their coding skills, and their skills in physical computing and electronics.
https://www.raspberrypi.com/news/how-to-run-a-webserver-on-raspberry-pi-pico-w/
https://www.youtube.com/watch?v=CA2Pb9zGp4Q
-
Adafruit BLog: New Guide quick start Raspberry Pi Pico W WiFi with CircuitPython 10/15/2022
-
Adafruit Blog: NEW GUIDE: Pico W HTTP Server with CircuitPython 11/9/2022
-
Web server using a Raspberry Pi Pico W using Phew (micropython) - Kevin Mcleer 8/28/2022
-
Adafruit Blog 1/5/2023: NEW GUIDE: Quick Start: Pico W with WipperSnapper
-
Adafruit Blog 12/30/2022: Get a Raspberry Pi Pico pinout on the command line
-Raspberry Pi Pico is compared to the ESP32-S2 in a speed comparison benchmark using CircuitPython So the ESP32-S2 needs 128% more current to run the script, but for 50% less time. In total, the Raspberry Pi Pico needed 10% less power to perform this task, which is not significant in my opinion. In short, the ESP32-S2 outperforms the Raspberry Pi Pico for single-core processing workloads. It costs more or less the same, it’s $1 more expensive, it has more RAM, Flash memory, and of course WiFi, which the Raspberry Pi Pico lacks. The Raspberry Pi Pico, on the other hand, has two processing cores, but I believe that in more than 90% of our projects, the use of a second core is unnecessary.
This page was last updated on 2023-02-04 18:37:07 -0500.