An Arduino-based system to detect vehicle accidents and send SMS alerts with location data using MPU6050, GPS, and SIM800 GSM modules.
- Crash detection using MPU6050 accelerometer.
- GPS location tracking with TinyGPS++ library.
- SMS alerts with Google Maps link via SIM800.
- Arduino board
- MPU6050 accelerometer/gyroscope
- GPS module (e.g., NEO-6M)
- SIM800 GSM module
- Arduino IDE
- Libraries: TinyGPS++, SoftwareSerial, I2Cdev, MPU6050, Wire
- Connect the MPU6050, GPS, and SIM800 modules to the Arduino.
- Install the required libraries in the Arduino IDE.
- Upload the code (
Accident_Detection_System.ino) to the Arduino.