IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 326
BLIND-SPOT DETECTION WITH AUTOMATIC STEERING
A.Kula Sekhar1
, Nishad Nazar2
1
M.Tech, Sensor System Technology dept, VIT University, Vellore, Tamil Nadu, India
2
M.Tech, Sensor System Technology dept, VIT University, Vellore, Tamil Nadu, India
Abstract
Present days, the automotive industry is mainly focusing on the road safety measures. The automobiles have been constantly
updating with new sensing technologies to detect blind spots, which can prevent road accidents. Almost 1.32 million people die in
road accidents each year. Blind spot of an automobile is the region of the vehicle which cannot be observed properly while
looking either through side or rear mirror view. To meet the above requirements, this paper describes detecting blind spot by
using ultrasonic sensor and controlling the direction of car by automatic steering. The technology embedded in the system is
capable of automatically steer the vehicle away from an obstacle if the system determines that a collision is impending or if the
vehicle is in the vicinity of our car.
Keywords -- Arduino Mega 2560, Ultrasonic Sensor, L293 Motor IC
--------------------------------------------------------------------***---------------------------------------------------------------------
1. INTRODUCTION
In the present days the toll of road accidents has been in the
increasing graph and many accidents are caused due to
negligence of the driver. Most of the accidents also happen
in the highway driving, where driver have negligence during
lane departure/switching of vehicles. Thus, detecting the
obstacle near the vicinity of our vehicle during lane
switching/departure or during highway driving is vital and
many research and development is still under process to
make the vehicle safer to drive and control it automatically
during these situations. The advanced automotive
technology has been developing better systems to enhance
the driver safety. The automotive technology is always on
the thought of enhancing and bettering the safety of the
vehicle than their predecessors. Automobile manufactures
have proposed any safety schemes till date, like, collision-
forewarning technology, lane departure warning system
(LDWS), Blind spot information systems, vehicle back
assist systems.
This paper describes about the driver negligence at the blind
spot, and detecting the obstacle in order to automatically
steer the car by providing partial braking to the individual
wheels. Blind spot is the area where the driver cannot
observe properly during driving due to many factors like
head rest, pillar obstacle, passenger height etc., and many
accidents occur on the blind spot and hence this area needs
to be monitored and obstacle needs to be detected.
Automotive technology has developed Blind Spot
Information System (BLIS) and it was first developed by the
giant car manufacturer Volvo in the year 2007. This system
detects any obstacle like pedestrian crossing suddenly, cars
overtaking etc. and the driver is alerted. The system uses
two door mounted lenses to check the blind spot for an
impeding collision on the vicinity of the vehicle. The
overtaking of vehicles is a big factor were the accidents
happen on the blind spot area. The mirrors become helpless
during this situation and there could be a technology to
avoid the collision on the blind spot during overtaking, lane
switching etc. The system uses the ultrasonic sensors around
the vehicle to detect the incoming obstacle in the specified
range and sensor feedback is given to the Arduino
microcontroller as to control the motors connected to wheels
to reduce the speed when an obstacle is detected, the
decreasing of speed or partial braking as in.
The different sections in the paper will explain the different
aspects of the system. Section II explains about the hardware
description, Blind Spot detection is briefed in section III,
section IV describes the working of the system,
2. HARDWARE SETUP
The system is based on Arduino microcontroller. The
system consist ultrasonic sensor, motor IC, DC motor. The
obstacle when detected in the blind spot, the data is acquired
by ultrasonic sensor HC-SR04 with a specified range and
then it is fed to the input for Arduino mega 2560. The
ultrasonic sensor measures the time difference of the
obstacle in the vicinity of the vehicle and then calculates the
distance with time. Then the data is manipulated to control
the motors and to reduce the speed of motor by specified
amount.
3. BLIND SPOT DETECTION
A Collision Avoidance system is that a safety to the
automobile system to reduce the immense damage and to
reduce the effect of the accident. It is also known as Pre-
crash system; the system rather uses radar or Ultrasonic
sensors and also nowadays the LIDAR technology is also
being used as to implement the system. All the safety
schemes can be put under the collision avoidance system.
And this system can be used in the Blind spot techniques.
When the vehicle gets into the blind spot region, then the
sensor detects the obstacle and the data is used to alert or
manipulate the vehicle for the safety measure. And the
improvised version of Blind Spot monitoring is been used in
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 327
Blind Spot Information System, developed and implemented
in Volvo S80 Sedan class in 2007. The car being fixed with
two lenses which is mounted to check the Blind Spot region
for an impending collision. Once obstacle detected it is send
to the processing unit and then alerted the system.
The system is imposed with Arduino Mega 2560
microcontroller board, once the obstacle is detected, the data
acquired by the sensor is used to process the distance and
then it is used to control the four Dc motors connected to the
individual four wheels of the vehicle. The motor is driven by
the L293D motor IC.
4. WORKING
Blind spot is an region surrounding the vehicle which cannot
be observed properly by the driver if there is an obstacle like
head rest, passenger height, window pillar etc. The vehicle is
been fitted with four sensors to check the front, rear, and the
two side s of the automobile. When an obstacle is detected
on the blind spot area, the distance of the obstacle is
calculated and fed to the Arduino Mega to process the
necessary action. The ultrasonic sensor HC-SR04 provides
2cm - 400cm measurement range, the accuracy of ranging
can reach to 3mm.
The principle of the sensor is
[1] By the Use of the IO trigger pin for a 10us high level
signal.
[2] Then the Module automatically transmits eight 40 kHz
and when obstacle is detected, a pulse wave is transmitted
back.
[3] If the signal return is received at the echo pin, through
high level, the time of high output level is the duration from
the ultrasonic to return.
The formula being used is
Distance (d) = (high level time(t)×velocity of sound(v)
(340M/S) / 2; or uS/58 = centimeters or uS / 148 =inch.
After calculating the distance of the obstacle, the data is
provided to the Arduino Mega 2560 processing unit. The
arduino is programmed such that, if an obstacle is detected
near to the distance specified then the motors are controlled
to reduce the speed of the motor to control the wheel speed
or the speed of the vehicle. Initially, the wheels are running
on a constant speed. We are connecting four Ultrasonic
sensors on the four locations; front, rear, and two sides of
the vehicle. So we have different cases to manipulate the
vehicle.
Case 1: If any obstacle is detected by sensor on either of the
side, then the opposite set of wheels will have reduced speed
provided by the controller.
Case 2: If any object obstacle is detected by the sensor on
the rear, then the speed of the rear wheels are increased.
Case 3: If any obstacle in the blind spot area is detected by
the sensor on the front, then the speed of all wheels are
decreased.
All the motors are controlled by the L293D motor IC. Each
IC will control each motor corresponding to the wheel
connected. The speed being decreased can be focussed as
partial braking; the system detects and reduces speed as the
result as partial braking is focused.
5. CONCLUSION
Thus, by the following system developed, the vehicle detects
the blind spot area and then controls the speed of the
individual motors connected to the axial of the wheel. As
per the National Highway Authority of India (NHAI), road
accidents occur mostly due to overtaking in the highway due
to the negligence of the driver. And therefore, with this kind
of system developed, the accidents caused due to driver
negligence can be brought down by an extent.
REFERENCES
[1]. A. Techmer, “Real-time Motion Analysis for
Monitoring the Rear and Lateral Road”, Proceedings of
2004 IEEE Intelligent Vehicles Symposium, Vol. 11, pp.
(11)704 – 709.
[2]. R. Sosa and G. Velazquez, “Obstacles detection and
collision avoidance system developed with virtual models,”
in Proc. IEEE Int. Conf. on Vehicular Electronics and
Safety, Beijing, China, Dec. 13-15, 2007, pp. 1-8.
[3]. Chen, C., Chen, Y.: Real time approaching vehicle
detection in blindspot area. In: Intelligent Transportation
Systems, 2009. ITSC ’09. 12th International IEEE
Conference on. pp. 1 –6 (2009)

More Related Content

PPTX
Self driving car
PPTX
Autonomous-cars / Self Driving Cars
PPTX
Advanced driver assistance systems (adas) market
PPTX
Self driving car
PPT
Google driverless cars
PPTX
Autonomous car ; google car
PPTX
Autonomous car(driver less car) (self driving car)
PPTX
Lane detection sensors
Self driving car
Autonomous-cars / Self Driving Cars
Advanced driver assistance systems (adas) market
Self driving car
Google driverless cars
Autonomous car ; google car
Autonomous car(driver less car) (self driving car)
Lane detection sensors

What's hot (20)

PPTX
FULLY AUTONOMOUS DRIVERLESS CARS : GOOGLE CAR
PPTX
Self driving cars
PPT
BASIC VEHICLE MAINTENANCE TIPS
PPTX
Night vision technology in cars (automotives)
PDF
Vehicle Tracking System Using GPS
PPTX
Autonomous car
PPT
Adaptive cruise control
PPTX
NIGHT VISION IN CARS
DOCX
Google driverless car technical seminar report (.docx)
PPTX
AUTO PILOT TECHNOLOGY IN VEHICLES
PPTX
Auto pilot mode technology in vehicles by zack
PPTX
Automatic Emergency Braking
PDF
Cruise control devices
PDF
Manual reparacion Jeep Compass - Patriot Limited 2007-2009_Front suspension
PPTX
Adaptive cruise control
PPTX
Autonomous car
DOCX
Iintelligence braking system
PPTX
Autonomous vehicles
PPTX
BLIND SPOT INFORMATION SYSTEM
FULLY AUTONOMOUS DRIVERLESS CARS : GOOGLE CAR
Self driving cars
BASIC VEHICLE MAINTENANCE TIPS
Night vision technology in cars (automotives)
Vehicle Tracking System Using GPS
Autonomous car
Adaptive cruise control
NIGHT VISION IN CARS
Google driverless car technical seminar report (.docx)
AUTO PILOT TECHNOLOGY IN VEHICLES
Auto pilot mode technology in vehicles by zack
Automatic Emergency Braking
Cruise control devices
Manual reparacion Jeep Compass - Patriot Limited 2007-2009_Front suspension
Adaptive cruise control
Autonomous car
Iintelligence braking system
Autonomous vehicles
BLIND SPOT INFORMATION SYSTEM
Ad

Viewers also liked (20)

PPTX
Seminar.1pptx
PPTX
Blind spot ppt
PDF
[IJET-V1I4P10] Authers :EiEi Thwe, Theingi
PDF
0210varo
PDF
Valeo - Watch the traffic in your blind spot
PPTX
Ilm shiatsu fræðin
PPTX
Blind spot ppt
PPTX
Obstacle Avoidance Robotic Vehicle
DOC
Jean-Paul Gibson: Calibration of a Vibration Meter Using an Electrodynamic E...
DOCX
Analysis of tool chatter in turning operation on lathe machine
PPTX
Obstacle Avoidance ROBOT using ARDUINO
DOCX
Laser Ignition System (LIS)
PPTX
Vibration and Chatter in Machining Operation
DOCX
Robotic car seminar report
PDF
Week 13 vibration measurements
PDF
LASER INDUCED IGNITION FOR I C ENGINES
DOCX
Laser ignition system (3) (1)
PDF
Report on laser ignition system
PPT
Laser Ignition for Internal Combustion Engines 3228
PDF
Automatic Vehicle Locator(AVL) Seminar report
Seminar.1pptx
Blind spot ppt
[IJET-V1I4P10] Authers :EiEi Thwe, Theingi
0210varo
Valeo - Watch the traffic in your blind spot
Ilm shiatsu fræðin
Blind spot ppt
Obstacle Avoidance Robotic Vehicle
Jean-Paul Gibson: Calibration of a Vibration Meter Using an Electrodynamic E...
Analysis of tool chatter in turning operation on lathe machine
Obstacle Avoidance ROBOT using ARDUINO
Laser Ignition System (LIS)
Vibration and Chatter in Machining Operation
Robotic car seminar report
Week 13 vibration measurements
LASER INDUCED IGNITION FOR I C ENGINES
Laser ignition system (3) (1)
Report on laser ignition system
Laser Ignition for Internal Combustion Engines 3228
Automatic Vehicle Locator(AVL) Seminar report
Ad

Similar to Blind spot detection with automatic steering (20)

PDF
Accident Alert System using Advance Microcontroller
PDF
Advance automatic breaking system for vehicle
PDF
VEHICLE THEFT DETECTION WITH ALCOHOL DETECTION,SMOKE DETECTION AND FINGERPRIN...
PDF
Design and Implementation of an Arduino-Based Accident Prevention System
PDF
IRJET- Driver State Monitoring System and Vehicle Control
PDF
IRJET - Accident Prevention Control System and Detection of Lost Key
PDF
IRJET- Smart Braking System using Ultrasonic Sensor and Actuator
PDF
IJSRDV5I40109.pdf
PDF
1. 10077 12326-1-pb
PDF
Automatic collision detection for an autonomous robot using proximity sensing...
PDF
Vehicle density sensor system to manage traffic
PDF
Vehicle density sensor system to manage traffic
PDF
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
PDF
Automatic Park and retrieve assissted systems for automobiles using smartphone
PDF
Automatic Park and retrieve assissted systems for automobiles using smartphone
PDF
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
PDF
EYE TRACKING BASED DRIVER DROWSINESS MONITORING AND WARNING SYSTEM
PDF
IRJET- Accident Detection and Monitoring System using IoT
PDF
IRJET- Traffic Sign Board Detection and Voice Alert System Along with Spe...
PPTX
firefighting robot embedded system project
Accident Alert System using Advance Microcontroller
Advance automatic breaking system for vehicle
VEHICLE THEFT DETECTION WITH ALCOHOL DETECTION,SMOKE DETECTION AND FINGERPRIN...
Design and Implementation of an Arduino-Based Accident Prevention System
IRJET- Driver State Monitoring System and Vehicle Control
IRJET - Accident Prevention Control System and Detection of Lost Key
IRJET- Smart Braking System using Ultrasonic Sensor and Actuator
IJSRDV5I40109.pdf
1. 10077 12326-1-pb
Automatic collision detection for an autonomous robot using proximity sensing...
Vehicle density sensor system to manage traffic
Vehicle density sensor system to manage traffic
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
Automatic Park and retrieve assissted systems for automobiles using smartphone
Automatic Park and retrieve assissted systems for automobiles using smartphone
IRJET - Automatic Potholes Detection and Alert System with Speed Reduction Fe...
EYE TRACKING BASED DRIVER DROWSINESS MONITORING AND WARNING SYSTEM
IRJET- Accident Detection and Monitoring System using IoT
IRJET- Traffic Sign Board Detection and Voice Alert System Along with Spe...
firefighting robot embedded system project

More from eSAT Journals (20)

PDF
Mechanical properties of hybrid fiber reinforced concrete for pavements
PDF
Material management in construction – a case study
PDF
Managing drought short term strategies in semi arid regions a case study
PDF
Life cycle cost analysis of overlay for an urban road in bangalore
PDF
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
PDF
Laboratory investigation of expansive soil stabilized with natural inorganic ...
PDF
Influence of reinforcement on the behavior of hollow concrete block masonry p...
PDF
Influence of compaction energy on soil stabilized with chemical stabilizer
PDF
Geographical information system (gis) for water resources management
PDF
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
PDF
Factors influencing compressive strength of geopolymer concrete
PDF
Experimental investigation on circular hollow steel columns in filled with li...
PDF
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
PDF
Evaluation of punching shear in flat slabs
PDF
Evaluation of performance of intake tower dam for recent earthquake in india
PDF
Evaluation of operational efficiency of urban road network using travel time ...
PDF
Estimation of surface runoff in nallur amanikere watershed using scs cn method
PDF
Estimation of morphometric parameters and runoff using rs & gis techniques
PDF
Effect of variation of plastic hinge length on the results of non linear anal...
PDF
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Mechanical properties of hybrid fiber reinforced concrete for pavements
Material management in construction – a case study
Managing drought short term strategies in semi arid regions a case study
Life cycle cost analysis of overlay for an urban road in bangalore
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of compaction energy on soil stabilized with chemical stabilizer
Geographical information system (gis) for water resources management
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Factors influencing compressive strength of geopolymer concrete
Experimental investigation on circular hollow steel columns in filled with li...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Evaluation of punching shear in flat slabs
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of operational efficiency of urban road network using travel time ...
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of morphometric parameters and runoff using rs & gis techniques
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of use of recycled materials on indirect tensile strength of asphalt c...

Recently uploaded (20)

PDF
Applications of Equal_Area_Criterion.pdf
PPTX
Sorting and Hashing in Data Structures with Algorithms, Techniques, Implement...
PDF
Java Basics-Introduction and program control
PDF
Abrasive, erosive and cavitation wear.pdf
PPTX
Measurement Uncertainty and Measurement System analysis
PDF
Computer System Architecture 3rd Edition-M Morris Mano.pdf
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
PDF
First part_B-Image Processing - 1 of 2).pdf
PDF
Unit I -OPERATING SYSTEMS_SRM_KATTANKULATHUR.pptx.pdf
PDF
Computer organization and architecuture Digital Notes....pdf
PDF
20250617 - IR - Global Guide for HR - 51 pages.pdf
PPTX
mechattonicsand iotwith sensor and actuator
PPTX
wireless networks, mobile computing.pptx
PPTX
Module 8- Technological and Communication Skills.pptx
PDF
distributed database system" (DDBS) is often used to refer to both the distri...
PDF
Soil Improvement Techniques Note - Rabbi
PPTX
Amdahl’s law is explained in the above power point presentations
PPTX
Feature types and data preprocessing steps
PPTX
Petroleum Refining & Petrochemicals.pptx
PDF
August -2025_Top10 Read_Articles_ijait.pdf
Applications of Equal_Area_Criterion.pdf
Sorting and Hashing in Data Structures with Algorithms, Techniques, Implement...
Java Basics-Introduction and program control
Abrasive, erosive and cavitation wear.pdf
Measurement Uncertainty and Measurement System analysis
Computer System Architecture 3rd Edition-M Morris Mano.pdf
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
First part_B-Image Processing - 1 of 2).pdf
Unit I -OPERATING SYSTEMS_SRM_KATTANKULATHUR.pptx.pdf
Computer organization and architecuture Digital Notes....pdf
20250617 - IR - Global Guide for HR - 51 pages.pdf
mechattonicsand iotwith sensor and actuator
wireless networks, mobile computing.pptx
Module 8- Technological and Communication Skills.pptx
distributed database system" (DDBS) is often used to refer to both the distri...
Soil Improvement Techniques Note - Rabbi
Amdahl’s law is explained in the above power point presentations
Feature types and data preprocessing steps
Petroleum Refining & Petrochemicals.pptx
August -2025_Top10 Read_Articles_ijait.pdf

