SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 534
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
Dr. RANJIT K N1, ABHILASHA R2, JAYARAJESHWARI K3, KAVYA M4, VIDYA M5
1Professor, Dept. of Computer Science & Engineering,
Maharaja Institute Of Technology Thandavapura Karnataka, India
2-5
Students, Dept. of Computer Science & Engineering,
Maharaja Institute Of Technology Thandavapura Karnataka, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Speed is one of the basic reasons for vehicle
accident. Many lives could have been saved if emergency
services could get accident information and reach in time.
This project deals with accident detection system when the
accident occurs it uses various components and alerts the
Rescue team for help. An efficient automatic accident
detection with an automatic notification to the emergency
service with the accident location is a prime need to save the
precious human life. The proposed system deals with
accident alerting and detection. It reads the exact latitude
and longitude of the vehicle involved in the accident and
sends this information to nearest emergency service
provider. The goal of the project is to detect accidents and
alert the rescue team in time.
1. INTRODUCTION
The development of a transportation system has been
the generative power for human beings to have the
highest civilization above creatures in the earth.
Automobile has a great importance in our daily life. We
utilize it to go to our work place, keep in touch with our
friends and family, and deliver our goods. But it can also
bring disaster to us and even can kill us through accidents.
Speed is one of the most important and basic risk factors
in driving. It not only affects the severity of a crash, but
also increases risk of being involved in a crash. Despite
many efforts taken by different governmental and non-
governmental organizations all around the world by
various programs to aware against careless driving, yet
accidents are taking place every now and then. However,
many lives could have been saved if the emergency service
could get the crash information in time. A study by
Virtanen et al. shows that 4.6% of the fatalities in
accidents could have been prevented only if the
emergency services could be provided at the place of
accident at the proper time. As such, efficient automatic
accident detection with an automatic notification to the
emergency service with the accident location is a prime
need to save the precious human life.
1.1 PROBLEM STATEMENT
There are many applications in present which are
used to search nearby hospitals, and for any other location
based services but it’s not integrated on a single platform
so user is facing many problems in this scenario and there
is not a single application for first aid kit in case of any
emergency.
1.2 OBJECTIVE
The objective is to develop an application that will
provide help to the users in case of emergency. It helps by
allowing the user to locate the nearest Emergency places,
to send automated message with location sensing feature
to find way to a preset location and to provide common
health information.
1.3 SCOPE
The proposed system will check whether an accident
has occurred and notifies to nearest medical centers,
police station and registered mobile number about the
place of accident using GSM and GPS modules.
2. LITERATURE SURVEY
[A]Title:- IOT based automatic vehicle accident alert
system
Authors:- Nazia Parveen, Ashif Ali, Aleem Ali Published
(First Online): 02-05-2021,Publisher Name : ResearchGate
Summary:- The main purpose of this system is to increase
the chances of life of a person met with an accident. This
device helps the paramedics to reach to the accident
location with in the minimum time frame as it provides the
alert message as soon as the accident occurs. So, it also
helps in minimizing the communication delay and the
person met with the accident can be treated timely. It
plays a very importnat role in identifying the accident
locations that occurs in midnights.
[B]Title:- Identification of accident and alerts using iot
based system
Authors:- Saravanan Alagarsamy, S.Ramkumar,
G.Vishnuvarthanan Govindaraj, Theepikashree, Published
(First Online): 15-04-2020., Publisher Name :
ResearchGate
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 535
Summary:- The suggested IOT based automatic vehicle
accident identification and alerting system. This method
gathers the accident information in less time and forwards
the information immediately to the nearby first aid center.
The mechanism involved in the method is very reliable
and easy. In the existing techniques either the GPS or the
SMS mechanism is used to deliver the accident
information. The proposed technique combined both the
concept of global positioning and short message service
either if any one of the method fails, even in that case the
user or the vehicle information will reach to the control
room at the exact time for saving the life of the injured
peoples in the accident.
[C]Title:- Accident Detection and Alert System
Authors:- T Kalyani, S Monika, B Naresh, Mahendra Vucha,
Published (First Online): March 2017., Publisher Name :
IJITEE
Summary:- The proposed system deals with the accident
alerting and detection. Arduino is the heart of the system
which helps in transferring the message to different
devices in the system. Vibration sensor will be activated
when the accident occurs and the information is
transferred to the registered number through GSM
module. Using GPS the location can be sent through
tracking system to cover the geographical coordinates
over the area. The accident can be detected by a vibration
sensor which is used as major module in the system.
[D]Title:- Automatic Accident Alert System
Authors:- V. N. Ghodke, Shruti Navanath Lokhande, Kiran
Shivaji Ghule, Mandar ManoharPublished (First Online):
June 2019., Publisher Name : IJSDR
Summary:- The road accident can be detected efficiently
by using some particular parameters. Our proposed
approach capable of deciding whether a situation is an
accident or not and if so, then immediately traces nearest
police station as well as hospital and send emergency alert
message for help. Besides, we have demonstrated the
reduction of false alarm in a greater extent compared to
other previous works. Though the system requires a
continuous network connection, but this it is very much
cost effective and can be applied significantly in the
practical world.
3. IMPLEMENTATION
The below diagram shows the design and sequence
diagram of accident detection and messaging system. Here
Arduino UNO is used as controlling unit, communicating
between modules for better information transformation at
time. Accelerometer can be used for detecting the collision
direction from tri-lateral axis movements. Gyroscope can
be used for rollover collisions after a threshold of roll and
pitch values, the weight and centre of gravity of vehicle
plays an important role in rollover. The device also
confirms from vibration sensors which detects the
collision after a threshold voltage increase. Then a buzzer
is provided to abort the false detection of accident to the
passenger. Within of limited time of buzzer signal the GPS
module collects the coordinates from Google Module.
These co-ordinates nearby hospitals are alerted for
emergency rescue call to passenger. The hospital approves
the accident by verifying the accident at specified location
and confirms the accident. The saved personal members of
family are informed regarding the accident through GSM
module.
Fig 1: Design
Fig. 2: Sequence Diagram
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 536
4. METHODOLOGY
Fig. 3: Flow Chart
4.1 ARDUINO UNO
The Arduino UNO is a widely used open-source
microcontroller board based on the ATmega328P
microcontroller and developed by Arduino.cc. The
Arduino is the major control unit to detect or alert when
an accident occurs. It collects the data from vibration
sensor, GPRS and GSM modules and reflects the output
either in display system or through a message. Here
impact sensor plays a major role. This sensor will receive
the impact of the vehicle which in turn acts as a accident
detection module. Arduino gathers the information from
all other modules and sends the message to the receiver
though GSM module.
Fig. 4: Arduino UNO
4.2 GPS MODULE
GPS Module is used 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 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.
Fig. 5: ULTRASONIC SENSOR
4.3 GSM MODULE
For providing communication between the GPS, GSM
and the allocated mobile number GSM SIM900 module is
preferred. The name SIM800 says that, it is a tri band work
ranging a frequency of 900MHz to 1900 MHz such as
EGSM900 MHz, PCS 1900 MHz and DSC 100 MHz
Receiving pin of GSM module and transmitting pin of GPS
module are used for communication between the modules
and the mobile phone.
Fig. 6: GSM MODULE
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 537
4.4 IMPACT SENSOR
When the front impact sensors sense a crash
situation of the car, they send electric signals to the SRS.
The SRS then compares this data with the car's yaw rate
and, if needed, sends signal to deploy the necessary
airbags via the airbag pressure switch and seatbelt
restraints.
Fig. 7: GSM MODULE A GSM
5. RESULTS
Fig.8: Interfacing controller with all other modules
Fig. 9: Alert SMS
Fig. 10: LOCATION OF OCCURRED ACCIDENT
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 538
6. CONCLUSION
A system to detect an event of accident has been
developed. The proposed system deals with accident
alerting and detection. It reads the exact latitude and
longitude of the vehicle involved in the accident and sends
this information to nearest emergency service provider.
Arduino helps in transferring the message to different
devices in the system. The information is transferred to
the registered number through GSM module. Using GPS,
the location can be sent through tracking system to cover
the geographical coordinates over the area.
REFERENCES
[1] Bankar Sanket Anil, Kale Aniket Vilas, Prof. S. R.
Jagtap- “Intelligent System for Vehicular Accident
detection and notification system”
https://ieeexplore.ieee.org/document/6950048/
[2] R.Sujitha and A.Devipriya – “Automatic Identification of
Accidents and To Improve Notification Using Emerging
Technologies”
https://ieeexplore.ieee.org/document/7292412/
[3] Yongquan Chen, Yuandong Sun, Ning Ding, Wing
Kwong Chung, Huihuan Qian, Guoqing Xu and Yangsheng
Xu "A Real-time Vehicle Safety System" IEEE/SICE
International Symposium on System Integration (SII)
2012, pp. 957-962.
[4] "Road Accidents In India 2010" Government Of India
Ministry Of Road Transport And Highways Transport
Research Wing New Delhi December 201l, pp. I-53.
[5] Jules White, Chris Thompson, Hamilton Turner, Brian
Dougherty, and Douglas C. Schmidt "WreckWatch:
Automatic Traffic Accident Detection and Notification with
Smartphones" Journal of Mobile Networks and
Applications, pp. 1-28.
[6] Salas K Jose, X. Anitha Mary, Namitha Mathew "ARM 7
Based Accident Alert and Vehicle Tracking System"
International Journal of Innovative Technology and
Exploring Engineering (IJITEE), ISSN:2278-3075, Volume-
2, Issue-4, March 2013, pp. 93-96.
[7] Manuel Fogue, Piedad Garrido, Francisco J. Martinez "A
System for Automatic Notification and Severity Estimation
of Automotive Accidents" IEEE Transactions On Mobile
Computing 2013, pp. 1-30.
[8] Md. Syedul Amin, Jubayer Jalil, M. B. 1. Reaz "Accident
Detection and Reporting System using GPS, GPRS and GSM
Technology" IEEE/OSAIIAPR International Conference on
Informatics, Electronics & Vision 2012, pp. 640-643.
[9] Debopam Acharya, Vijay Kumar, Nicholas Garvin,
Ardian Greca and Gary M. Gaddis "A Sun SPOT based
Automatic Vehicular Accident Notification System" IEEE
Proceedings of the 5th International Conference on
Information Technology and Application in Biomedicine
2008, pp. 296-299.

