Digital clock without using micro-controller
by Yasir Iqbal
Description
Digital clock made by ICS including dual BCD counter 4518ic, BCD decoder 7447/48, and gate ic 7408. This clock is simple, first counter takes the input clock of 1 second which is producing from 555 timer ic and the second shows in 7 segments. After 59 seconds it reset and adds 1 to minutes and after 60 minutes it reset and adds 1 to hour section as you can see in circuit diagram.
Working
The 555 timer ic generates a pulse of 1 second and it triggers to counter ic whenever pulse given counter counts forward and give an output of 4 bit which is further connected to BCD decoder ic and 7 segment shows the counter value. When 9 pulse completed (9 sec) and gate is connected to pin 14 and 11 of cd4518 counter ic which trigger the second counter that further connected to 7447/48 BCD decoder and 7 segment, in this way 60 second when completed, and gate is connected to pin 4 and 5 of CD 4518 counter ic , this dual counter reset and trigger the another counter for minutes purpose and when 60 minutes completed counter reset and trigger to another counter for hours purpose. In this way the whole circuit is running.
I set the pin configuration of CD 4518 according to this:
Circuit diagram of Digital clock without using micro-controller
Circuit diagram 555 timer IC
Components required
- Cd4518 (BCD dual counter) 3
- 7447/48 BCD decoder 6
- 7 segment (anode/cathode) 6
- 7408 (and gate) 3
- Resistor 470 ohm 42
Learn Arduino
- Arduino Tutorial in Urdu: Arduino Course for Beginners and advanced
- Arduino tutorial # 1 in Urdu Basics of arduino, installation, configuration
- Arduino tutorial # 2 in Urdu, Introduction to Arduino Board: UNOR3
- Arduino tutorial #3 in Urdu, Multiple Blinking LED on the Arduino
- Arduino tutorial #4 in Urdu, LED’s Controlling with Switches
- Arduino tutorial #5 in Urdu, Servo Motor Controlling with Joystick
- Arduino tutorial #6 in Urdu, Controlling LED’s Wirelessly Via Bluetooth
- Arduino tutorial #7 in Urdu, Experiment with LDR and Arduino
- Arduino tutorial #8 in Urdu, Arduino Controllable Light switch
- Arduino tutorial #9 in Urdu, Arduino Water level Indicator
- Arduino tutorial #10 in Urdu, Distance sensing with ultrasonic sensor and Arduino.