Using The Moiré Effect For Unique Clock Face

If you’ve ever seen artifacts on a digital picture of a computer monitor, or noticed an unsettling shifting pattern on a TV displaying someone’s clothes which have stripes, you’ve seen what’s called a Moiré pattern where slight differences in striping of two layers create an emergent pattern. They’re not always minor annoyances though; in fact they can be put to use in all kinds of areas from art to anti-counterfeiting measures. [Moritz] decided to put a few together to build one of the more unique clock displays we’ve seen.

The clock itself is made of four separate Moiré patterns. The first displays the hours with a stretching pattern, the second and third display the minutes with a circular pattern, and the seconds are displayed with a a spiral type. The “hands” for the clock are 3D printed with being driven by separate stepper motors with hall effect sensors for calibration so that the precise orientation of the patterns can be made. A pair of Arduinos control the clock with the high-accuracy DS3231 module keeping track of time, and [Moritz] built a light box to house the electronics and provide diffuse illumination to the display.

Moiré patterns can be used for a number of other interesting use cases we’ve seen throughout the years as well. A while back we saw one that helps ships navigate without active animations or moving parts and on a much smaller scale they can also be used for extremely precise calipers.

Continue reading “Using The Moiré Effect For Unique Clock Face”

A Look Inside The Geochron Clock

There are plenty of cool clocks out there, and maps by their very essence are cool, too. But a map that’s also a clock — or is it a clock that’s also a map? — has to be the coolest thing ever.

Of course we’re talking about the Geochron, a world clock that makes the relationship between the Earth and the Sun clear and has graced the offices of executives who want to impress visitors with the global nature of their importance for decades. [Attoparsec] has long coveted one of these electromechanical beauties, and when a used one popped up online for a pittance, at least compared to what they cost new, he jumped at the chance.

The Geochron he ended up with was in need of some TLC, but surprisingly little considering its mid-1980s vintage. The real treat in the video below is getting to see how these wonderful devices work. They’re basically simple slide projectors. While we here in the future would simply do everything in software on a nice flat-screen display, the base map, night-day terminators, and calendar are all contained on transparent elements that move under the power of a synchronous motor across a lighted platen. The analemma display is particularly cool; an indicator tracks the Sun’s position over the Earth with a cam that encodes the equation of time in its shape, moving through its familiar bi-lobed loop as the seasons progress.

Any clock that comes with a set of blueprints for installation purposes is alright in our book, and kudos to [Attoparsec] for landing this prize and getting it back in shape. His description of it as “the greatest clock of all time” is apt, but perhaps with a little competition. Or maybe a lot.

Continue reading “A Look Inside The Geochron Clock”

Clock Mixes Analog, Digital, Retrograde Displays

Unique clocks are a mainstay around here, and while plenty are “human readable” without any instruction, there are a few that take a bit of practice before someone can glean the current time from them. Word clocks are perhaps on the easier side of non-traditional displays but at the other end are binary clocks or even things like QR code clocks. To get the best of both worlds, though, multiple clock faces can be combined into one large display like this clock build from [imitche3].

The clock is actually three clocks in one. The first was inspired by a binary clock originally found in a kit, which has separate binary “digits” for hour, minute, and second and retains the MAX 7219 LED controller driving the display. A standard analog clock rests at the top, and a third clock called a retrograde clock sits at the bottom with three voltmeters that read out the time in steps. Everything is controlled by an Arduino Nano with the reliable DS3231 keeping track of time. The case can be laser-cut or 3D printed and [imitche3] has provided schematics for both options.

As far as clocks builds go, we always appreciate something which can be used to tell the time without needing any legends, codes, or specialized knowledge. Of course, if you want to take a more complex or difficult clock face some of the ones we’re partial to are this QR code clock which needs a piece of hardware to tell the time that probably already has its own clock on it.

Linear LED clock displaying the time using different-colored triangles.

Linear LED Clock Looks Decidedly Vintage

We just love a good clock around here, and something about those triangles gives this linear LED clock a deliciously mid-century vibe. If you’ve read these pages for any length of time, you know that [andrei.erdei] loves clocks as much as we do, and is always coming up with interesting ways of displaying the passage of time.

Two upward-facing triangles sandwich one downward-facing triangle, and they are lighting up as follows: right, left, middle.This one is a remix of some other linear RGB clocks, but the result is distinctly [andrei.erdei]’s style. There’s nothing crazy going on under the hood here — it’s essentially a Wemos D1 mini running a strip of RGBs, and the microcontroller connects to a Wi-Fi router to get the time from a server. The magic is in the programming and the way the clock is read.

