SlideShare a Scribd company logo
1 of 9
Download to read offline
TELKOMNIKA, Vol.17, No.2, April 2019, pp.956~964
ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018
DOI: 10.12928/TELKOMNIKA.v17i2.11759  956
Received July 1, 2018; Revised October 23, 2018; Accepted November 19, 2018
Non-intrusive vehicle-based measurement system for
drowsiness detection
Ignatius Deradjad Pranowo*
1
, Dian Artanto
2
, Muhammad Prayadi Sulistyanto
3
Politeknik Mekatronika Sanata Dharma, Yogyakarta, 55282, Indonesia
*Corresponding author, e-mail dradjad@pmsd.ac.id
1
, dian.artanto@pmsd.ac.id
2
, prayadi@pmsd.ac.id
3
Abstract
The purpose of this study is for prototyping a non-intrusive vehicle-based measurement system
for drowsiness detection. The vehicle-based measurement system aims to achieve the non-intrusive
drowsiness detection. The non-intrusive vehicle-based measurement achieved by placing sensors on the
steering rod, gas pedal, and brake pedal. Drowsiness can be detected by comparing the position of the
steering angle to the desired target angular position, especially when the difference in value of both is
greater. Some sensors have been tested to obtain the actual steering angle position. From the test results,
sensors that meet the criteria of accuracy are MPU6050 and HMC5883L. Both sensors have been tested
in the prototyping of a vehicle-based drowsiness detection system with sufficient results. Furthermore, the
prototype of non-intrusive vehicle-based drowsiness detection system has been integrated with interesting
driving simulation software. The result has been able to show the actual condition of the steering position,
the gas pedal and the brake pedal precisely. Moreover, this prototype opens opportunities to support the
study of drowsiness detection using vehicle-based driving simulator.
Keywords: drowsiness detection, HMC5883L, MPU6050, non-intrusive, vehicle-based
Copyright © 2019 Universitas Ahmad Dahlan. All rights reserved.
1. Introduction
Drowsiness while driving is considered as one main cause of traffic accidents. In
general, road accidents are caused by human factors, environment, road conditions, and
vehicle characteristics [1]. According to [2], the cause of road accidents is driving at high speed,
alcohol consumption, no safety tools, road design conditions, and lack of attention to hazard
factors. Referring to [2] the cause of traffic accidents is dominated by human factors. However,
aspects of human factors may be influenced by cognitive ability, hazard perception, response to
driving environments (weather, traffic density, road conditions), and the effects of physical
conditions such as fatigue and drowsiness. Furthermore, the US National Sleep Foundation
report about 54% of adult drivers drove the vehicle in a drowsy state and 28% were asleep [3].
This proves that drowsy drivers are one of the main causes of road accidents [4]. A prompt
detection of drowsy drivers is therefore very useful.
Drowsiness detection can be measured by subjective and objective indicators.
Subjective measurements were using Karolinska Sleepiness Scale questionnaire [5-7].
Objective measurements can be performed based on human physiology indicators,
vehicle-based, and performance-based driving. Human physiology-based measurements
consist of brain signal parameters [8-11]; oculomotor [6, 12, 13] heart rate changes [12, 14] and
muscle activity [8]. This method claimed has reliability and accuracy in detecting drowsiness but
has limitations. Vehicle-based measurements consist of parameters of steering change
[4], [15-17] pathway changes [17-19]; and gas pedal changes [20]. This method has non-
intrusive advantages, able to detect changes in micro-corrections on the steering wheel, can
detect gas pedal changes and also detect lane transfers. Vehicle-based measurements are
useful in sleepiness measurements when reduced alertness due to drowsiness effect of vehicle
control or deviation of vehicle function (lateral position, steering wheel change, gas pedal) [21].
On the other hand vehicle-based method still has disadvantage can not be sure when changes
to the vehicle's equipment can be due to effects other than drowsiness such as driver's
emotional condition, road conditions, routes and highly dependent on driver's
habits [15, 16, 18, 20, 22].
TELKOMNIKA ISSN: 1693-6930 
Non-intrusive vehicle-based measurement syste for… (Ignatius Deradjad Pranowo)
957
Specifically, study focusing on the drowsiness detection system with vehicle-based
measurement methods has been widely practiced. This study will develop a prototype to
measure drowsiness by indicators of steering changes, and changes in gas pedal and brake
pedal. The objectives is to provide the suitable sensors that meet the criteria of accuracy and
integration between driving simulators (real vehicle unit) and simulation software
“CityCarDriving” to gain higher fidelity.
2. On-Vehicle Drowsiness Detection System
2.1. System Design
The vehicle-based driving simulator for drowsiness detection mainly compose of
hardware and software. Modified of a real vehicle/car by placing several sensors and
microcontroller will be part of the hardware. The hardware configuration consists of several
major components. There include a set of buttons consisting of the five buttons to enable up
transmission, down transmission, seatbelt, start engine, and handbrake release. The other are
one HMC5883L sensor mounted on steering rod, and two MPU6050 sensors mounted on the
gas pedal and brake pedal. Arduino ProMicro which is a programming control unit that gets
input signals from all buttons and sensors, and a PC unit containing the “CityCarDriving”
simulation software. Figure 1 shows the block diagram of all components that builds vehicle-
based driving simulator.
Figure 1. Block diagram of the system
The system consists of three main components are system input, signal processing,
and application software. The system input consists of 5 setting buttons, an HMC5883L sensor
for steering wheel, two MPU6050 sensors for gas pedal and brake pedal. The signal processing
of system input is performed by Arduino Promicro, which is used as the interface between
sensor and application software. The application software used here is CityCarDriving
simulation software. The process that occurs in this system is as follows, whenever there is a
change in position on the steering wheel, or the gas pedal, or the brake pedal, will be read by
the sensors. The sensor then sends the change data to the Arduino Promicro. Arduino Promicro
then processes the data and sends it to the computer. The computer, through the simulation
software displays the data in the form of images that approximate the actual conditions.
a buton sensor
for transmission
gear up
a buton sensor
for mounting
seatbelt on/off
an HMC5883L sensor
for detecting steering
wheel change
Arduino
ProMicro
two MPU sensors
for detecting gas &
brake pedals
The computer with
simulation software
CityCarDriving
a buton sensor
for handbreak
set/release
a buton sensor
for transmission
gear down
a buton sensor
for starting
engine
 ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 2, April 2019: 956-964
