7SegmentFastClockClient/README.md

23 lines
822 B
Markdown
Raw Permalink Normal View History

2019-05-29 13:44:54 +00:00
# 7-Segment FastClock / Counter Display
This is a controller for a LED driven 7-segment clock/counter display. An ESP8266 offers WiFi access for configuration/setting purpose and the ability to retrieve the current time through NTP.
But it might as well be used as a fast clock display for model railroads.
Prerequisites:
2019-06-12 07:25:13 +00:00
- WS-2812 based adressable LED chain forming the 7-segment display
- number of LEDs per segment is configurable
2019-05-29 13:44:54 +00:00
2019-06-12 07:25:13 +00:00
This is, how it could look like (fyi: the big cargo car is 1:45 scale, the small one is 1:160):
2019-05-29 13:44:54 +00:00
2019-06-12 07:25:13 +00:00
![Clock Picture](doc/Clock1a.png)
The configuration menu allows the selection of real or fast clock and some options like colors, fastclock name or UTC time offset for real time:
![Config Menu](doc/WebConfig.png)
2019-05-29 13:44:54 +00:00
## Links / References
2019-06-12 07:25:13 +00:00
- example of 3d printable segment frames