15 lines
707 B
Markdown
15 lines
707 B
Markdown
# SunFollower
|
|
|
|
## How to Upload to Pi
|
|
1. Go to the [Thonny](https://thonny.org/) website
|
|
2. Hover over "Windows" option in the Download Options box
|
|
3. Click the download for "Installer with 64-bit Python 3.10"
|
|
4. Run the installer when the download finishes
|
|
5. Select "Install for me only"
|
|
6. Click "Next" through all the options
|
|
7. Click "Install", then "Finish"
|
|
8. Run Thonny (Click "Lets go" on first run)
|
|
9. Plug in the Raspberry Pi Pico if you haven't already
|
|
10. Click in the bottom right, a menu should pop up. Select "MicroPython (Raspberry Pi Pico)"
|
|
11. Copy and paste the whole code snippet from [main.py](./main.py) into the Thonny IDE
|
|
12. Press the Green play button to upload the code to the Pi |