Maker Pro
Maker Pro

Making Digital Clock Programmable

I have this circuit I need to build that is a clock. I don't have the circuitry required for it to be programmable to a certain time. Included is my designs that I used. What would I have to add to it to make it programmable? A 555 chip?
 

Attachments

  • photo.JPG
    photo.JPG
    33.9 KB · Views: 147
  • photo2.JPG
    photo2.JPG
    34.6 KB · Views: 143
You should have a 555 in there somewhere anyways, or at least something to create the clock pulse.

The easiest way would be to have a button for each that will increment the binary output to the 7 segment drivers, basically something that will act like the pulse for minutes/hours
 
And you will need some way to neutralize the bouncing effect on the button. A bistable can do the job. The button should be in logical OR with the pulses which clock the hours and minutes.
 
we need higher resolution pictures, and label which side is for hours which is for minutes.
As Miguel said you may need some protection against bounce, depending on the buttons and what your other circuitry is.

you may want an OR gate in there, that is one way of doing things, but thats not necessarily needed.
 
I can't upload any more hi res. "photo2" was the hours and the first one I used for both the min and seconds. I took the output from QC on the second chip into Clk in the min circuit.
 
Top