SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 4 Issue 4, June 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD30974 | Volume – 4 | Issue – 4 | May-June 2020 Page 397
Smart Highway Technology using Intelligent
Black Box for Vehicle Accident Monitoring
Prof. Saurabh Thakare, Miss. Kiran Ingle, Miss. Kajal Nhavkar, Miss. Suvarna Khondale,
Mr. Vikrant Duryodhan, Mr. Dnyaneshwar Hyalinge, Mr. Vinayak Shirsat
Electrical Engineering, Padmashri Dr. V. B. Kolte College of Engineering,
Malkapur, Buldhana, Maharashtra, India
ABSTRACT
The main aim of this paper is a development of prototype Vehicle Black Box
System (VBBS) which can be installed into any vehicle like car, two wheeler,
and any other vehicle all over the world. This system can be designed with
minimum number of circuits. The Vehicle Black Box system can play a good
role in constructing safer vehicles,whentheaccidentisoccurredfortreatment
of crash victims, helps insurance companies for their vehicle crash
investigations, and increases highway status in order to decrease the death
rate.
KEYWORDS: Black Box, ADXL335, GPS, GSM modules, Vibration Sensor, Vehicle
How to cite this paper: Prof. Saurabh
Thakare | Miss. Kiran Ingle | Miss. Kajal
Nhavkar | Miss. Suvarna Khondale | Mr.
Vikrant Duryodhan | Mr. Dnyaneshwar
Hyalinge | Mr. Vinayak Shirsat "Smart
Highway Technology using Intelligent
Black Box for Vehicle Accident
Monitoring"
Published in
International Journal
of Trend in Scientific
Research and
Development
(ijtsrd), ISSN: 2456-
6470, Volume-4 |
Issue-4, June 2020, pp.397-400, URL:
www.ijtsrd.com/papers/ijtsrd30974.pdf
Copyright © 2020 by author(s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
1. INTRODUCTION
One of the most important issues in the world is the road
accidents. Over one million people die every year Because of
transportation related accidents, according to WHO. So to
decrease the rate of road accident and to increase the safety
of human lives, various vehicle manufacturers have taken
several steps to improve the safety of the vehicle, the
problem remains for the above reasons. In road accident
death rates are high, because of time delay for treatment of
crash victim. Causing economicandsocialburdensforpeople
involved. So here we used the technology of black boxlikeair
craft used data recorders on a plane. Nowadays "black box"
technology plays important role in vehicle accident
investigation. It is the electronic device, which is used to
record and store information in particular. Same concept
used for motor vehicles, by implementing a black box in the
car for help.
So we used the black box for record and store vehicle data in
real-time, Gives acceleration, speed, vibration, interruption
values in real time and store this value and vehicle's driving
history. We can track and monitor the driving conditions of
the vehicles and also the accidents. The analog to digital
converter (ADC) areusedtocollectanalogvaluescollectedby
the sensors and convert the min to a digital value to feed into
the microcontroller. On the time of accident it gives massage
to family members of victim and one massage is to nearer
hospital, hence in these this we can early treat the crash
victim as well as helps the in the investigation of accident.
The main aim of these paper is made zero death rate. If we
are able to collect Data in real time all over the globe the
accident are occur recover fast in very short time, it increase
fast recovery of accident victims and reduce the severity of
injury. In this, we used accelerometer sensor and vibration
sensor for detection of accident.
2. HARDWARE DESCRIPTION:
The hardware part consists on the sensors and theblack box
installed in to the vehicle.
A. Accelerometer Sensor (ADXL335):
Fig.1
IJTSRD30974
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD30974 | Volume – 4 | Issue – 4 | May-June 2020 Page 398
The accelerometer sensor is used to find the angle of tilt of a
car or any other vehicle during any accident or in some
improper roadways. This accelerometer sensor records the
value in term of an angle of tilt. This recorded value i.e. angle
of tilt is fed to microcontroller unit each and every time. In
this we decided a limit of angles. It means if the threshold
range is 135 degree in a clockwise direction and 180 degrees
in an anticlockwise direction,if car tilts lessthan135degrees
and tilts greater than 180 degrees then the car would be in
danger or the is not in safe zone.
B. B. Vibration Sensor :
Fig: 2
In this we used the vibration sensor (SW-420) which have
high sensitivity,non-directional vibrationsensor.Thedefault
state of the switch is close. It's digital output supply voltage
is 3.3v-5v. It's on board LED is as a indicator to show the
results. When the module is stable the circuit will be briefly
disconnected and output low SW-420 based sensor, when
the module is unstable it shows high output then the car
would be in unsafe zone.
C. GSM Module :
Fig: 3
GSM module is used to detectthelocationofVehiclewhenthe
accident of Vehicle is detected, for the safety of the vehicle, it
is program to track the location of vehicle. The locationofthe
accident vehicle is sent to registered telephonic number
through GSM. Using Google map the details sent by GSM
locate the accident spot.
D. GPS Module :
Fig:4
We know on earth every point has unique addresssototrack
any and exact location on earth there are 24-32 GPS satellite
are use. These GPSsatellitesarecontinuouslytransmitsaGPS
signal via radio waves in microwave part and broad cast a
navigation massage. All satellites broadcast at 1575.42 MHz
(L1 signal), and 1227.6 MHz (L2 Signal). So in this project we
use these to locate the vehicle accident.
E. LCD Display :
Fig: 5
The 16*2 LCD is used to display current longitude and
latitude it have features:
It is flat panel have visual display
It have no limitations of displaying special and even
custom characters
In this paper, we used 16×2 LCD display received the
information collected from microcontroller and display the
massage on screen.
F. Microcontroller ATmega328
Fig :6
3. SOFTWARE DISCRIPTION (ARDUINO IDE):
Arduino IDE is an open source software that is mainly used
for writing and compiling the code into the Arduino Module.
It is an official Arduino software, making code compilation
too easy that even a common person with no prior technical
knowledge can get their feet wet withthelearningprocess.It
is easily available for operating systems like MAC, Windows,
Linux and runs on the Java Platform that comes with inbuilt
functions and commands that play a vital role fordebugging,
editing and compiling the code in the environment. A range
of Arduino modules available including Arduino Uno,
Arduino Mega, Arduino Leonardo, Arduino Micro and many
more, each of them contains a microcontroller on the board
that is actually programmed and accepts the information in
the form of code. The main code, also known as a sketch,
created on the IDE platform will ultimately generate a Hex
File which is then transferred and uploaded in thecontroller
on the board. The IDE environment mainly contains two
basic parts: Editor and Compiler where former is used for
writing the required code and later is usedforcompilingand
uploading the code into the given Arduino Module. This
environment supports both C and C++ languages.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD30974 | Volume – 4 | Issue – 4 | May-June 2020 Page 399
4. BLOCK DIGRAMOF BLACK BOX:
Fig: 7
OPERATION OF BLACK BOX SYSTEM:
In this paper we present the proposal of wireless black box
for detection of accident, reduce the death rate during
accident and helps for investigation of accident. In this
wireless black box we used MEMS accelerometer, vibration
sensor, GPS tracking system, for over all monitoring. The
system also consist cooperative components like
microcontroller unit, LCD display, GPS and GSM modules. At
the time of accident, ADXL335 which is our main sensor
detects the orientation of Vehicle where it tilts above the
maximum limitorbelowminimumlimit.Whenitsorientation
is change, the accident is detected. If the accident is occur the
GSM & GPS wireless device aresendshortmessageindicating
position of accident by tracing the location of Vehicle. The
message is sent to family memberoronemassageistonearer
hospital, so in short time we can inform hospital or
emergency medical service as wellasvictimsfamilymember.
And also the sensors like accelerometer and vibrationsensor
are helpful in accidentinvestigationforinsurancecompanies.
The main objective of this paperistoreducethehumandeath
rate during accident. The system is able to give quick
response if accident is detected, without any time delay. The
fall detection and reporting system for the vehicle is gain
attention because the system includes ADXL335
accelerometer sensor.
5. RESULT:
The result shows prototype Black box system for vehicle in
which the system configuration is included. Mobile screen
shows the massage which contains location of vehicles
during accident.
Fig 8: Black Box system connection
Fig 9: system Output
Fig 10: Prototype System
6. CONCLUSION
The proposed system makes good use of GPS and ADXL335
sensor, vibration sensor. It gives the safety to travelers
during travelling. The human deaths arereducedbythissafe
and secure system. It helps to find the current locationof the
vehicle. It is the traveler’s safety mechanism. As per
traveler’s safety concern, the proposed system also gives
massage to family members and also hospital telephone
number so that in short time treatment is given to crash
victim
REFERENCES
[1] P. Ajay Kumar Reddy, P. Dileep Kumar, K. Bhaskar
Reddy, E. Venkataramana, M. Chandra Sekhar Reddy,
“Black box for vehicles”, International Journal of
Engineering Inventions ISSN:22787461,
www.ijeijournal.com, Vol 1, Issue 7, PP:06-12,
October2012.
[2] Ali Mazidi & Janice Gillispie Mazidi, The 8051
Microcontroller, and embedded systems, 6th edition,
Pearson Education.
[3] Black Box System IEEE International systems
conference. Abdallah Kassem, RabihJabr, Ghady
Salamouni.
[4] Detection and Reporting System Using GPS and GSM
Module. For Mr. Dinesh Kumar HSDK, Shreya Gupta,
Sumeet Kumar, Sonali Srivastava. JETER May 2015
[5] M. J. Al Hindawi, Ibraheem Talib, “Experimentally
Evalution ofGPS/GSMBased SystemDesign”,Journal of
Electronic Systems Volume 2 Number 2 June 2012.
[6] Dimple, Nanda B S; International Journal of Advance
Research, Ideas and Innovations in Technology
[7] Wang Wei, Fang Hanbo, "Traffic accident automatic
detection and remote alarm device", proceeding of
IEEE international conference on Electric Information
and Control Engineering, Pages 910-913,201
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD30974 | Volume – 4 | Issue – 4 | May-June 2020 Page 400
[8] Mr. S. Iyyappan and Mr. V. Nandaagopal, "Accident
Detection and Ambulance Rescue with Intelligent
Traffic Light System", published in International
Journal of Advanced Technology and Engineering
Research, 2013.
[9] http:/www.arduino.cc/en/Main/ArduinoBoardUno
[10] Kevin King, S.W. Yoon, N.C. Perkins, K. Najafi,“Wireless
MEMS inertial sensor system for golf swing dynamics”,
Sensors and Actuators A: Physical, vol.141,pg 2, 2008.
[11] Md. Syedul Amin, Jubayer Jalil, M. B. I. Reaz “Accident
Detection and Reporting System using GPS, GPRS and
GSM Technology” in IEEE/OSA/IAPR International
Conference on Informatics,Electronics&Visionin
2012 pp no : 978-1- 4673-1154- 0/12
[12] R. Rathinakumar and D. Manivannan “Wireless
Accident Information System Using GSM and GPS” in
Research Journal of Applied Sciences, Engineering and
Technology 4(18): 3323-3326,2012,ISSN:2040-7467.
[13] C. Vidya Lakshmi, J. R. Balakrishnan “Automatic
Accident Detection via Embedded GSM message
interface with Sensor Technology” in International
Journal of Scientific and Research
Publications,Volume2,Issue1.
[14] N. Watthanawisuth, T. Lomasand, A. Tuantranont,
―Wireless Black Box Using MEMS Accelerometer and
GPS Tracking for Accidental Monitoring of Vehicles‖,
Proceedings of the IEEE-EMBS International
Conference on Biomedical and HealthInformatics(BHI
2012) Hong Kong and Shenzhen, China, 2-7 Jan 2012
[15] Chulhwa Hong,TruongLe,Kangsuk Chae,andSouhwan
Jung. ―Evidence Collection from Car Black Boxesusing
Smartphone's‖. 2011 IEEE, Annual IEEE
Consumer Communications and Networking
Conference
[16] P Ajay Kumar Reddy , P Dileep Kumar , K Bhaskar
Reddy, E Venkataramana , M Chandra sekhar Reddy ,
“BLACK BOX FOR VEHICLES
[17] http:/www.atmel.com
[18] http://www.microchip.com/wwwproducts/en/ATmeg
a328

More Related Content

What's hot

Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...Iaetsd Iaetsd
 
IRJET- Tara - An Accident and Alcohol Detecting Bluetooth Enabled Smart H...
IRJET-  	  Tara - An Accident and Alcohol Detecting Bluetooth Enabled Smart H...IRJET-  	  Tara - An Accident and Alcohol Detecting Bluetooth Enabled Smart H...
IRJET- Tara - An Accident and Alcohol Detecting Bluetooth Enabled Smart H...IRJET Journal
 
Mobile safety systems for automobiles
Mobile safety systems for automobilesMobile safety systems for automobiles
Mobile safety systems for automobilesiaemedu
 
Mobile safety systems for automobiles
Mobile safety systems for automobilesMobile safety systems for automobiles
Mobile safety systems for automobilesIAEME Publication
 
Automation in Ticketing System for A Modern Transport
Automation in Ticketing System for A Modern TransportAutomation in Ticketing System for A Modern Transport
Automation in Ticketing System for A Modern TransportIRJET Journal
 
SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...
SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...
SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...ijcsit
 
IRJET- A Survey on Vehicle Security System using IoT
IRJET- A Survey on Vehicle Security System using IoTIRJET- A Survey on Vehicle Security System using IoT
IRJET- A Survey on Vehicle Security System using IoTIRJET Journal
 
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSMIRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSMIRJET Journal
 
Smart helmet by pratik panmand
Smart helmet by pratik panmandSmart helmet by pratik panmand
Smart helmet by pratik panmandPRATIKPANMAND
 
IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...
IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...
IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...IRJET Journal
 
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...Vehicle Controlled with Smart Traffic Image Processing System and Accident De...
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...ijtsrd
 
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...IJCSEA Journal
 
IRJET- IoT based Vehicle Accident Prevention using Multiple Sensors
IRJET- IoT based Vehicle Accident Prevention using Multiple SensorsIRJET- IoT based Vehicle Accident Prevention using Multiple Sensors
IRJET- IoT based Vehicle Accident Prevention using Multiple SensorsIRJET Journal
 
Advanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPSAdvanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPSrahulmonikasharma
 
IRJET- Life Saving Device: A Smart Helmet
IRJET-  	  Life Saving Device: A Smart HelmetIRJET-  	  Life Saving Device: A Smart Helmet
IRJET- Life Saving Device: A Smart HelmetIRJET Journal
 
IRJET- A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...
IRJET-  	  A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...IRJET-  	  A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...
IRJET- A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...IRJET Journal
 
IRJET- Vassist- Vehicle Assistance System
IRJET-  	  Vassist- Vehicle Assistance SystemIRJET-  	  Vassist- Vehicle Assistance System
IRJET- Vassist- Vehicle Assistance SystemIRJET Journal
 
IRJET- Car Accident Detection and Reporting System
IRJET-  	  Car Accident Detection and Reporting SystemIRJET-  	  Car Accident Detection and Reporting System
IRJET- Car Accident Detection and Reporting SystemIRJET Journal
 

What's hot (20)

Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...
 
IRJET- Tara - An Accident and Alcohol Detecting Bluetooth Enabled Smart H...
IRJET-  	  Tara - An Accident and Alcohol Detecting Bluetooth Enabled Smart H...IRJET-  	  Tara - An Accident and Alcohol Detecting Bluetooth Enabled Smart H...
IRJET- Tara - An Accident and Alcohol Detecting Bluetooth Enabled Smart H...
 
Mobile safety systems for automobiles
Mobile safety systems for automobilesMobile safety systems for automobiles
Mobile safety systems for automobiles
 
Mobile safety systems for automobiles
Mobile safety systems for automobilesMobile safety systems for automobiles
Mobile safety systems for automobiles
 
Automation in Ticketing System for A Modern Transport
Automation in Ticketing System for A Modern TransportAutomation in Ticketing System for A Modern Transport
Automation in Ticketing System for A Modern Transport
 
SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...
SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...
SMART MOTORCYCLE HELMET: REAL-TIME CRASH DETECTION WITH EMERGENCY NOTIFICATIO...
 
IRJET- Smart Helmet
IRJET- Smart HelmetIRJET- Smart Helmet
IRJET- Smart Helmet
 
IRJET- A Survey on Vehicle Security System using IoT
IRJET- A Survey on Vehicle Security System using IoTIRJET- A Survey on Vehicle Security System using IoT
IRJET- A Survey on Vehicle Security System using IoT
 
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSMIRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
 
Smart helmet by pratik panmand
Smart helmet by pratik panmandSmart helmet by pratik panmand
Smart helmet by pratik panmand
 
IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...
IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...
IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...
 
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...Vehicle Controlled with Smart Traffic Image Processing System and Accident De...
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...
 
final_report
final_reportfinal_report
final_report
 
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
 
IRJET- IoT based Vehicle Accident Prevention using Multiple Sensors
IRJET- IoT based Vehicle Accident Prevention using Multiple SensorsIRJET- IoT based Vehicle Accident Prevention using Multiple Sensors
IRJET- IoT based Vehicle Accident Prevention using Multiple Sensors
 
Advanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPSAdvanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPS
 
IRJET- Life Saving Device: A Smart Helmet
IRJET-  	  Life Saving Device: A Smart HelmetIRJET-  	  Life Saving Device: A Smart Helmet
IRJET- Life Saving Device: A Smart Helmet
 
IRJET- A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...
IRJET-  	  A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...IRJET-  	  A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...
IRJET- A Methodology: Iot Based Drowsy Driving Warning and Traffic Collis...
 
IRJET- Vassist- Vehicle Assistance System
IRJET-  	  Vassist- Vehicle Assistance SystemIRJET-  	  Vassist- Vehicle Assistance System
IRJET- Vassist- Vehicle Assistance System
 
IRJET- Car Accident Detection and Reporting System
IRJET-  	  Car Accident Detection and Reporting SystemIRJET-  	  Car Accident Detection and Reporting System
IRJET- Car Accident Detection and Reporting System
 

Similar to Smart Highway Technology using Intelligent Black Box for Vehicle Accident Monitoring

Proof collection from car black box using smart phone for accident detection
Proof collection from car black box using smart phone for accident detectionProof collection from car black box using smart phone for accident detection
Proof collection from car black box using smart phone for accident detectionIJERA Editor
 
IOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTION
IOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTIONIOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTION
IOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTIONK S RANJITH KUMAR
 
Accident Detection System using Arduino Uno
Accident Detection System using Arduino UnoAccident Detection System using Arduino Uno
Accident Detection System using Arduino Unoijtsrd
 
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint VerificationAnti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint VerificationIJAEMSJORNAL
 
Ijacsa published research paper march 2020
Ijacsa published research paper march 2020Ijacsa published research paper march 2020
Ijacsa published research paper march 2020shoaibulhassanuos
 
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...IRJET Journal
 
Smart Security System for Automobiles using IoT
Smart Security System for Automobiles using IoTSmart Security System for Automobiles using IoT
Smart Security System for Automobiles using IoTijtsrd
 
IRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue SystemIRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue SystemIRJET Journal
 
Advanced High Speed Black Box Based Vehicle Crash Investigation System
Advanced High Speed Black Box Based Vehicle Crash Investigation SystemAdvanced High Speed Black Box Based Vehicle Crash Investigation System
Advanced High Speed Black Box Based Vehicle Crash Investigation Systemijtsrd
 
IRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue SystemIRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue SystemIRJET Journal
 
IRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and ReportingIRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and ReportingIRJET Journal
 
Automatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM TechnologyAutomatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM Technologyijtsrd
 
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCEALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCEIRJET Journal
 
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINOACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINOIRJET Journal
 
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMVEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMIRJET Journal
 
IRJET - Smart Bus Transportation with Automatic Cardiac Arrest Detection System
IRJET - Smart Bus Transportation with Automatic Cardiac Arrest Detection SystemIRJET - Smart Bus Transportation with Automatic Cardiac Arrest Detection System
IRJET - Smart Bus Transportation with Automatic Cardiac Arrest Detection SystemIRJET Journal
 
IRJET- Accident Detection and Alerting System
IRJET-  	  Accident Detection and Alerting SystemIRJET-  	  Accident Detection and Alerting System
IRJET- Accident Detection and Alerting SystemIRJET Journal
 
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET Journal
 

Similar to Smart Highway Technology using Intelligent Black Box for Vehicle Accident Monitoring (20)

Proof collection from car black box using smart phone for accident detection
Proof collection from car black box using smart phone for accident detectionProof collection from car black box using smart phone for accident detection
Proof collection from car black box using smart phone for accident detection
 
boxiot.pdf
boxiot.pdfboxiot.pdf
boxiot.pdf
 
IOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTION
IOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTIONIOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTION
IOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTION
 
Accident Detection System using Arduino Uno
Accident Detection System using Arduino UnoAccident Detection System using Arduino Uno
Accident Detection System using Arduino Uno
 
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint VerificationAnti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
 
Ijacsa published research paper march 2020
Ijacsa published research paper march 2020Ijacsa published research paper march 2020
Ijacsa published research paper march 2020
 
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
 
Ijsrdv8 i10772
Ijsrdv8 i10772Ijsrdv8 i10772
Ijsrdv8 i10772
 
Smart Security System for Automobiles using IoT
Smart Security System for Automobiles using IoTSmart Security System for Automobiles using IoT
Smart Security System for Automobiles using IoT
 
IRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue SystemIRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue System
 
Advanced High Speed Black Box Based Vehicle Crash Investigation System
Advanced High Speed Black Box Based Vehicle Crash Investigation SystemAdvanced High Speed Black Box Based Vehicle Crash Investigation System
Advanced High Speed Black Box Based Vehicle Crash Investigation System
 
IRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue SystemIRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue System
 
IRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and ReportingIRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and Reporting
 
Automatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM TechnologyAutomatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM Technology
 
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCEALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
 
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINOACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
ACCIDENT PREVENTION AND IDENTIFICATION SYSTEM FOR VEHICLES USING ARDUINO
 
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMVEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
 
IRJET - Smart Bus Transportation with Automatic Cardiac Arrest Detection System
IRJET - Smart Bus Transportation with Automatic Cardiac Arrest Detection SystemIRJET - Smart Bus Transportation with Automatic Cardiac Arrest Detection System
IRJET - Smart Bus Transportation with Automatic Cardiac Arrest Detection System
 
IRJET- Accident Detection and Alerting System
IRJET-  	  Accident Detection and Alerting SystemIRJET-  	  Accident Detection and Alerting System
IRJET- Accident Detection and Alerting System
 
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 

Recently uploaded (20)

_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 

Smart Highway Technology using Intelligent Black Box for Vehicle Accident Monitoring

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 4 Issue 4, June 2020 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD30974 | Volume – 4 | Issue – 4 | May-June 2020 Page 397 Smart Highway Technology using Intelligent Black Box for Vehicle Accident Monitoring Prof. Saurabh Thakare, Miss. Kiran Ingle, Miss. Kajal Nhavkar, Miss. Suvarna Khondale, Mr. Vikrant Duryodhan, Mr. Dnyaneshwar Hyalinge, Mr. Vinayak Shirsat Electrical Engineering, Padmashri Dr. V. B. Kolte College of Engineering, Malkapur, Buldhana, Maharashtra, India ABSTRACT The main aim of this paper is a development of prototype Vehicle Black Box System (VBBS) which can be installed into any vehicle like car, two wheeler, and any other vehicle all over the world. This system can be designed with minimum number of circuits. The Vehicle Black Box system can play a good role in constructing safer vehicles,whentheaccidentisoccurredfortreatment of crash victims, helps insurance companies for their vehicle crash investigations, and increases highway status in order to decrease the death rate. KEYWORDS: Black Box, ADXL335, GPS, GSM modules, Vibration Sensor, Vehicle How to cite this paper: Prof. Saurabh Thakare | Miss. Kiran Ingle | Miss. Kajal Nhavkar | Miss. Suvarna Khondale | Mr. Vikrant Duryodhan | Mr. Dnyaneshwar Hyalinge | Mr. Vinayak Shirsat "Smart Highway Technology using Intelligent Black Box for Vehicle Accident Monitoring" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-4 | Issue-4, June 2020, pp.397-400, URL: www.ijtsrd.com/papers/ijtsrd30974.pdf Copyright © 2020 by author(s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) 1. INTRODUCTION One of the most important issues in the world is the road accidents. Over one million people die every year Because of transportation related accidents, according to WHO. So to decrease the rate of road accident and to increase the safety of human lives, various vehicle manufacturers have taken several steps to improve the safety of the vehicle, the problem remains for the above reasons. In road accident death rates are high, because of time delay for treatment of crash victim. Causing economicandsocialburdensforpeople involved. So here we used the technology of black boxlikeair craft used data recorders on a plane. Nowadays "black box" technology plays important role in vehicle accident investigation. It is the electronic device, which is used to record and store information in particular. Same concept used for motor vehicles, by implementing a black box in the car for help. So we used the black box for record and store vehicle data in real-time, Gives acceleration, speed, vibration, interruption values in real time and store this value and vehicle's driving history. We can track and monitor the driving conditions of the vehicles and also the accidents. The analog to digital converter (ADC) areusedtocollectanalogvaluescollectedby the sensors and convert the min to a digital value to feed into the microcontroller. On the time of accident it gives massage to family members of victim and one massage is to nearer hospital, hence in these this we can early treat the crash victim as well as helps the in the investigation of accident. The main aim of these paper is made zero death rate. If we are able to collect Data in real time all over the globe the accident are occur recover fast in very short time, it increase fast recovery of accident victims and reduce the severity of injury. In this, we used accelerometer sensor and vibration sensor for detection of accident. 2. HARDWARE DESCRIPTION: The hardware part consists on the sensors and theblack box installed in to the vehicle. A. Accelerometer Sensor (ADXL335): Fig.1 IJTSRD30974
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD30974 | Volume – 4 | Issue – 4 | May-June 2020 Page 398 The accelerometer sensor is used to find the angle of tilt of a car or any other vehicle during any accident or in some improper roadways. This accelerometer sensor records the value in term of an angle of tilt. This recorded value i.e. angle of tilt is fed to microcontroller unit each and every time. In this we decided a limit of angles. It means if the threshold range is 135 degree in a clockwise direction and 180 degrees in an anticlockwise direction,if car tilts lessthan135degrees and tilts greater than 180 degrees then the car would be in danger or the is not in safe zone. B. B. Vibration Sensor : Fig: 2 In this we used the vibration sensor (SW-420) which have high sensitivity,non-directional vibrationsensor.Thedefault state of the switch is close. It's digital output supply voltage is 3.3v-5v. It's on board LED is as a indicator to show the results. When the module is stable the circuit will be briefly disconnected and output low SW-420 based sensor, when the module is unstable it shows high output then the car would be in unsafe zone. C. GSM Module : Fig: 3 GSM module is used to detectthelocationofVehiclewhenthe accident of Vehicle is detected, for the safety of the vehicle, it is program to track the location of vehicle. The locationofthe accident vehicle is sent to registered telephonic number through GSM. Using Google map the details sent by GSM locate the accident spot. D. GPS Module : Fig:4 We know on earth every point has unique addresssototrack any and exact location on earth there are 24-32 GPS satellite are use. These GPSsatellitesarecontinuouslytransmitsaGPS signal via radio waves in microwave part and broad cast a navigation massage. All satellites broadcast at 1575.42 MHz (L1 signal), and 1227.6 MHz (L2 Signal). So in this project we use these to locate the vehicle accident. E. LCD Display : Fig: 5 The 16*2 LCD is used to display current longitude and latitude it have features: It is flat panel have visual display It have no limitations of displaying special and even custom characters In this paper, we used 16×2 LCD display received the information collected from microcontroller and display the massage on screen. F. Microcontroller ATmega328 Fig :6 3. SOFTWARE DISCRIPTION (ARDUINO IDE): Arduino IDE is an open source software that is mainly used for writing and compiling the code into the Arduino Module. It is an official Arduino software, making code compilation too easy that even a common person with no prior technical knowledge can get their feet wet withthelearningprocess.It is easily available for operating systems like MAC, Windows, Linux and runs on the Java Platform that comes with inbuilt functions and commands that play a vital role fordebugging, editing and compiling the code in the environment. A range of Arduino modules available including Arduino Uno, Arduino Mega, Arduino Leonardo, Arduino Micro and many more, each of them contains a microcontroller on the board that is actually programmed and accepts the information in the form of code. The main code, also known as a sketch, created on the IDE platform will ultimately generate a Hex File which is then transferred and uploaded in thecontroller on the board. The IDE environment mainly contains two basic parts: Editor and Compiler where former is used for writing the required code and later is usedforcompilingand uploading the code into the given Arduino Module. This environment supports both C and C++ languages.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD30974 | Volume – 4 | Issue – 4 | May-June 2020 Page 399 4. BLOCK DIGRAMOF BLACK BOX: Fig: 7 OPERATION OF BLACK BOX SYSTEM: In this paper we present the proposal of wireless black box for detection of accident, reduce the death rate during accident and helps for investigation of accident. In this wireless black box we used MEMS accelerometer, vibration sensor, GPS tracking system, for over all monitoring. The system also consist cooperative components like microcontroller unit, LCD display, GPS and GSM modules. At the time of accident, ADXL335 which is our main sensor detects the orientation of Vehicle where it tilts above the maximum limitorbelowminimumlimit.Whenitsorientation is change, the accident is detected. If the accident is occur the GSM & GPS wireless device aresendshortmessageindicating position of accident by tracing the location of Vehicle. The message is sent to family memberoronemassageistonearer hospital, so in short time we can inform hospital or emergency medical service as wellasvictimsfamilymember. And also the sensors like accelerometer and vibrationsensor are helpful in accidentinvestigationforinsurancecompanies. The main objective of this paperistoreducethehumandeath rate during accident. The system is able to give quick response if accident is detected, without any time delay. The fall detection and reporting system for the vehicle is gain attention because the system includes ADXL335 accelerometer sensor. 5. RESULT: The result shows prototype Black box system for vehicle in which the system configuration is included. Mobile screen shows the massage which contains location of vehicles during accident. Fig 8: Black Box system connection Fig 9: system Output Fig 10: Prototype System 6. CONCLUSION The proposed system makes good use of GPS and ADXL335 sensor, vibration sensor. It gives the safety to travelers during travelling. The human deaths arereducedbythissafe and secure system. It helps to find the current locationof the vehicle. It is the traveler’s safety mechanism. As per traveler’s safety concern, the proposed system also gives massage to family members and also hospital telephone number so that in short time treatment is given to crash victim REFERENCES [1] P. Ajay Kumar Reddy, P. Dileep Kumar, K. Bhaskar Reddy, E. Venkataramana, M. Chandra Sekhar Reddy, “Black box for vehicles”, International Journal of Engineering Inventions ISSN:22787461, www.ijeijournal.com, Vol 1, Issue 7, PP:06-12, October2012. [2] Ali Mazidi & Janice Gillispie Mazidi, The 8051 Microcontroller, and embedded systems, 6th edition, Pearson Education. [3] Black Box System IEEE International systems conference. Abdallah Kassem, RabihJabr, Ghady Salamouni. [4] Detection and Reporting System Using GPS and GSM Module. For Mr. Dinesh Kumar HSDK, Shreya Gupta, Sumeet Kumar, Sonali Srivastava. JETER May 2015 [5] M. J. Al Hindawi, Ibraheem Talib, “Experimentally Evalution ofGPS/GSMBased SystemDesign”,Journal of Electronic Systems Volume 2 Number 2 June 2012. [6] Dimple, Nanda B S; International Journal of Advance Research, Ideas and Innovations in Technology [7] Wang Wei, Fang Hanbo, "Traffic accident automatic detection and remote alarm device", proceeding of IEEE international conference on Electric Information and Control Engineering, Pages 910-913,201
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD30974 | Volume – 4 | Issue – 4 | May-June 2020 Page 400 [8] Mr. S. Iyyappan and Mr. V. Nandaagopal, "Accident Detection and Ambulance Rescue with Intelligent Traffic Light System", published in International Journal of Advanced Technology and Engineering Research, 2013. [9] http:/www.arduino.cc/en/Main/ArduinoBoardUno [10] Kevin King, S.W. Yoon, N.C. Perkins, K. Najafi,“Wireless MEMS inertial sensor system for golf swing dynamics”, Sensors and Actuators A: Physical, vol.141,pg 2, 2008. [11] Md. Syedul Amin, Jubayer Jalil, M. B. I. Reaz “Accident Detection and Reporting System using GPS, GPRS and GSM Technology” in IEEE/OSA/IAPR International Conference on Informatics,Electronics&Visionin 2012 pp no : 978-1- 4673-1154- 0/12 [12] R. Rathinakumar and D. Manivannan “Wireless Accident Information System Using GSM and GPS” in Research Journal of Applied Sciences, Engineering and Technology 4(18): 3323-3326,2012,ISSN:2040-7467. [13] C. Vidya Lakshmi, J. R. Balakrishnan “Automatic Accident Detection via Embedded GSM message interface with Sensor Technology” in International Journal of Scientific and Research Publications,Volume2,Issue1. [14] N. Watthanawisuth, T. Lomasand, A. Tuantranont, ―Wireless Black Box Using MEMS Accelerometer and GPS Tracking for Accidental Monitoring of Vehicles‖, Proceedings of the IEEE-EMBS International Conference on Biomedical and HealthInformatics(BHI 2012) Hong Kong and Shenzhen, China, 2-7 Jan 2012 [15] Chulhwa Hong,TruongLe,Kangsuk Chae,andSouhwan Jung. ―Evidence Collection from Car Black Boxesusing Smartphone's‖. 2011 IEEE, Annual IEEE Consumer Communications and Networking Conference [16] P Ajay Kumar Reddy , P Dileep Kumar , K Bhaskar Reddy, E Venkataramana , M Chandra sekhar Reddy , “BLACK BOX FOR VEHICLES [17] http:/www.atmel.com [18] http://www.microchip.com/wwwproducts/en/ATmeg a328