References for MicroPython
Micropython References
- MicroPython Forum - a good place to ask questions about MicroPython. Mostly for hard core developers.
- MicroPython.org site - We would not recommend the PyBoard for beginners. They are over 10x more expensive than the the Raspberry Pi Pico.
- Spider Maf Github Repo
Pico References
- MicroPython Firmware for the Raspberry Pi Pico - You will want to bookmark this site. It has the firmware required to run MicroPython on your Raspberry Pi Pico. As of March 2021, they are fixing bugs weekly, so you will want to make sure your firmware is current.
- Pico Launch Video on YouTube
- Raspberry Pi Web Site Project Search
- Pico Data Sheet - you will only need this for detailed information on how to use the Pico hardware.
- Meet Raspberry Silicon: Raspberry Pi Pico now on sale at $4 - The original Raspberry Pi Pico announcement.
- The journey to Raspberry Silicon - blog by Liam Fraser - Feb. 8th 2021. Nice story of how the Raspberry Pi Foundation created the custom silicon chip.
- TensorFlow Lite Micro for the Pico
- Pico Invaders Video
- YouTube video of Raspberry Pi driving a full color VGA screen - Full-speed high-fidelity BBC Micro emulation on a (slightly) overclocked Raspberry Pi Pico
- Raspberry Pi RP2040: Our Microcontroller for the Masses - James Adams, COO and Director of Hardware, Raspberry Pi
- ARM Blueprint post on TinyML - nice review of the Tiny Machine Learning possible on the ARM processor.
- Google TensorFlow engineer talking about how ARM and Google are working together on TinyML - short 60 second video clip of Google TensorFlow engineer Ian Nappier talking about how they are working with ARM to create a standard TinyML library for all ARM processors to use.
Components
Comparison of RP2040 Boards
Components References
- 2.42" OLED Display from DIY More
Variations of the the Raspberry Pi Pico
- WeAct RP2040 board adds 16MB flash, USB-C port to Raspberry Pi Pico form factor - JULY 13, 2022 BY JEAN-LUC AUFRANC (CNXSOFT) - CNX SOFTWARE – EMBEDDED SYSTEMS NEWS
Open-Source References
- Open Source Guide
Coding General
Getting Started Videos
Snake Game
Micropython Snake Game