You are on page 1of 3

ACCIDENT DETECTION USING GSM, GPS & MEMS

Traffic accidents are one of the leading causes of fatalities in most of the countries. An
important indicator of survival rates after an accident is the time between the accident and when
emergency medical personnel are dispatched to the scene. More the number of vehicles, more is
the probability of accidents. The government has undertaken number of initiatives and many
awareness program but accident rate remains high. This project focuses on developing an
embedded system to report information regarding road vehicles accidents on highways
automatically using MEMS and GSM modem and GPS.
The project consists of 89S52 based micro-controller interfaced ADC, MEMS
accelerometer sensor, GSM Modem and GPS Module. The MEMS (Micro Electro Mechanical
System) which consists of a 3-axis accelerometer which gives output based on three axis
movement. This setup is fixed on the vehicle and during normal movement (X-axis), the
accelerometer output is nearly constant. When any accident occurs the MEMS sensor gives
unbalanced or high axis output value (depends on vehicle tilt), and then the microcontroller
89S52 reads the value and expects for the normal movement output value again on same axis (Xaxis). The microcontroller commands the GSM modem and send a SMS to any predefined
numbers such as ambulance or police or any other numbers to intimate the accident. The location
parameters are also sent to predefined number using GPS Module.
At receiver section , SMS is recieved by GSM Modem which is interfaced with 89S52
microcontroller . The buzzer sounds to give alert.

HARDWARE REQUIREMENTS:
1

AT89S52

REGULATED POWER SUPPLY

MEMS Sensor MMA7260

ADC MCP3208

16*2 LCD Display

GSM MODEM

GPS MODULE

MUX CKT 74LS157

SOFTWARE REQUIREMENTS:
1

Keil Compiler

ucFlash

Embedded C Code

Block Diagram

Transmitter :
MEMS
SENSOR
GSM
MODEM
GPS
MODULE

74LS15
7 MUX
CKT

ADC
MCP320
8
MAX232
INTERFAC
E

16*2 LCD
DISPLAY

89S52
MCU

Buzzer

Receiver :
GSM
MODEM

MAX232
INTERFAC
E

TRANSISTO
R DRIVER

89S52
MCU

BUZZE
R

You might also like