Your smartphone makes a great smart alarm clock, but not everyone wants their phone next to their bed all the time. Instead, Make shows you how to build an internet-connected alarm clock using an ...
Alarm clocks are cheap and abundant, but they’re pretty boring. If you want to make your own, Instructables user Paranoid Legend shows you how to build one with an Arduino. The alarm clock is made ...
Maker Michael Klements has built a unique electromechanical clock using a little Arduino hardware, code, and 28 servos, which tilt panels to reveal the correct time in digital format. As the time ...
Sick of telling time the old way? Spice up your time-telling time with the open-source, hackable and Arduino-based DOTKLOK. Basically, you can get a bunch of different ways to tell time. Different ...
This Arduino based snow clock has the feature of turning ON when the school is open and automatically turns off when the school is closed. This Arduino based snow clock has the feature of turning ON ...
In this project, PCF85063ATL CMOS Real-time Clock (RTC) is used as the time generator. This provides year, month, day, weekday, hours, minutes, and seconds based on a 32.768 kHz quartz crystal. A ...
We have featured quite a few cool clocks here at Geeky Gadgets, and the latest one is the work of Andrew O’Malley, the DOTKLOK, which is an open-source Arduino digital clock. The DOTKLOK comes with a ...
In the movie 2001: A Space Odyssey, HAL 9000 — the neurotic computer — had a birthday in 1992 (for some reason, in the book it is 1997). In the late 1960s, that date sounded impossibly far away, but ...
What do you do, when you need a random number in your programming? The chances are that you reach for your environment’s function to do the job, usually something like rand() or similar. This returns ...