projects $ cat wordclock.md
WordClock
hobby2023 — now · Software developer
A word clock tells the time in full words: a grid of letters lights up to spell out the time — "it is ten past half three" — instead of showing digits. Mine ships to Dutch homes as Jouw Woordklok.
I develop the software that runs on the clock's ESP8266 microcontroller: the WiFi onboarding, the LED animations and colour effects, and keeping the displayed time correct — so the clock keeps getting better after it is on your wall.
$ cat package.json
{
"name": "wordclock",
"version": "1.0.0-active",
"description": "A clock that tells the time in words on a grid of glowing letters, driven by an ESP8266. I develop the firmware — WiFi onboarding, LED effects and time sync. Sold as Jouw Woordklok.",
"category": "hobby",
"role": "Software developer",
"keywords": [
"ESP8266",
"C++",
"Arduino"
],
"homepage": "https://www.jouwwoordklok.nl"
}