You are on page 1of 5

2021 7th International Conference on Advanced Computing and Communication Systems (ICACCS)

Smart Characterization of Vehicle Impact and


Accident Reporting System
2021 7th International Conference on Advanced Computing and Communication Systems (ICACCS) | 978-1-6654-0521-8/20/$31.00 ©2021 IEEE | DOI: 10.1109/ICACCS51430.2021.9441797

Navin Kumar M Pravin Kumar S


Department of ECE Department of ECE
Sri Krishna College o f Technology Sri Krishna College o f Technology
Coimbatore, India Coimbatore, India
navinkumar. m@skct.edu.in 17tuec152@skct.edu.in

Premkumar R Navaneethakrishnan L
Department of ECE Department of ECE
Sri Krishna College o f Technology Sri Krishna College o f Technology
Coimbatore, India Coimbatore, India
17tuec 153 @skct. edu.in 17tuec132@skct.edu.in

Abstract—As the usage of motor vehicles is increasing accidents were reported in 2019 throughout India, resulting
continuously, numerous deaths are caused due to road in the fatalities of 1.54 lakhs individuals and injuries to 4.39
accidents worldwide. An accident that occurs at a location lakhs people [2].
where no one is around to help will lead the victims to death The perfect situation survive from an accident is that the
and the most accidents are fatal as a result of delayed medical
care. An accident may involve multiple victims and it is
ambulances approach the incident location as quick as
important to provide the appropriate number of ambulances to possible but victims do not always have this opportunity in
save all the victims. The primary aim of our project is to practice. A lot of accidents happen in highways but high-
overcome these problems and provide an optimal solution. Our speed drivers neglect their responsibility to alert the police
system uses four vibration sensors and a microcontroller to or ambulance.
detect the impact and identify if it is an accident or a minor One of the reasons for the death of a person in an
collision. When an accident occurs, this system determines accident is the unavailability of first aid due to inability of
whether the accident is a rear-end collision, head-on collision, emergency responders to collect accident details in time.
rollover, t-bone impact or sandwich accident. Depending on the The emergency response time varies due to the detection
type of accident, the number of ambulances required is
time, which depends on the vehicles in the crash, passing
decided. Then the accident location is acquired using GPS
module and SMS warning is sent to the hospital using GSM information from drivers or witnesses. The identification
modem. The SMS is composed of the location, type of accident and reaction time are vital considerations to save the victims
and required number of ambulances. Our system facilitates of an accident. Just a minor change in reaction time may
urgent emergency assistance to all accident victims in time. change the number of deaths and monetary losses by an
immense amount. When it comes to road accidents, the
Keywords—Impact characterization; Accident detection; ambulance reaction time is highly significant as the safety of
Vibration sensor; Microcontroller; GPS; GSM. drivers and passengers may be compromised. Sometimes the
number of ambulances sent to the incident place may not be
I. In t r o d u c t io n enough to rescue all the injured ones. Identifying the number
The rapid growth in motorized vehicles without of vehicles involved in the crash would help to decide the
appropriate progress in road safety has resulted in huge loss number of ambulances required to rescue the victims.
of human lives. The use of cars has increased with the This paper proposes a system that can be fitted in a
growing population and this has led to increased traffic vehicle which performs the determination of vehicle impact
dangers and road accidents that cause tremendous deaths type and decides whether the impact is just a minor collision
due to inadequate emergency facilities. or an accident. If a minor collision takes place, it can be
Though government and other organizations has taken taken care by the driver himself. If an accident is detected,
several efforts worldwide, accidents still take place the buzzer raises beeping sound to alert vehicles that pass by
frequently. The major reason of fatality for children and the incident place to accompany the injured persons. The
young people with age of 5 to 29 years is road traffic type of impact is identified based on the vibration levels
collisions as reported by the World Health Organization. from the sensors in the system. Then the accident location
Vehicle crashes results in enormous loss of human lives and will be determined by GPS module and an SMS report is
properties which cost 3% of Gross Domestic Product (GDP) sent to the hospital with the help of GSM demanding the
in many countries [1]. According to the statistics of the appropriate number of ambulances to rescue the victims.
National Crime Records Bureau, around 4.37 lakhs road This will help rescue all the injured persons in an accident
leaving nobody behind.
978-1-6654-0521-8/21/$31.00 ©2021 IEEE
964

