A brass and steel mechanism is shown, with a series of rotary dials on the front. Each dial is made out of a brass ring around the stone center. A man’s hand is behind the mechanism, turning a handle.

Interplanetary Clock Keeps Time Across The Solar System

There are some clocks, mostly in or around international airports, which have multiple faces to show the time at various cities around the world. Taking more a forward-looking approach is [Chronova Engineering], who built a clock to display the time on four different planets: Earth, Mars, Jupiter, and Saturn.

The clock doesn’t have any hands, but it uses rotating dials to represent a top-down view of each planet from it’s north pole. The dials have degree markings to represent rotation relative to each planet’s prime meridian; for the gas giants, rotation is measured by the rotation of the planet’s core. Each dial’s center is made out of a circular stone tile with patterns similar to those seen on the planet; Earth, for example, is represented with sodalite. Three pointers mounted around the dial indicate the longitudes which are currently experiencing sunrise, noon, and sunset. The mechanism can be turned with a handle or a knob, and a mechanical counter keeps track of the number of Earth days that have passed.

Continue reading “Interplanetary Clock Keeps Time Across The Solar System”

Tech In Plain Sight: Projection Clocks

You wake up in the middle of the night. Is it time to get up? Well, you can look at the nightstand clock. Unless your partner is in the way. Whoops. Even then, without your glasses, the time is just a fuzzball of light. You could ask Alexa, but that’s sure to wake your partner, too. The answer is a projection clock. In its modern form, it shoots a digital time display on a wall or ceiling with digits so large that you don’t need your glasses. If you can see the ceiling, you can tell what time it is.

New Tech

A modern invention, of course. No, not really. According to [Roger Russel], a UK patent in 1909 used an analog clock face and lightbulbs to project the clock face and hands on the ceiling. Unfortunately, [Roger’s] website is no more, but the Wayback Machine is on the job. You can see a device of the same type at the British Museum.

A modern projection clock on the ceiling.

In 1938, [Leendert Prins] filed for a patent on a similar projection clock. Sometimes known as “ceiling clocks” or “night clocks,” these devices often have a regular clock visible as well as a way to project the time. In the old days, this was often an image of a translucent analog clock lit up by light bulbs. In the modern era, it is almost always either LEDs or an LCD with a halogen backlight. Of course, there are many variations. A clock might use numbers on a rotating drum with a lamp behind it, for example.

Development

It isn’t hard to imagine someone putting a pocket watch in a magic lantern as a prototype. In general, some bright light source has to pass through a condenser lens. The light then travels through the LCD or translucent clock face. Finally, a projector lens expands the image.

We couldn’t find much about the actual history of old projection clocks outside of [Roger’s] defunct website. But if you can project an image and build a clock, all you need is the idea to combine them.

Continue reading “Tech In Plain Sight: Projection Clocks”

Diamond Age-Inspired Pocket Watch Has ESP32 Inside

A lot of hacks get inspired by science fiction. When that inspiration is taken from the boob tube or the silver screen, the visual design is largely taken care of by the prop department. If, on the other hand, one seeks inspiration from the written word– like [Math Campbell] did for his smart pocket watch inspired by The Diamond Agethe visuals are much more up to the individual hacker. Though no nanotechnology was involved in its creation, we think [Math] nailed the Victorian High-Tech vibe of [Neal Stephenson]’s cult classic.

The build itself is fairly simple: [Math] started with a Waveshare dev board that got him the 1.75″ round touch display, along with an ESP32-S3 and niceties such as a six-axis IMU, an RTC, microphone, speaker, and micro SD card reader. That’s quite the pocket watch! The current firmware, which is available on GitHub, focuses on the obvious use case of a very stylish watch, as well as weather and tidal display. Aside from the dev board, [Math] needed only to supply a battery and a case.

[Math] designed the case for the watch himself in Fusion360 before sending it off to be 3D printed in stainless steel. That might not be molecular-scale manufacturing like in the book, but it’s still amazing you can just do that. Ironically, [Math] is a silversmith and will be recreating the final version of the watch case in sterling silver by hand. We’d be tempted to include a door–making it a “hunter’s case” in pocket watch lingo–to protect that amoled display, but far be it for us to tell an artist how to do his work. If you’re not a silversmith, [Math] has stated his intent to add STLs to the GitHub repo, though they aren’t yet present at time of writing.

