In this project I will be teaching you to use a LCD display and a Arduino as a interactive stopwatch.
When your project is finished with the code provided, it should look like the photo above.
Go to the next step to learn where to start.
Take the LCD with the I2C module and connect the 5V pin to the power rail on the Breadboard. Make sure the bread board is connected to power on the Arduino. Next connect the ground pin to the ground rail on the Breadboard. On the LCD, connect the SDA pin to the A4 pin on the Arduino and the SCL pin to the A5 pin on the Arduino
Connect two of the push buttons to the Arduino. Connect the first wire to the first button this will be the start button. Connect the other side of the cable to the 8 pin on the board. Do the same for the other button but connect the other wire to pin 9 on the Arduino. Next connect both buttons to ground making sure to use 2 of the 4 resistors to prevent too much voltage.
Use the pictures above as a guide.
Open the Arduino compiler and connect the Arduino to the USB port on the PC. Upload the file provided to the Arduino.
To use the stopwatch first make sure the LCD says "press the button" on it. It should look like the picture above. To start the stopwatch, press one of the buttons on the Breadboard and to stop press the other button.
Use the video above as a guide for using the stopwatch.