SlideShare a Scribd company logo
1 of 3
Download to read offline
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1
DRIVER STATE MONITORING SYSTEM AND VEHICLE CONTROL
Pradip Gade, Mathew John M, Amal Jose , Rudra Narayan Panda, Deivanathan R
School of Mechanical and Building Sciences, VIT Chennai.
---------------------------------------------------------------------***-------------------------------------------------------------------
Abstract: Driver state monitoring system determines
whether driver is able to take control over the vehicle. This
system is based on Smartphones and arduino. It supports the
driver to control the vehicle. This is through monitoring
driver attention in addition to detect the drowsiness. As the
drowsiness is detected it will send a signal to arduino and it
works to control the vehicle and also wakes up the driver
through alarm and takes the control of the vehicle for safe
automatic parking.
Key Words: Arduino UNO, Ultrasonic sensor, dc motor,
servo motor
1. INTRODUCTION
The vehicle safety is of primary importance. In vehicle
safety, the basic focus is control over a speed and effective
braking system. Now a days, smart devices are merged
with a verity of embedded sensors, that is, camera,
ultrasonic sensor, GPS, gyroscope etc. This work gives a
glimpse on how the sensor technology connected to a
smart device and microcontrollers will help to take control
of the vehicle once the drowsiness is detected. In this paper
as the drowsiness detected by smartphone app, it will pass
signal to arduino and it works to control the vehicle and
also wake up the driver. And also if an object is detected in
front of the vehicle by ultrasonic sensor, the system
controls the speed of the vehicle. Once the Drowsiness is
detected it will trigger the alarm and reduces speed of the
vehicle, so that driver will be alert.
This project is helpful to avoid the accident that happens in
highways. In most of the cases accident happens due to
driver’s behavior. So, to avoid these we go for the driver
state monitoring system. We go for an ultrasonic sensor
which has very high frequency as compared to other
sensors. Ultrasonic sensors are used to detect object in
front or back side of the vehicle.
2. CONCEPT AND METHODOLOGY
In the area of driving assistance, the use of mobile phone
for the evaluation of driver state has also emerged as a
topic of research. Dynamic car data for the evaluation of
driver state and driving performance is a part of
research. The use of a steering wheel angle assist, the
system by Mercedes Benz, is dependent on visual driving
data. In Volvo, the driver alert control is based on a road
feature tracking. In case of BMW, driving assist is
incorporated for high detection and automatic braking in
case of road object detection.
Effective mobile application covers the capability of
detecting the road traffic, monitoring the road and
alerting the driver about the potentially unsafe zone, for
example, vehicle collision, lane departure and speed
control.
In case of driver state, one of the factors for driver
ineffectiveness can be a fatigue. In the references cited
below, many authors describe lots of indication of fatigue
in driver, such as slower reaction and responses, yawning
etc. The system described in this paper is based on
arduino which is a micro controller board. The model
UNO R3, which is having six analog input and 16Mhz
quartz crystal. It works at the brain to the system which
control all the actions and also sense and actuate the
system. In our project we focus on safety of the driver as
well as vehicle.
The concept used in our project is totally based on
arduino UNO. And the components used in our project
are described below.
The Drowsiness is detected by the android app through
mobile. Usually, the human eye blinks at the rate of 15-
20 blinks per minute and suppose if the eye blink rate
changes, it will detect the drowsiness as per the blink
rate by per close method. To recognize the driver state,
whether driver is under fatigue and drowsiness, the
mobile camera is located the face position of a driver
which evaluates the duration of closed eye. The per
close method calculates the percentage of eye closure
time. If the calculated value exceeds the threshold limit,
the system will trigger the alarm and simultaneously
make aware, the driver situation. The alarm will remain
on until the said calculations are under the threshold
limit.
Once the signal passes to the arduino the arduino will
actuate the side indicator light to blink so that back side
vehicle get alert, and for detecting front vehicle the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2
ultrasonic sensor is used. Accordingly the vehicle speed
will be reducing.
These speed control concepts consist of 3 major part of the
system that is actuators, microcontrollers (arduino) and
sensor. The actuator used in this is a dc motor, to which the
output of the microcontroller is given. This system can
detect drowsiness of driver and can reduce the vehicle
speed for safety parking.
2.1 DROWSINESS DETECTION
The drowsiness detection for eye tracking is based on
Kalman Filter (KF). The input given to the Kalman Filter is
the distances obtain to the detected obstacle. The
maximum acceleration and the time pass among the image
capture are calculated for each frame. An alarm will make
the driver awake of the situation and with the help of
sound sensor the input signal will be passing to control the
motor. The alarm did not stop unless it is under the
calculated threshold value, so that the driver no longer
under drowsiness. And also it takes control over vehicle.
Fig 1. Eye Detection Flow Chart
2.2 OBJECT DETECTION AND ESTIMATION
Once the object is detected, the distance is calculated. The
sensor used in our model is ultrasonic sensors HC-SR04
having a range to 2cm to 400cm with a noncontact
functionality. The tracking zone was designed based on
Nearest Neighbor. The tracking algorithm shows the
object detection in front of the vehicle as well as the back
side of the vehicle.
Fig 2. Flow diagram for object detection.
2.3 SIDING OF VEHICLE
Siding of the vehicle is occurs once sufficient gap is
detected in front of the vehicle and to its left. For siding
the vehicle towards the left, an ultrasonic sensor is used
for detecting the edge of the road. By using H bridge
circuit with 4 dc motors we are able to control the
motion of wheel and safely park the vehicle.
Fig 3. Bridge circuit for DC motor actuation
3. OVERALL WORKING
The overall working of the system is as follows.
Drowsiness is detected by using android app namely
‘Sleepy driver’ and it will trigger the alarm. This alarm
sound is captured by using sound sensor and used to
initiate the control over speed of vehicle. Ultrasonic
sensor fitted in front and corner of vehicle are able to
detect the vehicles moving in front and the left side.
When object is not detected it performs lane crossing
and when pavement is detected, it will park the vehicle
safely.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3
The system works in different stages according situation
given to arduino. Overall, the first phase is drowsiness
detection and second phase is object detection once the
drowsiness is detected by the camera (which is based on
eye frame rate). It first reduce the speed and check the
object either side of the vehicle. The servo is used to use to
steer the vehicle to road side.
Fig 4 Overall flow diagram of the system
4. EXPERIMENTAL SET UP
Fig 5. Experimental Setup - Prototype
The prototype set up is shown above in which various
sensors, motors, controller, drives etc. are used to
establish control. The ultrasonic sensors are used to
detect the object. DC motor is used to drive the
prototype with servo motor to steer the vehicle.
5. CONCLUSION
With the increasing number of accidents due to
drowsiness of driver this system has a bright future for
safety. The methodology has been implemented using
smartphone devices, taking advantage of their integrated
cost-efficient embedded sensors. By using this program
in Arduino Microcontroller, we can generate a system
with Speed Control and safe parking.
REFERENCES
[1] R. Ganiga, R. Maurya and A. Nanade, D. Kornack and P.
Rakic, “Accident detection system using Piezo Disk
Sensor”, International Journel of science,
Engineering and Technology Research(IJSETR) 6(3),
2017.
[2] J.Whipple, W.Arensman and M.S.Boler, “Public safety
application of GPS enabled smart phones and the
android operation system”, IEEE Int. conf. on system,
man and cybernetics, 2009.
[3] Helia Mamdouhi, Sabira Khatun and Javed Zarrin,
“Bluetooth Wireless monitoring, Managing and Control
for inter vehicle in vehicular adhoc networks”, Journal
of computer Science, Science Publication, 2009.
[4] L. A. Klein, M. K. Mills, and D. R. P. Gibson, “Traffic
detector handbook,” Operations and Intelligent
Transportation Systems Research, 2006.
[5] L. Yu, L. Yuan, G. Qu, and A. Ephremides, “Energy driven
detection scheme with guaranteed accuracy”
Information Processing in Sensor Networks, pp. 284–
291, 2006.
[6] W. P. Chen, J. C. Hou, and L. Sha, “Dynamic clustering for
acoustic target tracking in wireless sensor networks,”
11th IEEE International Conference on Network
Protocols (ICNP’03), November 2003.
[7] D. Li, K. D. Wong, Y. H. Hu, and A. M. Sayeed, “Detection,
classification and tracking of targets in distributed
sensor networks” IEEE Signal Processing Magazine, pp.
1163–117, 2002.
[8] S. Oh and S. Sastry, “A hierarchical multiple-target
tracking algorithm for sensor networks,” IEEE Robotics
and Automation,” pp.2197–2202, 2005.
[9] R. B. Richard, R. Parameswaran, and M. S. Akbar,
“Distributed target classification and tracking in sensor
networks,” In Proceedings of the IEEE, Vol. 91, No. 8,
pp. 1163–1171, 2003.
[10] Y. Zou, and K. Chakrabarty, “Target localization based
on energy considerations in distributed sensor
networks,” 1st IEEE Workshop Sensor Network
Protocols and Applications (SNPA’03), pp.51–58, 2003.
[11] H. Yang and B. Sikdar. “A protocol for tracking mobile
targets using sensor networks, sensor network
protocols and applications,” pp. 71 81, 2003.