The brief but thorough demo video after the break does a much better job of explaining the display by showing various times of the day, but we’ll give it a shot. For one thing, it uses 24-hour time exclusively. There are four groups of triangles; yellow, red, green, and blue which correspond to tens and units of hours, and tens and units of minutes.

The triangles light up in groups of three in the order depicted in the animation. At midnight, none of the triangles are lit up. Again, it’s best explained in the video, looking at various times of day.  Plus you can see the neat-o startup animation.

Are you more into sound than blinkenlights? Then this customizable bird clock may be for you.

Continue reading “Linear LED Clock Looks Decidedly Vintage”

Put A Little Pigeon In Your Next Clock Project

If you’re anything like us, you’ve probably wondered why gear teeth are shaped the way they’re shaped. But we’ll go out on a limb and say you’ve never wondered why gear teeth aren’t shaped like pigeons, and what a clock that’s not quite a clock based around them would look like.

If this sounds like it has [Uri Tuchman] written all over it, give yourself a cookie. [Uri] has a thing for pigeons, and they make an appearance in nearly all his whimsical builds, from his ink-dipping machine to his intricately engraved metal mouse. For this build, pigeons are transformed into the teeth of a large, ornate wheel, cut from brass using an impressive Friedrich Deckel pantograph engraver. To put the pigeon wheel to work, [Uri] built an escapement and a somewhat crooked pendulum, plus a drive weight and dial. It’s almost a clock, but not quite, since it doesn’t measure time in any familiar units, and the dial has a leg rather than hands — classic [Uri].

It may not be [Clickspring]-level stuff, but it’s still a lovely piece of work, and instructive to boot. The way [Uri] figured out the profile for the meshing teeth by looking at the negative space swept out by the pigeon profiles was pretty sweet. Plus, pigeons.

Continue reading “Put A Little Pigeon In Your Next Clock Project”

Customizable Bird Clock Sings The Hours By

For those looking to build their own clocks, one of the easiest ways to get started is with a pre-built module that uses a simple quartz oscillator and drives a set of hands. This generally doesn’t allow for much design of the clock besides the face, and since [core weaver] was building a clock that plays bird songs, a much more hackable clock driver was needed to interface with the rest of the electronics needed to build this project.

The clock hands for this build are driven by a double stepper motor which controls an hour and minute hand coaxially but independently. Originally an H-bridge circuit was designed for driving each of the hands but they draw so little current in this configuration that they could be driven by the microcontroller directly. A DS3231 clock is used for timekeeping connected to an ATMega128a which controls everything else. At the start of each hour the clock plays a corresponding bird song by communicating with an mp3 module, and a remote control can also be used to play the songs on demand.

Bird clocks are not an uncommon thing to find off the shelf, but this one adds a number of customizations that let it fly above those offerings, including customizing the sounds that play on the hour and adding remote control capabilities, a lithium battery charging circuit, and a number of other creature comforts. If you’re looking for even more unique bird clock designs this binary bird clock might fit the bill.

Continue reading “Customizable Bird Clock Sings The Hours By”

A 3D-printed clock that uses flaps for the digits that get rotated.

Non-Split-Flap Clock Does It With Fewer Flaps

As cool as split-flap clocks and displays are, they do have a few disadvantages. The mechanism sticks out on the side, and the whole thing relies on gravity. Some people don’t care for the visual split in the middle of each digit that comes as a result. And their cousins, the Numechron clocks? Those wheels, especially the hours wheel, are really big compared to the size of what they display, so the clock housings are huge by comparison.

[shiura] decided to re-invent the digital display and came up with this extremely cool spinning flap mechanism that uses a lip to flip each flap after it is shown. Thanks to this design, only half the number of flaps are needed. Not only is the face of the clock able to be much larger compared to the overall size of the thing, the whole unit is quite shallow. Plus, [shiura] tilted the display 15° for better visibility.

If you want to build one of these for yourself, [shiura] has all the STLs available and some pretty great instructions. Besides the printed parts, you don’t need much more than the microcontroller of your choice and a stepper motor. Check out the demo/build video after the break, and stick around for the assembly video.

Don’t mind the visual split in the numbers? Check out this split-flap clock that uses a bunch of magnets.

Continue reading “Non-Split-Flap Clock Does It With Fewer Flaps”