Clocks Built From Old Aircraft Surplus Parts

aircraft_indicator_clocks

A few years ago, Tube Clock forum member[Sine1040] bought a set of four brand new aircraft indicator units that were built some time in the early 70’s. He had no idea what the units were actually used for, but he did know that he could repurpose them into some pretty slick looking clocks.

He disassembled all four boxes and between them, scrounged enough parts to build three clocks. After gutting the clocks and rearranging the digits, he built a timekeeping circuit using an ATMega8 which is clocked by a DS32 oscillator.

While the time is displayed using the large projection-style digit displays, the seconds are ticked off in the left-most analog meter. Minutes are also represented in the clock’s right-most analog window, swinging the needle from top to bottom as each one passes.

[Sine1040] paid special attention to keeping the boxes looking as stock as possible, with the only external modification being a power plug installed in place of an old grounding screw. The clock is definitely a different take on keeping time, and we think it looks great.

Continue reading to see a quick demo video of the clock in action.

[Thanks Brian]

Continue reading “Clocks Built From Old Aircraft Surplus Parts”

Klout Klok Tracks Your Popularity, Time

[Fabien Royer] has been playing around with Netduinos and he just came up with a really awesome project that will display the time and social media popularity. It’s a very nice build, and we’d guess that his social media influence is going to go up very shortly.

Klout is a service that connects to your Facebook or Twitter profile and tells you how much influence you have on a scale of 1 to 100 (possibly 10 to 100. see this). To build the Klout Klock [Fabian] used a Netduino Plus, a good choice because of the integrated ethernet port. The Netduino connects to the Klout API to either satiate vanity or admit prestige. The display is an adafruit TFT screen.

Continue reading “Klout Klok Tracks Your Popularity, Time”

DIY Clock Replica Is Better Than The Real Thing

diy_tix_clock

After seeing the TIX clock for the first time, [Gweedo Steevens] really wanted one, but wasn’t interested in paying the seemingly high asking price over at ThinkGeek. He figured it wouldn’t be too incredibly hard to build his own, so he decided to give it a shot.

The clock relies on 27 LEDs to display the time, which were multiplexed to make the most of his ATMega16 microcontroller’s available IO pins. Once he was happy with how things functioned on breadboard, he migrated the LEDs to a piece of perf board, and etched his own PCB for the controller circuit.

He used an office overhead lighting grate to separate the LEDs, providing nice uniform light segments. He put a piece of clear perspex on the front to cover the LEDs, but later switched it out for a much darker piece, for better daylight viewing.

The finished product is fantastic, and in our opinion looks even better than the retail version – awesome job!

[via HackedGadgets]

Slick 16-segment POV Hard Drive Clock

pov_hdd_clock

Hackaday reader [svofski] sent in a fantastic looking hard drive-based POV clock (Google Translation) created by a maker in the Sichuan province of China. The clock, like the one [svofski] built, relies on LEDs placed behind the spinning platter to create the POV effect.

Quite a few carefully placed cuts have been made to the platter, which make up the segments required to display both numbers and letters of the alphabet. This isn’t a simple 16-segment POV display however. The font uses a lot of sharp edges and odd segment lengths, so we’re guessing that quite a bit of care was taken in the production of this clock.

You can see a demonstration of the clock in the video embedded below, which shows off its ability to display numbers, text, as well as a handful of simple patterns. It looks like there are some details available on the designer’s site, however it is all in Chinese, and Google’s translation is questionable at best. If only we knew someone that could give us a hand with deciphering the inner-workings of this clock…

Continue reading “Slick 16-segment POV Hard Drive Clock”

10,000 Year Clock Sounds Like An Indiana Jones Flick – Makes Us Wonder If We’re Being Trolled

So you hear that someone is building a clock that will run for 10,000 years and you think ‘oh, that’s neat’. Then you start looking into it and realize that it’s being built on a mountain-sized scale in a remote part of the US and things start to get a bit strange. As much as it might sound like a Sci-Fi novel (or some creative trolling), the Long Now Foundation is in the process of building and installing a clock that will chime once per year for the next ten millennia.

The clock, currently under construction will be over 200 feet tall, residing in a shaft drilled in a limestone mountain in West Texas. The allusion to [Indian Jones] sprung to mind when we read that the shaft will be drilled from the top down, then have a shaft with a robot arm installed to mill a spiral staircase into the stone walls. And this isn’t the only clock planned; a second site in Nevada has already been purchased.

There are a lot of interesting features, not the least of them is a ‘chime engine’ that plays a unique tune each year that will never be repeated again. [Alex] sent us the original tip to a Wired article that covers the project in incredible detail. But we also found a SETI talks video that runs for an hour. You’ll find that embedded after the break.

Continue reading “10,000 Year Clock Sounds Like An Indiana Jones Flick – Makes Us Wonder If We’re Being Trolled”

Simple Clock Uses RTC Chip And Character Display

[Giorgos Lazaridis] just finished building a simple clock on a breadboard. It uses a common real time clock chip, the DS1307. This is less expensive that its full-featured older brother, the DS3232. The difference between the two is that the 1307 requires an external 32.768 kHz crystal and it is not temperature compensated. This means it will not be quite as accurate over the long-haul (it may wander as much as one minute per month), but it still blows the accuracy of using a microcontroller as an RTC out of the water and includes a backup battery which will keep time when the rest of the circuit is switched off.

This design uses a PIC 16F1937 to display the time and date on a 16×2 character LCD screen. Six buttons are dedicated to incrementing one specific chunk of data (ie: one button changes the year, another the day, etc.). A seventh button can be held down when using the other six in order to decrement the setting. We’re always interested in how the button code is written. [Giorgos] did share his code, but he wrote it in assembly so it’s of little use to us as we tend to stick to C code.

See the walk through video after the break.

Continue reading “Simple Clock Uses RTC Chip And Character Display”

Building An Electromagnetic Pendulum Clock

electromagnetic_pendulum_clock

[Stephen Hobley] has been experimenting with an electromagnetic pendulum in order to build himself a clock. Through the course of his experiments, he has learned quite a bit about how pendulums function as well as the best way to keep one moving without the need for chains and weights, which are typically associated with these sorts of clocks.

His first experiments involved driving a simple pendulum with a pulse motor. He discovered that the easiest way to keep the pendulum moving was to use a coil to detect when the it reached the equilibrium point, pushing it along by sending a small pulse to that same coil. He noticed that he could keep the pendulum moving at a pretty good tick if he triggered the magnetic coil every third pass, so he implemented an Arduino to keep count of passes and apply the appropriate force when needed.

He has been making pretty decent headway since his first experiments and now has nearly all of the clock works assembled. Crafted out of wood, he uses a 15-tooth primary drive ratchet, which powers two 60-tooth gears responsible for keeping track of seconds, as well as a pair of larger gears that track the minutes and hours.

It’s looking good so far, we can’t wait to see it when finished.

Stick around to see a quick video demonstration of the clock with all of its gearing in action.

Continue reading “Building An Electromagnetic Pendulum Clock”