You are on page 1of 5

WIRELESS SYSTEM FOR VEHICLE

ACCIDENT DETECTION AND SMART


RESCUE SYSTEM
Abstract – As travelling is a necessity for humans in order and developed a wireless system for smart rescue
to meet their requirements but now it has turned to be operation using GPS/GSM.
dangerous. Accident threatens human lives and road
accidents are increasing day by day. Victims mostly lose The MEMS accelerometer identifies any tilt or
their lives due to delay in arrival of emergency medical vibration of the vehicle and communicates with a
services. Proper information of accident detection should controller and an automated is sent to the family
be acknowledged by the family members and alerting the
members via wireless system. This automated
surrounding areas. In this paper, an efficient wireless
system is incorporated with MEMS accelerometer and
message contains the location or the co-ordinates of
implemented for vehicle accident detection and a smart the vehicle accident area and immediately we can
rescue system is employed using GPS and GSM. MEMS track down the vehicle via google maps. Also,
accelerometer sensor is used in tilt sensing of vehicle immediate medical services can be employed and
resulting from motion or shock. If any accident is prevent the victim by fatal death. This entire system
detected by accelerometer, it sends an automated message is controlled by Arduino which controls all the
to the programmed mobile numbers like the EMS, family activities in the system. The IR sensors are used to
members and immediate action can be taken by the police
monitor the obstacles continuously.
via GSM module.
II. LITERATURE SURVEY
Keywords: Accident detection, Wireless system,
MEMS Accelerometer, Arduino, GPS device, GSM
To protect people from accidents and to keep
module
continuous tracking of vehicle, so many technologies
I. INTRODUCTION are available now-a-days. In olden days, the
technology is not that improvised as today and
In this modern world as the population has accident area cannot be identified, only the
reached to 753.04 crores, the number of accidents is information of accident is transferred.
on high due to increase in number of vehicles. Well,
this might lead to traffic jams, pollution and other  In any vehicle airbags are designed and are
problems. But the major thing is that people are used for secure and safe travel [2]. The air
highly prone to accidents due to the over speeding of bag system was introduced in the year 1968.
vehicles and reaching out to the maximum speed
where one should never do it. This may lead to lose a  TPMS is system designed to control the
life and put other passengers in danger. Now-a-days, pressure inside the pneumatic tires on
accidents occur on roads and highways, due to more vehicles that provides different operating
conditions such as a lower tire pressure is
number of vehicle drivers driving beyond speed
desired in order to maximize traction,
limits, drunk driving, riding without helmet, and
maneuvering through challenging terrain,
taking up a phone call while driving. So attention pulling a heavy load out of an incline at
must be given to road safety which is an issue. When slow speeds, crawling out of soft dirt. The
an accident has occurred, the most important thing is pressure ranges from 15 to 45 PSI.
to pass information of occurrence of accident. Many
people lost their lives due to improper facility of  The other existing system uses IOT and
medical services. In this paper we incorporated a cloud computing system. The vehicle
MEMS accelerometer for vehicle accident detection detection id is obtained through SVM
(support vehicle machine) that is developed
by Ant Colony Algorithm (ACA). Here IOT information from all other modules and sends the
will monitor the vehicles using magneto message to the receiver through GSM module.
resist sensors. The main aim of this project
is to differentiate the accidents which took II.MEMS ACCELEROMETER
place in traffic and at no traffic place.
An accelerometer is electromechanical
 Existing system also provides the location device that measure acceleration forces. These forces
of the accident using Atmega 328 may be static, like the constant force of gravity
Microcontroller and RF transmitter and pulling at our feet, or they could be dynamic-caused
receiver. The information is send to the
by moving or vibrating the accelerometer.
saved mobile numbers [3].
Accelerometers are sensor or transducers that
generally measures acceleration forces applied to
III. PROPOSED SYSTEM body by being mounted directly on to a surface of the
accelerated body. Accelerometer in terms of ‘g’ (‘g’
The Hardware framework for vehicle accident is acceleration measurement for gravity which is
detection and smart rescue system is shown in fig 1. equal to 9.81 m/s2). It is useful in detecting motion of
The hardware consists of Arduino, MEMS the object. The MMA7361L is 3-axis accelerometer.
accelerometer, GSM module, GPS module, IR It is low profile capacitive MEMS sensor featuring
sensor, buzzer, LCD display. low pass filter, temperature compensation and g-
Select which allows for the selection among two
sensitivities (1.5g / 6g). MMA7361L mostly used for
free fall detection, car crashes detection, tilt and
motion sensing, text scroll, image stability etc.

III. GSM MODULE

To find the location on the earth the whole is


