Go to file
2023-04-03 14:00:21 -04:00
.idea More Sensitive 2023-04-03 14:00:21 -04:00
.gitignore Initial commit 2023-04-01 13:05:14 -04:00
main-comments-debug.py.inactive Done! 2023-04-01 13:08:40 -04:00
main.py More Sensitive 2023-04-03 14:00:21 -04:00
main.py.temp More Sensitive 2023-04-03 14:00:21 -04:00
README.md More Sensitive 2023-04-03 14:00:21 -04:00

SunFollower

How to Upload to Pi

  1. Go to the Thonny 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 into the Thonny IDE
  12. Press the Green play button to upload the code to the Pi