Hawkeye, The 3D-Printed Tourbillon Movement

As if building tiny mechanisms with dozens of moving parts that all need to mesh together perfectly to work weren’t enough, some clock and watchmakers like to put their horology on hard mode with tourbillon movements. Tourbillons add multiple axes to the typical gear trains in an attempt to eliminate errors caused by the influence of gravity — the movement essentially spins on gimbals while tick-tocking away.

It feels like tourbillons are too cool to lock inside timepieces meant for the ultra-rich. [Alduinien] agrees and democratized the mechanism with this 3D-printed tourbillon. Dubbed “Hawkeye,” [Alduinien]’s tourbillon is a masterpiece of 3D printing. Composed of over 70 pieces, the mechanism is mesmerizing to watch, almost like a three-axis mechanical gyroscope.

The tourbillon is designed to be powered either by the 3D-printed click spring or by a small electric motor. Intended mainly as a demonstration piece, [Alduinien]’s Thingiverse page still only has the files for the assembled mechanism, but he promises to get the files for the individual pieces posted soon. Amateur horologists, warm up your 3D-printers.

Tourbillons are no stranger to these pages, of course. We’ve done an in-depth look at tourbillons for watches, and we’ve even featured a 3D-printed tourbillon clock before. What we like about this one is that it encourages exploration of these remarkable instruments, and we’re looking forward to seeing what people do with this design. For those looking for more background on clock escapements in general, [Manuel] wrote a great article on how we turned repetitive motion into timekeeping.

Continue reading “Hawkeye, The 3D-Printed Tourbillon Movement”

Waking Up To Classic Soundgarden Screaming

In a project that was really only slighly less creepy before the singer’s untimely death in 2017, this alarm clock built by [Rafael Mizrahi] awakens its user to a random selection of Chris Cornell’s signature screams. Not content to be limited to just the audio component of the experience, he contained all of the hardware within a styrofoam head complete with a printed out facsimile of the singer’s face.

An Arduino Uno coupled with a seven segment LED display provides the clock itself, which is located in the base. There’s no RTC module, so the Arduino is doing its best to keep time by counting milliseconds. This means the clock will drift around quite a bit, but given that there’s also no provision for setting the time or changing when the alarm goes off short of editing the source code, it seems like accurate timekeeping was not hugely important for this project.

Audio is provided by an Adafruit VS1053, which contains a microSD card full of MP3 samples of Cornell’s singing. This is connected to an X-Mini portable capsule speaker which has been installed in a hollowed out section of the foam.

Unconventional alarm clocks are something of a staple here at Hackaday. From ones which physically assault you to mimicking sunrise with OLEDs, we thought we had seen it all. We were wrong.

Continue reading “Waking Up To Classic Soundgarden Screaming”

Marquee Display Uses Six Dozen Surplus VFD Tubes To Great Effect

The quest to repurpose surplus parts into new and interesting displays never ends, it seems. And the bigger the display, the better, with extra points for using some really obscure part, like these surplus Russian vacuum-fluorescent tubes turned into a marquee display.

As [tonyp7] freely admits, this is a pet project that’s just for the fun of it, made possible by the flood of surplus parts on the market these days. The VFD tubes are IV-25s, Russian tubes that can be had by the fistful for a song from the usual sources. The seven small elements in the tube were intended to make bar graph displays like VU meters, but [tonyp7] ganged up twelve side by side to make 84-pixel displays. The custom driver board for each matrix needs three of the old SN75518 driver chips, in 40-pin DIPs no less. A 3D-printed bracket holds the tubes and the board for each module; it looks like a clock is the goal, with six modules ganged together. But the marquee display shown below is great too, and we look forward to seeing the finished project.

From faux-Nixies made with LEDs to flip-segment displays driven by relay logic to giant seven-segment LEDs that can be 3D-printed, we really like the trend to unique displays. What are you dreaming up?

Continue reading “Marquee Display Uses Six Dozen Surplus VFD Tubes To Great Effect”

Automating The Design Of Word Clocks

Word clocks, or a matrix of light-up letters that spell out the time, are a standard build for all enterprising electronics enthusiasts. The trouble is finding the right way to drive a matrix of LEDs and the significant amount of brainpower that goes into creating a matrix of letters that will spell out the time without making it look like it’s supposed to spell out the time.

