IOT BASED VEHICLE PARKING SYSTEM USING ARDUINO

Published Aug 28, 2021
 72 hours to build
 Beginner

Project aims to reduce the hassle in finding parking slot and thus reduces traffic jam. This system is intended to provide benefits of saving time and fuel

display image

Components Used

LCD16x2 Display
LCD16x2 Display
1
Arduino UNO
Arduino UNO
1
ESP8266 WiFi Module
ESP8266 is a system on chip (SoC) which provides WIFI capability for embedded applications. This enables internet connectivity to embedded applications. ESP8266 modules are mostly used in Internet of Things(IoT) applications.
1
AK9753 IR sensor
AK9753 is a low power and compact IR (infrared) sensor module.
4
Blynk app
Download from mobile play store Mobile required to access or monitor the slot
1
Description

Video

 

Once the system is setup we need to install Arduino IDE (integrated development  environment) software which is an open – source software program that allows users  to write and upload code within real time work environment.  

Here we will learn how to make an IOT based Car Parking Slot monitoring system.

Using Arduino, Nodemcu esp8266.   Wi-Fi module and Blynk application. With the help  of Nodemcu esp8266 Wi-Fi module and Blynk application, the parking slots can be monitored from anywhere around the world. 

 

Where parking lot we have 4 slots and every slot has one infrared sensor. So we have  in total 4 infrared sensors. Each sensor is used to detect the presence of Car in the Slot.  

These infrared sensors are connected with the Arduino. So when a Car is parked in the  slot, the Arduino sends a command to the Nodemcu esp8266 Wi-Fi module, then  Nodemcu sends the command to the Blynk application. Where parking slot 1 will be  filled when the car is parked in the slot and if the remaining slots are empty then the  status of the parking lot will be available in the blynk app so that the other user can  park the vehicle in the available parking slot. Even while entering the parking area we  have another display (LCD display) which display the status of slots that how many  slots are filled and how many slots are empty.

Codes

Downloads

IMG_20210828_181628 Download
Comments
Ad