Bulbdial Clock Kit Released

Evil Mad Scientist Laboratories has just released a Bulbdial clock kit. This has come a long way since their first prototype, featuring three PCBs to carry the 72 charlieplexed LEDs. For accuracy they’ve included an optional header for a ChronoDot precision RTC.

With a great looking face and laser-cut acrylic case available, this may soon adorn our mantle. Time to write that letter to Santa…

Update: [Windell] of EvilMadScientist.com posted some video of the clock in action.  We’ve embedded it after the break.

Continue reading “Bulbdial Clock Kit Released”

Bulbdial Redux

pic2

[Taufeeq] sent in his “Circle of Light” bulbdial clock. You may remember when we showed you Evil Mad Scientist’s version a while back, and [Taufeeq] did use it as a base but he’s added some of his own little touches. Some of the changes include using a PIC with an RTC chip instead of AVR, which allowed him to shrink the board down small enough to fit behind the clock face, rather than on front. He’s even zipped everything up conveniently to help you build your own.

Too Much Time, Not Enough Pressure

pressure-guage-clock

[Audin] got a hold of a pressure gauge and decided to turn it into a clock. We were under the impression that these types of gauges were filled with oil but he didn’t detail cleaning it up for his purposes. Once he gained access to the guts he replaced them with a stepper motor. The motor connects to an Arduino with the help of a Darlington array for handling the large load. [Audin’s] plans include using a real time clock (on order) and moving to an AVR ATmega8 microprocessor once the prototyping is finished. In the mean time, he has posted the code used in his current prototype.

Stay with us past the page break for some video of this in action. He’s got the needle dialed in for very precise movement and has coded a “jitter” effect as well. We’re not sure this would be the most convenient clock, but we’d love to affix it to our kitchen stove for a gnarly looking timer. [Audin] acquired the gauge at his local Habitat for Humanity ReStore, a place we’ve used many times to source reclaimed and unused items of all kinds for our projects.

Continue reading “Too Much Time, Not Enough Pressure”

BlokClok – Abstract Time Display

blokclok_abstract_time_display

Clocks made from blinking LEDs always make for fun projects. [Earthshine] built a clock that displays time abstractly using an 8×8 RGB LED matrix. The video embedded after the break illustrates how to read the time but here’s the gist of it: One LED is illuminated in the outside box of LEDs and moved in a clockwise motion to approximate seconds. Inside of this, there are four quadrants; upper left indicates hour-tens digit, upper right hour-ones, lower left minute-tens, and lower right minute-ones. This certainly makes for an interesting conversation piece!

There is no schematic and no code available but it’s really the concept that we’re interested in. If you must know, [Earthshine] bases this build around an Arduino. A DS1307 real time clock keeps the time, while four 74HC595 shift registers are utilized to control the three LED colors and the multiplexing.

Continue reading “BlokClok – Abstract Time Display”

Parts: I2C Real-time Clock Calendar (PCF8563)

pcf8563

The PCF8563 is a real-time clock/calendar/alarm chip with an I2C interface. This would be useful in projects where the primary microcontroller doesn’t have enough resources for an interrupt driven clock.

We demonstrate the PCF8563 using the Bus Pirate after the break. For a limited time you can get your own Bus Pirate, fully assembled and shipped worldwide, for only $30.

Continue reading “Parts: I2C Real-time Clock Calendar (PCF8563)”