Nixie Clock Claims To Be Simplest Design

[Engineer2you] built a nixie tube clock and claims it is the simplest design. We felt like that was a challenge. In this design, the tubes are set up as a matrix with optoisolators on each row and column. With 60 segments, the matrix allows you to control it all with 16 bits. There are six columns, each corresponding to a digit. That means each row has 10 lines.

The Arduino code reads the clock and produces the output to the tubes fast enough that your eye perceives each digit as being always on, even though it isn’t.

Continue reading “Nixie Clock Claims To Be Simplest Design”

Tell Time Contest Winners: Clocks To Knock Your Socks Off

The results are in and the Tell Time Contest was a spectacular showing of creativity. Five winners and a number of runners-up have have been chosen based on craftsmanship, functionality, and creativity.

The one that’s going to steal your heart is Fetch: A Ferrofluid Display. Pitting the force of gravity against electromagnetism, this project manages to wrangle a liquid into the segments of a display and the animations used to change between numbers are fascinating. It’s a wickedly complicated system and the gang over at Applied Procrastination did a great job of documenting the research and development that went into building this open source marvel. Has anyone tried to replicate it? We’d love to hear from you in the comments!

Mechanical movements date back to the transition away from sundials and hourglasses, but these two modern takes on “clockwork” prove there’s still plenty of room for creativity. The first is a plotter that uses two servo motors and a UV LED to draw hours and minutes on a phosphorescent material.

The second is both minimal and a stunning mastery of a traditional clock mechanism. TORLO uses the voice coil from a hard drive to move the gears. It’s 3D-printed and does it all in plain sight, superb!

Fans of the Alien franchise will immediately recognize this insect-like “facehugger”, the second stage of a developing Xenomorph. Embracing the tradition of the Cuckcoo clock, at the top of the hour a “Chestburster” pops through the chest of the bust to mark the passage of time. Creepy but well executed.

The flip-dot display uses a beautiful home-etched circuit board to keep things tidy inside of the case. Of course the question with these displays is always “where did you get the flip dots?”. This panel is on it’s second life after serving a tour of duty as a bus info sign.

Runners Up and Eight Score of Entries

Congratulations to all of our runners-up in the Tell Time contest. It was a tight field with 160 total entries, each of them a fascinating take on the simple, yet very complex practice of watching the seconds tick away. Add this to your weekend bucket list as you’ll certainly get lost in the details of many of these projects.

Huge Seven Segment Display Made From Broken Glass

A staple of consumer devices for decades, seven segment displays are arguably one of the most recognizable electronic components out there. So it’s probably no surprise they’re cheap and easy to source for our own projects. But that doesn’t mean there isn’t room for personal interpretation.

[MacCraiger] wanted to build a wall clock with the classic seven segment LED look, only his idea was to make it slightly larger than average. With RGB LED strips standing in for individual LEDs, scaling up the concept isn’t really a problem on a technical level; the tricky part is diffusing that many LEDs and achieving the orderly look of a real seven segment display.

All those segments perfectly cut out of a sheet of plywood come courtesy of a CNC router. Once the rectangles had been cut out, [MacCraiger] had to fill them with something that could soften up the light coming from the LEDs mounted behind them. He decided to break up a bunch of glass bottles into small chunks, lay them inside the segments, and then seal them in with a layer of clear epoxy. The final look is unique, almost as though the segments are blocks of ice.

At first glance the use of a Raspberry Pi Zero to control the LED strips might seem overkill, but as it turns out, [MacCraiger] has actually added in quite a bit of extra functionality. The purists might say it still could have been done with an ESP8266, but being able to toss some Python scripts on the Linux computer inside your clock certainly has its appeal.

The big feature is interoperability with Amazon’s Alexa. Once he tells the digital home assistant to set an alarm, the clock will switch over to a countdown display complete with digits that change color as the timer nears zero. He’s also written some code that slowly shifts the colors of the digits towards red as the month progresses, a great way to visualize at a glance how close you are to blowing past that end of the month deadline.

We’ve seen something of a run on custom multi-segment displays recently. Just last month we saw a clock that used some incredible 25-segment LED displays, complete with their own unique take on the on epoxy-filled diffusers.

Continue reading “Huge Seven Segment Display Made From Broken Glass”

Watch Your Life Tick Away With This Lifetime Countdown Clock

Good news, everyone! Now you can have an ongoing existential crisis, every second of your ever-dwindling life with this personal life countdown timer.

Why would anyone want to be confronted by a count of the number of seconds left until you’ve made 80 trips around the sun? We can think of plenty of reasons not to, but creator [Jia Xun Chai] thought it would be somehow motivating to see the seconds tick irretrievably by while going about his life. Thus the idea for “Lifeclocc” came to be, with its ten seven-segment displays and Teensy to tally up and display the number of seconds left in a nominal 80-year life. A DS3231 RTC module keeps it on track between power-offs. It’s not clear what happens when you hit your 80th birthday; we assume it rolls over and starts counting up as you start playing in the bonus round. No word either on what happens should you croak with time left on the clock. Answer these questions and many more by building one yourself, or you can just wait for the Kickstarter.

