Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snakeye/matrix-clock-2

DIY LED matrix clock
https://github.com/snakeye/matrix-clock-2

arduino clock diy ds3231 eagle-cad esp8266 max7219 ntp ota wifi

Last synced: about 1 month ago
JSON representation

DIY LED matrix clock

Awesome Lists containing this project

README

        

# LED Matrix Clock

These clock are build using ESP8266 module ESP-12. Arduino IDE was used for the firmware development and upload.

![](images/clock.jpeg)

## Features

* Built on ESP8266 WiFi module
* Time updates via NTP protocol
* Automatic time zone support
* Timekeeping without Internet connection (DS3231 chip)
* Brightness auto adjust

## Dependencies

* WiFi Manager - [https://github.com/tzapu/WiFiManager](https://github.com/tzapu/WiFiManager)
* Time library - [https://github.com/PaulStoffregen/Time](https://github.com/PaulStoffregen/Time)
* Time zone library - [https://github.com/JChristensen/Timezone](https://github.com/JChristensen/Timezone)
* NTP Client - [https://github.com/gmag11/NtpClient](https://github.com/gmag11/NtpClient)
* RTC library - [https://github.com/Makuna/Rtc](https://github.com/Makuna/Rtc)
* MAX7219 library - [https://github.com/snakeye/MAX7219_Display](https://github.com/snakeye/MAX7219_Display)