4
Most read
7
Most read
15
Most read
REVERSE CAR PARKING USING
ARDUINO
PROJECT BY:
SALEHIN RAHMAN KHAN
SUMAMA MUNTAHA ISLAM
Powered by Celltech IT
Contents
 Reasons to build this project
 Equipment
 Concepts
 Diagram
 The process
 Arduino Code
 Experimental Result
 Application
 Future Plans
 Conclusion
Reasons to build this project :
 Help people to park car in reverse direction
 Using ultrasonic sensor for more efficiency
 Save people’s time
 Decrease the difficulties to park in reverse direction
 Help to avoid collision
Equipment
Arduino UNO R3 One (1) HC-SR04
Ultrasonic Sensor
One (1) Red LED One (1) Green LED
Breadboard Male/Male hookup
wires
Serial Monitor
Concepts
Arduino UNO R3 :
Arduino/Genuino Uno is a microcontroller board. It has 14 digital
input/output pins, 6 analog inputs, a 16 MHz quartz crystal, a USB connection,
a power jack, an ICSP header and a reset button.
HC-SR04 :
The HC-SR04 is an excellent low-cost ultrasonic sensor that works well with
Arduino micro-controllers. It will help to find the distance with ultrasonic
sound.
The process:
• First connect the VCC and GND pins to the
Arduino’s +5V and GND pins
• Next connect the Trigger and Echo pins to
two digital pins on the Arduino, perhaps
pins 2 and 3 for example.
• Setting the Trigger Pin to HIGH for 10
microseconds will activate a measurement
reading and then the pulseIn() function can be
called on the Echo Pin to determine the
distance
• The length of the incoming pulse is
proportional to the distance measured.
pinMode(triggerPin, OUTPUT);
pinMode(echoPin, INPUT);
digitalWrite(triggerPin, HIGH);
delayMicroseconds(10);
digitalWrite(triggerPin, LOW);
int distance = pulseIn(echoPin,
HIGH) / 2;
The process:
• This code returns the raw measurement of the time for
the sound to reach the object. Sound travels at
approximately 340 meters per second at sea level.
Therefore, the length of time it takes sound to travel 1
meter is 1/340 which is 0.0029 seconds. To calculate the
length of time for sound to travel 1 centimeter, we
divide this by 100 to get 0.000029 seconds, or 29
microseconds.
int distance_cm = distance /
29;
• For accurate readings, it is recommended to leave
some time in between measurements, as the sound
waves could be echoing around for a while
• a timeout when calling pulseIn() to avoid waiting a
long time for a signal that never arrives. If you are only
interested in measuring distances up to 100 cm for
instance then you could specify a timeout of 5,800
microseconds (100 * 29 * 2)
int distance =
pulseIn(echoPin, HIGH, 5800)
/ 2;
Diagram
Arduino Code
Experimental Result
Initial Stag
First Stage
Serial Monitor
Application
Future Plan
 Using it in robots
 Making it available for all types of vehicle
 Using several sensor to get proper reading around the whole car not in
just reverse direction
 Automatic Car Parking
 Effective implementation on Intelligent Parking Assist System (IPAS), also
known as the Advanced Parking Guidance System (APGS)
Conclusion
 Operations have been discussed
 The purpose of Arduino is discussed
 Future plan and its applications are discussed
 Equipment and the process of this project is discussed
Reverse car-parking
Reverse car-parking

More Related Content

PPTX
PIR sensing with arduino
PPTX
Rangefinder ppt
PDF
Rain detector alarm circuit
PPTX
Arduino Based Parking Lot System
PDF
Ultrasonic based distance measurement system
DOCX
A report on ultrasonic distance measurement
PPTX
arduino based radar system
PDF
Minor Project Report on - short range personal 'RADAR'.
PIR sensing with arduino
Rangefinder ppt
Rain detector alarm circuit
Arduino Based Parking Lot System
Ultrasonic based distance measurement system
A report on ultrasonic distance measurement
arduino based radar system
Minor Project Report on - short range personal 'RADAR'.

What's hot (20)

