Sneaky Clock Displays Wrong Time If It Catches You Looking

We have a soft spot for devices that subvert purpose and expectation, and that definitely sums up [Guy Dupont]’s Clock That Is Wrong. It knows the correct time, but whether or not it displays the correct time is another story. That’s because nestled just above the 7-segment display is a person sensor module, and when it detects that a person is looking towards it, the clock will display an incorrect time, therefore self-defeating both the purpose and primary use case of a clock in one stroke.

The person sensor is a tiny board with tiny camera that constantly does its best to determine whether a person is in view, and whether they are looking towards the sensor. It’s a good fit for a project like this, and it means that one can look at the clock from an oblique angle (meaning one is out of view of the sensor) and see the correct time. But once one moves in front of it, the time changes. You can watch a brief video of it in action in this Twitter thread.

One interesting bit is that [Guy] uses an ESP32-based board to drive everything, but had some reservations about making a clock without an RTC. However, he found that simply syncing time over the network every 10 minutes or so using the board’s built-in WiFi was perfectly serviceable, at least for a device like this.

This reminds us a little of other clocks with subtly subversive elements, like the Vetinari Clock which keeps overall accurate time despite irregularly drifting in and out of sync. Intrigued by such ideas? You’re not alone, because there are even DIY hobby options for non-standard clock movements. Adding the ability to detect when someone is looking directly at such a device opens up possibilities, so keep it in mind if it’s time for a weekend project.

A round clock with a color-coded face, with its name "Pingo" across it, together with a 3D animated mouse

Pingo Is An Analog Clock That Uses Colors Instead Of Hands

The purpose of a clock is to show the time, obviously. But if you’ve followed Hackaday for some time, you’ll know there are about a million different ways of achieving this. [illusionmanager] added yet another method in his Pingo Color Clock, which, as the name suggests, uses color as the main indicator.

The clock’s face is divided into three concentric circular zones. The zone at the center shows the hours, while the outer ring indicates the minutes. Both change their color such that they match the zone in between, which always shows a complete rainbow, at the desired location. In the picture above for example, the magenta inner circle matches the rainbow at the 10 o’clock position, while the yellow outer circle matches it at 10 minutes past the hour, meaning it’s currently 10:10.

A set of concentric circular LED with an ESP8266The rainbow ring is also moving however, and by adjusting its rotation through time you can get some interesting effects. [illusionmanager] programmed it in such a way that the outer ring is always yellow during the day, purple at night, and red at sunrise and sunset. The overall brightness is also adjusted to a day/night schedule.

As complex as the clock’s appearance may be, inside it’s quite a simple design. Nine concentric circular LED strips are driven by an ESP8266, which retrieves the time and sunrise information through its WiFi connection. A piece of translucent white acrylic acts as a diffuser, while a 3D-printed enclosure holds everything together.

Encoding the time using different colors of light has been done before in various different ways, and while we haven’t seen Pingo in real life, we believe it should be somewhat easier to read than most of those examples. It might actually form a nice complement to a recent analog LED ring clock.

Continue reading “Pingo Is An Analog Clock That Uses Colors Instead Of Hands”

Decorative Clock Uses LED Strips To Beautiful Effect

Clocks used to be dowdy old things with mechanical hands and sometimes even little cuckoo birds that would pop out to chime the hour. [David] built something altogether more modern that uses shifting colors on LED strips to tell the time.

The core of the build is an ESP8266, which queries an NTP time server to keep itself synced up with the current time as accurately as possible. It then controls a WS2812B LED strip to display the time. The strip itself is hidden in a 3D-printed housing behind an opaque wooden ring, with the light from the LEDs diffusing out nicely on to the wall upon which the clock is mounted.

The display shows three “hands” in the colors it projects on the wall. The red second hand is projected inside and outside the ring. The minute hand is green, and projects outside the ring. Meanwhile, the hour hand is blue, and projects inside the ring. Without any numerical markings, you won’t get an exact reading of the time, but you can figure it out closely enough. As a bonus, the clock looks like a stylish light-based wall sculpture and your guests may not even realizes it tells the time.

We’ve featured [David’s] work before too, in the form of the handy ESP8266 breadboard socket. Video after the break.

Continue reading “Decorative Clock Uses LED Strips To Beautiful Effect”

Ikea Clock Gets Wanderlust

We always enjoy unique clocks, and a recent 3D print from [David Kingsman] caught our eye. It converts an Ikea clock into a very unusual-looking “wandering hour” clock that uses a Geneva drive to show a very dynamic view of the current time. The concept is based on an earlier wandering clock, but [David] utilized a different mechanism.