We’ve featured smart pocket watches before, some with more modern aesthetics. Of course a watch doesn’t have to be smart to grace these pages.

Thanks to [Math Campbell] for the tip! If you’ve got time on your hands after ticking done on a project, send us a tip and watch for it to appear here.

The WalMart Atomic Clock

In the realm of first-world problems, your cheap wall clock doesn’t keep time, so you have to keep setting it. The answer? Of course, you connect it to NTP and synchronize the clock with an atomic time source. If you are familiar with how these generic quartz clock movements work, you can probably guess the first step is to gut the movement, leaving only the drive motor.

The motor is somewhat like a stepper motor. The ESP8266 processor can easily control the clock hands by sending pulses to the motor. The rest is simple network access and control. If the network time is ahead, the CPU gooses the clock a little. If it is behind, the CPU stalls the clock until it catches up.

Continue reading “The WalMart Atomic Clock”

Restoration Of Antique Clock With Unique Oscillator

The classic design of a mechanical clock generally consists of a display, a way to store energy, a way to release that energy at regular intervals, and a mechanism to transmit it where it needs to go. Most of us might be imagining a pendulum or a balance wheel, but there have been many other ways to maintain a reliable time standard with a physical object beyond these two common methods. This clock, for example, uses a rolling ball bearing as its time standard and [Tommy Jobson] discusses its operation in depth during a restoration.

The restoration of this clock, which [Tommy] theorizes was an amateur horological project even when it was new, starts by dismantling the clock nearly completely. The clock was quite dirty, so in addition to being thoroughly cleaned it also needed a bit of repair especially involving a few bent pins that stop the table’s rotation. These pins were replaced with stronger ones, and then everything in the clock’s movement was put back together. The tray carrying the ball bearing needed to be cleaned as well, and [Tommy] also added a lacquer to help preserve the original finish as long as possible. From there it was time to start calibrating the clock.

The ball bearing itself rolls back and forth along an inclined plane on a series of tracks. When it gets to the end it hits a lever which lets a bit of energy out of the movement, tilting the table back in the other direction to repeat the process. This is a much more involved process for getting an accurate time interval than a pendulum, so [Tommy] had a lot of work to do here. But in the end he was able to bring it back to life with an accuracy fairly close to a pendulum clock.

Ball bearings are a pretty popular medium for clock builds even in the modern era. This one uses them in a unique display, and a more recent version goes even further by using marbles to display digits directly.

Continue reading “Restoration Of Antique Clock With Unique Oscillator”

A Simple Desktop Pomodoro Timer

Pomodoro timers are a simple productivity tool. They help you work in dedicated chunks of time, usually 25 minutes in a sitting, before taking a short break and then beginning again. [Clovis Fritzen] built just such a timer of his own, and added a few bonus features to fill out its functionality.

The timer is based around the popular ESP32-S2 microcontroller, which has the benefit of onboard WiFi connectivity. This allows the project to query the Internet for things like time and date updates via NTP, as well as weather conditions, and the value of the Brazilian Real versus the American dollar. The microcontroller is paired with an SHT21 sensor for displaying temperature and humidity in the immediate environment, and an e-paper display for showing timer status and other relevant information. A button on top of the device allows cycling between 15, 30, 45, and 60 minute Pomodoro cycles, and there’s a buzzer to audibly call time. It’s all wrapped up in a cardboard housing that somehow pairs rather nicely with the e-paper display aesthetic.

If Pomodoro is your chosen method of productivity hacking, a project like this could suit you very well. We’ve featured a few similar builds before, too. Continue reading “A Simple Desktop Pomodoro Timer”

Binary And Digital Gradients For Telling Time

Creative clocks are a dime a dozen, even clocks that use binary have been created in nearly every format. [typo] promises a clever adaptation to the binary format, and it promises a more usable display. Using a combination of both traditional binary and digital gradients creates a usable and yet still nerdy fun clock.

[typo]’s clock fits the traditional binary counting method with the hours on the left side of its face. On the other hand, its right side presents a lighting gradient depending on the completion of the hour. While this is simple in principle, [typo] chose to correct what many don’t consider when deploying visual gradients. The human eye doesn’t see everything exactly as it is, which creates a rough logarithmic curve that gets corrected for in the binary/digital hybrid clock.

If you want something more mobile and still have that smidge of difficult time telling you, check out this minimalist wrist watch!

Continue reading “Binary And Digital Gradients For Telling Time”