For his Hackaday Prize entry this year, [Stephen Legge] is creating a standard toolkit that makes word clocks easier to build. It’s a hardware and software project, allowing for LED matrices of any reasonable size, and the software to make a grid of letters that only spells out the words you want and not the four-letter ones you don’t.

The hardware for this project is built around the IS31FL3733 LED driver from ISSI. This is an interesting chip that takes I2C in and spits out a LED matrix with very few additional support components. This chip provides [Stephen] with a 12×16 single-color LED matrix, which is more than enough for a word clock.

Where this build gets slightly more interesting is the creation of a custom matrix of letters that will still spell out ‘quarter to noon’ when lit in the appropriate way. This is a big challenge in creating a customized word clock; you could always borrow the layout of the letters from another word clock, but if you want customized phrases, you’ll either have to sit down with a pencil and graph paper, or write some software to do it automatically.

It’s a great project, and since all of [Stephen]’s work is being released under Open Source licenses, it’s a great entry to the first portion of the Hackaday Prize where we’re challenging hardware creators to build Open Hardware.

Persistence Of Phosphorescence Clock Displays YouTube Stats Too

Looking for an eye-catching and unique way to display the time and date? Want the flexibility to add other critical information, like the number of YouTube subs you’ve got? Care to be able to read it from half a block away, at least at night? Then this scrolling glow-in-the-dark dot-matrix display could be right up your alley.

Building on his previous Morse code transcriber using a similar display, [Jan Derogee] took the concept and went big. The idea is to cover a PVC pipe with phosphorescent tape and rotate it past a row of 100 UV LEDs. The LEDs are turned on as the glow-in-the-dark surface passes over them, charging up a row of spots. The display is built up to two rows of 16 characters by the time it rotates into view, and the effect seems to last for quite a while. An ESP8266 takes care of driving the display and fetching NTP time and YouTube stats.

We’ve seen “persistence of phosphorescence” clocks before, but not as good looking and legible as this one. We like the approach, and we can’t help but think of other uses for glow-in-the-dark displays.

Continue reading “Persistence Of Phosphorescence Clock Displays YouTube Stats Too”

Rotating Lithophane Box Turns With Time

If you wanted to make a rotating display box, what would you use to make it spin? A servo? A stepper motor? [ChrisN219] didn’t need his to move quickly by any means, and this opened up his options to something we probably wouldn’t have thought to use: a clock movement. Specifically, the hour minute part of the shaft.

Rotating lithophanes of your loved ones makes for a pretty cool project, and there isn’t a whole lot to this build to make it difficult. Much of it is 3D printed, including the tube in the center that the LED strip is wrapped around. The base is just big enough to hold the clock movement and the LED strip controller, so it would fit nicely on a desk or a mantel.

This is version two of [Chris]’ lithophane box, which gave him a chance to perfect the frame and design a thicker center post to withstand the heat from the LED strip. All the files are available if you want to print your own panels and take them for a spin. Since it’s so easy to change them out, you may end up with a big pile to choose from.

Multi-Coloured LEDs Make For A Beautiful Colour Clock

This project is so pretty, it doesn't need a case!
This project is so pretty in its own right, it doesn’t need a case!

Clocks are a recurring feature among the projects we feature here on Hackaday, with several common themes emerging among them. We see traditional clocks with hands, digital clocks with all forms of display including the ubiquitous Nixie tube, and plenty of LED ring clocks. [Matt Evans]’s build is one of the final category, a particularly nice LED ring clock using wire-ended multi-colour LEDs. Other clocks produce an effect that looks good from across the room, but this one is also a work of beauty when examined in close-up.

Behind it all are four interlocking semicircular PCBs, an STM32F051C6T6 ARM Cortex M0 microcontroller which controls the clock, and a brace of driver chips. The different “hands” of the clock are expressed as different LED colours, and there is a variety of different colour and clock “hand” effects. An acrylic ring completes the effect, by covering the LEDs themselves. He’s put together a video of the clock in action, which you can see below the break.

Continue reading “Multi-Coloured LEDs Make For A Beautiful Colour Clock”