Hi everyone! This my first tutorial goes through on CAR PARKING COUNTER.
IntroductionThe Arduino is platform open-source hardware, based on a simple board with inputs and outputs, analog and digital, in a development environment that is based on the programming language processing. It is a device that connects the physical world with the virtual world, or the analogue world with the digital. For more go to www.arduino.cc.
Here we made a Arduino clone board using Atmega 328P:
1. Arduino Uno or clone board
2. 16x2 Lcd
3. IR sensor module or PIR motion sensor. for this project i used IR sensor module
4. Battery pack
The code is booted to Arduino board using Arduino IDE. Through this project we could find out the number of cars in a parking area, number of car entering and exiting simultaneously.
Comments
Please log in or sign up to comment.