Project Stop Watch
Project Stop Watch
Project Title :
Designing and implementing a stopwatch using ICs and
seven segment display
01
TABLE OF CONTENTS
OBJECTIVES
FUNCTIONALITY
REQUIRED COMPONENTS
CIRCUIT DIAGRAM
METHODOLOGY
WORKING OF IC’s
APPLICATIONS
LIMITATIONS
CONCLUTIONS
02
OBJECTIVES
To design and implementation of circuit of a stop watch .
03
WHAT ARE FUNCTIONS OF OUR PROJECT?
RESET
COUNTING RANGE
There is a push button which
This Stop Watch can
used to reset and start
count from 00 to 99
counting from the 00. By
putting reset pin 1.
UPGRADABILIT
START-PAUSE Y
A slider is used to on clock Cascading the another 4033 IC
pulse and pause the Clock and 7Segment Display we can
pulse to 1 state. increase counting range from
99 to 999 .
04
REQUIRED COMPONENTS
01 02
IC’s Resistors & Capacitors
1. 7 Segment Decoder (4033) 150ohm, 100k, 33k, 56k
2. 555 Timer
10uF
3. Voltage Regulator (7805)
03 04
Displays Others
7 Segment Cathode Display On/off Switch, Push Button, 9V
Battery, LED, Breadboard,
Connecting Wire
05
CIRCUIT DIAGRAM
Voltage
Regulator
IC 4033
555 Timer
Seven
Segment
Display
Figure : Circuit Diagram of the 555 Timer
06
METHODOLOGY
• When the voltage is provided ,the 555 timer generated one second
1 clock pulse in every one second
• After getting to the negative edge of the clock pulse the first ic 4033 is
2 activated to begin the counting process
• The first IC 4033 updates up to 9 and then the second IC 4033 starts
4 updating itself. This continues until both of the displays reach 99
08
WHY NEED IC4033 ?
When given value 1,
Takes clock reset’s the counter and
To Do the counting Process and pulse start from 0
produce BCD output
09
Q: HOW DOES THE MOD-10 COUNTER WORKS?
Output of
Input of J,K J-K
is always 1 Flipflop
Clock
Pulse
10
Q: HOW DOES THE MOD-10 COUNTER WORKS?
Clock
0 0 0 0
QA
QA
QA
Figure : Circuit Diagram MOD-10 Counter
QA
11
Q: HOW DOES THE MOD-10 COUNTER WORKS?
Clock
1 0 0 0
QA
QA
QA
Figure : Circuit Diagram MOD-10 Counter
QA
12
Q: HOW DOES THE MOD-10 COUNTER WORKS?
Clock
0 1 0 0
QA
QA
QA
Figure : Circuit Diagram MOD-10 Counter
QA
How zero comes after 9 and next
counter updates?
13
BCD TO SEVEN SEGEMENT DISPLAY?
How to show BCD 0101 (5) to the 7 Segment Display?
a
a=1
QA=1 b=0 f
Seven b
Segment c=1 g
QB=0 Decoder d=1
e=0 e c
QC=1
f=1
QD=0 g=1
d
14
BCD TO SEVEN SEGEMENT DISPLAY?
0 a1b1c1d1e1f1g0
QA QB QC QD
0 0 0 What is the most efficient equation to find
0 0 0 1 0110000 the value of a w.r.t. QA,QB,QC,QD?
0 0 1 0 1101101
a
0 0 1 1 1111001 QC QD
0 1 0 0 0110011 QAQB
0 1 0 1 1011011 1 0 1 1
0 1 1 0 1011111 0 1 1 1
0 1 1 1 1110000 x x x x
1 0 0 0 1111111 1 1 x x
1 0 0 1 1111011
1 0 1 0 xxxxxxx
1 0 1 1 xxxxxxx
1 1 0 0 xxxxxxx a =QA+QB+QAQD+QA’QD’
1 1 0 1 xxxxxxx b= . . . .
1 1 1 0 xxxxxxx c= . . . .
1 1 1 1 xxxxxxx
....... 15
APPLICATIONS
Laboratory experiments to measure the amount of time
elapses as experiment data.
In sports events like sprints,running , swimming, any type
of racing .
16
LIMITATIONS
This stop watch has 4.85miliseconds of error in
every count.
Here we can only counts the 00 to 99 by this
project.
17
CONCLUSION
The project has been done with the intension to learn and gain more
practical knowledge about digital logic designing and implementing.
The working principles of different devices with integrated building
blocks have been thoroughly understood by performing the project.
18
THANKS!
19