A clock made with LED filaments inside clear plastic tubes

LED Filaments Make A Retro Clock Without Any Retro Parts

We love clock projects here at Hackaday, and we’ve seen many beautiful designs based on a wide variety of display technologies. There are various types of glass tubes like Nixies, Numitrons and classic VFD displays, all of which have that warm “retro” glow to them. Then there’s LEDs, which are useful for making cool pixel-based timepieces and easy to drive with low-voltage electronics. So how about combining the best of both worlds, by using LEDs to make a Numitron-like display? That’s exactly what [Jay Hamlin] did when he built a digital clock based on LED filaments.

The heart of the project consists of orange LED filaments similar to the ones used in vintage-style LED light bulbs. [Jay] bought a bunch of them online and tried various ways of combining them into seven-segment displays, eventually settling on a small PCB with a black finish to give good contrast between the LEDs and the background. To make the displays look like they’re encased in glass, [Jay] bought a set of plastic test tubes and cut them to size.

The base of the clock is formed by a slick black PCB that holds an ESP32. The segments are driven through a set of 74LV595 shift registers to keep the required number of GPIOs to a minimum. There are no buttons: thanks to a WiFi connection and the Network Time Protocol the ESP32 automatically keeps the correct time.

The end result looks remarkably like a Numitron display at first glance, and remains a beautifully-made clock even if you notice that there’s no glass to be found. If you’re into LED filament clocks (and who isn’t?), check out this analog wall clock, or this spiderweb-like digital clock.

Continue reading “LED Filaments Make A Retro Clock Without Any Retro Parts”

Cool Binary Clock Uses Old-School LEDs And A Fancy Graphic PCB

Ah, the 5mm LED. Once a popular choice, they’ve been supplanted in modernity by smaller SMD components and/or more capable RGB parts in recent years. However, they’re still able to do the job and are a great way to give your project that proper homebrew look. [Ian Dunn] chose those very parts to produce his 4017 Decade Binary Clock.

The clock uses only digital logic ICs to tell the time – there are no microcontrollers here! After four or five iterations over almost a whole year, [Ian] was finally able to coax the circuit into reliable operation. As you’d expect, it relies on a 32.768 kHz crystal to provide a stable clock. Fed into a 4060 binary ripple counter, that clock is divided down 14 times to deliver a 2Hz square wave. This then goes through a 4027 flip flop to get the desired 1Hz signal. From there, a bunch of extra logic handles counting the seconds, minutes, and hours, and resetting the counters as appropriate.

The PCB that houses the project is printed on directly by a flatbed inkjet printer, which [Ian] purchased when inspired by our previous article on how to get your PCBs made at the mall. He didn’t actually use it to make the PCB in this case, but the flatbed printer does a great job of putting graphics on the board.

The result is quite an attractive look that might surprise a few electronics enthusiasts who haven’t seen a graphic printed board before. It’s a technique we think could be used to great effect on conference badges, too. If you’ve experimented with similar techniques, be sure to drop us a line!

A Custom Clock With LED Filament Hands

LEDs have become so ubiquitous in our projects that just hearing that term probably conjures images of tiny illuminated domes in an array of single-spectrum colors. It’s easy to forget that these efficient sources of light come in a variety of form factors, including the retro-tacular filaments that [bitborked] used to make his beautiful analog LED wall clock.

Aside from its aesthetics, this timepiece features some great design. A custom PCB acts as a hub for all the LED filament spokes. The onboard brains come in the form of an ESP32, which means it can keep extremely accurate time via NTP. WS2811 LED controllers, which we’re so accustomed to seeing alongside RGB LEDs that they almost feel strange to see here, provide the 12 volts required for each filament and make individual addressing a breeze.

[bitborked] takes advantage of that addressability to display other animations in addition to the standard clock face. They also plan to implement MQTT for eventual alerts from other home automation devices. When it comes to just telling time, you can discern the individual “hands” by differences in their brightness, which sadly does not show up as well in video as it does in real life.

We would certainly be happy to have this clock on our walls, and we hope to eventually see more of its PCB designs. In the meantime, though, we can drool over a more digital take on the LED filament clock. Although, filaments are certainly not required to make a beautiful LED timekeeper.

Circle Full Of LEDs Becomes A Clock

Building a clock of some sorts seems to be a time honored tradition for hackers and LED clocks seem one of the most popular. You can build anything from a seven-segment display to a binary clock or something even more fancy. [Clueless] found a circle of LED rings online and with made an LED version of an analog clock.

Continue reading “Circle Full Of LEDs Becomes A Clock”

Beautiful Free-Form LED Clock Recreates 20-Year-Old Weekend Project

Here at Hackaday, we love a good clock project. And if it’s an artistically executed freeform sculpture, even better. But tell us that it’s also a new spin on a classic project from two decades ago, and we’re over the moon for it. Case in point: [Paul Gallagher’s] beautiful recreation of an LED clock riffing on one originally made as a weekend project in early 2000.