More Related Content

What's hot

Paper id 42201604
Paper id 42201604Paper id 42201604
Paper id 42201604IJRAT
 
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCUIRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCUIRJET Journal
 
Fatigue report (1)
Fatigue report (1)Fatigue report (1)
Fatigue report (1)Anmol Bassi
 
FINGERPRINT BASED LICENSING SYSTEM FOR DRIVING
FINGERPRINT BASED LICENSING SYSTEM FOR DRIVINGFINGERPRINT BASED LICENSING SYSTEM FOR DRIVING
FINGERPRINT BASED LICENSING SYSTEM FOR DRIVINGAnn Mathew
 
Smart helmet by pratik panmand
Smart helmet by pratik panmandSmart helmet by pratik panmand
Smart helmet by pratik panmandPRATIKPANMAND
 
The Real Time Drowisness Detection Using Arm 9
The Real Time Drowisness Detection Using Arm 9The Real Time Drowisness Detection Using Arm 9
The Real Time Drowisness Detection Using Arm 9IOSR Journals
 
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
 
Innovations in Bike Systems to Provide A Safe Ride Based on Iot
Innovations in Bike Systems to Provide A Safe Ride Based on IotInnovations in Bike Systems to Provide A Safe Ride Based on Iot
Innovations in Bike Systems to Provide A Safe Ride Based on IotIJMERJOURNAL
 
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
 