958
2.2. Software Design
Figure 2 shown the algorithm developed in the vehicle-based driving simulator. The
program will start from sensors reading the changes come from steering wheel rod, gas pedal,
and brake pedal in simulator vehicle unit. In addition, Arduino as a programming control unit
also received readings from five keys representing the activation of: engine start, seat belt,
hand-brake off, transmission up, and transmission down. The reading results from the Arduino
will have an impact on the simulation software “CityCarDriving”.
Figure 2. Program flowchart
Software development in the Arduino programming to process data derived from
HMC5883L and MPU6050 sensors to enable simulation software based on changes in data
input from steering wheel, gas pedal, and brake pedal. The first problem to overcome is to find
out which part of the CityCarDriving simulation software associated with the relevant variables
must be set via the MPU6050 sensor. The next programming is Arduino ProMicro which
receives input from five buttons, one HMC5883L, and two MPU6050 sensors. Specification of
Arduino used is Arduino ProMicro 5V-16MHz. This study used Arduino sensors and integrates
them with driving simulation software (CityCarDriving). Several studies used the simulation
software (CityCarDriving) combined with unreal vehicle as a hardware [5, 18, 20-22].
The different point proposed in this study is the integration between the real car unit and the
simulation software to gain higher fidelity in a driving simulator.
2.3. Electronic and Interface Design
The schematic circuit of electronic and interface devices of vehicle-based driving
simulator shown in Figure 3.
TELKOMNIKA ISSN: 1693-6930 
Non-intrusive vehicle-based measurement syste for… (Ignatius Deradjad Pranowo)
959
Figure 3. (a) Schematic circuit of electronic and interface
Figure 3. (b) Simulation software “City Car Driving” version 1.5. 2
2.4. Driving Simulation Software
The driving simulation software used is CityCarDriving commonly used as simulated
driving software on a driving simulator. Figure 4 shows the display of the CityCarDriving version
1.5.2. The CityCarDriving recommended platform requirements are: 1GB free disk space,
Core 2 Duo 3GHz/AMD 3GHz, nVidia ATI Radeon, 2GB, OS XP/Vista/7. This simulation
software will be integrated with a real vehicle unit in the form of a modified car. The
consideration of using the CityCarDriving simulation software is because this study is still in the
early stages, where the target in this stage is the use of appropriate and adequate software.
2.5. Hardware Configuration
The development of a vehicle-based driving simulator has been achieved as shown in
Figure 4 and Figure 5. The mounting results of three MPU sensors (Figure 5c-5d) successfully
provide data readings of changes the steering angle, gas pedal changes, and brake pedal.
There are patents on the use of sensors in the vehicle for the driving detection system [23-24];
but the studies that used Arduino sensors and combine them with driving simulation software
have not been much or even not yet done. The integration of hardware (the installed sensors on
steering rod, gas pedal, brake pedal) and software (driving simulation application and Arduino
ARDUINO
PROMICRO
TX
1
RX
2
GND
3
GND
4
D2
5
D3
6
D4/A6
7
D5
8
D6/A7
9
D7
10
D8/A8
11
D9/A9
12
RAW
24
GND
23
RST
22
VCC
21
A3
20
A2
19
A1
18
A0
17
D15
16
D14
15
D16
14
D10/A10
13
ARDUINO
SDA
SCL
SCL
SDA
MPU
6050
VCC
1
GND
2
SCL
3
SDA
4
XDA
5
XCL
6
AD0
7
INT
8
GAS PEDAL
SDA
SCL
MPU
6050
VCC
1
GND
2
SCL
3
SDA
4
XDA
5
XCL
6
AD0
7
INT
8
BRAKE
SDA
SCL
RXD
RTS
TXD
CTS
COMPUTER
HMC
5883L
VCC
1
GND
2
SCL
3
SDA
4
DRDY
5
STEEERING
WHEEL SENSOR
SENSOR
PEDAL SENSOR
R1 1K
R2 2K
PROMICRO
0x68
0x69
TRANSM-UP
D5
SEAT_BELT
D6
START_ENG
D7
HAND_BREAK
D8
TRANMS-DOWN
D9
D5
D6
D7
D8
D9
 ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 2, April 2019: 956-964
960
promicro program) on the simulator using easily accessible and relatively inexpensive
components, opens opportunities to support the study of drowsiness detection using simulators.
Based on this finding, related studies are no longer constrained and even able to build a
low-cost driving simulator on their own for the benefit of a research laboratory.
Figure 4. Wiring circuit of five buttons, arduino promicro, HMC5883L and two MPU6050 sensors
(a) (b)
(c) (d)
Figure 5. a) modified car as a fixed-based driving simulator; b) steering wheel & 5 buttons on
the dashboard; c) HMC5883L sensor mounting on steering rod;
d) MPU6050 sensor ounting on gas pedal
3. Results and Discussion
3.1. Result
The first step in the development of vehicle-based measurement for drowsiness
detection is to choose the right type of sensor. The criterion that must be met by the sensor is
D5
GND
D6
GND
D7
GND
D8
GND
D9
GND
GND
GND
D5
D6
D7
D8
D9
VCC
GND
SCL
SDA
GND
VCC
A1
A0
A2
SDA
SCL
VCC
GND
SCL
SDA
UNIVERSAL SWITCH (5 BUTTON) ARDUINO PRO MICRO (LEONARDO)
MPU6050
BRAKE PEDAL
MPU6050
GAS PEDAL
HMC5883L
SENSOR
SENSOR
SENSOR
UP
SEATB
START
HANDB
DOWN
VCC
GND
SCL
SDA
3V3
TELKOMNIKA ISSN: 1693-6930 
Non-intrusive vehicle-based measurement syste for… (Ignatius Deradjad Pranowo)
961
able to read the position of the steering angle, the pressing position of the gas pedal and the
brake pedal. Of the many available sensors in the market, 3 sensors meet the above criteria,
namely MPU6050 sensor, HMC5883L sensor and Multiturn Linear Potentiometer as shown in
Figure 6. The Rotary Encoder sensor is not selected because difficult to be mounted on the
steering rod.
MPU6050 HM5883L Multi-turn Precision
Linear Potentiometer
Figure 6. Three sensors
All three sensors are then mounted on the steering rod. Especially for Multiturn
Potentiometer, added clamping structures and gears to rotate the knob of Potentiometer
following the steering wheel. Figure 7 is a circuit to observe the three sensors, relating the
reading performance of the steering angel position of each sensor.
Figure 7. Schematic of the circuit to observe the reading of the steering angle position
In order for the steering angle position can be estimated, a sine wave signal is
generated. Table 1 was the results of these experiments. It is expected that the steering angle
position can follow the sine wave signal, by rotating to the left (ccw) or right (cw) of the steering
wheel, such that the signal issued by the three sensors approaches the sine wave signal, which
is the target position for the steering.
Table 1. The Comparison among Three Sensors: Potensio, HMC5883L, and MPU6050
Pos. of steer wh. Pos. angle Linier Potensio HMC5883L MPU6050
In the middle 0° 300 0 0
Left rotated, 60° -60° 350 301 / (-59) -55
Right rotated, 60° +60° 440 59 56
Left rotated, 60° -60° 150 302 / (-58) -56
Right rotated, 60° +60° 430 61 57
Left rotated, 60° -60° 288 302 / (-58) -56
Right rotated, 60° +60° 341 61 57
Left rotated, 90° -90° 279 271 / (-89) -88
Right rotated, 120° +120° 355 121 118
PB0/ICP1/CLKO/PCINT0
12
PB1/OC1A/PCINT1
13
PB3/MOSI/OC2A/PCINT3
15
PB2/SS/OC1B/PCINT2
14
PD6/AIN0/OC0A/PCINT22
10
PD5/T1/OC0B/PCINT21
9
PD4/T0/XCK/PCINT20
2
PD3/INT1/OC2B/PCINT19
1
PD2/INT0/PCINT18
32
PD1/TXD/PCINT17
31
PD0/RXD/PCINT16
30
PB4/MISO/PCINT4
16
PB5/SCK/PCINT5
17
PB7/TOSC2/XTAL2/PCINT7
8
PB6/TOSC1/XTAL1/PCINT6
7
PC6/RESET/PCINT14
29
PC5/ADC5/SCL/PCINT13
28
PC4/ADC4/SDA/PCINT12
27
PC3/ADC3/PCINT11
26
PC2/ADC2/PCINT10
25
PC1/ADC1/PCINT9
24
PC0/ADC0/PCINT8
23
AVCC
18
AREF
20
PD7/AIN1/PCINT23
11
ADC6
19
ADC7
22
U1
ATMEGA328P
POT 10K
10k
MPU
6050
VCC
1
GND
2
SCL
3
SDA
4
XDA
5
XCL
6
AD0
7
INT
8
HMC
5883L
VCC
1
GND
2
SCL
3
SDA
4
DRDY
5
A0
D4
D5
D4
D5
D5
D4
RXD
RTS
TXD
CTS
COMPUTER
A0
 ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 2, April 2019: 956-964
