/rpi_pico

Raspberry Pi Pico related libraries

Primary LanguagePythonMIT LicenseMIT

Raspberry Pi PicoW tools

Setup

  1. Install Thonny and set up Pico.
  2. Update secrets.py with your wifi ssid/password.
  3. Upload all libraries to Pico root.
  4. Run one time setup to install 3rd party libs (i.e. umqtt.simple):
    import wlan, setup
    wlan.connect()
    setup.setup()
  5. Select on of the main.py form main/ folder depending on the task and uplaod to pico root.
  6. You're all set up.