Real time detecting driver’s drowsiness using computer vision
Real time detecting driver’s drowsiness using computer visionReal time detecting driver’s drowsiness using computer vision
Real time detecting driver’s drowsiness using computer visioneSAT Publishing House
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pbIAESIJEECS
 
Project report on IR based vehicle with automatic braking and driver awakenin...
Project report on IR based vehicle with automatic braking and driver awakenin...Project report on IR based vehicle with automatic braking and driver awakenin...
Project report on IR based vehicle with automatic braking and driver awakenin...Neeraj Khatri
 
IRJET- Smart Braking System using Ultrasonic Sensor and Actuator
IRJET-  	  Smart Braking System using Ultrasonic Sensor and ActuatorIRJET-  	  Smart Braking System using Ultrasonic Sensor and Actuator
IRJET- Smart Braking System using Ultrasonic Sensor and ActuatorIRJET Journal
 
IRJET - Intelligent Safety Helmet
IRJET -  	  Intelligent Safety HelmetIRJET -  	  Intelligent Safety Helmet
IRJET - Intelligent Safety HelmetIRJET Journal
 
Drowsiness State Detection of Driver using Eyelid Movement- IRE Journal Confe...
Drowsiness State Detection of Driver using Eyelid Movement- IRE Journal Confe...Drowsiness State Detection of Driver using Eyelid Movement- IRE Journal Confe...
Drowsiness State Detection of Driver using Eyelid Movement- IRE Journal Confe...Vignesh C
 
Fingerprint based physical access control vehicle immobilizer
Fingerprint based physical access control vehicle immobilizer Fingerprint based physical access control vehicle immobilizer
Fingerprint based physical access control vehicle immobilizer VIKAS SINGH BHADOURIA
 
