The IR sensor detects a reflective surface once per rotation. Arduino measures the time between detections, calculates RPM, and displays it on the LCD. If RPM exceeds 3000, the buzzer sounds an alert.
This project is an object/person detection counter built with an Arduino Uno, an IR sensor, and a 16x2 LCD display. Whenever an object (e.g., a person walking past or a hand wave) interrupts the IR ...