https://github.com/michael-buschbeck/wordclock
The Word Clock, powered by Arduino and a cheap DCF77 receiver module.
https://github.com/michael-buschbeck/wordclock
arduino dcf77 neopixel
Last synced: 8 months ago
JSON representation
The Word Clock, powered by Arduino and a cheap DCF77 receiver module.
- Host: GitHub
- URL: https://github.com/michael-buschbeck/wordclock
- Owner: michael-buschbeck
- Created: 2015-12-22T16:28:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T14:22:35.000Z (over 9 years ago)
- Last Synced: 2025-06-08T02:57:37.611Z (about 1 year ago)
- Topics: arduino, dcf77, neopixel
- Language: Arduino
- Homepage:
- Size: 296 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the development repository for the **Word Clock**,
powered by Arduino, a cheap DCF77 receiver module, and almost two meters of WS2812B LED strip.
Uses the brilliant [FastLED](http://fastled.io) library to control the LEDs
and my own [robust DCF77 library](https://github.com/michael-buschbeck/arduino/tree/master/DCF77)
to make sense of the bit salad produced by the cheap Pollin DCF77 receiver module,
especially when trying to use it somewhere close to the middle of England.
====
(C) 2015 Michael Buschbeck (michael@buschbeck.net)
Licensed under a Creative Commons Attribution 4.0 International License
and distributed in the hope that it will be useful, but without any warranty.
See http://creativecommons.org/licenses/by/4.0/ for details.