962
Observations are made by comparing each signal formed by the three sensors to each
position of the steering angle. Figure 8 is a graph generated by the three sensors on the
readings of the steering angle position. Figure 9 shows a graph generated of sine wave signal,
and the performance of the three sensors on the reading of the steering angle position. Starting
from the top signal, it appears that the graph generated by Precision (Multiturn Linier)
Potentiometer is not smooth, with a fairly narrow range width, and even smaller than the noise.
Meanwhile, for the second signal, which is generated by the HMC5883L sensor looks smooth
and follows the sine wave pattern. Similarly, the MPU6050 sensor looks smooth and almost
coincides with the sine wave.
Figure 10 is an oscillatory observation chart of the HMC5883L sensor following the
target of the sine wave almost exactly. Figure 11 is a graphic observation of the HMC5883L
sensor that oscillates rather roughly following the target sine wave. This is because the target of
the sine wave moves faster than normal so that the oscillation results more roughly. It can
happen only if the driver is in a sleepy condition or other reason. At least this indicator can be
used to identify sleepiness despite the need for other studies to prove it.
Figure 8. The readings of the three sensors Figure 9. The sine wave target and
performance of the three sensors at the
steering position
Figure 10. The sine wave performance
of HMC5883L
Figure 11. The sine wave target and
performance of HMC5883L roughly ascillation
3.2. Discussion
From the results of the experiment, the driving simulator has been able to be driven well
and smoothly. Initially, the sensor devices used was 3 MPU6050 sensors, to read the steering
angle position, the position of the gas pedal and the brake pedal. Since the three sensors both
use I2C communication with Arduino, it is necessary to use the correct reading method.
The problem that arises is, the I2C provided in MPU6050 only has 2 address, namely 0x68 and
0x69. Because there are only 2 addresses, only 2 MPU 6060 sensors can be read at once. So
to read the third sensor, it takes a delay of 5 milliseconds. This time delay is used to make
Arduino set the address on the third sensor with the same address as the first sensor. However,
TELKOMNIKA ISSN: 1693-6930 
Non-intrusive vehicle-based measurement syste for… (Ignatius Deradjad Pranowo)
963
this solution causes the simulator response to slow down. During the experiment, especially for
speeds above 20 km/h, the simulator becomes difficult to drive because the software response
at the steering wheel is quite slow. From the results of repeated experiments, the time delay of 5
milliseconds is the smallest delay time for Arduino can read all three sensors correctly, and can
not be reduced anymore.
To overcome the problem of reading above, the third sensor MPU6050 was replaced
with an HMC5883L sensor, which was mounted on the steering wheel. Although the HMC5883L
sensor also uses I2C communication, but because the I2C address of HMC5883L is different
from the I2C address of MPU6050, the reading of the three sensors at the same time becomes
no problem. Consideration of choosing HMC5883L magnetometer sensor compared to other
similar magnetometer sensors, some of which such as MAG3110, LIS3MDL, LSM303DLHC,
MPU9250, HMC5983 and L3G4200D have not been carried out. Future research will compare
the performance of all existing magnetometer sensors, and choose the best performance. With
an HMC5883L to read the steering angle position, and two MPU6050 sensors to read the
position of the gas pedal and brake pedal, the driving simulator can be steered well and
smoothly, and the simulator response is better.
4. Conclusion
Provide a statement that what is expected, as stated in the "Introduction" chapter can
ultimately result in "Results and Discussion" chapter, so there is compatibility. Moreover, it can
also be added the prospect of the development of research results and application prospects of
further studies into the next (based on result and discussion).
References
[1] De Oña J, De Oña R, Eboli L, Forciniti C, Mazzulla G. How to Identify the Key Factors that Affect
Driver Perception of Accident Risk. A Comparison Between Italian and Spanish Driver Behavior.
Accid Anal Prev. 2014; 73: 225–35.
[2] World Health Organization. The Number of Traffic Accidents in Indonesia is Highest in Asia [Internet].
2016 [cited 2017 Mar 1]. Available from: m.analisadaily.com
[3] Drivers beware Getting Enough Sleep can Save Your Life this Memorial Day. Arlington, VA,
USA; 2010.
[4] Otmani S, Pebayle T, Roge J, Muzet A. Effect of Driving Duration and Partial Sleep Deprivation on
Subsequent Alertness and Performance of Car Drivers. Physiol Behav. 2005; 84(5): 715–24.
[5] Sahayadhas A, Sundaraj K, Murugappan M. Detecting Driver Drowsiness based on Sensors: A
review. Sensors (Switzerland). 2012; 12(12): 16937–53.
[6] Hu S, Zheng G. Driver Drowsiness Detection with Eyelid Related Parameters by Support Vector
Machine. Expert Syst Appl. 2009; 36(4): 7651–8.
[7] Sommer D, Golz M, Schnupp T, Krajewski J, Trutschel U, Edwards D. a Measure of Strong Driver
Fatigue. 5th Int Driv Symp Hum Factors Driv Assess Train Veh Des. 2009; 4: 9–15.
[8] Akin M, Kurt ÆMB. Estimating Vigilance Level by using EEG and EMG signals. Neural Comput Appl.
2008; 17: 227–36.
[9] Kannan R, Ali SSA, Farah A, Adil SH, Khan A. Smart Wearable EEG Sensor. Procedia Comput Sci.
2017; 105: 138–43.
[10] Lin CT, Chang CJ, Lin BS, Hung SH, Chao CF, Wang IJ. A Real-Time Wireless Brain-Computer
Interface System for Drowsiness Detection. IEEE Trans Biomed Circuits Syst. 2010; 4(4): 214–22.
[11] Lin FC, Ko LW, Chuang CH, Su TP, Lin CT. Generalized EEG-based Drowsiness Prediction System
by using a Self-Organizing Neural Fuzzy System. IEEE Trans Circuits Syst I Regul Pap. 2012; 59(9):
2044–55.
[12] Khushaba RN, Kodagoda S, Lal S, Dissanayake G. Driver Drowsiness Classification using Fuzzy
Wavelet-Packet-based feature-Extraction Algorithm. IEEE Trans Biomed Eng. 2011; 58(1): 121–31.
[13] Lal, SK L, Craig A. A Critical Review of the Psychophysiology of Driver Fatigue. Biological
Psychology. 2001; 55: 173–194.
[14] Yang G, Lin Y, Bhattacharya P. A driver Fatigue Recognition Model based on Information Fusion and
Dynamic Bayesian Network. Inf Sci (Ny). 2010; 180(10): 1942–54.
[15] Cheng B, Zhang W, Lin Y, Feng R, Zhang X. Driver Drowsiness Detection Based on Multisource
 ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 2, April 2019: 956-964
