https://github.com/tempehs/learn_micropython_rp_pico
https://github.com/tempehs/learn_micropython_rp_pico
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tempehs/learn_micropython_rp_pico
- Owner: TempeHS
- License: cc0-1.0
- Created: 2024-12-08T03:19:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T04:01:48.000Z (over 1 year ago)
- Last Synced: 2025-02-14T04:51:30.581Z (over 1 year ago)
- Language: Python
- Size: 460 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_.