This project uses the Arduino Uno to make a hand wash timer and makes sure you wash your hands for thirty seconds. It uses the ultrasonic distance sensor to perform this.
1. Dormant state: prints "Hand Wash Timer" on LCD.
2. Detects hand: buzzer sounds and countdown begins on LCD.
3. After thirty seconds: buzzer sounds for a 2.5 seconds to let you know you are done and to let user move their hands away.
4. Back to dormant state.
https://www.arduino.cc/en/Tutorial/HelloWorld for a better description of how to wire the LCD. Because I do not have a circuit diagram maker, wiring it up can be hard to follow, so this should help.
Comments