Clock Club

Examples on clocks and time and time setting

Projects in this Repository
Bibliography
Timepieces
Organizations
Software and Hardware Tools
Parts and Suppliers
Notes

View the Project on GitHub ITPNYU/clock-club

Node.js Control of an Analog Clock

This program uses the onoff package on a Raspberry Pi or BeagleBone to control an analog clock. To install, download this directory, cd into the downloaded directory, then:

$ npm install

Note that it won’t install on any hardware that can’t run the onoff package (like your laptop). You’ll need to install on your Pi or BeagleBone itself. To run:

$ node gpioControl.js

If your clock doesn’t move well, try some of these tips to adjust your program.