An open API service indexing awesome lists of open source software.

https://github.com/tempehs/learn_micropython_rp_pico


https://github.com/tempehs/learn_micropython_rp_pico

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Learn MicroPython Raspberry Pi Pico

## Side Firmware to Hardware

Side load the [correct firmware](_Firmware) to the Raspberry Pi Pico/Pico 2

> [!Note]
> Bootloaders for all MicroPython compatible controllers source here: [https://micropython.org/download/](https://micropython.org/download/)

## Configure Pico

Ctrl + Shift + P or Command + Shift + P
Select **MicroPico: Setup MicroPico Project**

## Connect to MicroPico

Ctrl + Shift + P or Command + Shift + P
**Select MicroPico: Connect**

## Run Python on Pico/Pico 2

Right click `*.py` a choose either _run current file on pico_, _upload file to pico_ or _upload project to pico_.