0% found this document useful (0 votes)
121 views31 pages

170305142702

The document describes an automatic accident alert system called "SAVE ME" for automobiles. It consists of a sensing module with a collision sensor attached to a Raspberry Pi, an Android application, and a server. The sensing module detects collisions and the Android app detects nearby active sensors. It sends messages to the server, which alerts the nearest control station. This allows rescue teams to quickly locate the accident site using the mobile phone's GPS. The system aims to reduce deaths from unnoticed road accidents, especially at night.

Uploaded by

Avs Pavan
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)
121 views31 pages

170305142702

The document describes an automatic accident alert system called "SAVE ME" for automobiles. It consists of a sensing module with a collision sensor attached to a Raspberry Pi, an Android application, and a server. The sensing module detects collisions and the Android app detects nearby active sensors. It sends messages to the server, which alerts the nearest control station. This allows rescue teams to quickly locate the accident site using the mobile phone's GPS. The system aims to reduce deaths from unnoticed road accidents, especially at night.

Uploaded by

Avs Pavan
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/ 31

SAVE ME: AUTOMATIC ACCIDENT ALERT SYSTEM

FOR AUTOMOBILES

College of Engineering, Cherthala

March 3, 2017

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FOR AUTOMOBILES
March 3, 2017 1 / 30
GROUP 1

Anamika G V (7)
Mekha S (23)
Priyanka S (26)
Safeena Ashraf (29)

Guide: Ms. Josna Jose


Assistant Professor
Computer Science & Engineering

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FOR AUTOMOBILES
March 3, 2017 1 / 30
Table of Contents

Introduction
Product Scope
Existing system
Proposed System
Advantages of Proposed System
Hardware Requirements
Software Requirements
System Design
Gantt Chart

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FOR AUTOMOBILES
March 3, 2017 2 / 30
Data Flow Diagrams
Usecase Diagram
Sequence Diagram
Activity Diagram
Hardware Diagram
Android Module
Server Module
Sensing Module
Screenshots
Conclusion
Reference

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FOR AUTOMOBILES
March 3, 2017 3 / 30
INTRODUCTION

To prevent accidents, it is not in our hand always but, it is possible to


save victims. Under such circumstance a vehicle collision detection
system is helpful.
”SAVE ME” includes a hardware system to hold sensor, an android
based application that detect nearby active sensor and also a
dedicated server which receive messages from android application.
The android application sends an alert message to the nearby control
station about the accident.
Hence the accident spot can be located using GPS in mobile phone of
the victim.

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FOR AUTOMOBILES
March 3, 2017 4 / 30
PRODUCT SCOPE

In present scenario, we see many case where people die on road due
to unnoticed road accidents.
This becomes a usual case at nights.
For android users who install ”SAVE ME” application it will be
helpful.
Any android user can use ”SAVE ME”. The hardware made use is
also reliable.

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FOR AUTOMOBILES
March 3, 2017 5 / 30
EXISTING SYSTEM

It is a common scenario that people die unnoticed during accidents,


especially during night time.
Communication is possible only through telephone calls.
There is no such system to inform the rescue forces when the driver is
seriously injured.

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FOR AUTOMOBILES
March 3, 2017 6 / 30
PROPOSED SYSTEM

”SAVE ME” system include a Sensing module an Android application


and a Server side .
The Sensing module include a collision sensor attached to the
Raspberry pi that detects any collision.
Android application include mechanism to detect any nearby active
sensors. It sends all updated messages to the server.

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FOR AUTOMOBILES
March 3, 2017 7 / 30
Finally the Server side receives accident information from the android
application and sends an alert message to the nearby control station
of the accident location.
When alert message is received in the control station, they can fetch
accident location by using GPS in users mobile phone.
Then further rescue operations can be carried out.
On the other hand SAVE ME also send an information message to an
emergency number of the user, which he/she specifies during
application installation.

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FOR AUTOMOBILES
March 3, 2017 8 / 30
ADVANTAGES OF PROPOSED SYSTEM

Accident alerts are given to the nearest control station on the very
first moment of collision.
A message will be send to a selected contact to inform about the
accident.
The alert message will include the GPS location ,so that the rescue
action become very fast.
A map may be displayed for the easy identification of the accident
location.

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FOR AUTOMOBILES
March 3, 2017 9 / 30
HARDWARE REQUIREMENTS

The minimum hardware requirements are:


Raspberry pi
Arduino
Collision sensor
Processor: Intel Pentium III or Equivalent
RAM : 2GB
Disk Space: 750 MB of Disk Space

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 10 / 30
SOFTWARE REQUIREMENTS

Operating Environment/IDE: Android Studio, dream weaver


Operating System: Windows XP Service Pack
Front End: Jsp
Back-End: SQLyog
Platform: Android

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 11 / 30
SYSTEM DESIGN

Basically the ”SAVE ME” system has been divided into 3 main modules:
Android Application
Sensing Module
Server Module

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 12 / 30
SYSTEM ARCHITECTURE

Figure : System architecture of SAVE ME

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 13 / 30
GANTT CHART

Figure : Gantt chart associated with SAVE ME

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 14 / 30
DATA FLOW DIAGRAM

Figure : LEVEL 0 DFD

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 15 / 30
DATA FLOW DIAGRAM

Figure : LEVEL 1 DFD

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 16 / 30
USECASE DIAGRAM

Figure : Usecase daigram

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 17 / 30
SEQUENCE DIAGRAM

Figure : sequence diagram

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 18 / 30
ACTIVITY DIAGRAM

Figure : activity diagram

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 19 / 30
HARDWARE DIAGRAM

Figure : hardware diagram

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 20 / 30
ENTITY RELATIONSHIP DIAGRAM

Figure : ER diagram

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 21 / 30
IMPLEMENTATION

Python: Python is widely used at high-level, general purpose and as


dynamic programmic language.
MySQL: Database informations are created and stored using this.
Jsp: Server Module is built using Jsp.

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 22 / 30
SCREENSHOTS
Android Application

Figure : user registration in android application


( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 23 / 30
Figure : user connecting to server

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 24 / 30
SCREENSHOTS
Web Page

Figure : Accident alert in web page


( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 25 / 30
Figure : Map showing accident location

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 26 / 30
CONCLUSION

SAVE ME: An Automatic Accident Detection And Alert System For


Automobiles is used for providing help to the accident victims.
The proposed system is developed to rescue accident victims as fast
as possible.
SAVE ME consist of Raspberry pi, arduino, android application, also a
webpage.
Application sends the accident message to the the nearest control
station as well as to the emergency number provided by the
application user.
SAVE ME is very reliable and cost of installation is very cheap.

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 27 / 30
REFERENCES

[1] Bhandari Prachi, Dalvi Kasturi, Chopade Priyanka,“ Intelligent


Accident-Detection And Ambulance- Rescue System”
INTERNATIONAL JOURNAL OF SCIENTIFIC and TECHNOLOGY
RESEARCH, VOLUME 3, ISSUE 6, JUNE 2014

[2] Collision avoidance


system.Dec.2013.[Online].Available:https://en.wikipedia.org/
wiki/Collision/avoidance/system.

[3] Raspberry pi,Sept.2013.[Online].


Available:https://en.wikipedia.org/wiki/Raspberry/Pi.

( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 28 / 30
( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 29 / 30
( College of Engineering,SAVE
Cherthala
ME: AUTOMATIC
) ACCIDENT ALERT SYSTEM FORMarch
AUTOMOBILES
3, 2017 30 / 30

You might also like