In the first week, we planned our project and divided tasks among the three team members. We selected the available components, including the Arduino UNO, ultrasonic sensor (HC-SR04), servo motor (MG995), OLED screen, and jumper wires. We created a simple circuit diagram to connect all the components and started researching how to program the sensor, motor, and display. Our goal was to detect a hand using the sensor, activate the servo to push the sanitizer, and show messages on the OLED screen. One of the challenges we faced was understanding how to properly use the Arduino UNO screen, as none of us had used it before. Another issue was determining the best distance for detecting a hand without false activation. After discussing and testing different ideas, we set a target distance of 10 cm for the sensor to activate the sanitizer. Component: 1- Arduino UNO Used for: The Arduino UNO is the main microcontroller board that controls all components. It reads data from the ultra...
Comments
Post a Comment