Arduino Smart Parking Lot
ARDUINO: SMART PARKING LOT A smart parking lot using arduino directs entering cars on to the availability of free slots and also directs the car to the nearest free slot, This helps in reducing the time put in for parking and hence improving efficiency. HOW IT WORKS: The project consists of various IR sensors installed in all the parking slots, This helps to determine if the slot is free or occupied. This information in constantly communicated to the Arduino Board. Another sensor is used to detect the incoming car, once an incoming car is detected the LCD display turns on and the arduino board checks for free slots if slots are available the directions are displayed on the screen else the car is asked to turn back. THE HARDWARE: 1. Arduino UNO 2. IR sensors (as required) 3. LCD Display Screen 4. Connecting Cables (as required) The PROJECT: Its quite a simple idea, consider we have 4 slots each slot will have an IR sensor n...