MQTT Stopwatch / Display
MQTT Stopwatch / Display
Overview
Parts to Buy
Parts to 3d Print
Mechanical Assembly
CircuitPython Setup
Software
The Secrets File
The Config File
Message Protocol
Setup Your Own Broker
Extending
Parts to Buy
Parts to 3d Print
Mechanical Assembly
CircuitPython Setup
Software
The Secrets File
The Config File
Message Protocol
Setup Your Own Broker
Extending
Software (MQTT Stopwatch / Display)
Once you've installed CircuitPython and the necessary libraries, you should install the software modules unique to the stopwatch project. All software modules can be downloaded from my github at github.com/dnkorte/mqtt_stopwatch
You will need to install the following files. Note that all files should be copied to the "CIRCUITPY" folder on the MatrixPortal.
- code.py
- colors.py
- config.py *
- device_communicator.py
- globals.py
- secrets.py *
Most of the files may be used as-is. You will need to make some changes to the secrets.py and config.py files, as noted on the linked pages.