More Related Content

Similar to ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE

RescueAlert-an accident detection and rescue mechanism
RescueAlert-an accident detection and rescue mechanism RescueAlert-an accident detection and rescue mechanism
RescueAlert-an accident detection and rescue mechanism IJECEIAES
 
SMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEM
SMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEMSMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEM
SMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEMIRJET Journal
 
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSMIRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSMIRJET Journal
 
IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...
IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...
IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...IRJET Journal
 
Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)IRJET Journal
 
IRJET - Accident Prevention Control System and Detection of Lost Key
IRJET - Accident Prevention Control System and Detection of Lost KeyIRJET - Accident Prevention Control System and Detection of Lost Key
IRJET - Accident Prevention Control System and Detection of Lost KeyIRJET Journal
 
IRJET- Road Mishap (Accident Detector)
IRJET-  	  Road Mishap (Accident Detector)IRJET-  	  Road Mishap (Accident Detector)
IRJET- Road Mishap (Accident Detector)IRJET Journal
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pbIAESIJEECS
 
Implementation Of Ambulance Rescue System Using LabVIEW (IARS)
Implementation Of Ambulance Rescue System Using LabVIEW (IARS)Implementation Of Ambulance Rescue System Using LabVIEW (IARS)
Implementation Of Ambulance Rescue System Using LabVIEW (IARS)IRJET Journal
 
ARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection SystemARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection SystemIRJET Journal
 
ARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection SystemARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection SystemIRJET Journal
 
Tracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMTracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMIRJET Journal
 
Ijacsa published research paper march 2020
Ijacsa published research paper march 2020Ijacsa published research paper march 2020
Ijacsa published research paper march 2020shoaibulhassanuos
 
IRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and ReportingIRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and ReportingIRJET Journal
 
IoT Based Accident Avoidance and Detection System for Two Wheelers
IoT Based Accident Avoidance and Detection System for Two WheelersIoT Based Accident Avoidance and Detection System for Two Wheelers
IoT Based Accident Avoidance and Detection System for Two WheelersIJASRD Journal
 
Ambulance Assistance For Emergency Services Using GPS Navigation
Ambulance Assistance For Emergency Services Using GPS NavigationAmbulance Assistance For Emergency Services Using GPS Navigation
Ambulance Assistance For Emergency Services Using GPS NavigationAndrew Molina
 
IRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert SystemIRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert SystemIRJET Journal
 
An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...
An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...
An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...IJRES Journal
 
Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...
Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...
Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...ijtsrd
 

Similar to ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE (20)

RescueAlert-an accident detection and rescue mechanism
RescueAlert-an accident detection and rescue mechanism RescueAlert-an accident detection and rescue mechanism
RescueAlert-an accident detection and rescue mechanism
 
SMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEM
SMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEMSMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEM
SMART ACCIDENT DETECTION AND ALERT MESSAGE SYSTEM
 
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSMIRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
 
IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...
IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...
IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...
 
Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)
 
IRJET - Accident Prevention Control System and Detection of Lost Key
IRJET - Accident Prevention Control System and Detection of Lost KeyIRJET - Accident Prevention Control System and Detection of Lost Key
IRJET - Accident Prevention Control System and Detection of Lost Key
 
IRJET- Road Mishap (Accident Detector)
IRJET-  	  Road Mishap (Accident Detector)IRJET-  	  Road Mishap (Accident Detector)
IRJET- Road Mishap (Accident Detector)
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pb
 
Implementation Of Ambulance Rescue System Using LabVIEW (IARS)
Implementation Of Ambulance Rescue System Using LabVIEW (IARS)Implementation Of Ambulance Rescue System Using LabVIEW (IARS)
Implementation Of Ambulance Rescue System Using LabVIEW (IARS)
 
ARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection SystemARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection System
 
ARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection SystemARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection System
 
Tracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMTracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSM
 
Ijacsa published research paper march 2020
Ijacsa published research paper march 2020Ijacsa published research paper march 2020
Ijacsa published research paper march 2020
 
IRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and ReportingIRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and Reporting
 
IoT Based Accident Avoidance and Detection System for Two Wheelers
IoT Based Accident Avoidance and Detection System for Two WheelersIoT Based Accident Avoidance and Detection System for Two Wheelers
IoT Based Accident Avoidance and Detection System for Two Wheelers
 
Ambulance Assistance For Emergency Services Using GPS Navigation
Ambulance Assistance For Emergency Services Using GPS NavigationAmbulance Assistance For Emergency Services Using GPS Navigation
Ambulance Assistance For Emergency Services Using GPS Navigation
 
IRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert SystemIRJET - IoT based Low Cost Vehicle Monitoring and Alert System
IRJET - IoT based Low Cost Vehicle Monitoring and Alert System
 
An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...
An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...
An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...
 
Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...
Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...
Smart Highway Technology using Intelligent Black Box for Vehicle Accident Mon...
 
Ijsrdv8 i10772
Ijsrdv8 i10772Ijsrdv8 i10772
Ijsrdv8 i10772
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 

