Passenger Metering
In this tutorial we see how we can build a easily monitor how many passengers went IN or OUT. Depending on the direction of travel, the device counts the number of people left inside. Each passage in front of the device is signaled by a beep. The D13 pin output can also be used for various operating purposes.
What We Will Need
- Arduino nano board
- 2x HC-SR04 ultrasonic sensors
- Oled display
- push button
- 1k resistor
- buzzer module
- Visuino software
Schematic Diagram
Make the connections of the components according to the diagram below( audio buzzer is optional part)
Start Visuino Software and Upload the Code
the code is automatically generated by Visuino, but it is recommended to build one according to the tutorial in the video.
The video describes an entire tutorial on how to do this project.
Visuino software is free version, download here: https://www.visuino.com/download
Project Testing, Execution Ideas
At this point we connect the components according to the diagram.
Start Device
Power up the device and press the reset button. At this point the project is complete and the device is ready for operation. Thank you for following me here. I hope you like my project, there will be other interesting ones. Good luck with your projects!