A wall clock with exposed circuit boards

Drunk Wall Clock Uses Convoluted Circuits To Display Time

Here at Hackaday we can never get enough of odd clocks, and we’re delighted to see [Dan O’Shea]’s creation called the Wifi-Telnet-FPGA-NTSC Drunk Wall Clock. That mouthful is an accurate description of what it does: at the heart of the device is an ESP32 that uses WiFi to connect to a Raspberry Pi. It then telnets into the system, logs in, and requests the current time using the Linux date command. So far, so ordinary.

The “FPGA” part is where it gets weirder: the ESP32 is hooked up to a VGA1306 board. This is a little PCB with an FPGA that emulates an OLED display and outputs the image to a VGA connector. [Dan] could have simply hooked up a VGA display to this, but instead went for another layer of complexity by converting the VGA signal to something resembling composite video, using nothing more than three resistors. The resulting “NTSC” signal is then fed into a small TFT display that shows the time.

The clock got its “drunk” label because the process of repeatedly running the date command and parsing its output is slow and prone to hiccups, resulting in a display where the seconds advance in a somewhat unsteady manner. This fits well with the overall aesthetic of the clock, which consists of a heap of PCBs held together with cable ties and electrical tape. Mounted on a round panel of recycled wood, it makes a beautiful wall ornament for any hacker lab.

We love projects like this that accomplish a simple task in a convoluted way, and there’s no shortage of needlessly complicated clocks, whether physically drawing the time or using machine-learning data. But if you simply like your clocks with their electronics exposed, check out this free-form LED clock or this neat circuit sculpture clock.

Continue reading “Drunk Wall Clock Uses Convoluted Circuits To Display Time”

Cast-in-Concrete Clock Upgraded After Thirteen Years

Proving that an old design cast in concrete can indeed be changed, [Hans Jørgen Grimstad] has revisited his Nixie clock from 2008, cleaned up the electronics and packaging, and turned it into a kit. Not that he has plans to enter the kit-making business, but he just thought it would be fun to learn how to make kits. In the video below the break, he’s a bit embarrassed to reveal the inside of his first Nixie clock design, housed in a cast-concrete electronics enclosure. Although it still works, the internal wiring is a flaky, untidy, and perhaps a bit dangerous.

But [Hans] has improved his game over the years, making a number of different clock designs. The latest incarnation is pleasant to look at, built on a PCB which is visible inside a custom acrylic case. Three versions are available to support different types of tubes. The documentation he prepared for the project and the kit is very thorough. He walks you through the unboxing and assembly process in the videos below. Firmware is in C, and runs on a Raspberry Pi Zero W. If you are interesting in making electronics kits, [Hans]’s project would be a good example to follow.

All the necessary information to build the clock is published on the project’s GitHub repository. If you’re looking for enclosure ideas other than concrete or acrylic sheet, check out this write-up on hand-forging artistic Nixie clock enclosures.

Continue reading “Cast-in-Concrete Clock Upgraded After Thirteen Years”

an image of maketime showing the current time

Unique Clock Doubles As A Development Board

Most clocks these days have ditched the round face and instead prefer to tell time through the medium of 7-segment displays. [mihai.cuciuc] is bringing the round face to digital clocks with his time-keeping piece, MakeTime.

MakeTime's custom PCBMakeTime serves two purposes, the first and most obvious one is as a clock. Rather than displaying the time with digits, MakeTime harkens back to round dial clocks by illuminating RGB LEDs along its perimeter to show the position of the minute and hour “hands”. By using 24 LEDs, MakeTime achieves a timing granularity of 2.5 minutes.

The second purpose is as a development platform. [mihai.cuciuc] designed the clock with hacking in mind, opting to build it with components that many are already familiar with, such as a DS3231 RTC and WS2812 LEDs. To make the entire thing Arduino compatible, the microcontroller is an AtMega 328P, that can be connected to through the micro-USB port and CH340 USB-UART IC. If MakeTime outlives its time as a clock, all of the unused GPIO of the 328P are broken out to a single pin header, allowing it to be repurposed in other projects for years to come.

It seems like everyone is making their own unique timekeeping device these days. Check out the clock made out of ammeters we covered last week.

Useless Machine Is A Clock

Useless machines are a fun class of devices which typically turn themselves off once they are switched on, hence their name. Even though there’s no real point, they’re fun to build and to operate nonetheless. [Burke] has followed this idea in spirit by putting an old clock he had to use with his take on a useless machine of sorts. But instead of simply powering itself off when turned on, this useless machine dislodges itself from its wall mount and falls to the ground anytime anyone looks at it.

It’s difficult to tell if this clock was originally broken when he started this project, or if many rounds of checking the time have caused the clock to damage itself, but either way this project is an instant classic. Powered by a small battery driving a Raspberry Pi, the single-board computer runs OpenCV and is programmed to recognize any face pointed in its general direction. When it does, it activates a small servo which knocks it off of its wall, rendering it unarguably useless.