Authorized licensed use limited to: National University of Singapore. Downloaded on July 03,2021 at 21:42:54 UTC from IEEE Xplore. Restrictions apply.
2021 7th International Conference on Advanced Computing and Communication Systems (ICACCS)
final output from the receiver is shown in the LCD display.
II. Re l a t ed Wo r k There are also IoT based projects like [10] and [11] related to
There are several research articles regarding accident crash detection mechanisms which uses Internet instead of
detection and alerting strategies. Systems for monitoring, SMS to communicate the accident information. In [12], the
identifying and informing traffic accidents have been built authors analyzed the performance of image processing
and improved over a substantial period of time. These algorithms for detecting the accident in the images.
systems concentrate on detecting and notifying the Accidents may happen in vehicles that transport raw
emergency services in case of accident and therefore don’t materials and commodities. One of the problems in this kind
determine the actual number of ambulances required to of transportation which may lead to trouble is Vehicle
rescue all the victims. Although some articles propose Routing Problem (VRP). The authors in [13] solved this
accident prevention mechanisms like [3] and [4] which may problem using their proposed algorithm.
minimize the chance of accidents, it may still happen
unexpectedly. The authors in [5] has implemented the III. Pr o po s e d Me t hodol ogy
accident detection system in motor cycles.
A. Component description
In [6], the authors proposed a smart system which used
piezoelectric plate that detects accident if the vibration level • Microcontroller: It is the central processing unit of
goes above a certain value. It uses gyroscope sensor for the whole system. The Peripheral Interface
accident identification in the event of significant vehicle tilt. Controller (PIC) is used as the microcontroller in
This system has Arduino board as the microcontroller. Then the smart system. It is responsible for controlling
the system waits few seconds for the victim to stop the alarm the input and output modules. The program code
and if the victim has not interrupted the alarm, the alerting which consists of instructions to run the system
function will resume. Their system also has in-built sensor will be uploaded in this microcontroller. When
which senses the rate of heart beat of the victim. The location power supply is given to the microcontroller, it
of crash is determined by GPS. Then, with the support of starts executing the uploaded instructions.
GSM, SMS will be transmitted to healthcare service in case • Vibration sensor: It is used to monitor the
of an accident. vibrations of the car. Four vibration sensors are
The proposed system in [7] makes use of vibration sensor used in the system to sense the vibrations in four
that is present in the Electronic Control Unit for the airbag sides of the car where the impact of accidents
system that is already available in most of the cars instead of usually happen.
using a separate sensor. Arduino microcontroller is used as • Buzzer: To raise the beeping sound continuously a
the control unit of this system. When an impact occurs, the buzzer is used. This sound indicates that an
impulse will trigger the buzzer to raise the sound indicating accident has occurred.
that the accident is detected and the airbag will be deployed • GPS Receiver: The latitude and longitude position
as airbag sensors are coupled with the device. The position of of the car is determined by GPS receiver by
the car is located by the GPS. The GSM module will transmit communicating with satellites. The co-ordinates of
the accident information via SMS to the respective mobile the accident location can be tracked by GPS and
number. send it to the microcontroller.
In [8], the accelerometer sensor in the proposed system is • GSM Module: It is responsible for sending the
used to detect the car crash. The output values from the accident data from the smart system to the pre-
accelerometer will be continuously monitored by the stored mobile number in the program. It forwards
Arduino UNO microcontroller. If the vehicle experiences a SMS to the mobile number using the SIM card that
sudden impact, the controller will perform the following is inserted in the GSM module.
necessary actions. This Automatic Messaging System (AMS)
uses GPS to find the incident place. Once accident occurs, B. System description and Flow diagram
the GPS co-ordinates are determined and SMS will be sent to
the mobile number of the victim’s friend which is already The design of the proposed smart system has about four
saved in the system. The whole process is completely vibration sensors and GPS receiver as the input module. The
automated. output module of the smart system consists of buzzer, LCD
display and GSM module. Mobile phone is the receiver of
The authors in [9] proposed a wireless accident detection
the message that is sent by GSM module of the system as
system. This accident monitoring and information notifying
shown in the block diagram figure 1.
system is intended for use in vehicles. The impact sensor
As these sensors sense vibrations, they can be placed
used in their system is the 3-axis accelerometer. It can be
inside four sides of the vehicle and it is not necessary that
used to evaluate the changing acceleration which may be
they should be kept at the surface of the vehicle. The Flow
caused by vibration or motion. It makes use of PIC
diagram in figure 3 shows how the flow of program works.
microcontroller for performing required functions. Here,
When the vehicle is turned on, the smart system is also
dedicated Radio Frequency (RF) transmitter and RF receiver
activated. The vibrations of the vehicle are continuously
are used for transmission of accident data wirelessly. These
monitored by the microcontroller. Unless the vibrations
RF modules can transmit or receive within a distance of 100
exceed certain threshold value, the system performs
meters approximately. When the accelerometer sensor
monitoring operation. If an impact occurs, the system will
produces an output that is above the threshold level, the RF
continue the sensing work in case the it is just a slight
transmitter performs modulation and encode the accident
collision. When an accident takes place, the vibrations
data and send it to the RF receiver. This receiver will
surpass the threshold level and one or more sensors produce
demodulate the received signal and decode the data. The

