WordClock

Download (ziped fillowing files: kghr_WordclockOTA_Neo2.ino/wordclock_layout1.h/wordclock_words.h)

This asset is based on dgoersch/wordclock.


Sketch (kghr_WordclockOTA_Neo2.ino)

I changed the LED library from FastLED to Adafruit_NeoPixel to fix some LED blinking issue. 

Stripe layout (wordclock_layout1.h)

In the layout header files X/Y coords are mapped to the index no. of each LED on the stripes.


113 X--X--X--X--X--X--X--X--X--X--X 103 | 92 X--X--X--X--X--X--X--X--X--X--X 102 | 91 X--X--X--X--X--X--X--X--X--X--X 81 | 70 X--X--X--X--X--X--X--X--X--X--X 80 | 69 X--X--X--X--X--X--X--X--X--X--X 59 | 48 X--X--X--X--X--X--X--X--X--X--X 58 | 47 X--X--X--X--X--X--X--X--X--X--X 37 | 26 X--X--X--X--X--X--X--X--X--X--X 36 | 25 X--X--X--X--X--X--X--X--X--X--X 15 | 4 X--X--X--X--X--X--X--X--X--X--X 14 | `---------X--X--X--X == ESP8266 3 0


WordClock words (wordclock_words.h)

I changed the language from German to English.

 *     x x x x x x x x x x x
 *     1 2 3 4 5 6 7 8 91011
 *  
 * y1  I T x I S x h a p p y  
 * y2  A x Q U A R T E R b d  
 * y3  T W E N T Y F I V E x
 * y4  H A L F x T E N x T O 
 * y5  P A S T k s x N I N E
 * y6  O N E S I X T H R E E 
 * y7  F O U R F I V E T W O 
 * y8  E I G H T E L E V E N 
 * y9  S E V E N T W E L V E 
 * y10 T E N m h O C L O C K

 *

Design

It used a digital LED-stripe (10 pieces of 11 LEDs and 1 piece of 4 LEDs) with WS2812B-LEDs and an ESP8266 Wifi module for configuration and NTP.

Download (Wordclock_bord2.odg)

inserted by FC2 system