Sunteți pe pagina 1din 5

2018 2nd Int. Conf.

on Innovations in Science, Engineering and Technology (ICISET)


27-28 October 2018, Chittagong, Bangladesh

Automatic Accident Detection and Human


Rescue System: Assistance through
Communication Technologies
Frahim Wadud Taj Abdul Kadar Muhammad Masum S M Taslim Reza
Department of Electrical and Electronics Department of Computer Science and Department of Electrical and
Engineering Engineering Electronics Engineering
International Islamic University Chittagong, International Islamic University International Islamic University
Bangladesh Chittagong, Bangladesh Chittagong, Bangladesh
a.k.azad.um@gmail.com akmmasum@yahoo.com smtaslimreza@gmail.com

Md. Kalim Amzad Chy Iftekhar Mahbub


Department of Computer Science and Department of Electrical and
Engineering Electronics Engineering
International Islamic University International Islamic University
Chittagong, Bangladesh Chittagong, Bangladesh
kalim.amzad.chy@gmail.com Iftekharcse1@gmail.com

Abstract—With the rapid growth of population vehicles have reported but cannot trace the exact location. Consequently, it
become an absolute necessity of our daily life. Increasing vehicles causes the loss of life as the information doesn't reach to the
causes lots of accidents and loss of life due to late information rescue team immediately. Virtanent et al. shows that 4.6% of
reaching to the rescue team and arrival of an ambulance. This the fatality of the road accidents could be avoided if the
paperpresents an Automatic Accident Detection and Human immediate steps could be taken at the place of a road accident
Rescue System (AADHRS) that will detect accidents and save the intime [4].
victims’ life by informing the rescue team. Vibration sensor,
Global System for Mobile (GSM) and Global Positioning System As such, to track the accident automatically and inform the
(GPS) are used in this system. After taking places of an accident, nearest hospital,asmartaccident detection and human rescue
the system delivers a short message to a nearby rescue team and systemwith anautomatic notification are crying needto save the
police station via GSM module. The message includes the valuable lives.The main thrust of this paper is to propose an
longitude and latitude values of the location. A rescue team can efficient Automatic Accident Detection and human Rescue
instantly trace the location of the vehicle tapping geographical System (AADHRS) that detects the accident more precisely.
coordinates in Google earth or any other GPS viewer application The AADHRS ensures the medical facilities to the accident
to help wounded people. Most of the previous system comprised victim as early as possible like an ambulance reaching at the
of multiple sensors for detecting accident which increased the accident location in time without any delay. This process will
cost of the project. But, the proposed model includes only one save time mainly for the areas situated in a remote place that is
vibration sensor; thus it reduces the cost of multiple sensor and
outer part of central city.
the complexity of interfacing. So, it will be affordable for vehicle
owners of Bangladesh. The prime objective of this paper is to develop an automatic
accident detection and human rescue system. To the best of our
Keywords— accident detection system; human rescue system; knowledge, such kind of system is not available in Bangladesh
Global Positioning System (GPS); Global System for Mobile (GSM) yet. Moreover, the implementation cost of this system in the
I. INTRODUCTION vehicles is very low (approximately BDT 5000-6000). So, the
system would be useful and affordable for vehicle owners of
The advancement of the vehicles is the decisive factor for developing countries such as Bangladesh.
the larger amount of increasing population. Consecutively it
becomes a disaster through road accidents. World Health The rest of this paper is structured as follows. Section II
Organization (WHO) states that, more than1,200,000 people deliberates the related work.Part III includes methodology
die worldwide in road crashes and about 50,000,000 are where circuit operation, accident identification process is
disabledeach year[1].In 2017, 4,284 people were killed, and described. In result and discussion section normal condition,
9,112 were disabled in 3,472 road crashesacross Bangladesh initial condition and accident condition are observed. Finally,
[2]. Statistics show that 15.82% accidents increased and section IV concludes the paper.
25.56% death in 2017 compared withthe previous year[2].
Every day nearly64 people die because of these fatal road II. RELATED WORK
accidents[3]. In spite oftaking some necessary steps, it is Nowadays, in numerous applications, smartphones are
increasing in alarming rate. Unfortunately, the arrival of an used as moving traffic probes and sensors [5-7], investigating
ambulance to the accident spot is delayed because the rescue the road environment, accident detection and traffic
team is not informed in time. Moreover, sometimes, they are congestion. These are the great features of an Intelligent

978-1-5386-8524-2/18/$31.00 ©2018 IEEE 496


