Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/snakeye/matrix-clock-2
- Owner: snakeye
- License: mit
- Created: 2017-09-02T08:37:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T23:09:22.000Z (7 months ago)
- Last Synced: 2024-11-28T23:51:57.545Z (about 2 months ago)
- Topics: arduino, clock, diy, ds3231, eagle-cad, esp8266, max7219, ntp, ota, wifi
- Language: C++
- Homepage:
- Size: 1.04 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)