No video

Building an Arduino-based Car Parking System with IR Sensor: A Comprehensive Tutorial

  Рет қаралды 47,794

RoboCode

RoboCode

Күн бұрын

In this comprehensive tutorial, you will learn how to build an Arduino-based car parking system using an IR sensor. The tutorial will guide you through the step-by-step process of creating your own parking system from scratch.
Starting with an introduction to the components and tools needed, you will gain a clear understanding of the project requirements. You will then delve into the detailed wiring instructions, connecting the Arduino board and IR sensor effectively.
Once the hardware setup is complete, the tutorial will walk you through the programming aspect. You will learn how to write the necessary code to interface the IR sensor with the Arduino board. This code will enable the system to detect the presence of vehicles and provide real-time feedback.
Furthermore, you will explore how to calibrate the IR sensor for optimal performance and accuracy. The tutorial will explain the principles behind the sensor's operation and guide you in adjusting its sensitivity to match your specific parking space requirements.
Throughout the tutorial, troubleshooting tips and common challenges will be addressed to help you overcome any obstacles you may encounter during the process.
By the end of this tutorial, you will have gained valuable knowledge and hands-on experience in building an Arduino-based car parking system using an IR sensor. You will be able to apply your newfound skills to create custom parking solutions and enhance your understanding of Arduino programming and sensor integration.
Download Code:
drive.google.c...
Components:
Arduino Uno
2 IR sensor
Servo motor
Breadboard (400 pin)
Jumper wire
I2C Module
7 Segment LCD Display
Battery Holder
3.7v Lithium Battery (2)