Transport System (ITS) that looks for reducing traffic condition for a while for pressing the acknowledge button to
congestion and improving the traffic safety [8]. reset. After over the period, GSM sends SMS to the nearest
Whitney and Pisano [9] proposed an automatic accident hospital and police. Block Diagram of the proposed system is
detection method. But there was a chance of wrong alarming shown in Figure 1.
and also couldn’t give any assurance of accident occurrence.
Extending the earlier study, Amin et al. [10]proposed a GPS,
GSM and GPRS Technology based accident detection system
that can also report to the system. But, that involves huge cost.
Saiprasert et al. [11] advocated a system using
androidapplication where in case of unsafe driving it could
report to the system. Moreover,by tracking the
transportations,Lee [12] developed a system that can detect
accident on the highway. The system comprisedGPS, pressure
and accelerometersensor that can identifyan actual fear and
send the information to the nearesthospital and police station.
But their pressure sensor was not able to give a precise reading.
Again, Detection from Arm Processor system came into
existence that used ARM7 (LPC 2129) processor and also
GPS, GSM, RF transmission modules which attached to
ambulance [13]. Basically, it is based on an approach to make
way for an ambulance using the Internet of things (IOT) based
intelligent traffic light control system where the ambulance Fig.1. Block Diagram
driver accesses the device through GPS. The driver traces the
location and sends the updates to traffic control management, The proposed system is classified into the following parts:
and GPS is connected to ARM processor. It uses a GSM A. Circuit operation
module to send a message to traffic management and get
acknowledgement from the receiver side. The communication By getting a power supply, the GSM and the input-output
takes place with high security as information is encrypted. The port ready to operate. In Figure 2, circuit operation is shown,
management side uses an optocoupler to pass data and control done by PROTEUS software. Vibration sensor takes vibration
to a personal computer (PC). PC controls the traffic light [14] data, and GPS sends reading data to micro-controller. The
that focuses on the running emergency vehicles and provides a vibration sensors current state always high that changes to a
clear path. But there involved a lot of complexity in the low state when the vibration limit exceeds. This weak signal
perspective of the driver. FPGA Technology based rescue satisfied a condition of the microcontroller. So, current latitude
system [15] was developed that basically detects a position of and longitude by GPS and a code generated message will ready
any transportation and send an automated message to the pre- for send. A warning message is shown in LCD. And LED is
programmed number. This device could notify the vehicle also blinking. The condition for a while for pressing the
owner,ambulance to rescuepeople andpolice to remove traffic acknowledge button to reset. After over the period GSM send
congestion. FPGA controls and coordinate all parts used in the SMS to the rescue team and police.
system. With the help of the accelerometer sensor, the system Arduino communicates with the GSM module in serial
could tell the exact position of the vehicle. This system is not mode. From serial pins of Arduino, Rx pinis connected with
cost effective also. the TX pin of the GSM module and Tx pin with the Rx pin of
After an extensive literature review, it can be concluded the GSM module. The ground pin of Arduino and the ground
that most of the system used multiple sensors for detecting pin of GSM module is connected through a wire.
accident which increases the cost of the project. But in this
proposed model, only one vibration sensor was used which
reduces the cost of multiple sensors and complexities of
interfacing.
III. METHODOLOGY
In this proposed system Microcontroller being powered by
DC supply that switches onthe GSM. After a while, the input-
output port gets ready, and accident detection process is being
started. GPS sends reading data to micro-controller
continuously as well as Vibration sensor takes vibration data.
The vibration sensors present state is always high. After
exceeding its limit, it turns into a low signal. This weak signal
satisfied a condition of the microcontroller. After satisfied
condition, current latitude and longitude by GPS and a code
generated message will ready for send. In this time, a warning Fig. 2. Circuit Diagram
message will be shown in LCD, and a LED also blazes. The