[Burke] doesn’t really know why he had this idea, but it’s goofy and fun. The duct tape that holds everything together is the ultimate finishing touch as well, and we can’t really justify spending too much on fit and finish for a project that tosses itself around one’s room. On the other hand, if you’re looking for a more refined useless machine, we have seen some that have an impressive level of intricacy.

Thanks to [alchemyx] for the tip!

Continue reading “Useless Machine Is A Clock”

ClOCkTAL: For When Reading A Clock Is Just Too Easy

Over on Hackaday.io, [danjovic] presents clOCkTAL, a simple LED clock for those of us who struggle with the very concept of making it easy to read the time. Move aside binary clocks, you’re easy, let’s talk binary coded octal. Yes, it is a thing. We’ll leave it to [danjovic] to describe how to read the time from it:

Do not try to do the math using 6 bits. The trick to read this clock is to read every 3-bit digit in binary and multiply the MSBs by 8 before summing to the LSBs.

Simple. If you’re awake enough, that is. Anyway, we’re a big fan of the stripped-down raw build method using perf board, and scrap wood. No details hidden here. The circuit is straightforward, being based on a minimal configuration needed to drive the PIC16F688 and a handful of LEDs arranged in a 3×4 matrix.

An interesting detail is the use of Bresenham’s Algorithm to derive the one event-per-second needed to keep track of time. And no, this isn’t the more famous Bresenham’s line algorithm you may be more familiar with, it’s much simpler, but does work on the same principle of replacing expensive arithmetic division operations with incremental errors. The original Bresenham’s Algorithm was devised for using with X-Y plotters, which had limited resolution, and was intended to allow movements that were in an imperfect ratio to that resolution. It was developed into a method for approximating lines, then extended to cover circles, ellipses and other types of drawables.

Continue reading “ClOCkTAL: For When Reading A Clock Is Just Too Easy”

the 3 needle ammeters that make up the face of the clock

IC Clock Uses Ammeters For A Unique Time-Telling Display

It is a rite of passage for hackers to make a clock out of traditionally not-clock items. Whether it be blinking LEDs or servos to move the hands, we have all crafted our own ways of knowing when it currently is. [SIrawit] takes a new approach to this, by using ammeters to tell the time.

The clock is built using mostly CMOS ICs. A CD4060 generates the 1HZ clock signal, which is then passed to parallel counters to keep track of the hours, minutes, and seconds. [SIrawit] decided to keep the ammeters functioning as intended, rather than replacing the internals and just keeping the needle and face. To convert the digital signal to a varying current, he used a series of MOSFETs connected in parallel to the low side of the ammeters, with different sizes of current-limiting resistors. By sizing these resistors properly, precise movement of the needle could be achieved by turning on or off the MOSFETs. You can see the schematics and learn more about how this is achieved on the project’s GitHub page (at the time of writing, the most recent commits are in the ‘pcb’ branch).

In addition to the custom PCB that holds all the electronics, PCBs help make up the case as well. While the main body of the case is made out of a repurposed junction box, [SIrawit] had a PCB on an aluminum substrate manufactured for the front panel. While the board has no actual traces or electrical significance, this makes for a cheap and easy way to get a precisely cut piece of aluminum for your projects, with a sharp-looking white solder mask to boot.

We love to see cool and unique ways to tell the time, such as using Nixie Tubes to spell out the time in binary!

Continue reading “IC Clock Uses Ammeters For A Unique Time-Telling Display”

Word clock in the style of the Christmas lights from Stranger Things. If you know, you know.

Stranger Things Message Board Passes The Time By Spelling It Out

Will Netflix’s nostalgic hit Stranger Things be back for a fourth series anytime soon? We could pull out a Ouija board and ask the spirits, but we’d much rather ask closer to the source, i.e. a spirit in the upside down. And you know that the best way to do that is with LEDs — one for each letter of the alphabet so the spirit can spell out their messages.

Arduino, ESP01, and real-time clock powering this Stranger Things word clockAlthough contact with the Demogorgon’s world isn’t likely with [danjovic]’s open-source Stranger Things board, you are guaranteed to get the time spelled out for you every minute, as in, ‘it’s twenty-five (or six) to four’. And if you want to freak out your unwitting friends, you can covertly send messages to it from your phone.

There are two versions now — the original desktop version, and one that hangs on the wall and uses a high-quality photo print for the background. Both use an ESP-01 and an Arduino to help drive the 26 RGB LEDs, and use a DS2321 real-time clock for timing. We love the enameled wiring job on the wall-mount version, but the coolest part has to be dual language support for English and Brazilian Portuguese. You can check out demos of both after the break.

We’ve seen many a word clock around here, but this is probably one of the few that’s dripping with pop culture. If it’s stunning modernism you want, take a look at this painstakingly-constructed beauty.

Continue reading Stranger Things Message Board Passes The Time By Spelling It Out”