IJSRED-V2I1P38
IJSRED-V2I1P38IJSRED-V2I1P38
IJSRED-V2I1P38IJSRED
 
Vehicle Accident Prevention using Sensors
Vehicle Accident Prevention using SensorsVehicle Accident Prevention using Sensors
Vehicle Accident Prevention using SensorsIRJET Journal
 
Real time detection system of driver distraction.pdf
Real time detection system of driver distraction.pdfReal time detection system of driver distraction.pdf
Real time detection system of driver distraction.pdfReena_Jadhav
 
Driver DrowsiNess System
Driver DrowsiNess SystemDriver DrowsiNess System
Driver DrowsiNess SystemGurunadh Guru
 

What's hot (20)

Paper id 42201604
Paper id 42201604Paper id 42201604
Paper id 42201604
 
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCUIRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
 
Fatigue report (1)
Fatigue report (1)Fatigue report (1)
Fatigue report (1)
 
FINGERPRINT BASED LICENSING SYSTEM FOR DRIVING
FINGERPRINT BASED LICENSING SYSTEM FOR DRIVINGFINGERPRINT BASED LICENSING SYSTEM FOR DRIVING
FINGERPRINT BASED LICENSING SYSTEM FOR DRIVING
 
Smart helmet by pratik panmand
Smart helmet by pratik panmandSmart helmet by pratik panmand
Smart helmet by pratik panmand
 
The Real Time Drowisness Detection Using Arm 9
The Real Time Drowisness Detection Using Arm 9The Real Time Drowisness Detection Using Arm 9
The Real Time Drowisness Detection Using Arm 9
 
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...
 
Innovations in Bike Systems to Provide A Safe Ride Based on Iot
Innovations in Bike Systems to Provide A Safe Ride Based on IotInnovations in Bike Systems to Provide A Safe Ride Based on Iot
Innovations in Bike Systems to Provide A Safe Ride Based on Iot
 
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...
 
Real time detecting driver’s drowsiness using computer vision
Real time detecting driver’s drowsiness using computer visionReal time detecting driver’s drowsiness using computer vision
Real time detecting driver’s drowsiness using computer vision
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pb
 
Project report on IR based vehicle with automatic braking and driver awakenin...
Project report on IR based vehicle with automatic braking and driver awakenin...Project report on IR based vehicle with automatic braking and driver awakenin...
Project report on IR based vehicle with automatic braking and driver awakenin...
 
IRJET- Smart Braking System using Ultrasonic Sensor and Actuator
IRJET-  	  Smart Braking System using Ultrasonic Sensor and ActuatorIRJET-  	  Smart Braking System using Ultrasonic Sensor and Actuator
IRJET- Smart Braking System using Ultrasonic Sensor and Actuator
 
IRJET - Intelligent Safety Helmet
IRJET -  	  Intelligent Safety HelmetIRJET -  	  Intelligent Safety Helmet
IRJET - Intelligent Safety Helmet
 
Drowsiness State Detection of Driver using Eyelid Movement- IRE Journal Confe...
Drowsiness State Detection of Driver using Eyelid Movement- IRE Journal Confe...Drowsiness State Detection of Driver using Eyelid Movement- IRE Journal Confe...
Drowsiness State Detection of Driver using Eyelid Movement- IRE Journal Confe...
 
Fingerprint based physical access control vehicle immobilizer
Fingerprint based physical access control vehicle immobilizer Fingerprint based physical access control vehicle immobilizer
Fingerprint based physical access control vehicle immobilizer
 
IJSRED-V2I1P38
IJSRED-V2I1P38IJSRED-V2I1P38
IJSRED-V2I1P38
 
Vehicle Accident Prevention using Sensors
Vehicle Accident Prevention using SensorsVehicle Accident Prevention using Sensors
Vehicle Accident Prevention using Sensors
 
Real time detection system of driver distraction.pdf
Real time detection system of driver distraction.pdfReal time detection system of driver distraction.pdf
Real time detection system of driver distraction.pdf
 
Driver DrowsiNess System
Driver DrowsiNess SystemDriver DrowsiNess System
Driver DrowsiNess System
 