It took [Jia Xun] three years to develop Lifeclocc, during which time his personal life clock decreased by 94,608,000 seconds. We will say that the finished product, with its matte-finish PCB, makes a handsome timepiece. Circuit sculptor [Mohit Bhoite] took a less-angsty stab at a similar clock, the cute appearance of which is no doubt intended to blunt the pain of impending doom.

A Network Attached VFD Tube Clock

The elegance of Power over Ethernet (PoE) is that you can provide network connectivity and power over a single cable. Unfortunately not nearly enough hardware seems to support this capability, forcing intrepid hackers to take matters into their own hands. The latest in this line of single-cable creations is this beautiful Vacuum Fluorescent Display (VFD) clock from [Glen Akins].

Testing the VFD tube socket

One of the key advantages VFDs have over their Nixie predecessors is greatly reduced energy consumption, and after [Glen] ran the numbers, he saw that a display using six VFD tubes could easily be powered with standard PoE hardware. With this information, he started designing the PCB around the early 1990s era IV-12 tube, which has the advantage of being socketed so he could easily remove them later if necessary.

[Glen] first had to create a schematic and PCB footprint for the IV-12 tube that he could import into Eagle, which he was kind enough to share should anyone else be working with these particular tubes down the line. After a test of the newly designed socket was successful, he moved onto the rest of the electronics.

The clock is powered by a Microchip PIC18F67J60, which connects to the Ethernet network and pulls the current time down from NTP. After seeing so many clocks use an ESP to connect to the Internet over WiFi, there’s something refreshing about seeing a wired version. The tube segments are driven by a HV5812, also Microchip branded. Lastly, [Glen] used a number of DC/DC converters to generate the 1.5 V, 3.3 V, 5 V, and 25 V necessary to drive all the electronics and VFDs.

We absolutely love the simplicity of this clock, from its sleek aluminum enclosure to that single RJ45 jack on the back. But if you’re looking for something with a bit more flash, [Glen] also put together some PoE Christmas lights over the holidays which share a number of design elements with this project.

Continue reading “A Network Attached VFD Tube Clock”

Unique Clock Finally Unites Hackers And Sequins

We’ve all seen the two-color sequin fabrics you can “draw” on by dragging your finger over so the pieces flip to the other color. It’s fun stuff to play with, and very popular with the kids right now, but if you asked us if the material had any practical application we’d have said no. But that was before we saw this clever clock created by [Ekaggrat Singh Kalsi] that he calls Sequino.

Since a clock (at least one that only shows hours and minutes) doesn’t need to refresh very quickly, [Ekaggrat] thought that the sequin material could work as a display. Of course the tricky part is figuring out how to actually draw on it reliably. It can’t be done from the back, and since the sequins are plastic, you can’t use a magnet. The only way to do it is with a robotic “finger” and some very slick kinematics.

The most obvious feature of the Sequino is the belt drive that goes the length of its cylindrical shape. When the two motors connected to the belt are turning in the same direction, the pointer is moved left or right. But when the motors turn in opposite directions, the tension on the belt forces the pointer to extend and contact the sequins. It’s like an H-bot , but with the shortest ever Y axis. The front bar is moved up and down with rotating rings inside of the device. It will probably make a lot more sense once you watch the video of it in operation after the break.

[Ekaggrat] says this project was developed as part of his quest to build “doodle clocks” that draw out the time continuously. The advantage of using the sequin fabric is that it shouldn’t be damaged by repetitive use, an issue he’s tried to solve via photonic means in the past.

Continue reading “Unique Clock Finally Unites Hackers And Sequins”

Soviet Soyuz Clock Teardown

We love spacecraft and we definitely love teardowns, especially if they are for vintage devices. [Ken Shirriff] writes about taking apart the digital clock module from the Soviet Soyuz series of spacecraft and there are a lot of interesting bits to the device. After all, it has been into space.

The Soyuz series of spacecraft made their maiden voyage in 1966, and are still flying today. The clock in question comes from somewhere in the middle, around 1996. On the outside, it seems like any spaceship gizmo, and the digital clock keeps local time along with a stopwatch and an alarm function. The guts are much more interesting with no less than 10 PCBs sandwiched inside the small enclosure.

The system consists of dual layer-boards with a mix of SMD and through-hole components that are interconnected by a series of wires that are bunched and packed to create a wiring harness. The pictures show a very clever way of setting up the stack and the system is serviceable by design as the bunch opens up like a book. This gives access to the unique looking components that include 14-pin flat pack chips, large ceramic multicoil inductors, green colored resistors, and orange rectangular diodes.

There are isolated PSU boards, control boards, clock circuitry, some glue logic to put things together, and LED displays with driver circuits. [Ken Shirriff] dives into the clocking circuit and the various parts involved along with a comparison with US technology. There is a lot of interesting detail in these boards, and it may be a source of inspiration for some.

If you are looking for more spaceborne tech, have a look at the one that stowed away on the International Space Station.

Thanks for the tip [Thorsten Eggert]

Continue reading “Soviet Soyuz Clock Teardown”