Visitor Counter
This is a small setup that can be used to count the number of people passing by any place and display it on the serial monitor of the Arduino ide. It can be used to monitor chaos occurring at any place. HARDWARE COMPONENTS The components required to implement this project are: • ARDUINO UNO • ULTRASONIC SENSOR • BREADBOARD • BUZZER • JUMPER WIRES ( as per the requirement) CONNECTIONS: Interfacing of ultrasonic sensor with Arduino Uno: o VCC: 5V supply o GND: GND of UNO o Trig: pin number 2 o Echo: pin number 3 Interfacing of piezo buzzer with Arduino Uno: o Positive terminal : pin number 10 o Negative terminal : GND Circuit Design CODE: int pie...
Comments