Wait, wait. Hold up.

*Ted unclips the microphone from his lapel and stands up from his chair*

OK, dear reader, if you’ll allow me, we’re going to do this one a little differently. Normally I’m supposed to write in the voice of Hackaday, but this project has personal meaning for me, so I’d like to break the rules a bit. You see, the original clock project was mine — one I did over a weekend a long time ago, as evidenced by the “2/13/2000” date on the PCB — and I was quite honored that [Paul] would choose my project as inspiration.

Original Clock Project dated 2/13/2000

When, on the 20th anniversary of creating this clock, I posted a Twitter thread to commemorate the event, [Paul] picked up the ball and ran with it. You can see the original Twitter thread here. Pictures of the home-etched single-sided board were all he needed to reverse-engineer the relatively simple design, and then re-create it with style.

The design uses a PIC16F84 microcontroller. This was one of the first microcontrollers to really become popular with hobbyists, the key features being the serial programming algorithm which allowed easy homebrew programmers, and the FLASH memory. If I recall correctly, my original programmer ran off a PC’s parallel port. I probably have it in a box somewhere. Each of the 12 LEDs is driven through a separate resistor from individual GPIO lines, while a 32.768 kHz crystal serves as the timebase. Finally, two buttons allow you to set the hours and minutes.

How do you represent three separate hands on such a display? In this case, each hand blinks at a different rate. The hour LED is solid, and the second LED blinks faster than the minute one. You can check it out in [Paul’s] video after the break, and admire the beautiful simplicity of his layout.

Since he was able to re-create the circuit exactly, [Paul] was able to drop-in the original assembly code that runs the clock. True-to-form, Microchip still manufactures the PIC16F84, and their latest tools have no problem with such legacy code — it just works.

Continue reading “Beautiful Free-Form LED Clock Recreates 20-Year-Old Weekend Project”

LED Clock Strips Time Down To Pulses Of Light

Nietzsche said (essentially) that time is a flat circle — we are doomed to repeat history whether we remember it or not. This is a stark and sobering thought for sure, but it’s bound to dissipate the longer you look at [andrei.erdei]’s literal realization of time as a flat circle.

A clock that uses nothing but RGB LEDs to give the time sounds confusing and potentially cluttered, but the result here is quite pleasing and serene. We figure it must be the combination of brighter LEDs to represent 12, 3, 6, and 9, and dimmer LEDs for the rest of the numbers, plus the diffusion scheme. The front plate is smoky acrylic topped with two layers of frosted black window foil.

Inside the printed plastic ring are two adhesive RGB LED strips running on an ESP8266 that ultimately connects to an NTP time server. The strips are two halves of an adhesive 60 LED/meter run that have been stuck together back to back so that the lights are staggered for seamless coverage. This sets up the coolest thing about this clock — the second hand, which is represented by a single pink LED zig-zagging back and forth around the ring. Confused? Watch the short demo after the break and you’ll figure it out in no time.

Now that times are strange, you might be more interested in a straightforward approach to finding out what day it is. The wait is over.

Continue reading “LED Clock Strips Time Down To Pulses Of Light”

Clock Uses Custom LED Displays To Keep Myst Time

The Myst fans in the audience will love this project because it displays the 25-hour timekeeping system of the D’ni. The hardware hackers will lean a little closer to their screen because it does so with custom made 25-segment LEDs, and the precision obsessed will start breathing heavily when they hear it maintains an accuracy of 0.001 seconds. As for which of those camps creator [Mike Ando] most identifies with, we can’t say. But we definitely respect his style.

We’ll spare you the in-depth description of the base-25 number system apparently used in the Myst franchise. If you’re interested enough you can click on through to the project’s Hackaday.io page and learn how to actually read the clock. Presumably you’ll then come back here and leave your comment in Klingon.

Let’s instead jump right to the part that really gets us excited, those custom displays. To create them, [Mike] cut the face out of black acrylic with a laser, and filled each void with a mixture of clear resin and very fine gypsum plaster. Getting the mix right can be a little finicky as the plaster can clump up, but the end result diffuses the light nicely. The acrylic front panel and a couple of cardboard “gaskets” to keep the light from leaking onto adjacent segments is then stacked on top of a PCB with corresponding 0603 SMD LEDs.

Beyond the soul-crushing number of wires required to hook everything up internally, the rest of the project is relatively straightforward. It uses a WeMos D1 Mini to connect to the WiFi network and pull the current time down from the geographically closest NTP server every couple of hours. Rather than putting a temperature controlled oscillator on the board, [Mike] has decided to pin his accuracy on a constantly on Internet connection and aggressive synchronizations.

From impressive curved bar graph modules to displays segmented with household items, we’ve seen our fair share of custom indicators. But we have to admit that building 25-segment LED displays for the alphabet of a fictional interstellar species sets the bar pretty high.

Continue reading “Clock Uses Custom LED Displays To Keep Myst Time”