SlideShare a Scribd company logo
1 of 7
Download to read offline
TELKOMNIKA Telecommunication Computing Electronics and Control
Vol. 21, No. 3, June 2023, pp. 695~701
ISSN: 1693-6930, DOI: 10.12928/TELKOMNIKA.v21i3.24264  695
Journal homepage: http://telkomnika.uad.ac.id
Driving cycle tracking device development and analysis on
route-to-work for Kuala Terengganu city
Arunkumar Subramaniam1
, Nurru Anida Ibrahim1
, Siti Norbakyah Jabar1,2,3
,
Salisa Abdul Rahman1,2,3
1
Faculty of Ocean Engineering Technology and Informatics, Universiti Malaysia Terengganu, 21030 Kuala Nerus, Terengganu,
Malaysia
2
Renewable Energy and Power Research Interest Group (REPRIG), Universiti Malaysia Terengganu, 21030 Kuala Nerus, Terengganu,
Malaysia
3
Energy Storage Research Group (ESRG), Universiti Malaysia Terengganu, 21030 Kuala Nerus, Terengganu, Malaysia
Article Info ABSTRACT
Article history:
Received Nov 29, 2021
Revised Dec 29, 2022
Accepted Jan 24, 2023
Driving cycle is a series of speed versus time profile used to represent
driving patterns of a vehicle. research in this field guides vehicle
manufacturers and environmentalists to investigate air quality through
emissions. Study on driving cycle also aids manufacturers to manage vehicle
emissions and to save energy released through exhaust. Also, driving cycles
can provide information on road condition and driving behaviour of an
individual. For that, a proper data collection method is crucial as it is solely
based on real world driving. This research is an initiative to construct a
prototype of driving cycle tracking device (DC-TRAD) in which it was
implemented with internet-of-things (IoT) to manage big number of collected
data. U-Blox global positioning system (GPS) neo 7 M sensor was used to
increase the accuracy of data capturing and it was used on route-to-work for
Kuala Terengganu city (RTW DC for KT city) for analysis.
Keywords:
Driving cycle
Emissions
Fuel economy
Hybrid electric vehicles
IoT
IR4.0 This is an open access article under the CC BY-SA license.
Corresponding Author:
Salisa Abdul Rahman
Faculty of Ocean Engineering Technology and Informatics, Universiti Malaysia Terengganu
21030 Kuala Nerus, Terengganu, Malaysia
Email: salisa@umt.edu.my
1. INTRODUCTION
Driving cycle is defined as relationship of speed and time of a vehicle. Driving cycle is also
commonly known as a cycle which relflects the condition of a certain route. Driving cycle is also defined the
series of data points representing the speed of vehicle and time [1]–[9]. Driving cycle often varies according
to routes and driving behaviour of the driver. Driving cycle is used as a tool to evaluate vehicle
performances, emission of vehicle and vehicle design and development [10]. Also, driving cycle is used by
manufcaturers and environmentalists as a tool of study for testing and certification of emission norms [11].
With regards to its importance, the information collected for the development must be accurate and of real
world based to ensure the outcome of the driving cycle is accurate. Thus, there is a need for a device with an
accurate global positioning system (GPS) sensor which can capture accurate information.
Driving cycle tracking device (DC-TRAD) was innovated for this purpose in which it was integrated
with U-Blox Neo 7 M GPS sensor which can capture speed and time information with an accuracy of less
than 1 meter compared to a sensor of a typical mobile phone which is 4.9-meter radius [12], [13]. However,
the device must be improved from its previous release since internet-of-things (IoT) commonly known as
pushingbox used in the device had been obsoleted [14]. This research gave an opportunity to explore on
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 21, No. 3, June 2023: 695-701
696
reliable IoT platforms such as my structured query language (MySQL) database and to improve the accuracy
of GPS sensor to enable the device to capture an accurate speed time information.
The objective of this research is to highlight the importance of an accurate data sampling as micro trips
play an important role in driving cycle development in which a typical mobile phone GPS sensing is unable to
capture the small changes during deceleration of vehicle. For this, speedview application which can be
downloaded from playstore and certified by code sector developers was used as a comparison tool [15]. The device
was then tested on route-to-work for Kuala Terengganu city (RTW DC for KT city) for analysis [16].
2. METHOD
Three steps are involved in this research which is component selection; prototype and database
development; and data analysis with RTW DC for KT city. In the first phase, components needed was chosen
precisely ESP32 microcontroller, U-Blox Neo 7 M GPS sensor, 3.5” thin film transistor (TFT) screen and
jumper cables. In second phase, DC-TRAD prototype was developed as per Figure 1.
Figure 1. DC-TRAD connection
Table 1. Assessment of parameters for validation
No Variable Unit Formula
1 Average speed, 𝑉1 Km/h
𝑉1 = 3.6
dist
Ttotal
2 Average running speed, 𝑉2 Km/h
𝑉2 = 3.6
dist
Tdrive
3 Average acceleration, 𝑎 m/s2
𝑎 = (∑ {
1 (𝑎𝑖 > 0)
0 (𝑒𝑙𝑠𝑒)
𝑛
𝑖=1
) − 1
(∑ {
𝑎𝑖 (𝑎𝑖 > 0)
0 (𝑒𝑙𝑠𝑒)
𝑛
𝑖=1
)
4 Average deceleration, 𝑑 m/s2
𝑑 = (∑ {
1 (𝑎𝑖 > 0)
0 (𝑒𝑙𝑠𝑒)
𝑛
𝑖=1
) − 1
(∑ {
𝑎𝑖 (𝑎𝑖 > 0)
0 (𝑒𝑙𝑠𝑒)
𝑛
𝑖=1
)
5 Acceleration 𝑃𝑎, 𝑣(𝑡) ≥ 3 km/h, 𝑎(𝑡) ≥ 0.1 m/s2
%
% 𝑎𝑐𝑐 =
Tacc
Ttotal
6 Deceleration 𝑃𝑑, 𝑣(𝑡) ≥ 3 km/h, 𝑎(𝑡) < −0.1 m/s2
%
% 𝑑𝑒𝑐 =
Tacc
Ttotal
7 Total distance travelled Km -
8 Total time taken s -
PhpMyAdmin platform which is a partner tool of MySQL is wellknown for its flexibility and
versatility in handling huge amount of data points [16]. Besides, phpMyAdmin is a tool which is widely used
by administrators and engineers to store and manage big amount of data in database as it can run queries
easily and display multiple outcomes and results. It also supports import and export function in various
formats in which databases can be imported, exported, and shared among other systems easily with a simpler
configuration. Database setup of DC-TRAD is:
− Step 1: phpMyAdmin setup file was downloaded at https://www.phpmyadmin.net/downloads/
− Step 2: cross-platform, Apache, MySQL, PHP and Perl (XAMPP) webserver was downloaded at
https://www.apachefriends.org/download.html
TELKOMNIKA Telecommun Comput El Control 
Driving cycle tracking device development and analysis on … (Arunkumar Subramaniam)
697
− Step 3: Apache and MySQL were started from the interface.
− Step 4: localhost interface was started at http://localhost/phpmyadmin. By default, the username is
“root” with password space left blank. Upon successful login, it is highly recommended to change
password to protect database. A new database was created with the name “gpsdata” and data named
“gps_table”. In this research, column named time, latitude, longitude, speed and time was initialized to
data type “double”.
− Step 5: a webpage was created which can be logged in anywhere by using localhost internet protocol
(IP) address. Please take note that several security options must be enabled to ensure data privacy and
protection plan. As per the name of the device defines, together with this, a separate Webpage was also
created in which constructed driving cycle can be viewed instantly on the Webpage with the link provided.
In third phase, data collection was done on RTW DC for KT city by using developed DC-TRAD
and speedview application simultaneously. Five routes of RTW DC for KT city was chosen as these routes
are frequently used by Kuala Terengganu citizens to work and was authorized by [17]. There are three data
collection techniques which are chase car, on-board and combination of both. In this research, car chase
technique was chosen in which instrumented vehicle records speed point second-by-second as it follows the
targeted vehicle. Figure 2(a) to Figure 2(e) show the chosen routes of RTW DC for KT city. To validate the
results obtained, few assessment parameters were chosen; time, distance travelled, average speed, average
running speed, average acceleration, average deceleration, acceleration percentage, deceleration percentage, idle
percentage, and cruise percentage. Table 1 shows the formulas involved to calculate the assessment parameters.
(a) (b)
(c) (d)
(e)
Figure 2. RTW DC for KT city: (a) route A, (b) route B, (c) route C, (d) route D, and (e) route E
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 21, No. 3, June 2023: 695-701
698
3. RESULTS AND DISCUSSION
DC-TRAD was developed by integrating ESP32 microcontroller, GPS Neo 7 M module and 2.8” TFT
display screen. The connection was done as per Figure 1. Figure 3 shows the completed DC-TRAD prototype.
In phpMyAdmin, a webpage entitled DC-TRAD was created and six parameters’ columns were included in the
database monitoring platform, which is number, latitude, longitude, speed, date, and time. The webpage was
coded to be refreshed for every one second in which most of the driving cycles are being constructed by
means of one second interval. Since the webpage constructed will be accessed by using confidential
credentials or commonly known as IP address, it is recommended to protect the access link to ensure privacy.
The database platform can be accessed through http://example-domain.com.ViewGpsVal.php and the
constructed driving cycle which will be plotted instantly as soon as the data points are detected by the GPS
sensor can be access via http://example-domain.com/SpeedTimeView.php in which “example-domain.com”
will be replaced with IP address is corresponding machines. Figure 4 and Figure 5 shows DC-TRAD
webpage interface and speed-time relation curve webpage respectively.
Figure 3. DC-TRAD prototype
Data collection was done on selected five routes of RTW DC for KT city and speed data was
recorded for every one second through DC-TRAD and speedview application. Percentage error was
calculated between DC-TRAD and speedview by obtaining the percentage difference between DC-TRAD
and speedview application. According to [18]–[22], accuracy is well defined as the state of being truthful to
ensure precision. A typical GPS sensor is more accurate than a mobile phone GPS sensor in which U-Blox
sensor can capture information up to less than 1 meter radius. The accuracy of U-Blox GPS sensor can be
seen during braking effect in which the speed of vehicle was detected and captured when then speed is at
non-zero state. This is commonly known as vehicle cruising and idling where the speed of vehicle is more
than zero when the acceleration is zero. Table 2 shows the accuracy comparison at non-zero state of
U-Blox GPS sensor and mobile phone GPS.
Table 2. Accuracy of U-Blox sensor
Time Mobile GPS U-Blox GPS
414 15.6106368 16.1880094
415 11.2654080 11.8862329
416 8.0467200 8.6997318
417 5.3108352 6.2036392
418 3.2186880 3.5118956
419 1.7956289 1.8938160
420 0.0000000 0.0015894
421 0.0000000 0.0014895
422 0.0000000 0.0001890
423 0.0000000 0.0013256
424 0.0000000 0.0274518
425 1.5211897 1.4750790
426 6.1200000 7.0370790
427 19.4400000 20.7566790
According to [23]–[27], cruise control is when brakes are automatically applied to maintain the
speed of the vehicle motor. GPS of a typical mobile phone is unable to capture this phase in which it records
0 km/h when the acceleration is zero. Through this, it is proven the speed recording of U-Blox sensor varies
approximately 1.5 times higher compared to mobile phone GPS sensor. Vehicle cruising plays an important
role in driving cycle development since it decides the number of microtrips on a certain route in which it
directly affects clustering process of the cycle development.
TELKOMNIKA Telecommun Comput El Control 
Driving cycle tracking device development and analysis on … (Arunkumar Subramaniam)
699
Figure 4. DC-TRAD webpage
Figure 5. Speed-time relation curve webpage
4. CONCLUSION
DC-TRAD was successfully innovated with implementation of IoT which is in line with IR4.0
through the application of big data management. It is proven that the outcome of this research supports the
idea of U-Blox GPS sensor being an accurate sensor with a detection radius of less than 1 meter compared to
mobile phone GPS sensor which is 4.9-meter radius. This accuracy can be seen on cruising phases of vehicle
on RTW DC for KT city in which speed of vehicle above zero can be captured when the acceleration is at
zero. In this research, DC-TRAD was validated since it has less than 5% of error compared to speedview
application and thus, can be used as a data collecting tool for future development of driving cycle.
ACKNOWLEDGEMENTS
The authors would like to be obliged to Ministry of Education Malaysia for providing financial
assistance under Matching Grant 2022 (MG1+3/2022/53495/UMT) grant and Faculty of Ocean Engineering
Technology and Informatics, UMT for all their technical and research support for this work to be
successfully completed.
REFERENCES
[1] F. Roy and C. Morency, “Comparing driving cycle development methods based on markov chains,” Transportation Research
Record: Journal of the Transportation Research Board, vol. 2675, no. 3, pp. 212–221, 2021, doi: 10.1177/0361198120968829.
[2] R. Günther, T. Wenzel, M. Wegner, and R. Rettig, “Big data driven dynamic driving cycle development for busses in urban
public transportation,” Transportation Research Part D: Transport and Environment, vol. 51, pp. 276–289, 2017,
doi: 10.1016/j.trd.2017.01.009.
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 21, No. 3, June 2023: 695-701
700
[3] Z. Sun, Z. Wen, X. Zhao, Y. Yang, and S. Li, “Real-world driving cycles adaptability of electric vehicles,” World Electric Vehicle
Journal, vol. 11, no. 1, p. 19, 2020, doi: 10.3390/wevj11010019.
[4] D. Chindamo and M. Gadola, “What is the most representative standard driving cycle to estimate diesel emissions of a light
commercial vehicle?,” IFAC-PapersOnLine, vol. 51, no. 5, pp. 73–78, 2018, doi: 10.1016/j.ifacol.2018.06.213.
[5] G. Baure and M. Dubarry, “Synthetic vs. real driving cycles: A comparison of electric vehicle battery degradation,” Batteries,
vol. 5, no. 2, p. 42, 2019, doi: 10.3390/batteries5020042.
[6] T. A. Huynh and M. -F. Hsieh, “Performance analysis of permanent magnet motors for electric vehicles (EV) traction considering
driving cycles,” Energies, vol. 11, no. 6, p. 1385, 2018, doi: 10.3390/en11061385.
[7] E. Tzirakis, K. Pitsas, F. Zannikos, and S. Stournas, “Vehicle emissions and driving cycles: comparison of the athens driving
cycle (ADC) with ECE-15 and European driving cycle (EDC),” Global NEST Journal, vol. 8, no. 3, pp. 282–290, 2006,
doi: 10.30955/gnj.000376.
[8] A. Puchalski, I. Komorska, M. Ślęzak, and A. Niewczas, “Synthesis of naturalistic vehicle driving cycles using the Markov Chain
Monte Carlo method,” Eksploatacja i Niezawodnosc - Maintenance and Reliability, vol. 22, no. 2, pp. 316–322, 2020,
doi: 10.17531/ein.2020.2.14.
[9] M. Sithananthan and R. Kumar, “A framework for development of real-world motorcycle driving cycle in India,” Proceedings of
the Institution of Mechanical Engineers, Part D: Journal of Automobile Engineering, vol. 235, no. 6, pp. 1497–1515, May 2021,
doi: 10.1177/0954407020977533.
[10] P. Nyberg, E. Frisk, and L. Nielsen, “Driving cycle equivalence and transformation,” IEEE Transactions on Vehicular
Technology, vol. 66, no. 3, pp. 1963–1974, 2017, doi: 10.1109/TVT.2016.2582079.
[11] N. H. Arun, S. Mahesh, G. Ramadurai, and S. M. S. Nagendra, “Development of driving cycles for passenger cars and
motorcycles in Chennai, India,” Sustainable Cities and Society, vol. 32, pp. 508–512, 2017, doi: 10.1016/j.scs.2017.05.001.
[12] “High precision positioning,” u-blox. https://www.u-blox.com/en/technologies/high-precision-positioning (accessed Jun. 27,
2021).
[13] S. K. Arun, I. N. Anida, W. M. W. Mariam, J. S. Norbakyah, and A. R. Salisa, “Driving cycle tracking device (DC-TRAD),”
Journal of Engineering Science and Technology, vol. 16, no. 4, pp. 2918–2926, 2021. [Online]. Available:
https://jestec.taylors.edu.my/Vol%2016%20Issue%204%20August%202021/16_4_10.pdf
[14] “Cloud IoT Core release notes,” Google Cloud. https://cloud.google.com/iot/docs/release-notes (accessed Jun. 27, 2021).
[15] “SpeedView for android,” Code Sector. https://www.codesector.com/speedview (accessed Jul. 25, 2021).
[16] I. N. Anida, J. S. Norbakyah, M. Zulfadli, M. H. Norainiza, and A. R. Salisa, “Driving cycle development of BAS KITe in Kuala
Terengganu city to optimize the energy consumption and emissions,” IOP Conference Series: Materials Science and Engineering,
2019, vol. 469, doi: 10.1088/1757-899X/469/1/012112.
[17] Ministry of Works Malaysia Highway Planning Division. (2015). 2014 Road traffic volume malaysia (rtvm) ministry of works
malaysia highway planning division. 2015. [Online]. Available: https://www.scribd.com/document/397023197/RTVM-2014
[18] R. Pettigrew, “Accuracy and evidence,” Dialectica, vol. 67, no. 4, pp. 579–596, 2013, doi: 10.1111/1746-8361.12043.
[19] “Vehicle Motion Control,” in Understanding Automotive Electronics (Sixth Edition), Elsevier, 2003, pp. 287–325,
doi: 10.1016/B978-075067599-4/50008-0.
[20] S. Kim and H. Kim, “A new metric of absolute percentage error for intermittent demand forecasts,” International Journal of
Forecasting, vol. 32, no. 3, pp. 669–679, 2016, doi: 10.1016/j.ijforecast.2015.12.003.
[21] E. Breck, N. Polyzotis, S. Roy, S. E. Whang, and M. Zinkevich, “Data validation for machine learning,” SysML, 2019. [Online].
Available: https://proceedings.mlsys.org/book/2019/file/5878a7ab84fb43402106c575658472fa-Paper.pdf
[22] M. V. Patil and A. M. N. Yogi, “Importance of data collection and validation for systematic software development process,”
International Journal of Computer Science and Information Technology, vol. 3, no. 2, pp. 260–278, 2011,
doi: 10.5121/ijcsit.2011.3220.
[23] S. Xu, S. E. Li, B. Cheng, and K. Li, “Instantaneous feedback control for a fuel-prioritized vehicle cruising system on highways
with a varying slope,” IEEE Transactions on Intelligent Transportation Systems, vol. 18, no. 5, pp. 1210–1220, 2017,
doi: 10.1109/TITS.2016.2600641.
[24] X. Liu, G. Zhao, N. Masoud, and Q. Zhu, “Trajectory planning for connected and automated vehicles: cruising, lane changing,
and platooning,” SAE International Journal of Connected and Automated Vehicles, vol. 4, no. 4, pp. 315-333, 2021,
doi: 10.4271/12-04-04-0025.
[25] V. Paidi, H. Fleyeh, J. Håkansson, and R. G. Nyberg, “Tracking vehicle cruising in an open parking lot using deep learning and
kalman filter,” Journal of Advanced Transportation, vol. 2021, 2021, doi: 10.1155/2021/1812647.
[26] Z. Chen, F. Huang, X. Jin, X. Cheng, and B. Wang, “A novel lightweight aerodynamic design for the wings of hypersonic
vehicles cruising in the upper atmosphere,” Aerospace Science and Technology, vol. 109, 2021, doi: 10.1016/j.ast.2020.106418.
[27] C. V. Beojone and N. Geroliminis, “On the inefficiency of ride-sourcing services towards urban congestion,” Transportation
Research Part C: Emerging Technologies, vol. 124, 2021, doi: 10.1016/j.trc.2020.102890.
BIOGRAPHIES OF AUTHORS
Arunkumar Subramaniam received the Bachelor of Applied Sciences (Electronic
and Instrumentation Physics) from Universiti Malaysia Terengganu in 2019 and his master’s degree
in engineering and Engineering Studies (Electronics) in Universiti Malaysia Terengganu. He is also
currently working as Process Engineer (Measurement & Automation Technology) at KURZ
Production Sdn. Bhd. His main research interest is in instrumentation & automation systems, control
systems, communication protocols, energy management, driving cycle and implementation of IoT in
big data management. He can be contacted at email: P4374@pps.umt.edu.my. ResearchGate:
https://www.researchgate.net/profile/Arunkumar-Subramaniam.
TELKOMNIKA Telecommun Comput El Control 
Driving cycle tracking device development and analysis on … (Arunkumar Subramaniam)
701
Nurru Anida Ibrahim received the Bachelor of Engineering (Mechatronics)
from International Islamic University Malaysia, Gombak in 2015 her and Master Degree in
Physics (Renewable Energy) from Universiti Malaysia Terengganu in 2019. She currently
pursuing her Ph. D in Engineering (Energy and Electrical) Her main research interest is Plug in
Hybrid Vehicle, driving cycle, energy rate, emissions, and implementation of IoT in big data
management. She can be contacted at email: P4620@pps.umt.edu.my. ResearchGate:
https://www.researchgate.net/profile/Nurru-Ibrahim.
Siti Norbakyah Jabar received the Bachelor of Applied Science (Physics
Electronic and Instrumentation) and MSc and PhD from Universiti Malaysia Terengganu,
Terengganu, in 2009, 2014 and 2019 respectively. She is currently working as a lecturer at
Universiti Malaysia Terengganu, Malaysia. Her main research interest is Electric Vehicle,
Hybrid Electric Vehicle, Plug in Hybrid Vehicle, Modelling and simulation and renewable
energy. She can be contacted at email: bakyahjabar@umt.edu.my. ResearchGate:
https://www.researchgate.net/profile/Js-Norbakyah.
Salisa Abdul Rahman received the B.E. and M.E. in Electrical & Electronics
Engineering from University of Technology Petronas, Perak, Malaysia in 2004 and 2006,
respectively while Ph.D. in Optimal Energy Management Strategy for the University of
Technology Sydney Plug-In Hybrid Electric Vehicles from University of Technology Sydney
(UTS), Australia. She is currently working as a senior lecturer at University Malaysia
Terengganu, Malaysia. Her research interests are in Hybrid Electric Vehicles, innovation
powertrain, simulation and modeling, energy management strategy, driving cycles, fuel
economy, emissions, and optimization. She can be contacted at email: salisa@umt.edu.my.
ResearchGate: https://www.researchgate.net/profile/Salisa-Abdul-Rahman.

More Related Content

Similar to Driving cycle tracking device development and analysis on route-to-work for Kuala Terengganu city

A new conceptual algorithm for adaptive route changing in urban environments
A new conceptual algorithm for adaptive route changing in urban environmentsA new conceptual algorithm for adaptive route changing in urban environments
A new conceptual algorithm for adaptive route changing in urban environmentseSAT Journals
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
VEHICULAR 2020 Presentation by Kohei Hosono
VEHICULAR 2020 Presentation by Kohei HosonoVEHICULAR 2020 Presentation by Kohei Hosono
VEHICULAR 2020 Presentation by Kohei HosonoKohei Hosono
 
Real time deep-learning based traffic volume count for high-traffic urban art...
Real time deep-learning based traffic volume count for high-traffic urban art...Real time deep-learning based traffic volume count for high-traffic urban art...
Real time deep-learning based traffic volume count for high-traffic urban art...Conference Papers
 
A new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive routeA new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive routeeSAT Publishing House
 
Accident Avoidance and Privacy-Preserving in V2R Communication using Chord Al...
Accident Avoidance and Privacy-Preserving in V2R Communication using Chord Al...Accident Avoidance and Privacy-Preserving in V2R Communication using Chord Al...
Accident Avoidance and Privacy-Preserving in V2R Communication using Chord Al...ijceronline
 
IRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET Journal
 
Optimization of smart traffic lights to prevent traffic congestion using fuzz...
Optimization of smart traffic lights to prevent traffic congestion using fuzz...Optimization of smart traffic lights to prevent traffic congestion using fuzz...
Optimization of smart traffic lights to prevent traffic congestion using fuzz...TELKOMNIKA JOURNAL
 
Review on IoT Based Bus Scheduling System using Wireless Sensor Network
Review on IoT Based Bus Scheduling System using Wireless Sensor NetworkReview on IoT Based Bus Scheduling System using Wireless Sensor Network
Review on IoT Based Bus Scheduling System using Wireless Sensor NetworkIRJET Journal
 
Towards a new intelligent traffic system based on deep learning and data int...
Towards a new intelligent traffic system based on deep learning  and data int...Towards a new intelligent traffic system based on deep learning  and data int...
Towards a new intelligent traffic system based on deep learning and data int...IJECEIAES
 
Web performance prediction using geo statistical method
Web performance prediction using geo statistical methodWeb performance prediction using geo statistical method
Web performance prediction using geo statistical methodeSAT Journals
 
Web performance prediction using geo statistical method
Web performance prediction using geo statistical methodWeb performance prediction using geo statistical method
Web performance prediction using geo statistical methodeSAT Publishing House
 
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side UnitModified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side UnitIRJET Journal
 
IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET Journal
 
“Development of computer_based
“Development of computer_based“Development of computer_based
“Development of computer_basedinsan09
 
Approximation of regression-based fault minimization for network traffic
Approximation of regression-based fault minimization for network trafficApproximation of regression-based fault minimization for network traffic
Approximation of regression-based fault minimization for network trafficTELKOMNIKA JOURNAL
 
Research summary on ITS in Europe
Research summary on ITS in Europe Research summary on ITS in Europe
Research summary on ITS in Europe Mital Damani
 
ACT: Securing Vanet Against Malicious Vehicles Using Advanced Clustering Tech...
ACT: Securing Vanet Against Malicious Vehicles Using Advanced Clustering Tech...ACT: Securing Vanet Against Malicious Vehicles Using Advanced Clustering Tech...
ACT: Securing Vanet Against Malicious Vehicles Using Advanced Clustering Tech...IRJET Journal
 
A Systematic Review on Routing Protocols for VANETs
A Systematic Review on Routing Protocols for VANETsA Systematic Review on Routing Protocols for VANETs
A Systematic Review on Routing Protocols for VANETsIRJET Journal
 

Similar to Driving cycle tracking device development and analysis on route-to-work for Kuala Terengganu city (20)

A new conceptual algorithm for adaptive route changing in urban environments
A new conceptual algorithm for adaptive route changing in urban environmentsA new conceptual algorithm for adaptive route changing in urban environments
A new conceptual algorithm for adaptive route changing in urban environments
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
D0362026029
D0362026029D0362026029
D0362026029
 
VEHICULAR 2020 Presentation by Kohei Hosono
VEHICULAR 2020 Presentation by Kohei HosonoVEHICULAR 2020 Presentation by Kohei Hosono
VEHICULAR 2020 Presentation by Kohei Hosono
 
Real time deep-learning based traffic volume count for high-traffic urban art...
Real time deep-learning based traffic volume count for high-traffic urban art...Real time deep-learning based traffic volume count for high-traffic urban art...
Real time deep-learning based traffic volume count for high-traffic urban art...
 
A new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive routeA new conceptual algorithm for adaptive route
A new conceptual algorithm for adaptive route
 
Accident Avoidance and Privacy-Preserving in V2R Communication using Chord Al...
Accident Avoidance and Privacy-Preserving in V2R Communication using Chord Al...Accident Avoidance and Privacy-Preserving in V2R Communication using Chord Al...
Accident Avoidance and Privacy-Preserving in V2R Communication using Chord Al...
 
IRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management System
 
Optimization of smart traffic lights to prevent traffic congestion using fuzz...
Optimization of smart traffic lights to prevent traffic congestion using fuzz...Optimization of smart traffic lights to prevent traffic congestion using fuzz...
Optimization of smart traffic lights to prevent traffic congestion using fuzz...
 
Review on IoT Based Bus Scheduling System using Wireless Sensor Network
Review on IoT Based Bus Scheduling System using Wireless Sensor NetworkReview on IoT Based Bus Scheduling System using Wireless Sensor Network
Review on IoT Based Bus Scheduling System using Wireless Sensor Network
 
Towards a new intelligent traffic system based on deep learning and data int...
Towards a new intelligent traffic system based on deep learning  and data int...Towards a new intelligent traffic system based on deep learning  and data int...
Towards a new intelligent traffic system based on deep learning and data int...
 
Web performance prediction using geo statistical method
Web performance prediction using geo statistical methodWeb performance prediction using geo statistical method
Web performance prediction using geo statistical method
 
Web performance prediction using geo statistical method
Web performance prediction using geo statistical methodWeb performance prediction using geo statistical method
Web performance prediction using geo statistical method
 
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side UnitModified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
 
IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining Method
 
“Development of computer_based
“Development of computer_based“Development of computer_based
“Development of computer_based
 
Approximation of regression-based fault minimization for network traffic
Approximation of regression-based fault minimization for network trafficApproximation of regression-based fault minimization for network traffic
Approximation of regression-based fault minimization for network traffic
 
Research summary on ITS in Europe
Research summary on ITS in Europe Research summary on ITS in Europe
Research summary on ITS in Europe
 
ACT: Securing Vanet Against Malicious Vehicles Using Advanced Clustering Tech...
ACT: Securing Vanet Against Malicious Vehicles Using Advanced Clustering Tech...ACT: Securing Vanet Against Malicious Vehicles Using Advanced Clustering Tech...
ACT: Securing Vanet Against Malicious Vehicles Using Advanced Clustering Tech...
 
A Systematic Review on Routing Protocols for VANETs
A Systematic Review on Routing Protocols for VANETsA Systematic Review on Routing Protocols for VANETs
A Systematic Review on Routing Protocols for VANETs
 

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

Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
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
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
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
 
(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
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
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
 
(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
 
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 to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
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)

Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
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
 
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)
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
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...
 
(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
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
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
 
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
 
(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...
 
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 to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
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
 

Driving cycle tracking device development and analysis on route-to-work for Kuala Terengganu city

  • 1. TELKOMNIKA Telecommunication Computing Electronics and Control Vol. 21, No. 3, June 2023, pp. 695~701 ISSN: 1693-6930, DOI: 10.12928/TELKOMNIKA.v21i3.24264  695 Journal homepage: http://telkomnika.uad.ac.id Driving cycle tracking device development and analysis on route-to-work for Kuala Terengganu city Arunkumar Subramaniam1 , Nurru Anida Ibrahim1 , Siti Norbakyah Jabar1,2,3 , Salisa Abdul Rahman1,2,3 1 Faculty of Ocean Engineering Technology and Informatics, Universiti Malaysia Terengganu, 21030 Kuala Nerus, Terengganu, Malaysia 2 Renewable Energy and Power Research Interest Group (REPRIG), Universiti Malaysia Terengganu, 21030 Kuala Nerus, Terengganu, Malaysia 3 Energy Storage Research Group (ESRG), Universiti Malaysia Terengganu, 21030 Kuala Nerus, Terengganu, Malaysia Article Info ABSTRACT Article history: Received Nov 29, 2021 Revised Dec 29, 2022 Accepted Jan 24, 2023 Driving cycle is a series of speed versus time profile used to represent driving patterns of a vehicle. research in this field guides vehicle manufacturers and environmentalists to investigate air quality through emissions. Study on driving cycle also aids manufacturers to manage vehicle emissions and to save energy released through exhaust. Also, driving cycles can provide information on road condition and driving behaviour of an individual. For that, a proper data collection method is crucial as it is solely based on real world driving. This research is an initiative to construct a prototype of driving cycle tracking device (DC-TRAD) in which it was implemented with internet-of-things (IoT) to manage big number of collected data. U-Blox global positioning system (GPS) neo 7 M sensor was used to increase the accuracy of data capturing and it was used on route-to-work for Kuala Terengganu city (RTW DC for KT city) for analysis. Keywords: Driving cycle Emissions Fuel economy Hybrid electric vehicles IoT IR4.0 This is an open access article under the CC BY-SA license. Corresponding Author: Salisa Abdul Rahman Faculty of Ocean Engineering Technology and Informatics, Universiti Malaysia Terengganu 21030 Kuala Nerus, Terengganu, Malaysia Email: salisa@umt.edu.my 1. INTRODUCTION Driving cycle is defined as relationship of speed and time of a vehicle. Driving cycle is also commonly known as a cycle which relflects the condition of a certain route. Driving cycle is also defined the series of data points representing the speed of vehicle and time [1]–[9]. Driving cycle often varies according to routes and driving behaviour of the driver. Driving cycle is used as a tool to evaluate vehicle performances, emission of vehicle and vehicle design and development [10]. Also, driving cycle is used by manufcaturers and environmentalists as a tool of study for testing and certification of emission norms [11]. With regards to its importance, the information collected for the development must be accurate and of real world based to ensure the outcome of the driving cycle is accurate. Thus, there is a need for a device with an accurate global positioning system (GPS) sensor which can capture accurate information. Driving cycle tracking device (DC-TRAD) was innovated for this purpose in which it was integrated with U-Blox Neo 7 M GPS sensor which can capture speed and time information with an accuracy of less than 1 meter compared to a sensor of a typical mobile phone which is 4.9-meter radius [12], [13]. However, the device must be improved from its previous release since internet-of-things (IoT) commonly known as pushingbox used in the device had been obsoleted [14]. This research gave an opportunity to explore on
  • 2.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 21, No. 3, June 2023: 695-701 696 reliable IoT platforms such as my structured query language (MySQL) database and to improve the accuracy of GPS sensor to enable the device to capture an accurate speed time information. The objective of this research is to highlight the importance of an accurate data sampling as micro trips play an important role in driving cycle development in which a typical mobile phone GPS sensing is unable to capture the small changes during deceleration of vehicle. For this, speedview application which can be downloaded from playstore and certified by code sector developers was used as a comparison tool [15]. The device was then tested on route-to-work for Kuala Terengganu city (RTW DC for KT city) for analysis [16]. 2. METHOD Three steps are involved in this research which is component selection; prototype and database development; and data analysis with RTW DC for KT city. In the first phase, components needed was chosen precisely ESP32 microcontroller, U-Blox Neo 7 M GPS sensor, 3.5” thin film transistor (TFT) screen and jumper cables. In second phase, DC-TRAD prototype was developed as per Figure 1. Figure 1. DC-TRAD connection Table 1. Assessment of parameters for validation No Variable Unit Formula 1 Average speed, 𝑉1 Km/h 𝑉1 = 3.6 dist Ttotal 2 Average running speed, 𝑉2 Km/h 𝑉2 = 3.6 dist Tdrive 3 Average acceleration, 𝑎 m/s2 𝑎 = (∑ { 1 (𝑎𝑖 > 0) 0 (𝑒𝑙𝑠𝑒) 𝑛 𝑖=1 ) − 1 (∑ { 𝑎𝑖 (𝑎𝑖 > 0) 0 (𝑒𝑙𝑠𝑒) 𝑛 𝑖=1 ) 4 Average deceleration, 𝑑 m/s2 𝑑 = (∑ { 1 (𝑎𝑖 > 0) 0 (𝑒𝑙𝑠𝑒) 𝑛 𝑖=1 ) − 1 (∑ { 𝑎𝑖 (𝑎𝑖 > 0) 0 (𝑒𝑙𝑠𝑒) 𝑛 𝑖=1 ) 5 Acceleration 𝑃𝑎, 𝑣(𝑡) ≥ 3 km/h, 𝑎(𝑡) ≥ 0.1 m/s2 % % 𝑎𝑐𝑐 = Tacc Ttotal 6 Deceleration 𝑃𝑑, 𝑣(𝑡) ≥ 3 km/h, 𝑎(𝑡) < −0.1 m/s2 % % 𝑑𝑒𝑐 = Tacc Ttotal 7 Total distance travelled Km - 8 Total time taken s - PhpMyAdmin platform which is a partner tool of MySQL is wellknown for its flexibility and versatility in handling huge amount of data points [16]. Besides, phpMyAdmin is a tool which is widely used by administrators and engineers to store and manage big amount of data in database as it can run queries easily and display multiple outcomes and results. It also supports import and export function in various formats in which databases can be imported, exported, and shared among other systems easily with a simpler configuration. Database setup of DC-TRAD is: − Step 1: phpMyAdmin setup file was downloaded at https://www.phpmyadmin.net/downloads/ − Step 2: cross-platform, Apache, MySQL, PHP and Perl (XAMPP) webserver was downloaded at https://www.apachefriends.org/download.html
  • 3. TELKOMNIKA Telecommun Comput El Control  Driving cycle tracking device development and analysis on … (Arunkumar Subramaniam) 697 − Step 3: Apache and MySQL were started from the interface. − Step 4: localhost interface was started at http://localhost/phpmyadmin. By default, the username is “root” with password space left blank. Upon successful login, it is highly recommended to change password to protect database. A new database was created with the name “gpsdata” and data named “gps_table”. In this research, column named time, latitude, longitude, speed and time was initialized to data type “double”. − Step 5: a webpage was created which can be logged in anywhere by using localhost internet protocol (IP) address. Please take note that several security options must be enabled to ensure data privacy and protection plan. As per the name of the device defines, together with this, a separate Webpage was also created in which constructed driving cycle can be viewed instantly on the Webpage with the link provided. In third phase, data collection was done on RTW DC for KT city by using developed DC-TRAD and speedview application simultaneously. Five routes of RTW DC for KT city was chosen as these routes are frequently used by Kuala Terengganu citizens to work and was authorized by [17]. There are three data collection techniques which are chase car, on-board and combination of both. In this research, car chase technique was chosen in which instrumented vehicle records speed point second-by-second as it follows the targeted vehicle. Figure 2(a) to Figure 2(e) show the chosen routes of RTW DC for KT city. To validate the results obtained, few assessment parameters were chosen; time, distance travelled, average speed, average running speed, average acceleration, average deceleration, acceleration percentage, deceleration percentage, idle percentage, and cruise percentage. Table 1 shows the formulas involved to calculate the assessment parameters. (a) (b) (c) (d) (e) Figure 2. RTW DC for KT city: (a) route A, (b) route B, (c) route C, (d) route D, and (e) route E
  • 4.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 21, No. 3, June 2023: 695-701 698 3. RESULTS AND DISCUSSION DC-TRAD was developed by integrating ESP32 microcontroller, GPS Neo 7 M module and 2.8” TFT display screen. The connection was done as per Figure 1. Figure 3 shows the completed DC-TRAD prototype. In phpMyAdmin, a webpage entitled DC-TRAD was created and six parameters’ columns were included in the database monitoring platform, which is number, latitude, longitude, speed, date, and time. The webpage was coded to be refreshed for every one second in which most of the driving cycles are being constructed by means of one second interval. Since the webpage constructed will be accessed by using confidential credentials or commonly known as IP address, it is recommended to protect the access link to ensure privacy. The database platform can be accessed through http://example-domain.com.ViewGpsVal.php and the constructed driving cycle which will be plotted instantly as soon as the data points are detected by the GPS sensor can be access via http://example-domain.com/SpeedTimeView.php in which “example-domain.com” will be replaced with IP address is corresponding machines. Figure 4 and Figure 5 shows DC-TRAD webpage interface and speed-time relation curve webpage respectively. Figure 3. DC-TRAD prototype Data collection was done on selected five routes of RTW DC for KT city and speed data was recorded for every one second through DC-TRAD and speedview application. Percentage error was calculated between DC-TRAD and speedview by obtaining the percentage difference between DC-TRAD and speedview application. According to [18]–[22], accuracy is well defined as the state of being truthful to ensure precision. A typical GPS sensor is more accurate than a mobile phone GPS sensor in which U-Blox sensor can capture information up to less than 1 meter radius. The accuracy of U-Blox GPS sensor can be seen during braking effect in which the speed of vehicle was detected and captured when then speed is at non-zero state. This is commonly known as vehicle cruising and idling where the speed of vehicle is more than zero when the acceleration is zero. Table 2 shows the accuracy comparison at non-zero state of U-Blox GPS sensor and mobile phone GPS. Table 2. Accuracy of U-Blox sensor Time Mobile GPS U-Blox GPS 414 15.6106368 16.1880094 415 11.2654080 11.8862329 416 8.0467200 8.6997318 417 5.3108352 6.2036392 418 3.2186880 3.5118956 419 1.7956289 1.8938160 420 0.0000000 0.0015894 421 0.0000000 0.0014895 422 0.0000000 0.0001890 423 0.0000000 0.0013256 424 0.0000000 0.0274518 425 1.5211897 1.4750790 426 6.1200000 7.0370790 427 19.4400000 20.7566790 According to [23]–[27], cruise control is when brakes are automatically applied to maintain the speed of the vehicle motor. GPS of a typical mobile phone is unable to capture this phase in which it records 0 km/h when the acceleration is zero. Through this, it is proven the speed recording of U-Blox sensor varies approximately 1.5 times higher compared to mobile phone GPS sensor. Vehicle cruising plays an important role in driving cycle development since it decides the number of microtrips on a certain route in which it directly affects clustering process of the cycle development.
  • 5. TELKOMNIKA Telecommun Comput El Control  Driving cycle tracking device development and analysis on … (Arunkumar Subramaniam) 699 Figure 4. DC-TRAD webpage Figure 5. Speed-time relation curve webpage 4. CONCLUSION DC-TRAD was successfully innovated with implementation of IoT which is in line with IR4.0 through the application of big data management. It is proven that the outcome of this research supports the idea of U-Blox GPS sensor being an accurate sensor with a detection radius of less than 1 meter compared to mobile phone GPS sensor which is 4.9-meter radius. This accuracy can be seen on cruising phases of vehicle on RTW DC for KT city in which speed of vehicle above zero can be captured when the acceleration is at zero. In this research, DC-TRAD was validated since it has less than 5% of error compared to speedview application and thus, can be used as a data collecting tool for future development of driving cycle. ACKNOWLEDGEMENTS The authors would like to be obliged to Ministry of Education Malaysia for providing financial assistance under Matching Grant 2022 (MG1+3/2022/53495/UMT) grant and Faculty of Ocean Engineering Technology and Informatics, UMT for all their technical and research support for this work to be successfully completed. REFERENCES [1] F. Roy and C. Morency, “Comparing driving cycle development methods based on markov chains,” Transportation Research Record: Journal of the Transportation Research Board, vol. 2675, no. 3, pp. 212–221, 2021, doi: 10.1177/0361198120968829. [2] R. Günther, T. Wenzel, M. Wegner, and R. Rettig, “Big data driven dynamic driving cycle development for busses in urban public transportation,” Transportation Research Part D: Transport and Environment, vol. 51, pp. 276–289, 2017, doi: 10.1016/j.trd.2017.01.009.
  • 6.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 21, No. 3, June 2023: 695-701 700 [3] Z. Sun, Z. Wen, X. Zhao, Y. Yang, and S. Li, “Real-world driving cycles adaptability of electric vehicles,” World Electric Vehicle Journal, vol. 11, no. 1, p. 19, 2020, doi: 10.3390/wevj11010019. [4] D. Chindamo and M. Gadola, “What is the most representative standard driving cycle to estimate diesel emissions of a light commercial vehicle?,” IFAC-PapersOnLine, vol. 51, no. 5, pp. 73–78, 2018, doi: 10.1016/j.ifacol.2018.06.213. [5] G. Baure and M. Dubarry, “Synthetic vs. real driving cycles: A comparison of electric vehicle battery degradation,” Batteries, vol. 5, no. 2, p. 42, 2019, doi: 10.3390/batteries5020042. [6] T. A. Huynh and M. -F. Hsieh, “Performance analysis of permanent magnet motors for electric vehicles (EV) traction considering driving cycles,” Energies, vol. 11, no. 6, p. 1385, 2018, doi: 10.3390/en11061385. [7] E. Tzirakis, K. Pitsas, F. Zannikos, and S. Stournas, “Vehicle emissions and driving cycles: comparison of the athens driving cycle (ADC) with ECE-15 and European driving cycle (EDC),” Global NEST Journal, vol. 8, no. 3, pp. 282–290, 2006, doi: 10.30955/gnj.000376. [8] A. Puchalski, I. Komorska, M. Ślęzak, and A. Niewczas, “Synthesis of naturalistic vehicle driving cycles using the Markov Chain Monte Carlo method,” Eksploatacja i Niezawodnosc - Maintenance and Reliability, vol. 22, no. 2, pp. 316–322, 2020, doi: 10.17531/ein.2020.2.14. [9] M. Sithananthan and R. Kumar, “A framework for development of real-world motorcycle driving cycle in India,” Proceedings of the Institution of Mechanical Engineers, Part D: Journal of Automobile Engineering, vol. 235, no. 6, pp. 1497–1515, May 2021, doi: 10.1177/0954407020977533. [10] P. Nyberg, E. Frisk, and L. Nielsen, “Driving cycle equivalence and transformation,” IEEE Transactions on Vehicular Technology, vol. 66, no. 3, pp. 1963–1974, 2017, doi: 10.1109/TVT.2016.2582079. [11] N. H. Arun, S. Mahesh, G. Ramadurai, and S. M. S. Nagendra, “Development of driving cycles for passenger cars and motorcycles in Chennai, India,” Sustainable Cities and Society, vol. 32, pp. 508–512, 2017, doi: 10.1016/j.scs.2017.05.001. [12] “High precision positioning,” u-blox. https://www.u-blox.com/en/technologies/high-precision-positioning (accessed Jun. 27, 2021). [13] S. K. Arun, I. N. Anida, W. M. W. Mariam, J. S. Norbakyah, and A. R. Salisa, “Driving cycle tracking device (DC-TRAD),” Journal of Engineering Science and Technology, vol. 16, no. 4, pp. 2918–2926, 2021. [Online]. Available: https://jestec.taylors.edu.my/Vol%2016%20Issue%204%20August%202021/16_4_10.pdf [14] “Cloud IoT Core release notes,” Google Cloud. https://cloud.google.com/iot/docs/release-notes (accessed Jun. 27, 2021). [15] “SpeedView for android,” Code Sector. https://www.codesector.com/speedview (accessed Jul. 25, 2021). [16] I. N. Anida, J. S. Norbakyah, M. Zulfadli, M. H. Norainiza, and A. R. Salisa, “Driving cycle development of BAS KITe in Kuala Terengganu city to optimize the energy consumption and emissions,” IOP Conference Series: Materials Science and Engineering, 2019, vol. 469, doi: 10.1088/1757-899X/469/1/012112. [17] Ministry of Works Malaysia Highway Planning Division. (2015). 2014 Road traffic volume malaysia (rtvm) ministry of works malaysia highway planning division. 2015. [Online]. Available: https://www.scribd.com/document/397023197/RTVM-2014 [18] R. Pettigrew, “Accuracy and evidence,” Dialectica, vol. 67, no. 4, pp. 579–596, 2013, doi: 10.1111/1746-8361.12043. [19] “Vehicle Motion Control,” in Understanding Automotive Electronics (Sixth Edition), Elsevier, 2003, pp. 287–325, doi: 10.1016/B978-075067599-4/50008-0. [20] S. Kim and H. Kim, “A new metric of absolute percentage error for intermittent demand forecasts,” International Journal of Forecasting, vol. 32, no. 3, pp. 669–679, 2016, doi: 10.1016/j.ijforecast.2015.12.003. [21] E. Breck, N. Polyzotis, S. Roy, S. E. Whang, and M. Zinkevich, “Data validation for machine learning,” SysML, 2019. [Online]. Available: https://proceedings.mlsys.org/book/2019/file/5878a7ab84fb43402106c575658472fa-Paper.pdf [22] M. V. Patil and A. M. N. Yogi, “Importance of data collection and validation for systematic software development process,” International Journal of Computer Science and Information Technology, vol. 3, no. 2, pp. 260–278, 2011, doi: 10.5121/ijcsit.2011.3220. [23] S. Xu, S. E. Li, B. Cheng, and K. Li, “Instantaneous feedback control for a fuel-prioritized vehicle cruising system on highways with a varying slope,” IEEE Transactions on Intelligent Transportation Systems, vol. 18, no. 5, pp. 1210–1220, 2017, doi: 10.1109/TITS.2016.2600641. [24] X. Liu, G. Zhao, N. Masoud, and Q. Zhu, “Trajectory planning for connected and automated vehicles: cruising, lane changing, and platooning,” SAE International Journal of Connected and Automated Vehicles, vol. 4, no. 4, pp. 315-333, 2021, doi: 10.4271/12-04-04-0025. [25] V. Paidi, H. Fleyeh, J. Håkansson, and R. G. Nyberg, “Tracking vehicle cruising in an open parking lot using deep learning and kalman filter,” Journal of Advanced Transportation, vol. 2021, 2021, doi: 10.1155/2021/1812647. [26] Z. Chen, F. Huang, X. Jin, X. Cheng, and B. Wang, “A novel lightweight aerodynamic design for the wings of hypersonic vehicles cruising in the upper atmosphere,” Aerospace Science and Technology, vol. 109, 2021, doi: 10.1016/j.ast.2020.106418. [27] C. V. Beojone and N. Geroliminis, “On the inefficiency of ride-sourcing services towards urban congestion,” Transportation Research Part C: Emerging Technologies, vol. 124, 2021, doi: 10.1016/j.trc.2020.102890. BIOGRAPHIES OF AUTHORS Arunkumar Subramaniam received the Bachelor of Applied Sciences (Electronic and Instrumentation Physics) from Universiti Malaysia Terengganu in 2019 and his master’s degree in engineering and Engineering Studies (Electronics) in Universiti Malaysia Terengganu. He is also currently working as Process Engineer (Measurement & Automation Technology) at KURZ Production Sdn. Bhd. His main research interest is in instrumentation & automation systems, control systems, communication protocols, energy management, driving cycle and implementation of IoT in big data management. He can be contacted at email: P4374@pps.umt.edu.my. ResearchGate: https://www.researchgate.net/profile/Arunkumar-Subramaniam.
  • 7. TELKOMNIKA Telecommun Comput El Control  Driving cycle tracking device development and analysis on … (Arunkumar Subramaniam) 701 Nurru Anida Ibrahim received the Bachelor of Engineering (Mechatronics) from International Islamic University Malaysia, Gombak in 2015 her and Master Degree in Physics (Renewable Energy) from Universiti Malaysia Terengganu in 2019. She currently pursuing her Ph. D in Engineering (Energy and Electrical) Her main research interest is Plug in Hybrid Vehicle, driving cycle, energy rate, emissions, and implementation of IoT in big data management. She can be contacted at email: P4620@pps.umt.edu.my. ResearchGate: https://www.researchgate.net/profile/Nurru-Ibrahim. Siti Norbakyah Jabar received the Bachelor of Applied Science (Physics Electronic and Instrumentation) and MSc and PhD from Universiti Malaysia Terengganu, Terengganu, in 2009, 2014 and 2019 respectively. She is currently working as a lecturer at Universiti Malaysia Terengganu, Malaysia. Her main research interest is Electric Vehicle, Hybrid Electric Vehicle, Plug in Hybrid Vehicle, Modelling and simulation and renewable energy. She can be contacted at email: bakyahjabar@umt.edu.my. ResearchGate: https://www.researchgate.net/profile/Js-Norbakyah. Salisa Abdul Rahman received the B.E. and M.E. in Electrical & Electronics Engineering from University of Technology Petronas, Perak, Malaysia in 2004 and 2006, respectively while Ph.D. in Optimal Energy Management Strategy for the University of Technology Sydney Plug-In Hybrid Electric Vehicles from University of Technology Sydney (UTS), Australia. She is currently working as a senior lecturer at University Malaysia Terengganu, Malaysia. Her research interests are in Hybrid Electric Vehicles, innovation powertrain, simulation and modeling, energy management strategy, driving cycles, fuel economy, emissions, and optimization. She can be contacted at email: salisa@umt.edu.my. ResearchGate: https://www.researchgate.net/profile/Salisa-Abdul-Rahman.