MSP430 Based Single LED Clock

[Kenneth Finnegan’s] latest clock makes use of the TI Launchpad for programming and debugging MSP430 microprocessors. We took a look at the Launchpad when it was released and we’re glad to see some hacks resulting from availability of that tool. The clock reads out the time using a bi-color LED. Press the button and a series of flashes will tell you the time. A three-position toggle switch is used along with the push button for setting the time. The protocol he developed is outlined in his demo video after the break.

We like [Kenneth’s] use of a plastic electrical box as a project box. They’re cheap and you can find them everywhere in many different sizes. He mentions the difficulty in drilling through the faceplate. We’ve had our share of shattered plastic trying to drill holes in the darn things. If you’ve got some tips on faceplate-modification we’d love to hear them.

This clock is sure the polar opposite from the TTL clock that [Kenneth] showed us back in March, trading jumper wires for lines of code. We’re going to give this one a try, hopefully fixing the button debounce along the way.

Continue reading “MSP430 Based Single LED Clock”

Most Useless Machine Loses Carbon Footprint

[youtube=http://www.youtube.com/watch?v=lxyQ3PFbK9Y]

[Clayton Boyer] took the electricity out of the useless machine, making one that runs like a clock. To this point, we’ve always seen these useless machine use electric motors. [Clayton’s] clever design uses a wind-up spring and a series of wooden gears to bring the fun, making it a great companion for the binary adder you built. The video above shows the inner workings and the design plans are for sale. We’d love to print out the parts or perhaps just laser-cut them from wood like the legs of this spider bot.

[Thanks llwynog]

Talking Clock Sounds Just Like You

[vimeo=http://www.vimeo.com/10852914]

We’d bet a large portion of our readers don’t remember when you could call the phone company and get the time of day. Gadget Gangster is bringing back the tried and true method with this talking clock. Just press the button and the ‘operator’ will read the time of day to you. Record your own voice and place the WAV files on an SD card, from there a Propeller chip takes care of the rest.

As a side note, we’re big fans of the method used to breadboard the power supply using the TO-220 package leads as their own jumpers. We’ve always been partial to using a breadboard regulator on a PCB but this method is simple and takes almost no space at all.

DPAC Put Your Alarm Clock To Shame

DPAC, the Dynamically Programmable Alarm Clock, goes far beyond what you would expect an alarm clock to do, yet we find all of its features useful. You can see there are four buttons at the bottom that control the menu scrolling. The second from the left currently reads “Sync”, a feature that the clock uses every 10 minutes but can be forced manually. This will check your Google Calendar, schedule an alarm for the next event while factoring in driving distance, traffic, and weather conditions. It’s got an audio system for radio and iPod operation, but also includes some home automation options. Using the X10 communication protocol it can turn on lights, start the coffee maker, and open the blinds as part of a gentle wake-up cycle. All of this is configurable through the clock itself, or via the web interface. The prototyping was done on an Arduino but the final version uses an AVR ATmega324 along with a Roving Networks RN-134 WiFi module (datasheet) for connectivity. Check out the demonstration video that [Eric Gaertner] and his fellow developers filmed after the break.

Continue reading “DPAC Put Your Alarm Clock To Shame”

Using A/C Frequency As A Clock Signal

A while back we saw a logic clock that used the alternating current frequency from the power grid to keep time. We asked for information on your projects that use this method and we got a lot of comments and tips. Today we’re sharing [Doug Jackson’s] method which he used in his word clock.

The schematic above is from that project and we’ve outlined the important part in green. [Doug] pulls a signal from the 9V AC power before it hits the bridge rectifier, using a 100K resistor and a zener diode to protect the microcontroller pin. The code for that project comes as a hex file but he sent us the C code pertaining to this timing circuit. It’s written for PIC but you’ll have no trouble adapting it to other microcontroller families. Take a look after the break.

Continue reading “Using A/C Frequency As A Clock Signal”

IEE Clock

The IEE clock looks somewhat un remarkable at first glance. Upon closer inspection though, you’ll find out that there are 12 light bulbs crammed in there for each digit. The bulbs sit behind a curved lens with the numerals on it. When the appropriate one is lit, it projects the number on the front of the clock. While it isn’t new, it is certainly new to us. It is also interesting that you set the time by rotating the little dial on the top right. While it may be easier to set the time that way, it seems that it would be prone to getting nudged on accident.

[via the Hackaday Flickr pool]