A simple weather display using LED matrix for the elderly. Powered by Mongoose OS.
- 8x32 LED Matrix
- ESP32
- Materials for touchpad
A MQTT server which provides local weather.
Included a perl script to update the district weather at the MQTT server.
To compile with custom library, add it to mos.yml
like:
- origin: https://github.com/michaelfung/max7219-spi
name: max7219-spi
version: master
Then, build with option --lib :
--lib max7219-spi:/somewhere/max7219-spi