This is a digital circuit made without a controller.
Component List:
- 555 Timer
- 4-bit Binary Up-Counter (74LS193 IC)
- BCD to 7- Segment display (CD4543B IC)
- Common Anode 7- Segment display
- Resistors
- Diodes
- Capacitor
- 9V Battery
- 7805 Regulator (9V to 5V Converter)
Working:
Astable 555 Timer is used as a clock with frequency of 0.5 Hz for the binary Synchronous counter.
T= 1/f = 1/ 0.5 = 2 Sec
Ttotal = Ton + Toff = 2 sec
As the 555 timer is configured to have independent ON and OFF time, both Ton and Toff are made to have the same timing (1 Sec).
Ton = Toff = 0.6932 * 15k * 100uF = 1 Sec
The 4-bit binary counter output is given to BCD to 7-Segment converter, Which is then connected to the display via resistors. The single digit 7-segment display refresh almost every 2 seconds (with some additional propagation delay).
Comments
Post a Comment