wordclock/README.md

17 lines
576 B
Markdown
Raw Normal View History

2019-02-13 19:44:06 +01:00
# Arduino Wordclock Project
2019-02-13 19:21:52 +01:00
2019-02-13 19:44:06 +01:00
This wordclock in generally works as the thousands of other DIY projects, I just added some features mostly based on separating all LEDs to use them as 8x5 segment display.
## hardware used
* Ardunio Nano
* WS2812B LED strip (121 LEDs)
* DS3231 RTC with AT24C32 eeprom
* push buttons (5x)
## modes
* wordclock *german layout in three text modes*
* temperature (based on the DS3232 tempeature feature)
* seconds
* date *dd.mm.yyyy as running text*
* text *256 chars to be set as running text*
* LED mode *just demo to test all LEDs and set color*