497
B. Hardware Interface "AT+CMGS=\"x\"\r", the system can send message to that
The Automatic Accident detection and human rescue mobile number.
system consist of ATMEGA 328P, VibrationSW-420, GPS There exist various kinds of GSM modem and modulein the
NEO-6, GSM SIM 900, I²C bus, LCD16x2, shown in Figure 3. shop. Among them, GSM module with TTL Output provisions
There has only four pins in the GPS modulenamelyTXD, RXD, is used for our system tosend and receive SMS and
VCC and ground.GPS TXD is connected with Arduino RX pin connectwith Arduino.
and GPS RXD pin withArduino TX pin. TX pin is the
transmitted pin, and RX pin is the receiver pin of GPS (UART D. GSM ModuleBooting:
Tx, UART Rx. Both pins can be a logic high level that is up to After entering the SIM card to the GSM module need to
3.3V. interface the adapter and turn on the GSM module. It requires
After giving power supply, the GSM get power, and the time to connect with the mobile network. A few minutes
input-output port gets ready Figure 3. GPS sends reading data later,status or networking led blinking will be changed. When
to micro-controller as well as Vibration sensor takes vibration the connection is performed status or network led will blink
data continuously. The present state of vibration sensor is every 3 seconds continuously. It can be tested by making a
always high that turns into low signal when the vibration limit call from the inserted sim card no to another mobile no. If the
exceeds. This weak signal satisfied a condition of the connection is established successfully ring will be heard.
microcontroller. After satisfied of the state, current latitude and
longitude of GPS and a code generated message would ready E. Establishing Connection between Arduino and GSM
for send. Also, warning message is shown in LCD, and a LED Module:
also blazes. The condition for pressing the acknowledge button To connect the GSM module with Arduino, there have two
to reset. After over the period GSM send SMS. options. Serial communication is most used inbetween Arduino
and GSM module. From serial pins of Arduino, Rx pin is
connected with the TX pin of the GSM module and Tx pin
with the Rx pin of the GSM module. The ground pin of
Arduino and the ground pin of GSM module is connected
through a wire. From Arduino 2nd pin is associated with the TX
pin of the GSM module and 3rd Pin with the RX pin of the
GSM Module. This configuration has been shown in Figure 4.

Fig. 3. Hardware Block diagram

C. GSM Interface:
To set up a communication between computer or mobile
and GSM system GSM module is used. Global System for Fig. 4. Sim 900 GSM module interface with Arduino
Mobile communication (GSM) isconnected to a Printed Circuit
Board (PCB) along withvarious types of output that is received F. Accident identification process
from the PCB board, like RS232 Output to interface directly Microcontroller, vibration sensor, GSM module, GPS system
with a PC (personal computer) and TTL (Transistor–transistor
and a user interface is the main part of the vehicle unit. The
logic) Output for Arduino, 8051 and other micro-
controllers.VCC pin ofthe GSM module board takes out +5V voltage which is measured from the vibration sensor that is
or other values of power and ground pin for a ground basically low-level voltage. Now, the low-level voltage needs
connection that may change with different modules. to process. To detect the accident, multiple sensors can be used
Communication between mobile and GSM module is that is helpful in avoiding detection error. At utmost vibration
performed by some AT commands. AT+CMGF is used to
sensitive locations, these sensors can be fitted in a
select the format of the message where “AT+CMGF = 1” is
used for text mode and “AT+CMGF = 0” is used for PDU transportation frame. In inside part of the vehicle, a
mode. Text mode is selected in our proposed system which fundamental system needs to be employed to process the signal
expected result is OK. AT+CMGS is used to send message.By which comes from the sensor. By analyses that signal, it is
replacing x with mobile number in the following AT command possible to detect the accident.

498
According to the given flowchart Figure 5 the process will start
by initialising GSM and GPS. If affirmative, then it read the
vibration sensor; otherwise it returns the process. The vibration
sensor starts taking a reading. If vibration exceeded the limit
GPS get the accident location and LED is blinking and warning
massages on LCD. The system is waiting for checking the
button state. If reset the button then it starts to read the
vibration sensor. If negative, then GSM send the SMS to the
hospital and Display shows the warning.

Figure: 6 Overview of the project

B. Normal condition
Figure 7 indicates that LCD keeps on showing different
instruction accident. The whole process is controlled by the
microcontroller Arduino that has processed program in
reasonable condition the vibration sensor values remain in high
value. The LCD show The message "--- CarBlueBox! —"

Fig 7. An outlook of the display at normal condition.

C. Initial Accident Condition


Through signal conditioner,the microcontroller receives an
electric signal from vibration sensor while transportation
experiences an accident. That time vibration in a low state. The
LCD display shows instruction that "Are you ok? Reset” as
like as Figure 8. If the victim remains safe, then he can press
the reset button. If pressed the reset button, it become in normal
condition.

Fig 8. Initial accident condition


Fig. 5. Flowchart of Automatic accident detection and human rescue system.
D. After Accident Condition
If the victim is unable to press the reset button, vibration
IV. RESULT AND DISCUSSION sensor sends detected electric signal to the microcontroller
A. Outlook or total overview of the Project through signal conditioner. LCD showed the text "– In
Danger!—" In Figure 9. GPS trace the latitude and longitude.
In figure 6, the outlook of the project has been given. Then the information gathered by GPS about vehicle location
that immediately sends to control section through GSM which
is shown in Fig. 9b.

499
Hence, it possible to bring the wounded people to a hospital in
time. Such functions can be useful for “help” and “safety”, of
humans and society. Therefore, this low cost, reliable and
efficient system is the alternative of high cost, manual and
unreliable system. The Automatic Accident detection and
human rescue system, however, lacks certain features due to
certain complexities related to interfacing. In the future,
a. Smartphone application can be applied to guide the driver.
Real-time GPS tracking can be added for showing vehicle
movement directly in Google map. Moreover, his system can
be used in the front bumper to increase the more accuracy of
accident detection.
REFERENCES

[1] W. H. Organization. (2018). World report on road traffic injury


prevention.
[Online].Available:http://www.who.int/violence_injury_prevention/publ
ications/road_traffic/world_report/en/.[Accessed:Sep. 23, 2018].
b. c. [2] D. Tribune. (2017). NCPSRR: Road accidents killed 4,284 people in
2017.[Online].Available:https://www.dhakatribune.com/bangladesh/201
Fig. 9. When an accident occurs (a). SMS regarding the accident is received
8/01/01/ncpsrr-road-accidents-2017.[Accessed:Sep. 23, 2018].
by Hospital (b). When emergency health robbery issue, SMS is sent in
[3] M. A.-M. Molla, "64 die from road crashes every day," in The Daily
Hospital(c)
Star, ed. Dhaka -Bangladesh, 2017, February15.
[4] N. Virtanen, A. Schirokoff, and J. Luom, "Impacts of an automatic
If any passenger or driver needs emergency medical emergency call system on accident consequences," in Proceedings of the
support, pressed the emergency button, an SMS sent a near 18th ICTCT, Workshop Transport telemetric and safety. Finland, 2005,
hospital shortly with location. This device also detected the pp. 1-6.
[5] S. Tang and H. Gao, "Traffic-incident detection-algorithm based on
accident when the vehicle Turn Over or tilting any side. nonparametric regression," IEEE Transactions on Intelligent
The established of automatic accident detection and Transportation Systems, vol. 6, pp. 38-42, 2005.
[6] G. Rose, "Mobile phones as traffic probes: practices, prospects and
human rescue system is compared with some of the previous issues," Transport Reviews, vol. 26, pp. 275-291, 2006.
works. As like as Bluetooth module (HC-05) is used to send [7] P. Mohan, V. N. Padmanabhan, and R. Ramjee, "Nericell: rich
the information of accident to an android phone while GPS monitoring of road and traffic conditions using mobile smartphones," in
location of the accident sends to the Android app [16]. The Proceedings of the 6th ACM conference on Embedded network sensor
systems, 2008, pp. 323-336.
SMS can be sent by interfacing GSM and GPS without android [8] D. A. Whitney and J. J. Pisano, AutoAlert: Automated Acoustic
phone and apps. This feature is present in the proposed system. Detection of Incidents: IDEA Program, Transportation Research Board,
To detect an accident and notify the nearest hospital and National Research Council., 1995.
policethe proposed system requires to install OBUs in the [9] J. Yoon, B. Noble, and M. Liu, "Surface street traffic estimation," in
Proceedings of the 5th international conference on Mobile systems,
transportation. The designed system replaces the old applications and services, 2007, pp. 220-232.
mechanisms of the notification of accidents that is based on [10] M. S. Amin, J. Jalil, and M. Reaz, "Accident detection and reporting
witnesses, who may giveincorrect or incomplete system using GPS, GPRS and GSM technology," in Informatics,
information.By using a vibration sensor accident can be Electronics & Vision (ICIEV), 2012 International Conference on, 2012,
pp. 640-643.
detected automatically. This feature is present in the proposed [11] C. Saiprasert and W. Pattara-Atikom, "Smartphone enabled dangerous
system. From the above discussion, it can be concluded that the driving report system," in System Sciences (HICSS), 2013 46th Hawaii
Automatic Accident detection and human rescue system is a International Conference on, 2013, pp. 1231-1237.
simple and flexible system. [12] I. J. Lee, "An accident detection system on highway using vehicle
tracking trace," in ICT Convergence (ICTC), 2011 International
Conference on, 2011, pp. 716-721.
V. CONCLUSION [13] H. Venkatesh, S. D. Perur, and M. Jagadish, "An approach to make way
The design and development of Automatic Accident for intelligent ambulance using IoT," International Journal of Electrical
and Electronics Research, vol. 3, pp. 218-223, 2015.
detection and human rescue system which is based on vibration
[14] H. Singh, K. Kumar, and H. Kaur, "Intelligent traffic lights based on
tilt sensor using GSM and GPS are demonstrated in this RFID," International Journal of Computing and Business Research, vol.
proposed model. Accident spot and location can be detected 2012, pp. 1-10, 2012.
automatically & precisely. Consequently, it will prevent the [15] M. B. L. V. P. Savitha and H. P. S. Mhamane, "FPGA Based Vehicle
Tracking and Accident Warning using GPS."
wasting of time in searching for the location of the accident.
[16] V. S. Kushwaha, D. Yadav, A. Topinkatti, and A. Kumari, "Car
The result section proved that this system could automatically Accident Detection System Using GPS and GSM," International.
detect accident and able to sends the information to the main Journal of Emerging Trend in Engineering and Basic Sciences
controller. Then based on the information main controller (IJEEBS), 2015.
sends the ambulance unit to accident spot without any delay.

500

S-ar putea să vă placă și