N1cls / Wordclock

GNU General Public License v3.0
22 stars 7 forks source link

WordClock

This is the WordClock software to the thingiverse project: Wordclock Wortuhr. Also available for download on Prusa Printables.

Feel free to add functions, ideas and everything else, which helps this project to grow!


Current version: V5.9.4


Time here is 07:43 or 19:43 o'clock

English variant available too. Time here is 01:18 or 13:18 o'clock.


Video:

DE

Music credit: Used some free music from Apple iMovie


Required Hardware:


How to setup the Arduino IDE to support the ESP8266 and select the NodeMCU board:


Available functions:


Web configuration interface:


Wiring instructions:

Note: Take care of the LED strip direction as shown in the pictures. The LEDs have little arrows that will tell you their direction:


Version history:


Upcomming and planned functions:


How-To's:


Add WordClock to Homebridge and control it with HomeKit and via Siri in your smart home:

Note:

Preconditions:

Setup:


{
    "accessory": "HTTP-SWITCH",
    "name": "WordClock 2",
    "switchType": "stateful",
    "onUrl": {
        "url": "http://WordClockIP:55555/ledson",
        "method": "GET"
    },
    "offUrl": {
        "url": "http://WordClockIP:55555/ledsoff",
        "method": "GET"
    },
    "statusUrl": {
        "url": "http://WordClockIP:55555/ledstatus",
        "method": "GET"
    }
}