Recently uploaded (20)

Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 

ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 534 ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE Dr. RANJIT K N1, ABHILASHA R2, JAYARAJESHWARI K3, KAVYA M4, VIDYA M5 1Professor, Dept. of Computer Science & Engineering, Maharaja Institute Of Technology Thandavapura Karnataka, India 2-5 Students, Dept. of Computer Science & Engineering, Maharaja Institute Of Technology Thandavapura Karnataka, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Speed is one of the basic reasons for vehicle accident. Many lives could have been saved if emergency services could get accident information and reach in time. This project deals with accident detection system when the accident occurs it uses various components and alerts the Rescue team for help. An efficient automatic accident detection with an automatic notification to the emergency service with the accident location is a prime need to save the precious human life. The proposed system deals with accident alerting and detection. It reads the exact latitude and longitude of the vehicle involved in the accident and sends this information to nearest emergency service provider. The goal of the project is to detect accidents and alert the rescue team in time. 1. INTRODUCTION The development of a transportation system has been the generative power for human beings to have the highest civilization above creatures in the earth. Automobile has a great importance in our daily life. We utilize it to go to our work place, keep in touch with our friends and family, and deliver our goods. But it can also bring disaster to us and even can kill us through accidents. Speed is one of the most important and basic risk factors in driving. It not only affects the severity of a crash, but also increases risk of being involved in a crash. Despite many efforts taken by different governmental and non- governmental organizations all around the world by various programs to aware against careless driving, yet accidents are taking place every now and then. However, many lives could have been saved if the emergency service could get the crash information in time. A study by Virtanen et al. shows that 4.6% of the fatalities in accidents could have been prevented only if the emergency services could be provided at the place of accident at the proper time. As such, efficient automatic accident detection with an automatic notification to the emergency service with the accident location is a prime need to save the precious human life. 1.1 PROBLEM STATEMENT There are many applications in present which are used to search nearby hospitals, and for any other location based services but it’s not integrated on a single platform so user is facing many problems in this scenario and there is not a single application for first aid kit in case of any emergency. 1.2 OBJECTIVE The objective is to develop an application that will provide help to the users in case of emergency. It helps by allowing the user to locate the nearest Emergency places, to send automated message with location sensing feature to find way to a preset location and to provide common health information. 1.3 SCOPE The proposed system will check whether an accident has occurred and notifies to nearest medical centers, police station and registered mobile number about the place of accident using GSM and GPS modules. 2. LITERATURE SURVEY [A]Title:- IOT based automatic vehicle accident alert system Authors:- Nazia Parveen, Ashif Ali, Aleem Ali Published (First Online): 02-05-2021,Publisher Name : ResearchGate Summary:- The main purpose of this system is to increase the chances of life of a person met with an accident. This device helps the paramedics to reach to the accident location with in the minimum time frame as it provides the alert message as soon as the accident occurs. So, it also helps in minimizing the communication delay and the person met with the accident can be treated timely. It plays a very importnat role in identifying the accident locations that occurs in midnights. [B]Title:- Identification of accident and alerts using iot based system Authors:- Saravanan Alagarsamy, S.Ramkumar, G.Vishnuvarthanan Govindaraj, Theepikashree, Published (First Online): 15-04-2020., Publisher Name : ResearchGate
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 535 Summary:- The suggested IOT based automatic vehicle accident identification and alerting system. This method gathers the accident information in less time and forwards the information immediately to the nearby first aid center. The mechanism involved in the method is very reliable and easy. In the existing techniques either the GPS or the SMS mechanism is used to deliver the accident information. The proposed technique combined both the concept of global positioning and short message service either if any one of the method fails, even in that case the user or the vehicle information will reach to the control room at the exact time for saving the life of the injured peoples in the accident. [C]Title:- Accident Detection and Alert System Authors:- T Kalyani, S Monika, B Naresh, Mahendra Vucha, Published (First Online): March 2017., Publisher Name : IJITEE Summary:- The proposed system deals with the accident alerting and detection. Arduino is the heart of the system which helps in transferring the message to different devices in the system. Vibration sensor will be activated when the accident occurs and the information is transferred to the registered number through GSM module. Using GPS the location can be sent through tracking system to cover the geographical coordinates over the area. The accident can be detected by a vibration sensor which is used as major module in the system. [D]Title:- Automatic Accident Alert System Authors:- V. N. Ghodke, Shruti Navanath Lokhande, Kiran Shivaji Ghule, Mandar ManoharPublished (First Online): June 2019., Publisher Name : IJSDR Summary:- The road accident can be detected efficiently by using some particular parameters. Our proposed approach capable of deciding whether a situation is an accident or not and if so, then immediately traces nearest police station as well as hospital and send emergency alert message for help. Besides, we have demonstrated the reduction of false alarm in a greater extent compared to other previous works. Though the system requires a continuous network connection, but this it is very much cost effective and can be applied significantly in the practical world. 3. IMPLEMENTATION The below diagram shows the design and sequence diagram of accident detection and messaging system. Here Arduino UNO is used as controlling unit, communicating between modules for better information transformation at time. Accelerometer can be used for detecting the collision direction from tri-lateral axis movements. Gyroscope can be used for rollover collisions after a threshold of roll and pitch values, the weight and centre of gravity of vehicle plays an important role in rollover. The device also confirms from vibration sensors which detects the collision after a threshold voltage increase. Then a buzzer is provided to abort the false detection of accident to the passenger. Within of limited time of buzzer signal the GPS module collects the coordinates from Google Module. These co-ordinates nearby hospitals are alerted for emergency rescue call to passenger. The hospital approves the accident by verifying the accident at specified location and confirms the accident. The saved personal members of family are informed regarding the accident through GSM module. Fig 1: Design Fig. 2: Sequence Diagram
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 536 4. METHODOLOGY Fig. 3: Flow Chart 4.1 ARDUINO UNO The Arduino UNO is a widely used open-source microcontroller board based on the ATmega328P microcontroller and developed by Arduino.cc. The Arduino is the major control unit to detect or alert when an accident occurs. It collects the data from vibration sensor, GPRS and GSM modules and reflects the output either in display system or through a message. Here impact sensor plays a major role. This sensor will receive the impact of the vehicle which in turn acts as a accident detection module. Arduino gathers the information from all other modules and sends the message to the receiver though GSM module. Fig. 4: Arduino UNO 4.2 GPS MODULE GPS Module is used 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 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. Fig. 5: ULTRASONIC SENSOR 4.3 GSM MODULE For providing communication between the GPS, GSM and the allocated mobile number GSM SIM900 module is preferred. The name SIM800 says that, it is a tri band work ranging a frequency of 900MHz to 1900 MHz such as EGSM900 MHz, PCS 1900 MHz and DSC 100 MHz Receiving pin of GSM module and transmitting pin of GPS module are used for communication between the modules and the mobile phone. Fig. 6: GSM MODULE
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 537 4.4 IMPACT SENSOR When the front impact sensors sense a crash situation of the car, they send electric signals to the SRS. The SRS then compares this data with the car's yaw rate and, if needed, sends signal to deploy the necessary airbags via the airbag pressure switch and seatbelt restraints. Fig. 7: GSM MODULE A GSM 5. RESULTS Fig.8: Interfacing controller with all other modules Fig. 9: Alert SMS Fig. 10: LOCATION OF OCCURRED ACCIDENT
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 05 | May 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 538 6. CONCLUSION A system to detect an event of accident has been developed. The proposed system deals with accident alerting and detection. It reads the exact latitude and longitude of the vehicle involved in the accident and sends this information to nearest emergency service provider. Arduino helps in transferring the message to different devices in the system. The information is transferred to the registered number through GSM module. Using GPS, the location can be sent through tracking system to cover the geographical coordinates over the area. REFERENCES [1] Bankar Sanket Anil, Kale Aniket Vilas, Prof. S. R. Jagtap- “Intelligent System for Vehicular Accident detection and notification system” https://ieeexplore.ieee.org/document/6950048/ [2] R.Sujitha and A.Devipriya – “Automatic Identification of Accidents and To Improve Notification Using Emerging Technologies” https://ieeexplore.ieee.org/document/7292412/ [3] Yongquan Chen, Yuandong Sun, Ning Ding, Wing Kwong Chung, Huihuan Qian, Guoqing Xu and Yangsheng Xu "A Real-time Vehicle Safety System" IEEE/SICE International Symposium on System Integration (SII) 2012, pp. 957-962. [4] "Road Accidents In India 2010" Government Of India Ministry Of Road Transport And Highways Transport Research Wing New Delhi December 201l, pp. I-53. [5] Jules White, Chris Thompson, Hamilton Turner, Brian Dougherty, and Douglas C. Schmidt "WreckWatch: Automatic Traffic Accident Detection and Notification with Smartphones" Journal of Mobile Networks and Applications, pp. 1-28. [6] Salas K Jose, X. Anitha Mary, Namitha Mathew "ARM 7 Based Accident Alert and Vehicle Tracking System" International Journal of Innovative Technology and Exploring Engineering (IJITEE), ISSN:2278-3075, Volume- 2, Issue-4, March 2013, pp. 93-96. [7] Manuel Fogue, Piedad Garrido, Francisco J. Martinez "A System for Automatic Notification and Severity Estimation of Automotive Accidents" IEEE Transactions On Mobile Computing 2013, pp. 1-30. [8] Md. Syedul Amin, Jubayer Jalil, M. B. 1. Reaz "Accident Detection and Reporting System using GPS, GPRS and GSM Technology" IEEE/OSAIIAPR International Conference on Informatics, Electronics & Vision 2012, pp. 640-643. [9] Debopam Acharya, Vijay Kumar, Nicholas Garvin, Ardian Greca and Gary M. Gaddis "A Sun SPOT based Automatic Vehicular Accident Notification System" IEEE Proceedings of the 5th International Conference on Information Technology and Application in Biomedicine 2008, pp. 296-299.