Similar to Driver State Monitoring System Controls Vehicle Speed

IRJET- Advanced Safety Sytem for the Vehicles
IRJET-  	  Advanced Safety Sytem for the VehiclesIRJET-  	  Advanced Safety Sytem for the Vehicles
IRJET- Advanced Safety Sytem for the VehiclesIRJET Journal
 
VEHICLE SAFETY, SECURITY MONITORING AND TRACKING DEVICE USING ARDUINO
VEHICLE SAFETY, SECURITY MONITORING AND TRACKING DEVICE USING ARDUINOVEHICLE SAFETY, SECURITY MONITORING AND TRACKING DEVICE USING ARDUINO
VEHICLE SAFETY, SECURITY MONITORING AND TRACKING DEVICE USING ARDUINOIRJET Journal
 
IRJET- Accident Detection and Monitoring System using IoT
IRJET-  	  Accident Detection and Monitoring System using IoTIRJET-  	  Accident Detection and Monitoring System using IoT
IRJET- Accident Detection and Monitoring System using IoTIRJET Journal
 
VEHICLE THEFT DETECTION WITH ALCOHOL DETECTION,SMOKE DETECTION AND FINGERPRIN...
VEHICLE THEFT DETECTION WITH ALCOHOL DETECTION,SMOKE DETECTION AND FINGERPRIN...VEHICLE THEFT DETECTION WITH ALCOHOL DETECTION,SMOKE DETECTION AND FINGERPRIN...
VEHICLE THEFT DETECTION WITH ALCOHOL DETECTION,SMOKE DETECTION AND FINGERPRIN...IRJET Journal
 
Blind spot detection with automatic steering
Blind spot detection with automatic steeringBlind spot detection with automatic steering
Blind spot detection with automatic steeringeSAT Journals
 
Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)IRJET Journal
 
IRJET- Automatic Vehicle Beam Control System
IRJET-  	  Automatic Vehicle Beam Control SystemIRJET-  	  Automatic Vehicle Beam Control System
IRJET- Automatic Vehicle Beam Control SystemIRJET Journal
 
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
IRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis System
IRJET - Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET Journal
 
ARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection SystemARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection SystemIRJET Journal
 
ARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection SystemARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection SystemIRJET Journal
 
IRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance System
IRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance SystemIRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance System
IRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance SystemIRJET Journal
 
DRUNKEN DRIVE PROTECTION SYSTEM
DRUNKEN DRIVE PROTECTION SYSTEMDRUNKEN DRIVE PROTECTION SYSTEM
DRUNKEN DRIVE PROTECTION SYSTEMijiert bestjournal
 
IRJET- Driver Drowsiness Detection and Autobraking System for Accident Preven...
IRJET- Driver Drowsiness Detection and Autobraking System for Accident Preven...IRJET- Driver Drowsiness Detection and Autobraking System for Accident Preven...
IRJET- Driver Drowsiness Detection and Autobraking System for Accident Preven...IRJET Journal
 
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...IRJET Journal
 
Traffic management near u turns to avoid accidents
Traffic management near u turns to avoid accidentsTraffic management near u turns to avoid accidents
Traffic management near u turns to avoid accidentsPoojaKumar84
 
IRJET- Design and Fabrication of Eye Blink Braking System
IRJET-  	  Design and Fabrication of Eye Blink Braking SystemIRJET-  	  Design and Fabrication of Eye Blink Braking System
IRJET- Design and Fabrication of Eye Blink Braking SystemIRJET Journal
 
IRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IPIRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IPIRJET Journal
 
IRJET- Car Accident Detection and Notification: An Analytical Survey
IRJET-  	  Car Accident Detection and Notification: An Analytical SurveyIRJET-  	  Car Accident Detection and Notification: An Analytical Survey
IRJET- Car Accident Detection and Notification: An Analytical SurveyIRJET Journal
 
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
 

Similar to Driver State Monitoring System Controls Vehicle Speed (20)

IRJET- Advanced Safety Sytem for the Vehicles
IRJET-  	  Advanced Safety Sytem for the VehiclesIRJET-  	  Advanced Safety Sytem for the Vehicles
IRJET- Advanced Safety Sytem for the Vehicles
 