965

Authorized licensed use limited to: National University of Singapore. Downloaded on July 03,2021 at 21:42:54 UTC from IEEE Xplore. Restrictions apply.
2021 7th International Conference on Advanced Computing and Communication Systems (ICACCS)
high output. Once the sensors indicate the accident, the
microcontroller triggers buzzer to produce sound that alert
the vehicles which are passing through the incident location.
The microcontroller decides the number of vehicles
involved based on the characterized type of accident. Using
this information, the required number ambulances is
decided. Then the present location of car is retrieved from
the GPS receiver and GSM sends SMS to the predefined
mobile. LCD display in the system also displays the output
after the microcontroller has completed all the necessary
actions.

Fig. 1 Diagram of working blocks in the smart system

The vibration sensors are placed in the vehicle as shown


in figure 2 which depicts the top view of a typical car.
Sensor 1 is placed at the front hood of the car. Sensor 2 and
Sensor 3 are positioned on the vertical pillars of cars on the
left and right side respectively which is present between the
doors of both sides of the car. Sensor 4 is placed at the rear
end of the car.

Fig. 3 Flow diagram of the smart system

C. Mechanism o f characterization o f vehicle impact


Whenever there is an impact on the sensors, the
microcontroller will determine distinguish and determine
whether it is a minor collision or an accident with the help
of the vibrations from the sensors. If anyone of the sensors
sense medium level of impact, then it characterizes it as a
minor impact and does not proceed further. It again starts
monitoring the vibrations. In case the impact is an actual
accident and produce high level of vibration, then the
system will activate the buzzer to start producing the
beeping sound and begin determining the type of accident
and the number of vehicles involved.
If sensor 1 (refer fig. 2) which is present at the front
hood of vehicle sense high vibration, the impact is a head-on
accident. The vehicle could have crashed into an
obstacle which means one vehicle alone involved or it could
Fig. 2 Placement of Vibration sensors in a vehicle have collided with another vehicle which means two
vehicles are involved. As there is a chance that two vehicles

966

Authorized licensed use limited to: National University of Singapore. Downloaded on July 03,2021 at 21:42:54 UTC from IEEE Xplore. Restrictions apply.
2021 7th International Conference on Advanced Computing and Communication Systems (ICACCS)
could be engaged in accident two ambulances will be
requested. Even if an ambulance becomes a surplus, it is not
a problem because our focus is on saving human lives. If
sensor 4 at the rear end of the vehicle sense high vibration,
then it is an rear-end accident. In this type, two vehicles are
quite likely to be involved and so two ambulances will be
requested. If sensor 2 or sensor 3 at the sides of the vehicle
sense high vibration, then it is T -bone accident. In this type,
two vehicles are definitely involved and so two ambulances
will be requested. If high vibration is sensed by sensor 2 and
sensor 3 alternatively, then it is a rollover accident. In this
case, T-bone accident may have happened which means two
vehicles are engaged or the vehicles may have fallen from
high place. There is a chance that two vehicles may have
been in the accident, so two ambulances are requested. If
high vibration occurs at sensor 1 and sensor 4, then the
vehicle may have experienced sandwich accident which
involves three vehicles. Therefore, three ambulances are
requested. If any other combination of sensors sense high
vibration, then it is characterized as heavy accident and two
or more vehicles may have involved. So, three ambulances
will be requested to rescue the victims.

Fig. 5 Working prototype

Fig. 6 LCD output of accident type

Fig. 4 Smart characterization of vehicle impact

IV. Im p l e m e n t a t io n a n d Re s u l t s

The working prototype tests were successfully


conducted and outputs were obtained as expected.
Substantial tests have been carried out to test the output of
the system in different conditions. All the hardware
components were checked for correctness. The smart system
was able to run the program, characterize the type of impact,
Fig. 7 LCD output of GPS location
retrieve the GPS location and transmit SMS to mobile that is
predefined.

967

