This project is about to make a digital stopwatch. Whole project is simulated in Proteus 7.
MikroC is used to write the code.
- PIC16F73(1pc)
- 16Γ2 LCD(1pc)
- Push Button(3pc)
- 20 MHZ Oscillator(1pc)
Here we use three buttons.
- START Button
- PAUSE Button
- STOP Button
To understand the whole project look at the final output of the project.
Just make the connections as the figure shown.
This project file is compiled in MikroC Pro 5.8.0.
Connection Detail:
- PIC RB2 β- LCD RS
- PIC RB3 β- LCD EN
- PIC RB4β- LCD D4
- PIC RB5β-LCD D5
- PIC RB6β-LCD D6
- PIC RB7β-LCD D7
- GROUNDβ-LCD R/W
- PIC RC0β-START BUTTON
- PIC RC1β-PAUSE BUTTON
- PIC RC2β-STOP BUTTON
- 20 MHZ OSCILLATOR IN XTAL PINS
- PIC VCC οο 5V
Load the HEX file to the pic microcontroller.
Give power to the board and press the buttons to see the output in LCD.
Any Complexity ? Or Facing Problem ?? Just put comment. I shall try to help.
As I have shared the whole project code you can modify the code in MikroC as you need.
For more detail: Digital stopwatch using microcontrollerΒ