964
Information. Hum factors Ergon Manuf Serv Ind. 2012; 00(0): 1–18.
[16] Feng R, Zhang G, Cheng B. An on-Board System for Detecting Driver Drowsiness based on
Multi-Sensor Data Fusion using Dempster-Shafer Theory. Proc 2009 IEEE Int Conf Networking,
Sens Control ICNSC 2009. 2009; 897–902.
[17] Samiee S, Azadi S, Kazemi R, Nahvi A, Eichberger A. Data Fusion to Develop a driver Drowsiness
Detection System with Robustness to Signal Loss. Sensors (Switzerland). 2014;14(9):17832–47.
[18] Blana E, Golias J. Differences between Vehicle Lateral Displacement on the Road and in a
fixed-base Simulator. Hum Factors. 2002; 44(2): 303–13.
[19] Ingre M, Åkerstedt T, Peters B, Anund A, Kecklund G. Subjective sleepiness, simulated driving
performance and blink duration: Examining individual differences. J Sleep Res. 2006;15(1):47–53.
[20] Tansakul W, Tangamchit P. Fatigue Driver Detection System Using a Combination of Blinking Rate
and Driving Inactivity. J Autom Control Eng. 2015; 3(6) :33–9.
[21] Wang X, Xu C. Driver Drowsiness Detection based on non-Intrusive Metrics Considering Individual
Specifics. Accid Anal Prev. 2016; 95: 350–7.
[22] Forsman PM, Vila BJ, Short RA, Mott CG, Van Dongen HPA. Efficient Driver Drowsiness Detection
at Moderate Levels of Drowsiness. Accid Anal Prev. 2013; 50:341–50.
[23] Burton D. Vigilance Monitoring System. Vol. 2. United States Patent; US 8,096,946 B2, 2012.
[24] Maass A. Method and Device for Warning A Driver. Vol. 2. Ulllted States Patent; US 7,551,093 B2,
2000: 0–5.

More Related Content

What's hot

IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET Journal
 
IRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle ControlIRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle ControlIRJET Journal
 
ESTEREL IMPLEMENTATION AND VALIDATION OF CRUISE CONTROLLER
ESTEREL IMPLEMENTATION AND VALIDATION OF CRUISE CONTROLLERESTEREL IMPLEMENTATION AND VALIDATION OF CRUISE CONTROLLER
ESTEREL IMPLEMENTATION AND VALIDATION OF CRUISE CONTROLLERcscpconf
 
IRJET- Disaster Notification System
IRJET- Disaster Notification SystemIRJET- Disaster Notification System
IRJET- Disaster Notification SystemIRJET Journal
 
IRJET- Vehicle Trackingusing Number Plate Recognization and Drunk and Drive D...
IRJET- Vehicle Trackingusing Number Plate Recognization and Drunk and Drive D...IRJET- Vehicle Trackingusing Number Plate Recognization and Drunk and Drive D...
IRJET- Vehicle Trackingusing Number Plate Recognization and Drunk and Drive D...IRJET Journal
 
Embedded Technology for vehicle cabin safety Monitoring and Alerting System
Embedded Technology for vehicle cabin safety Monitoring and Alerting SystemEmbedded Technology for vehicle cabin safety Monitoring and Alerting System
Embedded Technology for vehicle cabin safety Monitoring and Alerting SystemIJCSEA Journal
 
Android application for driver assistance using strain guage load cell and mo...
Android application for driver assistance using strain guage load cell and mo...Android application for driver assistance using strain guage load cell and mo...
Android application for driver assistance using strain guage load cell and mo...IJARIIT
 
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...IRJET Journal
 
IRJET- Smart Car Monitoring System using Arduino
IRJET- Smart Car Monitoring System using ArduinoIRJET- Smart Car Monitoring System using Arduino
IRJET- Smart Car Monitoring System using ArduinoIRJET Journal
 
A seminar report_on_google_driverless_caR
A seminar report_on_google_driverless_caRA seminar report_on_google_driverless_caR
A seminar report_on_google_driverless_caRKaziAfrozAlam
 
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEMAUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEMAnamika Vinod
 
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
 
Low Cost, Effective Solution for Monitoring, Controlling and Tracking of Rent...
Low Cost, Effective Solution for Monitoring, Controlling and Tracking of Rent...Low Cost, Effective Solution for Monitoring, Controlling and Tracking of Rent...
Low Cost, Effective Solution for Monitoring, Controlling and Tracking of Rent...ijsrd.com
 
Mobile phone-based-drunk-driving-detection-system-docx
Mobile phone-based-drunk-driving-detection-system-docxMobile phone-based-drunk-driving-detection-system-docx
Mobile phone-based-drunk-driving-detection-system-docxshanofa sanu
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 
IJSRED-V2I1P38
IJSRED-V2I1P38IJSRED-V2I1P38
IJSRED-V2I1P38IJSRED
 
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
 
IRJET- IoT System for Monitoring and Diagnostics of Engine
IRJET-  	  IoT System for Monitoring and Diagnostics of EngineIRJET-  	  IoT System for Monitoring and Diagnostics of Engine
IRJET- IoT System for Monitoring and Diagnostics of EngineIRJET Journal
 
Image processing on automobiles (1)
Image processing on automobiles (1)Image processing on automobiles (1)
Image processing on automobiles (1)9177547219
 
An Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using SensorsAn Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using SensorsIJRES Journal
 

What's hot (20)

IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
 
IRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle ControlIRJET- Driver State Monitoring System and Vehicle Control
IRJET- Driver State Monitoring System and Vehicle Control
 
ESTEREL IMPLEMENTATION AND VALIDATION OF CRUISE CONTROLLER
ESTEREL IMPLEMENTATION AND VALIDATION OF CRUISE CONTROLLERESTEREL IMPLEMENTATION AND VALIDATION OF CRUISE CONTROLLER
ESTEREL IMPLEMENTATION AND VALIDATION OF CRUISE CONTROLLER
 
IRJET- Disaster Notification System
IRJET- Disaster Notification SystemIRJET- Disaster Notification System
IRJET- Disaster Notification System
 
IRJET- Vehicle Trackingusing Number Plate Recognization and Drunk and Drive D...
IRJET- Vehicle Trackingusing Number Plate Recognization and Drunk and Drive D...IRJET- Vehicle Trackingusing Number Plate Recognization and Drunk and Drive D...
IRJET- Vehicle Trackingusing Number Plate Recognization and Drunk and Drive D...
 
Embedded Technology for vehicle cabin safety Monitoring and Alerting System
Embedded Technology for vehicle cabin safety Monitoring and Alerting SystemEmbedded Technology for vehicle cabin safety Monitoring and Alerting System
Embedded Technology for vehicle cabin safety Monitoring and Alerting System
 
Android application for driver assistance using strain guage load cell and mo...
Android application for driver assistance using strain guage load cell and mo...Android application for driver assistance using strain guage load cell and mo...
Android application for driver assistance using strain guage load cell and mo...
 
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
 
IRJET- Smart Car Monitoring System using Arduino
IRJET- Smart Car Monitoring System using ArduinoIRJET- Smart Car Monitoring System using Arduino
IRJET- Smart Car Monitoring System using Arduino
 
A seminar report_on_google_driverless_caR
A seminar report_on_google_driverless_caRA seminar report_on_google_driverless_caR
A seminar report_on_google_driverless_caR
 
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEMAUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT 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
 
Low Cost, Effective Solution for Monitoring, Controlling and Tracking of Rent...
Low Cost, Effective Solution for Monitoring, Controlling and Tracking of Rent...Low Cost, Effective Solution for Monitoring, Controlling and Tracking of Rent...
Low Cost, Effective Solution for Monitoring, Controlling and Tracking of Rent...
 
