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”

Warm Tube Clock, Take 2

warm_nixie_v2

[Mure] wrote in to let us know he has put the finishing touches on the second iteration of his Warm Tube Nixie clock. We featured his original creation here last year, and while many things remain the same, he has still found a few things that he was able to improve on.

The first notable feature is the new real time clock. Instead of using a discrete crystal to keep time and a temperature sensor for compensation, he has opted to use a DS3231 RTC IC. It is far more accurate than the crystal, and it features a built-in temperature sensor as well. The alarm functionality has been simplified too, moving the controls into firmware rather than having to use a sliding switch to do so.

With the mainboard redesign, it would have been easy to leave behind the nixie “shields” he created for his first clock, but with a focus on interoperability, he chose to make this clock fully compatible with version one’s shields and vice versa.

While the changes aren’t groundbreaking, it’s nice to see a project like this undergo continued refinements. If you want to build a clone of this clock, [Mure] has made sure that all of the schematics and source code are available on his site.

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

Continue reading “Warm Tube Clock, Take 2”

Prototyping The New Office Clock

[Damage] was tapped to build a new clock to hang on the wall at the office. He got a hold of some 6.5 inch seven segment displays for the hours and minutes, as well as some 4.5 inch modules for the date and month. Rather than jump right in with the large hardware (especially because he’s waiting for the PCB order to arrive)  he built this prototype with more commonly sized displays.

His build is Arduino powered. In the video after the break he mentions the temperature compensated crystal oscillator that keeps the time. We’d wager that’s the DS3234 based RTC module that Sparkfun sells. This is the same chip family as the Chronodot and it was our choice for the Ping Pong Clock.

The finished clock will hang high on wall, out of reach when you need to set the time. This shouldn’t need to be done much – if ever – since that RTC includes a backup battery. But [Damage] took the time to develop a remote programming device anyway. Using another Arduino, an LCD display, and an Xbee pair he whipped up a remote that can be used to navigate and change the main unit’s settings.

Continue reading “Prototyping The New Office Clock”

Building Your Own Real Time Clock

diy_rtc

Like many electronics hobbyists, [Pete] found that he had an overwhelming desire to build a clock for himself. He didn’t want to stick a discrete real time clock IC into a box and call it a day, so he opted to construct his own around a microcontroller instead.

After researching the specs on a few RTC ICs, he defined some accuracy requirements for his clock, and got to building. He started out using a 32,768 Hz watch crystal, but found that the accuracy was off by about 46 ppm after only 24 hours of use. That fell well beyond his self-imposed +/- 3 ppm tolerance goal, so he purchased an oscillator with about 500 times the resolution of his previous crystal.

After writing a handful of code to ensure that the clock remains stable, he calculated that his accuracy should be about 0.18 ppm – well within his acceptable tolerance range.

[Pete] says that this is just the first part of his clock construction, and that future revisions should include plenty of additional functionality, so keep an eye out for updates.

It’s Like… I Can Tell The Time Just By The Color, Man

[Alex] has reduced the resolution of his timepiece as a trade-off for speedy-readability. At least that’s what he claims when describing his color-changing clock. It uses a ShiftBrite to slowly alter the hue of the clock based on the current time. The concept is interesting: 12:00 starts off at white and slowly fades to green at 3:00, blue at 6:00, red at 9:00, and back to white by 12:00 to start the process over again. He has gotten to the point where he can get the time within about 15 minutes just with a quick look. But he did need to spend a few days acquiring the skill by having the color clock sit next to a traditional digital clock.

The build is pretty simple and we’d bet you already have what you need to make your own. [Alex] is really just proving a concept by using the ShiftBrite and an mBed, there’s no precision RTC involved here. So grab your microcontroller of choice, and an RGB LED of your own and see if you can’t recreate his build.

Of course you could always choose to build a color-based timepiece that’s even harder to read.