PPTX
line following robot ppt
PPTX
IoT Based Garbage Monitoring System ppt
PPTX
SMART BLIND STICK
PPTX
Voice controlled robot ppt
PPTX
Smart Blind stick by using arduino uno and sensor
PPTX
Obstacle avoidance robot
PPT
Voice and touchscreen operated wheelchair ppt
PPTX
Borewell Rescue system
PPTX
VOICE OPERATED WHEELCHAIR
PDF
Project Report on Smart Dustbin
PPTX
Smart blind
PPTX
smart blind stick
DOCX
Final report obstacle avoiding roboat
PPTX
Smart Dustbin for Smart City
PPTX
Automatic floor cleaner
PPTX
Ultrasonic radar mini project
PPTX
Line follower robot
DOCX
Obstacle avoiding robot.doc
PPTX
OBSTACLE AVOIDING CAR
PPTX
Smart glove
line following robot ppt
IoT Based Garbage Monitoring System ppt
SMART BLIND STICK
Voice controlled robot ppt
Smart Blind stick by using arduino uno and sensor
Obstacle avoidance robot
Voice and touchscreen operated wheelchair ppt
Borewell Rescue system
VOICE OPERATED WHEELCHAIR
Project Report on Smart Dustbin
Smart blind
smart blind stick
Final report obstacle avoiding roboat
Smart Dustbin for Smart City
Automatic floor cleaner
Ultrasonic radar mini project
Line follower robot
Obstacle avoiding robot.doc
OBSTACLE AVOIDING CAR
Smart glove
Ad

Viewers also liked (10)

DOCX
Project report on arduino based parking lot system
PPTX
State fair project ( Remote Car Parking System)
PPTX
Ultrasonic sensor
PDF
Wireless Sensor Network Protocol for Smart Parking Application Experimental S...
PPTX
HC-SR04 Ultrasonic sensor with Arduino
PDF
Project Report Distance measurement system
PPTX
Obstacle Avoidance ROBOT using ARDUINO
PPTX
Obstacle detection Robot using Ultrasonic Sensor and Arduino UNO
PDF
Report On Arduino
DOCX
Arduino seminar report
Project report on arduino based parking lot system
State fair project ( Remote Car Parking System)
Ultrasonic sensor
Wireless Sensor Network Protocol for Smart Parking Application Experimental S...
HC-SR04 Ultrasonic sensor with Arduino
Project Report Distance measurement system
Obstacle Avoidance ROBOT using ARDUINO
Obstacle detection Robot using Ultrasonic Sensor and Arduino UNO
Report On Arduino
Arduino seminar report
Ad

Similar to Reverse car-parking (20)

PPTX
Self Obstacle Avoiding Rover
PPTX
Arduino radar system
PPTX
Car parking system
PPTX
PPT Missile Radar System introduction.pptx
PPTX
Arduino Ultrasonic Sensor
PPTX
avoiding accidents on ghat roads and u turns by using IOT
PPT
Arduino Base Door Automation System.ppt
PPTX
Cs project ppt
PDF
Short Range Radar System using Arduino Uno
PPTX
IOT_PPT_PRESENTATION_2025.pptx and radar using sensor
PPTX
Radar using ultrasonic sensor and arduino.pptx
PPTX
Ultrsonic sensor_Arduino_DRKG.pptx
PPTX
Arduino Based Project.pptx
DOCX
4th-Yr-PROJECT-REPORT
PDF
2014_04_msw_a4_format (2)
PPTX
REVIEW 2 ULTRASONIC DISTANCE MEASUREMENT finished.pptx
PPTX
RADAR SYSTEM USING ARDUINO AND ULTRASONIC .pptx
PDF
IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
PPTX
Copy-of-Building-a-Basic-Radar-System-with-Arduino-and-Ultrasonic-Sensor.pptx
PPTX
Final year Engineering project
Self Obstacle Avoiding Rover
Arduino radar system
Car parking system
PPT Missile Radar System introduction.pptx
Arduino Ultrasonic Sensor
avoiding accidents on ghat roads and u turns by using IOT
Arduino Base Door Automation System.ppt
Cs project ppt
Short Range Radar System using Arduino Uno
IOT_PPT_PRESENTATION_2025.pptx and radar using sensor
Radar using ultrasonic sensor and arduino.pptx
Ultrsonic sensor_Arduino_DRKG.pptx
Arduino Based Project.pptx
4th-Yr-PROJECT-REPORT
2014_04_msw_a4_format (2)
REVIEW 2 ULTRASONIC DISTANCE MEASUREMENT finished.pptx
RADAR SYSTEM USING ARDUINO AND ULTRASONIC .pptx
IRJET- Obstacle Detection using Ultrasonic Sensor in MAV (Micro Air Vehicle)
Copy-of-Building-a-Basic-Radar-System-with-Arduino-and-Ultrasonic-Sensor.pptx
Final year Engineering project

Recently uploaded (20)

