Archive for February 25, 2011

The Schematic

Part 1

Getting the time.

Adhering to my “don’t buy anything” policy for this project, I’ll be using the 5V charger for my old Motorola Razr for power. I’ll have to open it up and find a stepped-down voltage that hasn’t been rectified yet. Then I can use divider chips that I have on hand to get the frequency I need.

Setting the time.

The “set time” switch toggles the clock input of the counter chip U2 from the 60Hz line voltage to the much higher frequency 555 circuit.

I’ll set the frequency to, say, 3600Hz and the capacitor to a common value of 10nF, then Rb = 12kΩ and Ra = 18kΩ.

 

Things that I could do better (but won’t):

  • The switch isn’t debounced. This is bad. Every time you hit the switch, U2 will get clocked several times due to the switch contacts bouncing. The likelihood of this unexpectedly advancing the time is only three or four times in every 360.
  • A much better way of setting the time would be to use pushbutton to cause a monostable 555 sending a pulse to an astable 555 long enough to clock U2 360 times, advancing the minute hand by one. And something similar for the hour hand, too.
  • A potentiometer could be used instead of Ra or Rb, allowing the user to adjust the speed of the minute hand.

 

The Premise

Sometimes I build something because it’ll be a fun challenge, and sometimes I build something because I need a pretty clock. This is the latter of those two scenarios.

 

This was inspired by a series of lights in Burnaby (on Moscrop near Willingdon) that seem to be lit by blue LEDs behind frosted glass. The effect brings out the 12 year old girl in me, and I can’t look away. They’re so pretty.

Just pretend that my camera could pick up the blueness

 

 

So I’m going to build an analog-style clock that displays the minutes/hours using blue LEDs behind frosted glass (or plexiglass more likely). Because I hate batteries, I’ll have to use AC wall voltage, and because I am economically challenged, I’ll restrict myself to using components that I already have on hand. The exception to this rule is the large amount of LEDs I’ll need, but I’ll burn that bridge when I get to it.

 

Some background:

Your AC wall outlet is oscillating at about 60Hz. It’s not operating at exactly 60Hz because 100% accuracy is not possible. Ever.

However. BC Hydro knows their target frequency, and they know how many seconds are in a day. So what they do is they keep track of how many oscillations they generate in a given day, and in the wee hours of the morning, they speed up or slow down their output frequency. The end result of this is that while your wall outlet is only approximately 60Hz, it is exactly 60Hz on average.

Using this to my advantage, I can make the clock’s, er, clock frequency based off the 60Hz line voltage, making my clock never lose accuracy, power outages or DST aside.

 

I’d like to provide an alternate, higher frequency clock that can be swapped in with a switch to let me set the time. Because otherwise I’d have to wait up to 12 hours and plug the thing in at just the right moment.