VEHICLE SAFETY, SECURITY MONITORING AND TRACKING DEVICE USING ARDUINO
VEHICLE SAFETY, SECURITY MONITORING AND TRACKING DEVICE USING ARDUINOVEHICLE SAFETY, SECURITY MONITORING AND TRACKING DEVICE USING ARDUINO
VEHICLE SAFETY, SECURITY MONITORING AND TRACKING DEVICE USING ARDUINO
 
IRJET- Accident Detection and Monitoring System using IoT
IRJET-  	  Accident Detection and Monitoring System using IoTIRJET-  	  Accident Detection and Monitoring System using IoT
IRJET- Accident Detection and Monitoring System using IoT
 
VEHICLE THEFT DETECTION WITH ALCOHOL DETECTION,SMOKE DETECTION AND FINGERPRIN...
VEHICLE THEFT DETECTION WITH ALCOHOL DETECTION,SMOKE DETECTION AND FINGERPRIN...VEHICLE THEFT DETECTION WITH ALCOHOL DETECTION,SMOKE DETECTION AND FINGERPRIN...
VEHICLE THEFT DETECTION WITH ALCOHOL DETECTION,SMOKE DETECTION AND FINGERPRIN...
 
Blind spot detection with automatic steering
Blind spot detection with automatic steeringBlind spot detection with automatic steering
Blind spot detection with automatic steering
 
Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)
 
IRJET- Automatic Vehicle Beam Control System
IRJET-  	  Automatic Vehicle Beam Control SystemIRJET-  	  Automatic Vehicle Beam Control System
IRJET- Automatic Vehicle Beam Control System
 
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
IRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis System
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
 
ARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection SystemARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection System
 
ARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection SystemARM Based Vehicle Theft Control, Positioning and Collision Detection System
ARM Based Vehicle Theft Control, Positioning and Collision Detection System
 
IRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance System
IRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance SystemIRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance System
IRJET- Vehicular Data Acquisition & Driver Behaviours Surveillance System
 
DRUNKEN DRIVE PROTECTION SYSTEM
DRUNKEN DRIVE PROTECTION SYSTEMDRUNKEN DRIVE PROTECTION SYSTEM
DRUNKEN DRIVE PROTECTION SYSTEM
 
IRJET- Driver Drowsiness Detection and Autobraking System for Accident Preven...
IRJET- Driver Drowsiness Detection and Autobraking System for Accident Preven...IRJET- Driver Drowsiness Detection and Autobraking System for Accident Preven...
IRJET- Driver Drowsiness Detection and Autobraking System for Accident Preven...
 
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
 
Traffic management near u turns to avoid accidents
Traffic management near u turns to avoid accidentsTraffic management near u turns to avoid accidents
Traffic management near u turns to avoid accidents
 
Sazz
SazzSazz
Sazz
 
IRJET- Design and Fabrication of Eye Blink Braking System
IRJET-  	  Design and Fabrication of Eye Blink Braking SystemIRJET-  	  Design and Fabrication of Eye Blink Braking System
IRJET- Design and Fabrication of Eye Blink Braking System
 
IRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IPIRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IP
 
IRJET- Car Accident Detection and Notification: An Analytical Survey
IRJET-  	  Car Accident Detection and Notification: An Analytical SurveyIRJET-  	  Car Accident Detection and Notification: An Analytical Survey
IRJET- Car Accident Detection and Notification: An Analytical Survey
 
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...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 

Recently uploaded (20)

ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 

