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 ...
The sensor continuously sends out infrared light and measures how much of that light is reflected. When a reflective object is within its set detection range, it returns a low signal. The Arduino ...