The main aim of the project Accident Detection and Messaging System is to inform the Ambulance and Police of the accident site and arrange for necessary steps to control the situation. This system is not only efficient but also worthy to be implemented.. The Accident Detection and Messaging System can be fitted in the vehicle (Ambulance or the Police) and they are informed about any such untoward incident at the go.
Accident Detection and Messaging System execution is simple as the system makes use of GSM and GPS technologies. GPS is used for taking the coordinates of the site of the accident while GSM is used for sending the coordinates to cell phones. To make this process all the controls are made using Arduino whereas a LCD is used to display the coordinates.
How it Works
Accident Detection and Messaging System is easy and the components used are Vibration Sensor, 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.
Circuit Diagram & ProgrammingCircuit Diagram Explanation
The circuitry of Accident Detection and Messaging System is similar to vehicle tracking system. The Tx pin of Arduino is directly connected with Rx pin of GSM module and the Rx pin of Arduino is directly connected with the Tx pin of GPS receiver. The output pin of Vibration sensor is connected with pin number 9 of Arduino. The 16x2 LCD’s data pins are connected with the arduino’s pin number 4, 5, 6, 7 and command pin rs and en of LCD are connected with arduino’s pin number 2 and 3. The rw pin of LCD is directly connected with ground. Vibration sensor module sends active low signal when the accident occurs.
Another important aspect of the project is the Power Supply. The Vibration Sensor requires about 9 Volt of DC supply, if we opt for a 5 Volt DC power supply then this circuit will not work properly.
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.
Before you embark upon building Accident Detection and Messaging System you have to select the same baud rate of GSM and GPS device, but if you are using different baud rate module or device you will face some problem related with the baud rate.
In this system we have used two different baud rates:
4800 bps baud rate for GPS Module and 9600 bps baud rate for GSM Module. When we takes Coordinates from GPS then we have use 4800 bps baud rate and when we have to send Coordinates to control room then we used 9600 bps baud rate.
Components Required
1. Arduino
2. GSM Module
3. GPS Module
4. Vibration Sensor module
5. 16x2 LCD
6. Power Supply
7. Connecting Wires
.
Comments
Please log in or sign up to comment.