Code and schematics for circuit examples, scripts and projects.
Most of these were made for the Raspberry Pi Pico W.
- RPi Pico W / MicroPython
- RPi Pico W / Arduino
Some links and information I came across and documented here. Might be useful.
- Raspberry Pi Pico datasheets (pinout, Fritzing parts, etc)
- Raspberry Pi Pico cores for Arduino IDE (JSON link)
- Thonny download (for any MicroPython (.py, like normal Python) script)
- Arduino IDE download (for any Arduino (.ino) script)
If you want to add support on Arduino IDE, get the JSON link for the boards repository above, go to Raspberry Pi Pico/RP2040. Go to File > Preferences, paste the link on “Additional Boards Manager URLs”. Then you’ll want to go to Boards Manager and install “Raspberry Pi Pico/RP2040”.
This should make you able to write sketches and upload them with ease, plus monitor the serial port too.
All code here is distributed under the MIT License.