divided into some coordinates where the location can
be easily captured by a module called GPS module.
Here the GPS used is SIM28ML. This GPS module
will find the location of the vehicle and the
information fetched by the GPS receiver is received
through the coordinates and the received data is first
send to arduino and the information is transmitted to
Fig 1. Basic Block Diagram the saved contact through GSM module. The
frequency is operated in the range of 1575.42 MHz
I. ARDUINO
and the output of GPS module is in NMEA format
The Arduino UNO is a widely used open- which includes data like location in real time.
source microcontroller board based on the
IV. GPS MODULE
ATmega328P microcontroller and developed by
Arduino.cc. The arduino is the major control unit to To find the location on the earth the whole is divided
detect or alert when an accident occurs. It collects the into some coordinates where the location can be
data from MEMS accelerometer, GPS and GSM easily captured by a module called GPS module.
modules and reflects the output either in display Here the GPS used is SIM28ML. This GPS module
system or through a message. Here accelerometer will find the location of the vehicle and the
sensor plays a major role. This accelerometer will information fetched by the GPS receiver is received
detect tilt in the vehicle which in turn acts as a through the coordinates and the received data is first
accident detection module. Arduino gathers the send to arduino and the information is transmitted to
the saved contact through GSM module. The
frequency is operated in the range of 1575.42 MHz
and the output of GPS module is in NMEA format
which includes data like location in real time.

V. IR SENSORS
Fig 3. LCD command
An infrared sensor is an electronic device
B. Registration of Mobile Numbers
that emits in order to sense some aspects of the
surroundings. An IR sensor can measure the heat of Here, messages are sent to a specified number which
an object as well as detects the motion. These types is stored in the GSM sim slot. We can register the
of sensors measure only infrared radiation, rather EMS (emergency medical service) number, family
than emitting it that is called a passive IR sensor. members and police number. Thus we can able to
Usually, in the infrared spectrum, all the objects register these three numbers and can get the accident
radiate some form of thermal radiation. These types information on-time. The output on LCD screen of
of radiations are invisible to our eyes that can be registering numbers is obtained. This can be shown in
detected by an infrared sensor. The emitter is simply below fig 4 and fig 5.
an IR LED (Light Emitting Diode) and the detector is
simply an IR photodiode that is sensitive to IR light of
the same wavelength as that emitted by the IR LED.
When IR light falls on the photodiode, the
resistances and the output voltages will change in
proportion to the magnitude of the IR light received.
An infrared sensor emits and/or detects infrared
radiation to sense its surroundings.

VI. LCD MODULE

To display the numbers, alphabets and


special characters an LCD module with 16x2
alphanumeric types is used. Using the higher bit data
lines of LCD pins such as pin 11,12,13 and 14 are
interfaced to digital pins of Arduino such as pin
8,9,10 in 4 bit mode as shown in the below figure. RS
and E pins of LCD are connected to pin 12 and 13. Fig 4. Registration of Mobile Numbers
To perform the write operation on LCD the
read/write pin is connected to ground.

IV EXPERIMENTAL RESULTS

A. Intialising the setup (Reset)


Fig 5. Output on LCD screen
The arduino is first reset and the registration of
mobile numbers of LCD display is shown in below C. Accident Detection
fig 2 and fig 3.
Under this condition there will be output from the
accelerometer sensor and due to these conditions the
microcontroller will send the message of location of
vehicle. The location co-ordinates are obtained by
GPS. The messages are sent to the registered mobile
Fig 2. Initial LCD command on Reset
numbers which is incorporated in the program. The V. HARDWARE IMPLEMENTATION
output results are shown in fig 6.

Fig 6. Accident Detection

D. Location tracing through Google Maps

Here the link of the co-ordinates received can be


clearly viewed through google maps. This is shown
in fig 7.

VI CONCLUSION

The proposed system deals with the vehicle


accident detection and rescue system. Arduino is the
heart of the system which helps in transferring the
messages to different devices in the system. MEMS
sensor will be activated when the accident occurs and
the information is transferred to the registered
number through GSM module. Using GPS the
Fig 7. Obtaining the accident location through
location can be sent through tracking system to cover
Google Maps
the geographical coordinates over the area. The
accident can be detected by a MEMS sensor which is
used as major module in the system and continuous
monitoring of obstacles is done.
VII FUTURE WORK

The real time wireless vehicle accident


detection and smart rescue system, that employs a
digital eye blink sensor, where digital eye blink
sensor which suites well for real time monitoring of
driver to prevent accident of vehicles. The eye-blink
sensor works by illuminating the eye and eyelid area
with infrared light. The exact functionality depends
greatly on the positioning and aiming of the emitter
and detector with respect to the eye.

REFERENCES

[1] World Health Organization Road Traffic


Injuries Fact Sheet No 358, March 2013,
Available from
http://www.who.int/mediacentre/factsheets/f
s358/en/ [Last accessed on 2017 Dec 16]
[2] National statistics of road traffic accidents in
India, September 2013, Available from
http://www.jotr.in/article.asp?issn=0975-
7341;year=2013;volume=6;issue=1;spage=1
;epage=6;aulast= Ruikar /[Last accessed on
2017 Dec 16]
[3] “Vehicle Accident Detection And Reporting
System Using Gps And Gsm.” by
AboliRavindraWakure,
ApurvaRajendraPatkar, IJERGS April 2014.
[4] Accident Detection and Reporting System
using GPS,GPRS and GSM Technology by
Md. Syedul Amin, Jubayer Jalil & M. B. I.
Reaz in 978-1-4673-1154-0/12/$31.00
©2012 IEEE ICIEV 2012. 2
[5] PIC Microcontroller and embedded system
by Muhammad Ali mazidi, rolinmckingly
and from www.microchip.com
[6] GSM system for mobile communication by
Michael Mouly, Marie Bernadette Paulet.
[7] Introduction to GPS by means of Ahmed El
Rabbany.

You might also like