To read the clock, you note which hour numeral is in range of the “minute arc” and read the time directly. So if the 12 hour is over the 20-minute mark, the time is 12:20. Besides the clock, you need a fair number of printed parts, although they all look like relatively simple prints. You’ll also need 13 bearings and some metric hardware. A piece of cardboard used for the face rounds out the build.

Modifying the clock is more than just taking it apart. There is a template file to print, and you’ll need to align it and drill holes as indicated.

If you haven’t seen a Geneva drive before, it translates a continuous rotation into intermittent rotation. This isn’t the first clock we’ve seen use this kind of drive, although the last one we saw represented time differently. If you want something even more mechanical, try a chain-driven clock.

Sundial Collection Is 2D Printed

We see a lot of clocks, and many of the better ones have some 3D printed elements to them. But [Carl Sabanski] shows us his kits for making sundials for either hemisphere using a conventional printer (you know, one that puts ink on paper), some styrofoam, and possibly some other materials like wire coat hangers, threaded rods, thumbtacks, glue, and different papers like transparencies or card stock.

In all, there are 21 different kinds of sundials. Some are pretty standard-looking fare, but there are others, like the pinwheel equatorial sundial or the cycloid polar sundial, which might be surprising. One even uses a CD as a kind of indicator.

Continue reading “Sundial Collection Is 2D Printed”

An Atomic Pendulum Clock Accurate Enough For CERN

That big grandfather clock in the library might be an impressive piece of mechanical ingenuity, and an even better example of fine cabinetry, but we’d expect that the accuracy of a pendulum timepiece would be limited to a sizable fraction of a minute per day. Unless, of course, you work at CERN and built  “the most accurate pendulum clock on the planet.”

While we’re in no position to judge [Daniel Valuch]’s claim, we’re certainly inclined to believe him, mainly because the 1950s-era Czechoslovakian pendulum clock his project was based on, the Elektročas HH3, was built specifically as a master clock for labs, power plants, and broadcast use. The pendulum of this mid-century beauty is made of the alloy invar, selected for its exceptionally low coefficient of thermal expansion. This ensures the pendulum doesn’t change length with temperature, but it still only brings the clock into the 0.1 second/day range.

Clearly that’s not good enough for a clock at CERN, the European Laboratory for Nuclear Research, where [Daniel] works as an RF engineer. With access to a 10-MHz timebase from a cesium fountain atomic clock — no less a clock than the one that’s used to define the SI second, by the way — [Daniel] looked for ways to sync the clock up to it. Now, we know what you’re thinking — he must have used some kind of PLL to give an electromagnetic “kick” to the bob to trim the pendulum’s period. Good guess on the PLL, but the trimming method is a little cruder — [Daniel] uses a stepper motor attached to the clock’s frame to pay out or retract a length of fine chain into a cardboard dish attached to the pendulum’s rod. The change in mass changes the pendulum’s center of gravity, which changes its effective length, and allows the clock to be tuned a couple of seconds per day.

It seems like [Daniel] is claiming that his chain-corrected clock won’t drift more than a second from the cesium clock for 158 million years. Again, we’ll take his word for it, but it’s a wonderfully ad hoc approach to tuning the clock, and we appreciate its simplicity.

The Times They Are A-Chaining

If [Bob Dylan] had seen [Pgeschwi]’s bike chain clock, it might have influenced the famous song. The clock uses a stepper motor and a bike chain to create a clock that has a decidedly steampunk vibe. Despite the low-tech look, the build uses 3D printing and, of course, a bike chain.

A full view of the bike chain clock.

The clock doesn’t just show the time. There is a contraption to show the day of the week, and a pendulum shows the current phase of the moon. The visible wiring is all old-school brass wire on the wood base. [Pgeschwi] is considering changing out all the 3D printed parts for brass ones, so this may be just an early prototype of the final product, but it still looks great.

The design used common tools, including Tinkercad and an online gear generation tool. There are a lot of details you wouldn’t suspect until you tried to build something like this yourself. For example, making the chain reliably go in both directions required a timing belt to synchronize the top gears. Getting the numbers on the chain to pass by the gears.

It is hard to tell from the picture, but there’s an LED under the 10-minute marks that shows the unit’s digits of the time. There are no markings for it yet,  but in the picture, the time is actually 4:09.

We love unusual clocks, and we see plenty of them. From Fibonacci clocks to magnetic field line clocks, we love them all.