Пікірлер: 67
@anupm6486
@anupm6486 Жыл бұрын
Extremely good explanation and good project. I have one point , at 12:36 when the green car is sensed by left IR sensor the display tells that 1 slot is available. But the car hasn't yet been sensed by right side IR. I would suggest to update the logic. Only when right IR senses the car then update the free slots. I'm new to Arduino but I'm experienced embedded software Developer. So just thought of informing u this point. Don't mistake me that I'm criticising u. U have done a great project.🙏🤝
@robo-code
@robo-code Жыл бұрын
sure little tweak is required in the logic, counter should increment once the car passes. Thanks for the update
@anupm6486
@anupm6486 Жыл бұрын
@@robo-code ok, thanks. I wanted to know how do u simulate electronics? I have seen Tinkercad. Which are the best circuit simulators to play with electronics.
@arjumandvillagecooking
@arjumandvillagecooking 11 ай бұрын
Thank you so much❤😍
@robo-code
@robo-code 11 ай бұрын
You're welcome 😊
@TahleelMeow12345
@TahleelMeow12345 3 ай бұрын
Are you using 30x male-female jumper wires or 10x ?
@AhmedAfeef_.77
@AhmedAfeef_.77 15 күн бұрын
Provide me the circuit diagram of it.
@Assefa-yo1od
@Assefa-yo1od 5 ай бұрын
sir how to control the park only enter car with out car the servo moter is not open how to interface this instalation
@TinZarAung-mz5xe
@TinZarAung-mz5xe 2 ай бұрын
Can you share your LCD library link in my comment? I am doing like your project but my arduino code has error. Please can you help me?
@manveerrajput5457
@manveerrajput5457 2 ай бұрын
bro code is not working it show void setup and void loop error pleas help
@Assefa-yo1od
@Assefa-yo1od 5 ай бұрын
how to interface camera module
@userame-ly1tp
@userame-ly1tp 3 ай бұрын
Hlo sir how to download Arduino liquid crystal library...
@harshasinha415
@harshasinha415 11 ай бұрын
i dont have breadtboard what to do?
@robo-code
@robo-code 11 ай бұрын
you can also make a circuit without any tools at all. This is called a "bare bones" circuit. To make a bare bones circuit, you will need to strip the insulation off the ends of the wires and then twist them together. You can then connect the wires to the components.
@parvathaparahalathan224
@parvathaparahalathan224 6 ай бұрын
Bro, I'm having an doubt. What is the use of I2c Module??
@robo-code
@robo-code 6 ай бұрын
Using an I2C module with a 16x2 LCD display is a popular way to reduce the number of GPIO pins needed when interfacing with a microcontroller like an Arduino. The I2C module, allows communication via the I2C bus, using only two pins (SDA and SCL) for data transmission, in addition to power (VCC) and ground (GND) connections.
@tirupatitate3890
@tirupatitate3890 5 ай бұрын
Sir I use 16*2 lcd display insted of 7 segment lcd display..... So is there any another code or not.... I have done all circuit and on also but does not any on display.... Plz reply sir
@TheMi_Jiji
@TheMi_Jiji 3 ай бұрын
just change the lcd.begin() to lcd.init()
@abdallahhachimi6579
@abdallahhachimi6579 4 ай бұрын
I am trying to download the code but it says no file available
@robo-code
@robo-code 3 ай бұрын
drive.google.com/drive/folders/1BR457JMZZ0oli2WUOgtTWxeSq4NJluZg?usp=sharing
@bocuatrinhsontra6374
@bocuatrinhsontra6374 9 ай бұрын
Bro i have error if i connect servo. My board restart continuously and cant use
@robo-code
@robo-code 6 ай бұрын
can you try chaning servo motor and check the connection once again
@pavi2964
@pavi2964 3 ай бұрын
Bro where to search for lcd Arduino library??
@chiyankwan611
@chiyankwan611 2 ай бұрын
Tools -> Libary manager -> Manage libraries...
@11upxm86
@11upxm86 10 ай бұрын
Bro we have done all the above turorial but coming to Arduino uno code .i2c scanner its scanning only not giving output and lcd display not on
@robo-code
@robo-code 10 ай бұрын
Please check the connection and see if the code is uploaded properly
@sasuke01325
@sasuke01325 10 ай бұрын
bro i am also facing this error @robo-code i also checked all the connection but it is not working i am also facing the issue
@11upxm86
@11upxm86 10 ай бұрын
​@@sasuke01325hii broo can you give ur Instagram or contact details. I have facing same issues can we discuss about this project
@11upxm86
@11upxm86 10 ай бұрын
I have 16x2 display bro please give the code for that
@sasuke01325
@sasuke01325 10 ай бұрын
@@11upxm86 Wire.beginTransmission(address); error = Wire.endTransmission(); the error is in this line
@user-wm1my5pd2j
@user-wm1my5pd2j 9 ай бұрын
Please, I want to perform an experiment like this, but the matter is to open the gate by numbering a car. Help me, brother
@robo-code
@robo-code 6 ай бұрын
can you please explain in detail, would love to help you
@vhgh1118
@vhgh1118 9 ай бұрын
Sir, how battery is connected please tell i am in last process please tell sir
@robo-code
@robo-code 6 ай бұрын
Go to 10:25 to see how to connect battery
@suyogvishwakarma1170
@suyogvishwakarma1170 4 ай бұрын
Hii bro I have to submit my project within 4 days I tried to create the same but it's not working plzzz help 😭😭❤❤
@johnlloydvisande
@johnlloydvisande 3 ай бұрын
Did you make it?
@tanmoyroy9363
@tanmoyroy9363 3 ай бұрын
Muje bhi help chahiye
@TisaChakraborty
@TisaChakraborty Ай бұрын
Did it work?
@n.roshanbabu8476
@n.roshanbabu8476 Жыл бұрын
Bro your code link is not opening please send another code bro
@robo-code
@robo-code Жыл бұрын
Car_Parking_Sys.ino and LCD_Scanner.ino you can open using Arduino IDE. You can also open this file by opening Notepad and locate the file and open it. Or you can download the file and open in Arduino IDE directly
@lukaluka5019
@lukaluka5019 Жыл бұрын
Bonjour à la 7:05 je ne vois pas où il branche le orange peut t'on m'aider s'il vous plais
@robo-code
@robo-code Жыл бұрын
Veuillez vérifier 4:19 sur la façon de se connecter au fil orange. Il est relié au point numéro 4
@aviationislife1270
@aviationislife1270 6 ай бұрын
can we use 9v battery
@robo-code
@robo-code 6 ай бұрын
You can use 9V battery
@aviationislife1270
@aviationislife1270 7 ай бұрын
Can we use 9 v battery ??
@robo-code
@robo-code 6 ай бұрын
Yes we can connect 9V Battery
@vhgh1118
@vhgh1118 9 ай бұрын
Bro how to use blynk app in iot car parking
@robo-code
@robo-code 6 ай бұрын
I will try to post video using Blynk App
@vhgh1118
@vhgh1118 9 ай бұрын
I2c scannee struck on scanning
@robo-code
@robo-code 6 ай бұрын
Please upload the code once again and try again
@donianimer1576
@donianimer1576 10 ай бұрын
code file is empty, can you share it plz
@robo-code
@robo-code 10 ай бұрын
can you please try this link drive.google.com/drive/folders/1BR457JMZZ0oli2WUOgtTWxeSq4NJluZg
@vhgh1118
@vhgh1118 9 ай бұрын
Sir lcd is not turning on please sir please sir
@robo-code
@robo-code 6 ай бұрын
Please try to change LCD and see if it is working
@jessecardoso5529
@jessecardoso5529 3 ай бұрын
send me code ..please
@user-wv9yb6su7y
@user-wv9yb6su7y 9 ай бұрын
Can I do it without an I2C Module?
@robo-code
@robo-code 6 ай бұрын
No you would required I2C Module
@vhgh1118
@vhgh1118 9 ай бұрын
Sir, i2c in program is scanning not getting 0*27 please tell sir tomorrow submission please sir
@robo-code
@robo-code 6 ай бұрын
Please check your connection once again
@uthayakumarpurusothman8669
@uthayakumarpurusothman8669 11 ай бұрын
Bro unfortunately i have 16x 2 lcd display will it works
@robo-code
@robo-code 11 ай бұрын
No it will not work with the above tutorial
@uthayakumarpurusothman8669
@uthayakumarpurusothman8669 11 ай бұрын
​@@robo-codethen what will I do
@marybnr9951
@marybnr9951 2 ай бұрын
Thank you so much can't wait to see whats next🫶❤️
Using IR Remote Controls with the Arduino
35:28
DroneBot Workshop
Рет қаралды 931 М.
Arduino Car Parking System
6:55
Viral Science - The home of Creativity
Рет қаралды 677 М.
Parenting hacks and gadgets against mosquitoes 🦟👶
00:21
Let's GLOW!
Рет қаралды 13 МЛН
The Giant sleep in the town 👹🛏️🏡
00:24
Construction Site
Рет қаралды 20 МЛН
Sensors - which one to use
17:06
Electronoobs
Рет қаралды 1,3 МЛН
13 Brilliant IoT Projects!!! (2024 Edition)
10:25
ToP Projects Compilation
Рет қаралды 130 М.
Why Democracy Is Mathematically Impossible
23:34
Veritasium
Рет қаралды 130 М.
Workbench Essentials When Starting Arduino! (Beginner Guide)
8:14
12 New AI Projects using Raspberry-Pi, Jetson Nano & more
7:50
ToP Projects Compilation
Рет қаралды 714 М.
Making the most EQUIPPED DIY Security Camera with ESP32-CAM
26:36
Max Imagination
Рет қаралды 353 М.
Parenting hacks and gadgets against mosquitoes 🦟👶
00:21
Let's GLOW!
Рет қаралды 13 МЛН