0% found this document useful (1 vote)
267 views9 pages

Arduino Based Vehicle Accident Alert System Using GPS, GSM and Accelerometer

This presentation introduces an Arduino-based vehicle accident alert system that uses GPS, GSM, and an accelerometer. The key components are described, including issues found with the initial GSM module. The system works by detecting vehicle accidents with the accelerometer, which triggers the Arduino to collect GPS coordinates and send them via GSM to an emergency monitoring station. The students have begun writing the code for this project in C programming and discuss the programming approach, which uses an "if" statement to send coordinates when vibration is detected. The overall goal of the project is to efficiently inform emergency services of accident locations.

Uploaded by

Nihal Al Rafi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
267 views9 pages

Arduino Based Vehicle Accident Alert System Using GPS, GSM and Accelerometer

This presentation introduces an Arduino-based vehicle accident alert system that uses GPS, GSM, and an accelerometer. The key components are described, including issues found with the initial GSM module. The system works by detecting vehicle accidents with the accelerometer, which triggers the Arduino to collect GPS coordinates and send them via GSM to an emergency monitoring station. The students have begun writing the code for this project in C programming and discuss the programming approach, which uses an "if" statement to send coordinates when vibration is detected. The overall goal of the project is to efficiently inform emergency services of accident locations.

Uploaded by

Nihal Al Rafi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

WELCOME

TO OUR PRESENTATION

PRESENTED BY:
Name ID
Suraya Sultana Nitu 1521529643
Fahmi Faisal Ahmed 1421554643
Md. Mirajur Rahman 1612642043
Arduino Based Vehicle Accid
ent Alert System using GPS,
GSM and Accelerometer
Components Required:
 Arduino Uno
 GSM Module
 GPS Module
 Accelerometer
 16x2 LCD Display
 Power Supply
 Connecting Wires
 10 K-POT
 Breadboard or PCB
 Power supply 12v 1amp
 Momentary switches
 Resistance
 Vibration sensor module
After finalizing the equipment for the project ,we have sourced and found
every spares. while checking all the equipment, problem was found in the
GSM module .
We observed a problem with the gsm module, that is when we connect a sim
card with gsm module we are not receiving any network signals from it, then we
tried checking it with a DMM. When we connect the gsm module to the DMM
frequent power interruption is observed, so we are planning to buy a new unit
Accident Detection and Messaging System is easy and the
components used are Vibration Sensor(accelerometer), which
detects the accident and in turn sends the signals to Arduino.
At this point the Arduino takes control and starts collecting
the coordinates received from the GPS which are later sent to
the Central Emergency Monitoring Station by using the GSM
module.
We have started to write the code . we are using
c programming to write the code for this
project. Being EEE student which is
challenging for us.
Programming
The Programming of this project is also similar to that of vehicle
tracking system but here an “if” statement is used for sending
coordinates when vibration sensor sends low signal to the Arduino.
The main aim of the project accident detection and
messaging system is to inform the Ambulance and police of
the accident site and arranger for necessary steps to control
the situation. This system is not only efficient but also
worthy to be implemented.

You might also like