.idea | ||
.gitignore | ||
main-comments-debug.py.inactive | ||
main.py | ||
main.py.temp | ||
README.md |
SunFollower
How to Upload to Pi
- Go to the Thonny website
- Hover over "Windows" option in the Download Options box
- Click the download for "Installer with 64-bit Python 3.10"
- Run the installer when the download finishes
- Select "Install for me only"
- Click "Next" through all the options
- Click "Install", then "Finish"
- Run Thonny (Click "Lets go" on first run)
- Plug in the Raspberry Pi Pico if you haven't already
- Click in the bottom right, a menu should pop up. Select "MicroPython (Raspberry Pi Pico)"
- Copy and paste the whole code snippet from main.py into the Thonny IDE
- Press the Green play button to upload the code to the Pi