0% found this document useful (0 votes)
7 views16 pages

Final

The document presents a Vehicle Accident Alert System using ADXL335, designed to detect accidents in real-time and send SMS alerts with location details via GPS and GSM modules. It emphasizes low-cost components, easy integration, and modular design for future customization, aiming to minimize emergency response times. The system is suitable for both educational and real-world applications, with potential for further development such as mobile apps and cloud logging.

Uploaded by

kashyapdiwakar66
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views16 pages

Final

The document presents a Vehicle Accident Alert System using ADXL335, designed to detect accidents in real-time and send SMS alerts with location details via GPS and GSM modules. It emphasizes low-cost components, easy integration, and modular design for future customization, aiming to minimize emergency response times. The system is suitable for both educational and real-world applications, with potential for further development such as mobile apps and cloud logging.

Uploaded by

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

A

PRESENTATION
ON
Vehicle Accident Alert System Using ADXL335

Submitted in partial fulfillment for the requirement for the award of the degree of

BACHELOR OF TECHNOLOGY

in

ELECTRICAL ENGINEERING

BY

Ayush Kumar

Abhimanyu Yadav

Prasoon Kashyap

Sunil Kumar

Under the Supervision of

Ms. Farhat Ara

Assistant Professor

Department of Electrical Engineering

Institute of Engineering & Rural Technology

PRAYAGRAJ - 211002

2025

Page 1
Vehicle Accident Alert System Presentation (Expanded)

Vehicle Accident Alert System Using ADXL335

This system not only ensures rapid communication in emergencies but also empowers users with a

dependable, always- on safety mechanism. Its low-cost components and simple integration process make it

ideal for both educational and real- world deployment scenarios. The modular design also allows future

customization for additional safety or data logging features as per user requirements.
Vehicle Accident Alert System Presentation (Expanded)

Abstract

Road accidents are a major global issue. The project detects vehicle accidents in real time using ADXL335 and sends SMS

alerts with location using GPS and GSM modules. It is cost-effective and easy to implement.

This system not only ensures rapid communication in emergencies but also empowers users with a dependable, always-

on safety mechanism. Its low-cost components and simple integration process make it ideal for both educational and real-

world deployment scenarios. The modular design also allows future customization for additional safety or data logging

features as per user requirements.


Vehicle Accident Alert System Presentation (Expanded)

Motivation

Emergency delays cost lives. The system aims to minimize response time after accidents by sending alerts automatically,

especially useful in remote or low-traffic areas.

This system not only ensures rapid communication in emergencies but also empowers users with a dependable, always-

on safety mechanism. Its low-cost components and simple integration process make it ideal for both educational and real-

world deployment scenarios. The modular design also allows future customization for additional safety or data logging

features as per user requirements.


Vehicle Accident Alert System Presentation (Expanded)

Literature Review

Previous research used accelerometers, GSM and GPS. This system improves with fully automated real-time detection

and SMS alerting using affordable components.

This system not only ensures rapid communication in emergencies but also empowers users with a dependable, always-

on safety mechanism. Its low-cost components and simple integration process make it ideal for both educational and real-

world deployment scenarios. The modular design also allows future customization for additional safety or data logging

features as per user requirements.


Vehicle Accident Alert System Presentation (Expanded)

System Objectives

1. Detect collisions using ADXL335.

2. Fetch GPS coordinates post-accident.

3. Send location-based SMS to emergency contacts.

4. Enable 24/7 automated operation.

This system not only ensures rapid communication in emergencies but also empowers users with a dependable, always-

on safety mechanism. Its low-cost components and simple integration process make it ideal for both educational and real-

world deployment scenarios. The modular design also allows future customization for additional safety or data logging

features as per user requirements.


Vehicle Accident Alert System Presentation (Expanded)

System Overview

System comprises Arduino Uno, ADXL335, SIM900 GSM, and GPS module. Arduino reads data and triggers alert if

motion exceeds threshold.

This system not only ensures rapid communication in emergencies but also empowers users with a dependable, always-

on safety mechanism. Its low-cost components and simple integration process make it ideal for both educational and real-

world deployment scenarios. The modular design also allows future customization for additional safety or data logging

features as per user requirements.