Mobile phone-based-drunk-driving-detection-system-docx
Mobile phone-based-drunk-driving-detection-system-docxMobile phone-based-drunk-driving-detection-system-docx
Mobile phone-based-drunk-driving-detection-system-docx
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
IJSRED-V2I1P38
IJSRED-V2I1P38IJSRED-V2I1P38
IJSRED-V2I1P38
 
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
 
IRJET- IoT System for Monitoring and Diagnostics of Engine
IRJET-  	  IoT System for Monitoring and Diagnostics of EngineIRJET-  	  IoT System for Monitoring and Diagnostics of Engine
IRJET- IoT System for Monitoring and Diagnostics of Engine
 
Image processing on automobiles (1)
Image processing on automobiles (1)Image processing on automobiles (1)
Image processing on automobiles (1)
 
An Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using SensorsAn Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
 

Similar to Non-intrusive vehicle-based measurement system for drowsiness detection

1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pbIAESIJEECS
 
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
 
Design And Development of Speed-Breaker Detection and Automatic Speed Control...
Design And Development of Speed-Breaker Detection and Automatic Speed Control...Design And Development of Speed-Breaker Detection and Automatic Speed Control...
Design And Development of Speed-Breaker Detection and Automatic Speed Control...IRJET Journal
 
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
 
IRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident PreventionIRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident PreventionIRJET Journal
 
ANDROID BASED ALCOHOL DETECTION SYSTEM
ANDROID BASED ALCOHOL DETECTION SYSTEMANDROID BASED ALCOHOL DETECTION SYSTEM
ANDROID BASED ALCOHOL DETECTION SYSTEMIRJET Journal
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...IRJET Journal
 
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...Survey of Smartphone applications based on OBD-II for Intelligent Transportat...
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...IJERA Editor
 
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...Survey of Smartphone applications based on OBD-II for Intelligent Transportat...
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...IJERA Editor
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET Journal
 
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
 
Alcohol Sensing Alert with Engine Locking using IOT
Alcohol Sensing Alert with Engine Locking using IOTAlcohol Sensing Alert with Engine Locking using IOT
Alcohol Sensing Alert with Engine Locking using IOTIRJET Journal
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET-  	  Time To Cross – Traffic Light Control System using Image ProcessingIRJET-  	  Time To Cross – Traffic Light Control System using Image Processing
IRJET- Time To Cross – Traffic Light Control System using Image ProcessingIRJET 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
 
IRJET- Vehicle Control with Advanced Tyre Monitoring
IRJET- Vehicle Control with Advanced Tyre MonitoringIRJET- Vehicle Control with Advanced Tyre Monitoring
IRJET- Vehicle Control with Advanced Tyre MonitoringIRJET Journal
 
Driver Distraction Detection System Using Intelligent Approach Of Vision Base...
Driver Distraction Detection System Using Intelligent Approach Of Vision Base...Driver Distraction Detection System Using Intelligent Approach Of Vision Base...
Driver Distraction Detection System Using Intelligent Approach Of Vision Base...IRJET Journal
 

Similar to Non-intrusive vehicle-based measurement system for drowsiness detection (20)

1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pb
 
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
 
40120140504005
4012014050400540120140504005
40120140504005
 
40120140504005 2
40120140504005 240120140504005 2
40120140504005 2
 
EYE TRACKING BASED DRIVER DROWSINESS MONITORING AND WARNING SYSTEM
EYE TRACKING BASED DRIVER DROWSINESS MONITORING AND WARNING SYSTEMEYE TRACKING BASED DRIVER DROWSINESS MONITORING AND WARNING SYSTEM
EYE TRACKING BASED DRIVER DROWSINESS MONITORING AND WARNING SYSTEM
 
Design And Development of Speed-Breaker Detection and Automatic Speed Control...
Design And Development of Speed-Breaker Detection and Automatic Speed Control...Design And Development of Speed-Breaker Detection and Automatic Speed Control...
Design And Development of Speed-Breaker Detection and Automatic Speed Control...
 
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
 
IRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident PreventionIRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident Prevention
 
ANDROID BASED ALCOHOL DETECTION SYSTEM
ANDROID BASED ALCOHOL DETECTION SYSTEMANDROID BASED ALCOHOL DETECTION SYSTEM
ANDROID BASED ALCOHOL DETECTION SYSTEM
 
Seat Belt IoT 00.pptx
Seat Belt IoT 00.pptxSeat Belt IoT 00.pptx
Seat Belt IoT 00.pptx
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
 
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...Survey of Smartphone applications based on OBD-II for Intelligent Transportat...
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...
 
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...Survey of Smartphone applications based on OBD-II for Intelligent Transportat...
Survey of Smartphone applications based on OBD-II for Intelligent Transportat...
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring System
 
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)
 
Alcohol Sensing Alert with Engine Locking using IOT
Alcohol Sensing Alert with Engine Locking using IOTAlcohol Sensing Alert with Engine Locking using IOT
Alcohol Sensing Alert with Engine Locking using IOT
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET-  	  Time To Cross – Traffic Light Control System using Image ProcessingIRJET-  	  Time To Cross – Traffic Light Control System using Image Processing
IRJET- Time To Cross – Traffic Light Control System using Image Processing
 
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
 
IRJET- Vehicle Control with Advanced Tyre Monitoring
IRJET- Vehicle Control with Advanced Tyre MonitoringIRJET- Vehicle Control with Advanced Tyre Monitoring
IRJET- Vehicle Control with Advanced Tyre Monitoring
 
Driver Distraction Detection System Using Intelligent Approach Of Vision Base...
Driver Distraction Detection System Using Intelligent Approach Of Vision Base...Driver Distraction Detection System Using Intelligent Approach Of Vision Base...
Driver Distraction Detection System Using Intelligent Approach Of Vision Base...
 

More from TELKOMNIKA JOURNAL

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...TELKOMNIKA JOURNAL
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...TELKOMNIKA JOURNAL
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...TELKOMNIKA JOURNAL
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...TELKOMNIKA JOURNAL
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...TELKOMNIKA JOURNAL
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireTELKOMNIKA JOURNAL
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkTELKOMNIKA JOURNAL
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsTELKOMNIKA JOURNAL
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...TELKOMNIKA JOURNAL
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesTELKOMNIKA JOURNAL
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...TELKOMNIKA JOURNAL
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemTELKOMNIKA JOURNAL
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...TELKOMNIKA JOURNAL
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorTELKOMNIKA JOURNAL
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...TELKOMNIKA JOURNAL
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...TELKOMNIKA JOURNAL
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksTELKOMNIKA JOURNAL
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingTELKOMNIKA JOURNAL
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...TELKOMNIKA JOURNAL
 

More from TELKOMNIKA JOURNAL (20)

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
 

Recently uploaded

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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
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
 
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
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
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...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
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
 
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
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 

