Python port of the C code for the Waveshare Pico-Clock-Green product with support for MQTT (majority to be added) via the Pico W.
The original Python code of this project written by Malcolm and contributors (GitHub link). This will be a maintained fork with lots of more features added.
This code is changing a lot at present, as all the necessary features are added. Please expect change, and please expect classes and APIs to change.
- Flash MicroPython onto the Pico. https://null-byte.wonderhowto.com/how-to/use-upip-load-micropython-libraries-onto-microcontroller-over-wi-fi-0237888/
- Install
ampy
from AdaFruit. - Execute the
run
bash script to upload Python files and execute main.py
If not running on Linux, use your usual method for uploading code to the Pico.
See CHANGELOG.md for a list of updates.
See Features.md for a list of features supported/to be added.