PDF
STKI Israel Market Study 2025 version august
PPTX
Microsoft Excel 365/2024 Beginner's training
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PPTX
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
PDF
sbt 2.0: go big (Scala Days 2025 edition)
PPT
What is a Computer? Input Devices /output devices
PDF
CloudStack 4.21: First Look Webinar slides
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PDF
UiPath Agentic Automation session 1: RPA to Agents
PPTX
Build Your First AI Agent with UiPath.pptx
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PDF
How IoT Sensor Integration in 2025 is Transforming Industries Worldwide
PDF
A review of recent deep learning applications in wood surface defect identifi...
PDF
Architecture types and enterprise applications.pdf
PPTX
Benefits of Physical activity for teenagers.pptx
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PDF
Consumable AI The What, Why & How for Small Teams.pdf
PDF
1 - Historical Antecedents, Social Consideration.pdf
STKI Israel Market Study 2025 version august
Microsoft Excel 365/2024 Beginner's training
Final SEM Unit 1 for mit wpu at pune .pptx
NewMind AI Weekly Chronicles – August ’25 Week III
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
AI IN MARKETING- PRESENTED BY ANWAR KABIR 1st June 2025.pptx
sbt 2.0: go big (Scala Days 2025 edition)
What is a Computer? Input Devices /output devices
CloudStack 4.21: First Look Webinar slides
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
UiPath Agentic Automation session 1: RPA to Agents
Build Your First AI Agent with UiPath.pptx
A contest of sentiment analysis: k-nearest neighbor versus neural network
How IoT Sensor Integration in 2025 is Transforming Industries Worldwide
A review of recent deep learning applications in wood surface defect identifi...
Architecture types and enterprise applications.pdf
Benefits of Physical activity for teenagers.pptx
sustainability-14-14877-v2.pddhzftheheeeee
Consumable AI The What, Why & How for Small Teams.pdf
1 - Historical Antecedents, Social Consideration.pdf

Reverse car-parking

  • 1. REVERSE CAR PARKING USING ARDUINO PROJECT BY: SALEHIN RAHMAN KHAN SUMAMA MUNTAHA ISLAM Powered by Celltech IT
  • 2. Contents  Reasons to build this project  Equipment  Concepts  Diagram  The process  Arduino Code  Experimental Result  Application  Future Plans  Conclusion
  • 3. Reasons to build this project :  Help people to park car in reverse direction  Using ultrasonic sensor for more efficiency  Save people’s time  Decrease the difficulties to park in reverse direction  Help to avoid collision
  • 4. Equipment Arduino UNO R3 One (1) HC-SR04 Ultrasonic Sensor One (1) Red LED One (1) Green LED Breadboard Male/Male hookup wires Serial Monitor
  • 5. Concepts Arduino UNO R3 : Arduino/Genuino Uno is a microcontroller board. It has 14 digital input/output pins, 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. HC-SR04 : The HC-SR04 is an excellent low-cost ultrasonic sensor that works well with Arduino micro-controllers. It will help to find the distance with ultrasonic sound.
  • 6. The process: • First connect the VCC and GND pins to the Arduino’s +5V and GND pins • Next connect the Trigger and Echo pins to two digital pins on the Arduino, perhaps pins 2 and 3 for example. • Setting the Trigger Pin to HIGH for 10 microseconds will activate a measurement reading and then the pulseIn() function can be called on the Echo Pin to determine the distance • The length of the incoming pulse is proportional to the distance measured. pinMode(triggerPin, OUTPUT); pinMode(echoPin, INPUT); digitalWrite(triggerPin, HIGH); delayMicroseconds(10); digitalWrite(triggerPin, LOW); int distance = pulseIn(echoPin, HIGH) / 2;
  • 7. The process: • This code returns the raw measurement of the time for the sound to reach the object. Sound travels at approximately 340 meters per second at sea level. Therefore, the length of time it takes sound to travel 1 meter is 1/340 which is 0.0029 seconds. To calculate the length of time for sound to travel 1 centimeter, we divide this by 100 to get 0.000029 seconds, or 29 microseconds. int distance_cm = distance / 29; • For accurate readings, it is recommended to leave some time in between measurements, as the sound waves could be echoing around for a while • a timeout when calling pulseIn() to avoid waiting a long time for a signal that never arrives. If you are only interested in measuring distances up to 100 cm for instance then you could specify a timeout of 5,800 microseconds (100 * 29 * 2) int distance = pulseIn(echoPin, HIGH, 5800) / 2;
  • 12. Future Plan  Using it in robots  Making it available for all types of vehicle  Using several sensor to get proper reading around the whole car not in just reverse direction  Automatic Car Parking  Effective implementation on Intelligent Parking Assist System (IPAS), also known as the Advanced Parking Guidance System (APGS)
  • 13. Conclusion  Operations have been discussed  The purpose of Arduino is discussed  Future plan and its applications are discussed  Equipment and the process of this project is discussed