Non-intrusive vehicle-based measurement system for drowsiness detection

  • 1. TELKOMNIKA, Vol.17, No.2, April 2019, pp.956~964 ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018 DOI: 10.12928/TELKOMNIKA.v17i2.11759  956 Received July 1, 2018; Revised October 23, 2018; Accepted November 19, 2018 Non-intrusive vehicle-based measurement system for drowsiness detection Ignatius Deradjad Pranowo* 1 , Dian Artanto 2 , Muhammad Prayadi Sulistyanto 3 Politeknik Mekatronika Sanata Dharma, Yogyakarta, 55282, Indonesia *Corresponding author, e-mail dradjad@pmsd.ac.id 1 , dian.artanto@pmsd.ac.id 2 , prayadi@pmsd.ac.id 3 Abstract The purpose of this study is for prototyping a non-intrusive vehicle-based measurement system for drowsiness detection. The vehicle-based measurement system aims to achieve the non-intrusive drowsiness detection. The non-intrusive vehicle-based measurement achieved by placing sensors on the steering rod, gas pedal, and brake pedal. Drowsiness can be detected by comparing the position of the steering angle to the desired target angular position, especially when the difference in value of both is greater. Some sensors have been tested to obtain the actual steering angle position. From the test results, sensors that meet the criteria of accuracy are MPU6050 and HMC5883L. Both sensors have been tested in the prototyping of a vehicle-based drowsiness detection system with sufficient results. Furthermore, the prototype of non-intrusive vehicle-based drowsiness detection system has been integrated with interesting driving simulation software. The result has been able to show the actual condition of the steering position, the gas pedal and the brake pedal precisely. Moreover, this prototype opens opportunities to support the study of drowsiness detection using vehicle-based driving simulator. Keywords: drowsiness detection, HMC5883L, MPU6050, non-intrusive, vehicle-based Copyright © 2019 Universitas Ahmad Dahlan. All rights reserved. 1. Introduction Drowsiness while driving is considered as one main cause of traffic accidents. In general, road accidents are caused by human factors, environment, road conditions, and vehicle characteristics [1]. According to [2], the cause of road accidents is driving at high speed, alcohol consumption, no safety tools, road design conditions, and lack of attention to hazard factors. Referring to [2] the cause of traffic accidents is dominated by human factors. However, aspects of human factors may be influenced by cognitive ability, hazard perception, response to driving environments (weather, traffic density, road conditions), and the effects of physical conditions such as fatigue and drowsiness. Furthermore, the US National Sleep Foundation report about 54% of adult drivers drove the vehicle in a drowsy state and 28% were asleep [3]. This proves that drowsy drivers are one of the main causes of road accidents [4]. A prompt detection of drowsy drivers is therefore very useful. Drowsiness detection can be measured by subjective and objective indicators. Subjective measurements were using Karolinska Sleepiness Scale questionnaire [5-7]. Objective measurements can be performed based on human physiology indicators, vehicle-based, and performance-based driving. Human physiology-based measurements consist of brain signal parameters [8-11]; oculomotor [6, 12, 13] heart rate changes [12, 14] and muscle activity [8]. This method claimed has reliability and accuracy in detecting drowsiness but has limitations. Vehicle-based measurements consist of parameters of steering change [4], [15-17] pathway changes [17-19]; and gas pedal changes [20]. This method has non- intrusive advantages, able to detect changes in micro-corrections on the steering wheel, can detect gas pedal changes and also detect lane transfers. Vehicle-based measurements are useful in sleepiness measurements when reduced alertness due to drowsiness effect of vehicle control or deviation of vehicle function (lateral position, steering wheel change, gas pedal) [21]. On the other hand vehicle-based method still has disadvantage can not be sure when changes to the vehicle's equipment can be due to effects other than drowsiness such as driver's emotional condition, road conditions, routes and highly dependent on driver's habits [15, 16, 18, 20, 22].
  • 2. TELKOMNIKA ISSN: 1693-6930  Non-intrusive vehicle-based measurement syste for… (Ignatius Deradjad Pranowo) 957 Specifically, study focusing on the drowsiness detection system with vehicle-based measurement methods has been widely practiced. This study will develop a prototype to measure drowsiness by indicators of steering changes, and changes in gas pedal and brake pedal. The objectives is to provide the suitable sensors that meet the criteria of accuracy and integration between driving simulators (real vehicle unit) and simulation software “CityCarDriving” to gain higher fidelity. 2. On-Vehicle Drowsiness Detection System 2.1. System Design The vehicle-based driving simulator for drowsiness detection mainly compose of hardware and software. Modified of a real vehicle/car by placing several sensors and microcontroller will be part of the hardware. The hardware configuration consists of several major components. There include a set of buttons consisting of the five buttons to enable up transmission, down transmission, seatbelt, start engine, and handbrake release. The other are one HMC5883L sensor mounted on steering rod, and two MPU6050 sensors mounted on the gas pedal and brake pedal. Arduino ProMicro which is a programming control unit that gets input signals from all buttons and sensors, and a PC unit containing the “CityCarDriving” simulation software. Figure 1 shows the block diagram of all components that builds vehicle- based driving simulator. Figure 1. Block diagram of the system The system consists of three main components are system input, signal processing, and application software. The system input consists of 5 setting buttons, an HMC5883L sensor for steering wheel, two MPU6050 sensors for gas pedal and brake pedal. The signal processing of system input is performed by Arduino Promicro, which is used as the interface between sensor and application software. The application software used here is CityCarDriving simulation software. The process that occurs in this system is as follows, whenever there is a change in position on the steering wheel, or the gas pedal, or the brake pedal, will be read by the sensors. The sensor then sends the change data to the Arduino Promicro. Arduino Promicro then processes the data and sends it to the computer. The computer, through the simulation software displays the data in the form of images that approximate the actual conditions. a buton sensor for transmission gear up a buton sensor for mounting seatbelt on/off an HMC5883L sensor for detecting steering wheel change Arduino ProMicro two MPU sensors for detecting gas & brake pedals The computer with simulation software CityCarDriving a buton sensor for handbreak set/release a buton sensor for transmission gear down a buton sensor for starting engine
  • 3.  ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 2, April 2019: 956-964 958 2.2. Software Design Figure 2 shown the algorithm developed in the vehicle-based driving simulator. The program will start from sensors reading the changes come from steering wheel rod, gas pedal, and brake pedal in simulator vehicle unit. In addition, Arduino as a programming control unit also received readings from five keys representing the activation of: engine start, seat belt, hand-brake off, transmission up, and transmission down. The reading results from the Arduino will have an impact on the simulation software “CityCarDriving”. Figure 2. Program flowchart Software development in the Arduino programming to process data derived from HMC5883L and MPU6050 sensors to enable simulation software based on changes in data input from steering wheel, gas pedal, and brake pedal. The first problem to overcome is to find out which part of the CityCarDriving simulation software associated with the relevant variables must be set via the MPU6050 sensor. The next programming is Arduino ProMicro which receives input from five buttons, one HMC5883L, and two MPU6050 sensors. Specification of Arduino used is Arduino ProMicro 5V-16MHz. This study used Arduino sensors and integrates them with driving simulation software (CityCarDriving). Several studies used the simulation software (CityCarDriving) combined with unreal vehicle as a hardware [5, 18, 20-22]. The different point proposed in this study is the integration between the real car unit and the simulation software to gain higher fidelity in a driving simulator. 2.3. Electronic and Interface Design The schematic circuit of electronic and interface devices of vehicle-based driving simulator shown in Figure 3.
  • 4. TELKOMNIKA ISSN: 1693-6930  Non-intrusive vehicle-based measurement syste for… (Ignatius Deradjad Pranowo) 959 Figure 3. (a) Schematic circuit of electronic and interface Figure 3. (b) Simulation software “City Car Driving” version 1.5. 2 2.4. Driving Simulation Software The driving simulation software used is CityCarDriving commonly used as simulated driving software on a driving simulator. Figure 4 shows the display of the CityCarDriving version 1.5.2. The CityCarDriving recommended platform requirements are: 1GB free disk space, Core 2 Duo 3GHz/AMD 3GHz, nVidia ATI Radeon, 2GB, OS XP/Vista/7. This simulation software will be integrated with a real vehicle unit in the form of a modified car. The consideration of using the CityCarDriving simulation software is because this study is still in the early stages, where the target in this stage is the use of appropriate and adequate software. 2.5. Hardware Configuration The development of a vehicle-based driving simulator has been achieved as shown in Figure 4 and Figure 5. The mounting results of three MPU sensors (Figure 5c-5d) successfully provide data readings of changes the steering angle, gas pedal changes, and brake pedal. There are patents on the use of sensors in the vehicle for the driving detection system [23-24]; but the studies that used Arduino sensors and combine them with driving simulation software have not been much or even not yet done. The integration of hardware (the installed sensors on steering rod, gas pedal, brake pedal) and software (driving simulation application and Arduino ARDUINO PROMICRO TX 1 RX 2 GND 3 GND 4 D2 5 D3 6 D4/A6 7 D5 8 D6/A7 9 D7 10 D8/A8 11 D9/A9 12 RAW 24 GND 23 RST 22 VCC 21 A3 20 A2 19 A1 18 A0 17 D15 16 D14 15 D16 14 D10/A10 13 ARDUINO SDA SCL SCL SDA MPU 6050 VCC 1 GND 2 SCL 3 SDA 4 XDA 5 XCL 6 AD0 7 INT 8 GAS PEDAL SDA SCL MPU 6050 VCC 1 GND 2 SCL 3 SDA 4 XDA 5 XCL 6 AD0 7 INT 8 BRAKE SDA SCL RXD RTS TXD CTS COMPUTER HMC 5883L VCC 1 GND 2 SCL 3 SDA 4 DRDY 5 STEEERING WHEEL SENSOR SENSOR PEDAL SENSOR R1 1K R2 2K PROMICRO 0x68 0x69 TRANSM-UP D5 SEAT_BELT D6 START_ENG D7 HAND_BREAK D8 TRANMS-DOWN D9 D5 D6 D7 D8 D9
  • 5.  ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 2, April 2019: 956-964 960 promicro program) on the simulator using easily accessible and relatively inexpensive components, opens opportunities to support the study of drowsiness detection using simulators. Based on this finding, related studies are no longer constrained and even able to build a low-cost driving simulator on their own for the benefit of a research laboratory. Figure 4. Wiring circuit of five buttons, arduino promicro, HMC5883L and two MPU6050 sensors (a) (b) (c) (d) Figure 5. a) modified car as a fixed-based driving simulator; b) steering wheel & 5 buttons on the dashboard; c) HMC5883L sensor mounting on steering rod; d) MPU6050 sensor ounting on gas pedal 3. Results and Discussion 3.1. Result The first step in the development of vehicle-based measurement for drowsiness detection is to choose the right type of sensor. The criterion that must be met by the sensor is D5 GND D6 GND D7 GND D8 GND D9 GND GND GND D5 D6 D7 D8 D9 VCC GND SCL SDA GND VCC A1 A0 A2 SDA SCL VCC GND SCL SDA UNIVERSAL SWITCH (5 BUTTON) ARDUINO PRO MICRO (LEONARDO) MPU6050 BRAKE PEDAL MPU6050 GAS PEDAL HMC5883L SENSOR SENSOR SENSOR UP SEATB START HANDB DOWN VCC GND SCL SDA 3V3
  • 6. TELKOMNIKA ISSN: 1693-6930  Non-intrusive vehicle-based measurement syste for… (Ignatius Deradjad Pranowo) 961 able to read the position of the steering angle, the pressing position of the gas pedal and the brake pedal. Of the many available sensors in the market, 3 sensors meet the above criteria, namely MPU6050 sensor, HMC5883L sensor and Multiturn Linear Potentiometer as shown in Figure 6. The Rotary Encoder sensor is not selected because difficult to be mounted on the steering rod. MPU6050 HM5883L Multi-turn Precision Linear Potentiometer Figure 6. Three sensors All three sensors are then mounted on the steering rod. Especially for Multiturn Potentiometer, added clamping structures and gears to rotate the knob of Potentiometer following the steering wheel. Figure 7 is a circuit to observe the three sensors, relating the reading performance of the steering angel position of each sensor. Figure 7. Schematic of the circuit to observe the reading of the steering angle position In order for the steering angle position can be estimated, a sine wave signal is generated. Table 1 was the results of these experiments. It is expected that the steering angle position can follow the sine wave signal, by rotating to the left (ccw) or right (cw) of the steering wheel, such that the signal issued by the three sensors approaches the sine wave signal, which is the target position for the steering. Table 1. The Comparison among Three Sensors: Potensio, HMC5883L, and MPU6050 Pos. of steer wh. Pos. angle Linier Potensio HMC5883L MPU6050 In the middle 0° 300 0 0 Left rotated, 60° -60° 350 301 / (-59) -55 Right rotated, 60° +60° 440 59 56 Left rotated, 60° -60° 150 302 / (-58) -56 Right rotated, 60° +60° 430 61 57 Left rotated, 60° -60° 288 302 / (-58) -56 Right rotated, 60° +60° 341 61 57 Left rotated, 90° -90° 279 271 / (-89) -88 Right rotated, 120° +120° 355 121 118 PB0/ICP1/CLKO/PCINT0 12 PB1/OC1A/PCINT1 13 PB3/MOSI/OC2A/PCINT3 15 PB2/SS/OC1B/PCINT2 14 PD6/AIN0/OC0A/PCINT22 10 PD5/T1/OC0B/PCINT21 9 PD4/T0/XCK/PCINT20 2 PD3/INT1/OC2B/PCINT19 1 PD2/INT0/PCINT18 32 PD1/TXD/PCINT17 31 PD0/RXD/PCINT16 30 PB4/MISO/PCINT4 16 PB5/SCK/PCINT5 17 PB7/TOSC2/XTAL2/PCINT7 8 PB6/TOSC1/XTAL1/PCINT6 7 PC6/RESET/PCINT14 29 PC5/ADC5/SCL/PCINT13 28 PC4/ADC4/SDA/PCINT12 27 PC3/ADC3/PCINT11 26 PC2/ADC2/PCINT10 25 PC1/ADC1/PCINT9 24 PC0/ADC0/PCINT8 23 AVCC 18 AREF 20 PD7/AIN1/PCINT23 11 ADC6 19 ADC7 22 U1 ATMEGA328P POT 10K 10k MPU 6050 VCC 1 GND 2 SCL 3 SDA 4 XDA 5 XCL 6 AD0 7 INT 8 HMC 5883L VCC 1 GND 2 SCL 3 SDA 4 DRDY 5 A0 D4 D5 D4 D5 D5 D4 RXD RTS TXD CTS COMPUTER A0
  • 7.  ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 2, April 2019: 956-964 962 Observations are made by comparing each signal formed by the three sensors to each position of the steering angle. Figure 8 is a graph generated by the three sensors on the readings of the steering angle position. Figure 9 shows a graph generated of sine wave signal, and the performance of the three sensors on the reading of the steering angle position. Starting from the top signal, it appears that the graph generated by Precision (Multiturn Linier) Potentiometer is not smooth, with a fairly narrow range width, and even smaller than the noise. Meanwhile, for the second signal, which is generated by the HMC5883L sensor looks smooth and follows the sine wave pattern. Similarly, the MPU6050 sensor looks smooth and almost coincides with the sine wave. Figure 10 is an oscillatory observation chart of the HMC5883L sensor following the target of the sine wave almost exactly. Figure 11 is a graphic observation of the HMC5883L sensor that oscillates rather roughly following the target sine wave. This is because the target of the sine wave moves faster than normal so that the oscillation results more roughly. It can happen only if the driver is in a sleepy condition or other reason. At least this indicator can be used to identify sleepiness despite the need for other studies to prove it. Figure 8. The readings of the three sensors Figure 9. The sine wave target and performance of the three sensors at the steering position Figure 10. The sine wave performance of HMC5883L Figure 11. The sine wave target and performance of HMC5883L roughly ascillation 3.2. Discussion From the results of the experiment, the driving simulator has been able to be driven well and smoothly. Initially, the sensor devices used was 3 MPU6050 sensors, to read the steering angle position, the position of the gas pedal and the brake pedal. Since the three sensors both use I2C communication with Arduino, it is necessary to use the correct reading method. The problem that arises is, the I2C provided in MPU6050 only has 2 address, namely 0x68 and 0x69. Because there are only 2 addresses, only 2 MPU 6060 sensors can be read at once. So to read the third sensor, it takes a delay of 5 milliseconds. This time delay is used to make Arduino set the address on the third sensor with the same address as the first sensor. However,
  • 8. TELKOMNIKA ISSN: 1693-6930  Non-intrusive vehicle-based measurement syste for… (Ignatius Deradjad Pranowo) 963 this solution causes the simulator response to slow down. During the experiment, especially for speeds above 20 km/h, the simulator becomes difficult to drive because the software response at the steering wheel is quite slow. From the results of repeated experiments, the time delay of 5 milliseconds is the smallest delay time for Arduino can read all three sensors correctly, and can not be reduced anymore. To overcome the problem of reading above, the third sensor MPU6050 was replaced with an HMC5883L sensor, which was mounted on the steering wheel. Although the HMC5883L sensor also uses I2C communication, but because the I2C address of HMC5883L is different from the I2C address of MPU6050, the reading of the three sensors at the same time becomes no problem. Consideration of choosing HMC5883L magnetometer sensor compared to other similar magnetometer sensors, some of which such as MAG3110, LIS3MDL, LSM303DLHC, MPU9250, HMC5983 and L3G4200D have not been carried out. Future research will compare the performance of all existing magnetometer sensors, and choose the best performance. With an HMC5883L to read the steering angle position, and two MPU6050 sensors to read the position of the gas pedal and brake pedal, the driving simulator can be steered well and smoothly, and the simulator response is better. 4. Conclusion Provide a statement that what is expected, as stated in the "Introduction" chapter can ultimately result in "Results and Discussion" chapter, so there is compatibility. Moreover, it can also be added the prospect of the development of research results and application prospects of further studies into the next (based on result and discussion). References [1] De Oña J, De Oña R, Eboli L, Forciniti C, Mazzulla G. How to Identify the Key Factors that Affect Driver Perception of Accident Risk. A Comparison Between Italian and Spanish Driver Behavior. Accid Anal Prev. 2014; 73: 225–35. [2] World Health Organization. The Number of Traffic Accidents in Indonesia is Highest in Asia [Internet]. 2016 [cited 2017 Mar 1]. Available from: m.analisadaily.com [3] Drivers beware Getting Enough Sleep can Save Your Life this Memorial Day. Arlington, VA, USA; 2010. [4] Otmani S, Pebayle T, Roge J, Muzet A. Effect of Driving Duration and Partial Sleep Deprivation on Subsequent Alertness and Performance of Car Drivers. Physiol Behav. 2005; 84(5): 715–24. [5] Sahayadhas A, Sundaraj K, Murugappan M. Detecting Driver Drowsiness based on Sensors: A review. Sensors (Switzerland). 2012; 12(12): 16937–53. [6] Hu S, Zheng G. Driver Drowsiness Detection with Eyelid Related Parameters by Support Vector Machine. Expert Syst Appl. 2009; 36(4): 7651–8. [7] Sommer D, Golz M, Schnupp T, Krajewski J, Trutschel U, Edwards D. a Measure of Strong Driver Fatigue. 5th Int Driv Symp Hum Factors Driv Assess Train Veh Des. 2009; 4: 9–15. [8] Akin M, Kurt ÆMB. Estimating Vigilance Level by using EEG and EMG signals. Neural Comput Appl. 2008; 17: 227–36. [9] Kannan R, Ali SSA, Farah A, Adil SH, Khan A. Smart Wearable EEG Sensor. Procedia Comput Sci. 2017; 105: 138–43. [10] Lin CT, Chang CJ, Lin BS, Hung SH, Chao CF, Wang IJ. A Real-Time Wireless Brain-Computer Interface System for Drowsiness Detection. IEEE Trans Biomed Circuits Syst. 2010; 4(4): 214–22. [11] Lin FC, Ko LW, Chuang CH, Su TP, Lin CT. Generalized EEG-based Drowsiness Prediction System by using a Self-Organizing Neural Fuzzy System. IEEE Trans Circuits Syst I Regul Pap. 2012; 59(9): 2044–55. [12] Khushaba RN, Kodagoda S, Lal S, Dissanayake G. Driver Drowsiness Classification using Fuzzy Wavelet-Packet-based feature-Extraction Algorithm. IEEE Trans Biomed Eng. 2011; 58(1): 121–31. [13] Lal, SK L, Craig A. A Critical Review of the Psychophysiology of Driver Fatigue. Biological Psychology. 2001; 55: 173–194. [14] Yang G, Lin Y, Bhattacharya P. A driver Fatigue Recognition Model based on Information Fusion and Dynamic Bayesian Network. Inf Sci (Ny). 2010; 180(10): 1942–54. [15] Cheng B, Zhang W, Lin Y, Feng R, Zhang X. Driver Drowsiness Detection Based on Multisource
  • 9.  ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 2, April 2019: 956-964 964 Information. Hum factors Ergon Manuf Serv Ind. 2012; 00(0): 1–18. [16] Feng R, Zhang G, Cheng B. An on-Board System for Detecting Driver Drowsiness based on Multi-Sensor Data Fusion using Dempster-Shafer Theory. Proc 2009 IEEE Int Conf Networking, Sens Control ICNSC 2009. 2009; 897–902. [17] Samiee S, Azadi S, Kazemi R, Nahvi A, Eichberger A. Data Fusion to Develop a driver Drowsiness Detection System with Robustness to Signal Loss. Sensors (Switzerland). 2014;14(9):17832–47. [18] Blana E, Golias J. Differences between Vehicle Lateral Displacement on the Road and in a fixed-base Simulator. Hum Factors. 2002; 44(2): 303–13. [19] Ingre M, Åkerstedt T, Peters B, Anund A, Kecklund G. Subjective sleepiness, simulated driving performance and blink duration: Examining individual differences. J Sleep Res. 2006;15(1):47–53. [20] Tansakul W, Tangamchit P. Fatigue Driver Detection System Using a Combination of Blinking Rate and Driving Inactivity. J Autom Control Eng. 2015; 3(6) :33–9. [21] Wang X, Xu C. Driver Drowsiness Detection based on non-Intrusive Metrics Considering Individual Specifics. Accid Anal Prev. 2016; 95: 350–7. [22] Forsman PM, Vila BJ, Short RA, Mott CG, Van Dongen HPA. Efficient Driver Drowsiness Detection at Moderate Levels of Drowsiness. Accid Anal Prev. 2013; 50:341–50. [23] Burton D. Vigilance Monitoring System. Vol. 2. United States Patent; US 8,096,946 B2, 2012. [24] Maass A. Method and Device for Warning A Driver. Vol. 2. Ulllted States Patent; US 7,551,093 B2, 2000: 0–5.