Authorized licensed use limited to: National University of Singapore. Downloaded on July 03,2021 at 21:42:54 UTC from IEEE Xplore. Restrictions apply.
2021 7th International Conference on Advanced Computing and Communication Systems (ICACCS)
[5] F. B. Basheer, J. J. Alias, C. M. Favas, V. Navas, N. K. Farhan and C.
V. Raghu, "Design of accident detection and alert system for motor
cycles," 2013 IEEE Global Humanitarian Technology Conference:
South Asia Satellite (GHTC-SAS), Trivandrum, 2013, pp. 85-89.
[6] N. R. Vatti, P. L. Vatti, R. Vatti and C. Garde, “Smart Road Accident
Detection and communication System,” 2018 International
Conference on Current Trends towards Converging Technologies
(ICCTCT), Coimbatore, 2018, pp. 1-4.
[7] D. Khandelwal and R. Manoov, “Airbag ECU coupled vehicle
accident SMS alert system,” 2017 International Conference on
Inventive Computing and Informatics (ICICI), Coimbatore, 2017, pp.
82-87.
[8] R. Rishi, S. Yede, K. Kunal and N. V. Bansode, "Automatic
Messaging System for Vehicle Tracking and Accident Detection,"
2020 International Conference on Electronics and Sustainable
Communication Systems (ICESC), Coimbatore, India, 2020, pp. 831-
834.
[9] R. K. Megalingam, R. Nammily Nair and S. Manoj Prakhya,
"Wireless vehicular Accident Detection and Reporting System," 2010
International Conference on Mechanical and Electrical Technology,
Singapore, 2010, pp. 636-640.
[10] S. M. Gowri, P. Anitha, D. Srivaishnavi and M. Nithya, "Internet of
Things based Accident Detection System," 2019 Third International
conference on I-SMAC (IoT in Social, Mobile, Analytics and Cloud)
The working model is depicted in the figure 5. The T- (I-SMAC), Palladam, India, 2019, pp. 159-163.
bone accident at left side of the vehicle is taken as an [11] V. Kinage and P. Patil, "IoT Based Intelligent System For Vehicle
example. LCD display shows the short message that is sent Accident Prevention And Detection At Real Time," 2019 Third
International conference on I-SMAC (IoT in Social, Mobile,
to the mobile number using GSM. Figure 7 depicts the Analytics and Cloud) (I-SMAC), Palladam, India, 2019, pp. 409-413.
output of GPS location in the LCD display. Figure 8 shows [12] P. J. B. Princess, S. Silas and E. B. Rajsingh, "Performance Analysis
the SMS that was sent by the GSM of smart system to the of Edge Detection Algorithms for Object Detection in Accident
respective mobile. Images," 2019 Global Conference for Advancement in Technology
(GCAT), BANGALURU, India, 2019, pp. 1-5.
V. Co n c l u s io n [13] V. S. Kumar, M. Thansekhar, R. Saravanan, and S. M. J. Amali,
“Solving Multi-objective Vehicle Routing Problem with Time
The proposed system can be equipped with a vehicle for Windows by FAGA,” Procedia Engineering, vol. 97, pp. 2176-2185,
safety of driver and passengers. This system performs all the 2014.
important functions automatically and no manual interaction
is necessary. It can be implemented to prevent delayed
emergency assistance which may increase the chance of
survival of the victim. This system is capable of identifying
the incident crash location and characterizing accident type
to determine how many vehicles are involved in the accident
which will be helpful to find the appropriate number of
ambulances needed to rescue all the injured persons as soon
as possible.
Further, the system components can be optimized to be
much more compact to fit into a vehicle. If the system is
incorporated in the vehicles by default, it will strive to be
essential in saving human lives.
Re f e r en ces

[1] “Road traffic injuries,” World Health Organization. [Online].


Accessed on 04-Feb-2021. Available: https://www.who.int/news-
room/fact-sheets/detail/road-traffic-injuries.
[2] “1.54 lakh people killed in road crashes in India in 2019, over-
speeding reason in 60% cases: Data,” The Economic Times, 01-Sep-
2020. [Online]. Accessed on 04-Feb-2021. Available:
https://economictimes.indiatimes.com/news/politics-and-nation/1-54-
lakh-people-killed-in-road-crashes-in-india-in-2019-over-speeding-
reason-in-60-cases-data/articleshow/77875613.cms.
[3] J. M. Kumar, R. Mahajan, D. Prabhu and D. Ghose, "Cost effective
road accident prevention system," 2016 2nd International Conference
on Contemporary Computing and Informatics (IC3I), Noida, 2016,
pp. 353-357.
[4] N. T. S. A. Wadhahi, S. M. Hussain, K. M. Yosof, S. A. Hussain and
A. V. Singh, "Accidents Detection and Prevention System to reduce
Traffic Hazards using IR Sensors," 2018 7th International Conference
on Reliability, Infocom Technologies and Optimization (Trends and
Future Directions) (ICRITO), Noida, India, 2018, pp. 737-741.

968

Authorized licensed use limited to: National University of Singapore. Downloaded on July 03,2021 at 21:42:54 UTC from IEEE Xplore. Restrictions apply.

You might also like