Post Top Ad

Sunday, April 16, 2023

on video Accident Alert System Project Using Arduino SIM800L and GPS Module


  I am going to build Accident Alert System Project using GPS, GSM and accelerometer. This project detects sudden change in the axis of vehicle due to a crash or accident. And then the project send a call alert by making call to your mobile phone.  Accident Alert System Project also send an alert SMS on your Mobile Phone with the location of the accident. 

you will need to add the Emergency phone number in the code for receiving SMS alerts as well as  call alerts. 

The GPS Location of the accident is sent to your phone in the form of Google Map link along with the latitude and longitude. you just tap on the link, to visualize the real time GPS data on Google maps. 

This Accident alert system can also be used as GPS Tracking System. you just send the "get gps" command from your phone. and you will receive the location of the vehicle on your phone.


If the project detects false crash due to noise or some other reason. Then you don't want to receive that false accident alert on your phone. So, I have added a push button. If you want to cancel the Alert SMS then you just press this push button within 30 seconds and it will cancel the SMS and Call Alert. 


The whole project is based on GSM network. So, No internet connection is required for this project.  you just need a 2G sim card and GSM module for sending SMS alerts and making calls.


I have write an Impact Detection Algorithm. This Algorithm detects accident by getting the x, y and z axis values from accelerometer. This is one of the best Crash Detection Algorithm I have ever seen on the internet. This algorithm differentiate between parking mode and driving mode. So, it can detect crashes while you are driving. And It can also detect the crash when the car is parked. 



  I am going to build Accident Alert System Project using GPS, GSM and accelerometer. This project detects sudden change in the axis of vehicle due to a crash or accident. And then the project send a call alert by making call to your mobile phone.  Accident Alert System Project also send an alert SMS on your Mobile Phone with the location of the accident. 

you will need to add the Emergency phone number in the code for receiving SMS alerts as well as  call alerts. 

The GPS Location of the accident is sent to your phone in the form of Google Map link along with the latitude and longitude. you just tap on the link, to visualize the real time GPS data on Google maps. 

This Accident alert system can also be used as GPS Tracking System. you just send the "get gps" command from your phone. and you will receive the location of the vehicle on your phone.


If the project detects false crash due to noise or some other reason. Then you don't want to receive that false accident alert on your phone. So, I have added a push button. If you want to cancel the Alert SMS then you just press this push button within 30 seconds and it will cancel the SMS and Call Alert. 


The whole project is based on GSM network. So, No internet connection is required for this project.  you just need a 2G sim card and GSM module for sending SMS alerts and making calls.


I have write an Impact Detection Algorithm. This Algorithm detects accident by getting the x, y and z axis values from accelerometer. This is one of the best Crash Detection Algorithm I have ever seen on the internet. This algorithm differentiate between parking mode and driving mode. So, it can detect crashes while you are driving. And It can also detect the crash when the car is parked. 


No comments:

Post a Comment

Post Top Ad

Pages