Arduino Car Parking System

preview_player
Показать описание
Hey friends in this video I will show you how to make a simple Arduino Car Parking System

Materials:-
Arduino UNO
IR Proximity Sensor
Servo Motor
16x2 LCD i2c Display
Jumpers

Follow me on:-

---------- VIRAL SCIENCE © -----------
Рекомендации по теме
Комментарии
Автор

I made rfid based automated parking system, replaced ir sensors with ultrasonic sensors(since ir sensors don't work under sunlight), adding a fire detection system in the parking area, added a number plate detection system and stored them on a database.(excel), uploaded the real time parking data (i.e which slot is empty, for how many hours is the slot booked, etc.) (IoT based)
I represented this project in state science exhibition and was ranked 2nd .

Jarvis-cwvu
Автор

Hey everyone, I'm not sure if anyone is still following this project or looking to get it up and running, but I have tried and would like to share some updates that could be helpful.

1. The code for the LCD Scanner is working.
2. The code of Car Parking system:
+ The LCD may show nothing or display an error message with lcd(begin). To fix this, you can try replacing "lcd(begin)" with "lcd.init()".
+ Please note that the car or item must cross through both IR1 and IR2 sensors at the same time. If you try to activate only one of the sensors, the system will not work properly.

nguyenxuanlong
Автор

bro a small issue i faced in your code. since you not mentioned about lcd.begin() so for 16x2 we need to use lcd.begin(16, 2);
also in void loop, you missed lcd.init(); line before lcd.begin();. these are the error i faced while i run code.
thanks for your valueable content

RahulAdiyapathamS
Автор

Hey bro, Is it compulsory to connect potentiometer? You haven't connected it, right? I'm not getting any message on LCD

channel-qyzy
Автор

what if after parking the car, driver comes out from parking area ; does IR sensor detects driver and decreases count of occupied parking slot? If yes it creates problem

rahulachugatla
Автор

Bro, very well work . But when a person or an animal will try to go to the other side of the road, the proximity sensor may detect it and it will open the barrier . For this issue, you can use cameras and program the Arduino as when the proximity sensor detects an object, the camera will be on and see wether it is a car or a person . If car then it will open the barrier and if person then it will not open the barrier

robotdeveloper
Автор

it is better to blink red led if parking slot is not there green if parking slot if available. and buzzer for if any vehicle came at the in 0 parking slot.

santhoshk
Автор

Hi great video! I just started with Arduino and could you direct me how to use this project with a breadboard instead of the black mini board? thanks so much appreciate.

jayceeanne
Автор

This is good effort. Realistically there should be some restrictions while entering in parking such as card scan or enter a code to enter for only authorised vehicles. Exiting is ok without any restriction. Hope this feature may be added to make this a realistic model.

jamshedbahadur
Автор

We have made this project we uploaded the code but lcd isn't displaing anything neither the servo motor is working.. Plzz reply

naahedamuhammadshoukatali
Автор

Which software did you use to show the circuit diagram?

rannitsahuece
Автор

What was that (box)thing you connected with Arduino to extend a connection.

Where we can buy?

MrPerfectPianist
Автор

I appreciate you bro you are the hero iam from kerala iam like this type of invention
But some board price decreses my happiness. Iam like you bro.if there is any
Sponsers available.

Riderkeralato
Автор

I love this set up....but is the servo adjustable to slow the motion, and would be Kool to add a buzzer for sound.

cadillacescalade
Автор

Hi Bro, i'm follow the exactly like ur code, y the servo only turn CW in continous. its dont have turn CCW to close the barrier.

ngchunkit
Автор

I did this project but I upload the lcd scaner code and the main the error #include <wire.h> is error how to find the error

manom
Автор

Sir can we use the same code and circuitry on raspberry pi pico? Will it work the same?

moviedownloader
Автор

Great video sir .. ❤️

Sir kindly tell me .which software you are using for making circuit diagram

gettechyt
Автор

what do you use for the wiring diagram?

andrewcandare
Автор

Sir can you start a new series for only coding Arduino please 🙏
I am in first year in college.
So it help easy to understand code.

teamalpine