Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ycardon/d1mini-matrix-clock
A clock, using a matrix led shield on a ESP8266 D1 mini
https://github.com/ycardon/d1mini-matrix-clock
esp8266 iot
Last synced: 6 days ago
JSON representation
A clock, using a matrix led shield on a ESP8266 D1 mini
- Host: GitHub
- URL: https://github.com/ycardon/d1mini-matrix-clock
- Owner: ycardon
- Created: 2017-07-02T08:36:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T10:01:34.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T07:16:04.119Z (4 months ago)
- Topics: esp8266, iot
- Language: C++
- Size: 2.8 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# d1mini-matrix-clock
A clock, using a matrix led shield on a ESP8266 D1 mini.
![assembled clock picture](doc/d1mini-matrix-clock.png)
## usage
On first boot, you must connect to the 'd1mini-clock' captive network and
set your local wifi credentials.## features
- gets internet time from NTP (NTPClient)
- apply summer time offset (Timezone)
- spawn a hotspot to get wifi connectivity (WiFiManager)
- over the air update (ArduinoOTA)
- remote telnet debug (RemoteDebug)