Vehicle Accident Alert System Presentation (Expanded)

Block Diagram

A visual representation of the interconnection between the components:

ADXL335

Arduino Uno

GSM + GPS modules

Emergency SMS.

This system not only ensures rapid communication in emergencies but also empowers users with a dependable, always-

on safety mechanism. Its low-cost components and simple integration process make it ideal for both educational and real-

world deployment scenarios. The modular design also allows future customization for additional safety or data logging

features as per user requirements.


Vehicle Accident Alert System Presentation (Expanded)

Working Concept

1. ADXL335 detects abnormal acceleration.

2. Arduino verifies it as an accident.

3. GPS fetches coordinates.

4. GSM sends SMS to stored contacts.

This system not only ensures rapid communication in emergencies but also empowers users with a dependable, always-

on safety mechanism. Its low-cost components and simple integration process make it ideal for both educational and real-

world deployment scenarios. The modular design also allows future customization for additional safety or data logging

features as per user requirements.


Vehicle Accident Alert System Presentation (Expanded)

Hardware Used

1. ADXL335

2. Arduino Uno

3. GPS Neo-6M

4. SIM900 GSM module

5. Power supply, jumper wires, resistors

This system not only ensures rapid communication in emergencies but also empowers users with a dependable, always-

on safety mechanism. Its low-cost components and simple integration process make it ideal for both educational and real-

world deployment scenarios. The modular design also allows future customization for additional safety or data logging

features as per user requirements.


Vehicle Accident Alert System Presentation (Expanded)

Accelerometer (ADXL335)

Monitors X, Y, Z axis acceleration. Detects collisions via threshold values. Sends analog signals to Arduino.

This system not only ensures rapid communication in emergencies but also empowers users with a dependable, always-

on safety mechanism. Its low-cost components and simple integration process make it ideal for both educational and real-

world deployment scenarios. The modular design also allows future customization for additional safety or data logging

features as per user requirements.


Vehicle Accident Alert System Presentation (Expanded)

GPS + GSM Modules

GPS: Gets real-time location.

GSM: Sends SMS with accident alert & coordinates. Both

communicate with Arduino.

This system not only ensures rapid communication in emergencies but also empowers users with a dependable, always-

on safety mechanism. Its low-cost components and simple integration process make it ideal for both educational and real-

world deployment scenarios. The modular design also allows future customization for additional safety or data logging

features as per user requirements.


Vehicle Accident Alert System Presentation (Expanded)

Circuit & Code

The system is powered by a battery. Circuit connects sensors to Arduino. Arduino code handles sensor input, threshold

checking, and SMS sending.

This system not only ensures rapid communication in emergencies but also empowers users with a dependable, always-

on safety mechanism. Its low-cost components and simple integration process make it ideal for both educational and real-

world deployment scenarios. The modular design also allows future customization for additional safety or data logging

features as per user requirements.


Vehicle Accident Alert System Presentation (Expanded)

Results & Discussion

System successfully detects crash and sends SMS in real time. Fast detection can save lives in critical situations.

This system not only ensures rapid communication in emergencies but also empowers users with a dependable, always-

on safety mechanism. Its low-cost components and simple integration process make it ideal for both educational and real-

world deployment scenarios. The modular design also allows future customization for additional safety or data logging

features as per user requirements.


Vehicle Accident Alert System Presentation (Expanded)

Applications & Future Scope

Applications: Private vehicles, fleet, school buses. Future:

Mobile app, cloud logging, more sensors.

This system not only ensures rapid communication in emergencies but also empowers users with a dependable, always-

on safety mechanism. Its low-cost components and simple integration process make it ideal for both educational and real-

world deployment scenarios. The modular design also allows future customization for additional safety or data logging

features as per user requirements.


Vehicle Accident Alert System Presentation (Expanded)

Conclusion

A low-cost, reliable accident detection and alert system was developed using ADXL335, Arduino, GPS, and GSM. It

ensures rapid communication during emergencies.

This system not only ensures rapid communication in emergencies but also empowers users with a dependable, always-

on safety mechanism. Its low-cost components and simple integration process make it ideal for both educational and real-

world deployment scenarios. The modular design also allows future customization for additional safety or data logging

features as per user requirements.

You might also like