Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 597 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 597 Bytes

Simple weather display

A simple weather display using LED matrix for the elderly. Powered by Mongoose OS.

Hardware

  • 8x32 LED Matrix
  • ESP32
  • Materials for touchpad

Service

A MQTT server which provides local weather.

Example for Hong Kong

Included a perl script to update the district weather at the MQTT server.

Build Notes

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