Pinball Machine Eats Your Quarters, Tells Time

pinball_machine_clock

[alanamon] had an old pinball machine in his basement, and thought it would be cool to rig it up to serve as a clock as well. He didn’t want it to be just any clock however, he wanted the pinball machine to be the most accurate clock in his house.

Other than telling time using the game’s scoring reels, there were two other things that he wanted to ensure with this build – that the game functioned normally when desired, and that the clock mechanism made no permanent changes to the game. To accomplish this, he dug around inside the machine and made all of his connections using clips secured to the game’s Jones plugs instead of drilling holes and soldering wires.

The clock runs off an Arduino, which gets its its time data using an old GPS receiver he had kicking around. The receiver pulls time data from GPS satellites much like this clock we featured yesterday, updating the score reels once every minute. The clock can be programmed to turn the machine on and off at a scheduled time each day, and simply turning off the Arduino will allow you to play the game in its unaltered state.

We never really contemplated using a pinball machine to tell time, but it works for us! Check out a video of his pinball clock in action after the jump.

Continue reading “Pinball Machine Eats Your Quarters, Tells Time”

Flip Off Your Alarm Clock!

flipclock

[Corbin] hates fumbling around in the dark with his alarm blaring, looking for the off switch. He was so annoyed with regular alarm clocks that he decided to build his own simpler timepiece.

The FlipClock resides in a simple black plastic case lacking any buttons whatsoever. When the alarm goes off, all one needs to do is flip the clock over to disable it. The digits automatically right themselves using an accelerometer to detect when the clock has been turned upside down, and an indicator LED lets you know that the alarm has been turned off.

The clock is based around a Propeller chip, which manages all of the clock’s operations. Instead of using a real time clock IC, [Corbin] is using a GPS module to keep accurate time, something we don’t recall seeing in an alarm clock  before. That’s a good thing though, since there are no buttons with which to set the clock. In fact, there are no buttons to set the alarm either – the clock is configured to sound the alarm at the same time each day.

While this clock would certainly be too dangerous for a chronic snooze button abuser like myself, it’s an interesting concept nonetheless!

Check out the video below to see the FlipClock in action.

Continue reading “Flip Off Your Alarm Clock!”

Laser Cut Clock Reminds Us Of A Spirograph

[Brian] from Louisville’s LVL1 hackerspace sent in this laser cut gear clock that’s almost unlike any other clock we’ve seen before. [Brian] also put up a wonderful Instructable for his build.

Since LVL1 got a better laser cutter a lot of neat projects have been piling up. [Brian] based his clock around two cheap stepper motors driven by a freeduino. A chronodot was used to keep accurate time. Making the gears, though, presented a few problems. While prototyping the gear clock face, it was apparent that the numbers should be oriented along a line coming from the center of the gear. The prototype also used 100 teeth and that didn’t translate well into a clock design. [Brian] designed the minute gear with 60 teeth, and the hour gear with 144 teeth so that each tooth would equal 5 minutes.

[Brian]’s clock is functionally similar to this $2500 gem, and certainly much less expensive even after the cost of the laser cutter is taken into account. Of course, the Spirograph clock keeps track of minutes so it may be worth upwards of $5k.

Recycled Clock Spins Round And Round To Tell Time

pop_bottle_recycled_clock

[duckcrazy] recently shared the details on a clock he built, using recycled components to tell time.

He began his project by dismantling a handful of carefully selected pop bottles and an old clock. The bottom and midsection of the bottles were saved, and he verified that they could be easily inserted within one another. The base of the clock is made up of a CD, on which the clock’s motor components were mounted.

He constructed two open paper cylinders bearing hour and minute designations, then glued the respective clock hands inside. The cylinders and clock hands were re-mounted onto the clock’s motor, and the entire thing was enclosed within the pop bottles.

It’s a novel way to build a clock, and moving beyond the plastic bottles and paper for a moment, there’s a lot of potential for some even cooler designs based on his work. We imagine that laser-etched cylinders powered by a micro and a continuous rotation servo would be pretty sweet, though that’s just the tip of the iceberg.

geochron_world_clock_clone

World Clock Simulates Night And Day

[Justin] always wanted a GeoChron clock, but since they run in the range of several thousand dollars apiece, he was pretty certain he would never have the chance to own one. Undaunted, he figured out a way to build a small version of the clock for himself, and he wrote in to share how it was done.

He first purchased a Wise Clock 3 from FlorinC, but he definitely wasn’t going to use the clock as it was originally intended. Rather than display the time in numbers, he pulled the Wise Clock apart and sandwiched a vellum printout of a world map in between the front face plates. A tweaked firmware image allows him to simulate day and night using the Wise Clock’s LED array. He also programmed the clock to take into account seasonal light patterns, as you can see in the video embedded below.

We think this is a great idea, and though we would probably use plain white LEDs if we built one, the RGB LEDs in the Wise Clock certainly provide a neat effect.

Continue reading “World Clock Simulates Night And Day”

Dippy Bird Binary Clock

This Dippy Bird clock display is simple to build and it’s just waiting to be scaled up for use as a full clock. As shown there are only enough birds in this rendition to read out the hours. More tiers can be added for minutes and you could even add your own temperature readout function using a separate bird as the thermometer.

Other than the fact that there are only four bits of resolution, the first thing you should notice is that these birds have nothing to drink. They’re intended to dip their beaks into a glass of water, leading to evaporation that changes the temperature of the dichloromethane inside to start their teeter-tottering. Water isn’t used because the birds would be in constant motion. Instead a resistor has been placed in the base of each, which heats up when current is passed through it. A bird in motion is a digital 1, and bird at rest is a digital 0. A set of transistors protects the microcontroller from sourcing too much current. In this case an mbed is keeping time but any microcontroller will do. We’ve embedded a quick clip of the dippy bird clock after the break.

Continue reading “Dippy Bird Binary Clock”

Defusable Alarm Clock – Wastes Wire But Fun For The Kids

Nothing makes you feel the pressure of getting out of bed in the morning like a ticking-time-bomb on the bedside table. It may look like it came in the mail from ACME, but all that went into this is some wooden dowels covered in craft paper and an Arduino-compatible board. The 7-segment display can act as a clock, or count down to your doom. You can set an alarm that requires you to clip the wires to shut it off. Each time that alarm is set the wires are randomly chosen; one will set of the bomb, one will safely defuse it, and the others do nothing. See for yourself after the break.

The wires are easily replaced because they are connected via terminal blocks. It still seems like an awful waste of wire. We like the Think Geek bomb clock concept that works in much the same way but uses wires that have a male/female RCA plug pair that can be disconnected and reconnected without waste.

This one will apparently be available as a kit, at which point the schematics and code will be released. But it shouldn’t be too hard to build one from scratch yourself, and it’s an obvious winner if you’ve got kids.

Continue reading “Defusable Alarm Clock – Wastes Wire But Fun For The Kids”