Blind spot detection with automatic steering

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 326 BLIND-SPOT DETECTION WITH AUTOMATIC STEERING A.Kula Sekhar1 , Nishad Nazar2 1 M.Tech, Sensor System Technology dept, VIT University, Vellore, Tamil Nadu, India 2 M.Tech, Sensor System Technology dept, VIT University, Vellore, Tamil Nadu, India Abstract Present days, the automotive industry is mainly focusing on the road safety measures. The automobiles have been constantly updating with new sensing technologies to detect blind spots, which can prevent road accidents. Almost 1.32 million people die in road accidents each year. Blind spot of an automobile is the region of the vehicle which cannot be observed properly while looking either through side or rear mirror view. To meet the above requirements, this paper describes detecting blind spot by using ultrasonic sensor and controlling the direction of car by automatic steering. The technology embedded in the system is capable of automatically steer the vehicle away from an obstacle if the system determines that a collision is impending or if the vehicle is in the vicinity of our car. Keywords -- Arduino Mega 2560, Ultrasonic Sensor, L293 Motor IC --------------------------------------------------------------------***--------------------------------------------------------------------- 1. INTRODUCTION In the present days the toll of road accidents has been in the increasing graph and many accidents are caused due to negligence of the driver. Most of the accidents also happen in the highway driving, where driver have negligence during lane departure/switching of vehicles. Thus, detecting the obstacle near the vicinity of our vehicle during lane switching/departure or during highway driving is vital and many research and development is still under process to make the vehicle safer to drive and control it automatically during these situations. The advanced automotive technology has been developing better systems to enhance the driver safety. The automotive technology is always on the thought of enhancing and bettering the safety of the vehicle than their predecessors. Automobile manufactures have proposed any safety schemes till date, like, collision- forewarning technology, lane departure warning system (LDWS), Blind spot information systems, vehicle back assist systems. This paper describes about the driver negligence at the blind spot, and detecting the obstacle in order to automatically steer the car by providing partial braking to the individual wheels. Blind spot is the area where the driver cannot observe properly during driving due to many factors like head rest, pillar obstacle, passenger height etc., and many accidents occur on the blind spot and hence this area needs to be monitored and obstacle needs to be detected. Automotive technology has developed Blind Spot Information System (BLIS) and it was first developed by the giant car manufacturer Volvo in the year 2007. This system detects any obstacle like pedestrian crossing suddenly, cars overtaking etc. and the driver is alerted. The system uses two door mounted lenses to check the blind spot for an impeding collision on the vicinity of the vehicle. The overtaking of vehicles is a big factor were the accidents happen on the blind spot area. The mirrors become helpless during this situation and there could be a technology to avoid the collision on the blind spot during overtaking, lane switching etc. The system uses the ultrasonic sensors around the vehicle to detect the incoming obstacle in the specified range and sensor feedback is given to the Arduino microcontroller as to control the motors connected to wheels to reduce the speed when an obstacle is detected, the decreasing of speed or partial braking as in. The different sections in the paper will explain the different aspects of the system. Section II explains about the hardware description, Blind Spot detection is briefed in section III, section IV describes the working of the system, 2. HARDWARE SETUP The system is based on Arduino microcontroller. The system consist ultrasonic sensor, motor IC, DC motor. The obstacle when detected in the blind spot, the data is acquired by ultrasonic sensor HC-SR04 with a specified range and then it is fed to the input for Arduino mega 2560. The ultrasonic sensor measures the time difference of the obstacle in the vicinity of the vehicle and then calculates the distance with time. Then the data is manipulated to control the motors and to reduce the speed of motor by specified amount. 3. BLIND SPOT DETECTION A Collision Avoidance system is that a safety to the automobile system to reduce the immense damage and to reduce the effect of the accident. It is also known as Pre- crash system; the system rather uses radar or Ultrasonic sensors and also nowadays the LIDAR technology is also being used as to implement the system. All the safety schemes can be put under the collision avoidance system. And this system can be used in the Blind spot techniques. When the vehicle gets into the blind spot region, then the sensor detects the obstacle and the data is used to alert or manipulate the vehicle for the safety measure. And the improvised version of Blind Spot monitoring is been used in
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 327 Blind Spot Information System, developed and implemented in Volvo S80 Sedan class in 2007. The car being fixed with two lenses which is mounted to check the Blind Spot region for an impending collision. Once obstacle detected it is send to the processing unit and then alerted the system. The system is imposed with Arduino Mega 2560 microcontroller board, once the obstacle is detected, the data acquired by the sensor is used to process the distance and then it is used to control the four Dc motors connected to the individual four wheels of the vehicle. The motor is driven by the L293D motor IC. 4. WORKING Blind spot is an region surrounding the vehicle which cannot be observed properly by the driver if there is an obstacle like head rest, passenger height, window pillar etc. The vehicle is been fitted with four sensors to check the front, rear, and the two side s of the automobile. When an obstacle is detected on the blind spot area, the distance of the obstacle is calculated and fed to the Arduino Mega to process the necessary action. The ultrasonic sensor HC-SR04 provides 2cm - 400cm measurement range, the accuracy of ranging can reach to 3mm. The principle of the sensor is [1] By the Use of the IO trigger pin for a 10us high level signal. [2] Then the Module automatically transmits eight 40 kHz and when obstacle is detected, a pulse wave is transmitted back. [3] If the signal return is received at the echo pin, through high level, the time of high output level is the duration from the ultrasonic to return. The formula being used is Distance (d) = (high level time(t)×velocity of sound(v) (340M/S) / 2; or uS/58 = centimeters or uS / 148 =inch. After calculating the distance of the obstacle, the data is provided to the Arduino Mega 2560 processing unit. The arduino is programmed such that, if an obstacle is detected near to the distance specified then the motors are controlled to reduce the speed of the motor to control the wheel speed or the speed of the vehicle. Initially, the wheels are running on a constant speed. We are connecting four Ultrasonic sensors on the four locations; front, rear, and two sides of the vehicle. So we have different cases to manipulate the vehicle. Case 1: If any obstacle is detected by sensor on either of the side, then the opposite set of wheels will have reduced speed provided by the controller. Case 2: If any object obstacle is detected by the sensor on the rear, then the speed of the rear wheels are increased. Case 3: If any obstacle in the blind spot area is detected by the sensor on the front, then the speed of all wheels are decreased. All the motors are controlled by the L293D motor IC. Each IC will control each motor corresponding to the wheel connected. The speed being decreased can be focussed as partial braking; the system detects and reduces speed as the result as partial braking is focused. 5. CONCLUSION Thus, by the following system developed, the vehicle detects the blind spot area and then controls the speed of the individual motors connected to the axial of the wheel. As per the National Highway Authority of India (NHAI), road accidents occur mostly due to overtaking in the highway due to the negligence of the driver. And therefore, with this kind of system developed, the accidents caused due to driver negligence can be brought down by an extent. REFERENCES [1]. A. Techmer, “Real-time Motion Analysis for Monitoring the Rear and Lateral Road”, Proceedings of 2004 IEEE Intelligent Vehicles Symposium, Vol. 11, pp. (11)704 – 709. [2]. R. Sosa and G. Velazquez, “Obstacles detection and collision avoidance system developed with virtual models,” in Proc. IEEE Int. Conf. on Vehicular Electronics and Safety, Beijing, China, Dec. 13-15, 2007, pp. 1-8. [3]. Chen, C., Chen, Y.: Real time approaching vehicle detection in blindspot area. In: Intelligent Transportation Systems, 2009. ITSC ’09. 12th International IEEE Conference on. pp. 1 –6 (2009)