Driver State Monitoring System Controls Vehicle Speed

  • 1. Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1 DRIVER STATE MONITORING SYSTEM AND VEHICLE CONTROL Pradip Gade, Mathew John M, Amal Jose , Rudra Narayan Panda, Deivanathan R School of Mechanical and Building Sciences, VIT Chennai. ---------------------------------------------------------------------***------------------------------------------------------------------- Abstract: Driver state monitoring system determines whether driver is able to take control over the vehicle. This system is based on Smartphones and arduino. It supports the driver to control the vehicle. This is through monitoring driver attention in addition to detect the drowsiness. As the drowsiness is detected it will send a signal to arduino and it works to control the vehicle and also wakes up the driver through alarm and takes the control of the vehicle for safe automatic parking. Key Words: Arduino UNO, Ultrasonic sensor, dc motor, servo motor 1. INTRODUCTION The vehicle safety is of primary importance. In vehicle safety, the basic focus is control over a speed and effective braking system. Now a days, smart devices are merged with a verity of embedded sensors, that is, camera, ultrasonic sensor, GPS, gyroscope etc. This work gives a glimpse on how the sensor technology connected to a smart device and microcontrollers will help to take control of the vehicle once the drowsiness is detected. In this paper as the drowsiness detected by smartphone app, it will pass signal to arduino and it works to control the vehicle and also wake up the driver. And also if an object is detected in front of the vehicle by ultrasonic sensor, the system controls the speed of the vehicle. Once the Drowsiness is detected it will trigger the alarm and reduces speed of the vehicle, so that driver will be alert. This project is helpful to avoid the accident that happens in highways. In most of the cases accident happens due to driver’s behavior. So, to avoid these we go for the driver state monitoring system. We go for an ultrasonic sensor which has very high frequency as compared to other sensors. Ultrasonic sensors are used to detect object in front or back side of the vehicle. 2. CONCEPT AND METHODOLOGY In the area of driving assistance, the use of mobile phone for the evaluation of driver state has also emerged as a topic of research. Dynamic car data for the evaluation of driver state and driving performance is a part of research. The use of a steering wheel angle assist, the system by Mercedes Benz, is dependent on visual driving data. In Volvo, the driver alert control is based on a road feature tracking. In case of BMW, driving assist is incorporated for high detection and automatic braking in case of road object detection. Effective mobile application covers the capability of detecting the road traffic, monitoring the road and alerting the driver about the potentially unsafe zone, for example, vehicle collision, lane departure and speed control. In case of driver state, one of the factors for driver ineffectiveness can be a fatigue. In the references cited below, many authors describe lots of indication of fatigue in driver, such as slower reaction and responses, yawning etc. The system described in this paper is based on arduino which is a micro controller board. The model UNO R3, which is having six analog input and 16Mhz quartz crystal. It works at the brain to the system which control all the actions and also sense and actuate the system. In our project we focus on safety of the driver as well as vehicle. The concept used in our project is totally based on arduino UNO. And the components used in our project are described below. The Drowsiness is detected by the android app through mobile. Usually, the human eye blinks at the rate of 15- 20 blinks per minute and suppose if the eye blink rate changes, it will detect the drowsiness as per the blink rate by per close method. To recognize the driver state, whether driver is under fatigue and drowsiness, the mobile camera is located the face position of a driver which evaluates the duration of closed eye. The per close method calculates the percentage of eye closure time. If the calculated value exceeds the threshold limit, the system will trigger the alarm and simultaneously make aware, the driver situation. The alarm will remain on until the said calculations are under the threshold limit. Once the signal passes to the arduino the arduino will actuate the side indicator light to blink so that back side vehicle get alert, and for detecting front vehicle the International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2 ultrasonic sensor is used. Accordingly the vehicle speed will be reducing. These speed control concepts consist of 3 major part of the system that is actuators, microcontrollers (arduino) and sensor. The actuator used in this is a dc motor, to which the output of the microcontroller is given. This system can detect drowsiness of driver and can reduce the vehicle speed for safety parking. 2.1 DROWSINESS DETECTION The drowsiness detection for eye tracking is based on Kalman Filter (KF). The input given to the Kalman Filter is the distances obtain to the detected obstacle. The maximum acceleration and the time pass among the image capture are calculated for each frame. An alarm will make the driver awake of the situation and with the help of sound sensor the input signal will be passing to control the motor. The alarm did not stop unless it is under the calculated threshold value, so that the driver no longer under drowsiness. And also it takes control over vehicle. Fig 1. Eye Detection Flow Chart 2.2 OBJECT DETECTION AND ESTIMATION Once the object is detected, the distance is calculated. The sensor used in our model is ultrasonic sensors HC-SR04 having a range to 2cm to 400cm with a noncontact functionality. The tracking zone was designed based on Nearest Neighbor. The tracking algorithm shows the object detection in front of the vehicle as well as the back side of the vehicle. Fig 2. Flow diagram for object detection. 2.3 SIDING OF VEHICLE Siding of the vehicle is occurs once sufficient gap is detected in front of the vehicle and to its left. For siding the vehicle towards the left, an ultrasonic sensor is used for detecting the edge of the road. By using H bridge circuit with 4 dc motors we are able to control the motion of wheel and safely park the vehicle. Fig 3. Bridge circuit for DC motor actuation 3. OVERALL WORKING The overall working of the system is as follows. Drowsiness is detected by using android app namely ‘Sleepy driver’ and it will trigger the alarm. This alarm sound is captured by using sound sensor and used to initiate the control over speed of vehicle. Ultrasonic sensor fitted in front and corner of vehicle are able to detect the vehicles moving in front and the left side. When object is not detected it performs lane crossing and when pavement is detected, it will park the vehicle safely.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3 The system works in different stages according situation given to arduino. Overall, the first phase is drowsiness detection and second phase is object detection once the drowsiness is detected by the camera (which is based on eye frame rate). It first reduce the speed and check the object either side of the vehicle. The servo is used to use to steer the vehicle to road side. Fig 4 Overall flow diagram of the system 4. EXPERIMENTAL SET UP Fig 5. Experimental Setup - Prototype The prototype set up is shown above in which various sensors, motors, controller, drives etc. are used to establish control. The ultrasonic sensors are used to detect the object. DC motor is used to drive the prototype with servo motor to steer the vehicle. 5. CONCLUSION With the increasing number of accidents due to drowsiness of driver this system has a bright future for safety. The methodology has been implemented using smartphone devices, taking advantage of their integrated cost-efficient embedded sensors. By using this program in Arduino Microcontroller, we can generate a system with Speed Control and safe parking. REFERENCES [1] R. Ganiga, R. Maurya and A. Nanade, D. Kornack and P. Rakic, “Accident detection system using Piezo Disk Sensor”, International Journel of science, Engineering and Technology Research(IJSETR) 6(3), 2017. [2] J.Whipple, W.Arensman and M.S.Boler, “Public safety application of GPS enabled smart phones and the android operation system”, IEEE Int. conf. on system, man and cybernetics, 2009. [3] Helia Mamdouhi, Sabira Khatun and Javed Zarrin, “Bluetooth Wireless monitoring, Managing and Control for inter vehicle in vehicular adhoc networks”, Journal of computer Science, Science Publication, 2009. [4] L. A. Klein, M. K. Mills, and D. R. P. Gibson, “Traffic detector handbook,” Operations and Intelligent Transportation Systems Research, 2006. [5] L. Yu, L. Yuan, G. Qu, and A. Ephremides, “Energy driven detection scheme with guaranteed accuracy” Information Processing in Sensor Networks, pp. 284– 291, 2006. [6] W. P. Chen, J. C. Hou, and L. Sha, “Dynamic clustering for acoustic target tracking in wireless sensor networks,” 11th IEEE International Conference on Network Protocols (ICNP’03), November 2003. [7] D. Li, K. D. Wong, Y. H. Hu, and A. M. Sayeed, “Detection, classification and tracking of targets in distributed sensor networks” IEEE Signal Processing Magazine, pp. 1163–117, 2002. [8] S. Oh and S. Sastry, “A hierarchical multiple-target tracking algorithm for sensor networks,” IEEE Robotics and Automation,” pp.2197–2202, 2005. [9] R. B. Richard, R. Parameswaran, and M. S. Akbar, “Distributed target classification and tracking in sensor networks,” In Proceedings of the IEEE, Vol. 91, No. 8, pp. 1163–1171, 2003. [10] Y. Zou, and K. Chakrabarty, “Target localization based on energy considerations in distributed sensor networks,” 1st IEEE Workshop Sensor Network Protocols and Applications (SNPA’03), pp.51–58, 2003. [11] H. Yang and B. Sikdar. “A protocol for tracking mobile targets using sensor networks, sensor network protocols and applications,” pp. 71 81, 2003.