Skip to content

A simple clock for a 64x32 HUB75 LED matrix display with scheduled NTP sync and Sensirion SHT40 ambient sensor.

License

Notifications You must be signed in to change notification settings

danielmader/MatrixClock_MicroPythonESP

Repository files navigation

MatrixClock_MicropythonESP

A simple clock for a 64x32 HUB75 LED matrix display with scheduled NTP sync and Sensirion SHT40 ambient sensor.

Setup

RGB LED matrix 64x32

The display (23,95€) is from WaveShare (and was much cheaper than the similar product from Adafruit):

Here I've found very valuable information about how to use this kind of display:

Power supply

Interestingly enough, the display can be used without power supply, i.e. the small current fed into the HUB75 connector is enough to have the red pixels light up dimly, which is perfect for my use case as a night clock. During daytime, I'll turn on the 5V DC supply using a relay (yet to be implemented).

I'm using a salvaged 12V 1.5A power supply for the HUB75 controller. The required 5V are generated by this handy little DC-DC step-down converter (3.50€) with 10W output (15W max):

I²C temperature and pressure sensor

The sensor (7.95€) came on a convenient break-out board from Adafruit:

Dependencies

This project requires Ben Emmett's Hub75MicroPython library, which is perfectly suitable for a simple MicroPython-only application. Ben was very helpful to optimize his library to maximum performance and provided numerous tips and tricks on how to implement it.

There is still a noticable flicker when the screen objects are changed (and also sporadically when the board is busy), but it is certainly acceptable for an update of the clockface every minute.

About

A simple clock for a 64x32 HUB75 LED matrix display with scheduled NTP sync and Sensirion SHT40 ambient sensor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages