Arduino based Distributed Clocks
-
Curious if anyone has done any work on an Arduino based distributed clock system? What I have in mind is a clock display and individualized alarm using time updates from an Arduino system such as the Vera Gateway. Multiple displays around the house/office to show the time taken from with the Internet and synchronized with each unit by the gateway.
-
Alexander has already tackled this one - check out http://forum.micasaverde.com/index.php/topic,16170.msg150920.html#msg150920 for more information.
And there is a TimeAndVariableSensor example that you might find useful https://github.com/mysensors/Arduino/tree/master/libraries/MySensors/examples/TimeAndVariableSensor
Thanks,
Bruce
-
@blacey Thanks, looks like what I was looking for.