Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tautvis/rpi_pico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Raspberry Pi Pico related libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages