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