Implementation and Health Monitoring System of Vehicle by Using IoT and Cloud Co
Implementation and Health Monitoring System of Vehicle by Using IoT and Cloud Co
Abstract— This article takes an Internet of Things (IoT) Many people in the modern world want to drive internet-
based, embedded vehicle health monitoring system as its enabled, intelligent automobiles. Presently 947 million
starting point for examination. How well it can identify a passenger automobiles and 335 million commercial vehicles
vehicle's state by keeping tabs on its internal metrics, including are on the road worldwide [1]. By 2020, most automakers will
its heating rate, engine oil level, and CO status. The problems in try to equip their cars with built-in connections, internet
the car's actuators and sensors, whether caused automatically access, and IoT technologies [2]. With the Internet of Things
by the vehicle or the user, may be detected and identified by a (IoT), companies may link their recognizable objects to the
real-time vehicle health monitoring system. In reality, cars internet using a standardized set of protocols that can generate
break down after a given amount of time, and if they may not
existing business operations and perhaps establish new
maintain at regular intervals, it might be fatal for the people
riding inside. As such, the fundamental goal of this system is to
methods to function on heterogeneous networks [3]. The
create an IoT-based embedded system capable of detecting the internet has enabled the interconnection of almost all
internal state of a vehicle by assessing the many metrics used to equipment in our homes, workplaces, vehicles, and factories.
analyze the vehicle's present health status. True to its name, this The Internet of Things has become well-known in many
is a real-time assessment tool for easy health status checking. spheres to improve human convenience and security.
That being the case, it gives you complete and accurate data Generally used in the automotive sector, the Internet of Things
about the state of your car. After several disruptions and may be segmented into three subfields [4]. Initially, vehicle-
uncertainties, this IoT-based system promises to be able to to-vehicle communication relies on radio signals from
detect and diagnose actuator and sensor problems with almost neighboring cars to establish a network. Vehicle-to-
zero detection lag. infrastructure (or V2I) is the second subset; it refers to the
network's ability to interface with external systems. The third
Keywords— Vehicle, Monitoring system, IoT, Cloud subset deals with interfacing between vehicles and hardware
computing or internal/external devices [5,10].
I. INTRODUCTION The Internet of Things (IoT) is a network that
There are many individual components in a car that work links objects or things with software, sensors, actuators,
together to form larger systems like the powertrain. These network connection, and other electronics, enabling the
hardware parts are expensive because of their complicated devices to share and compile data to respond intelligently.
designs and assembly processes[6,7]. The performance of [6,11].
various pieces of hardware Using an ever-increasingly The term "Internet of Things" (IoT) describes
complex network of software components, e may be fine- scenarios in which computer devices generate, consume, and
tuned.[8,9] It is easy to imagine how difficult it would be to share digital information with little human
keep track of all these parts, particularly in the event of intervention[12,13]. With the advent of new Internet of Things
damage or failure. Current practices of doing most (IoT) items, including internet-enabled gadgets, automobile
maintenance only when there is a visual breakdown in the automation components, and energy management devices, the
vehicle are known as reactive maintenance; this kind of concept of an "Intelligent steering-wheel system" has emerged
maintenance is expensive, time-consuming, and potentially to provide enhanced convenience and security for
unsafe since it waits for failure to occur before beginning motorists.[14,15]
repair. Improving component and subsystem lifetimes
decreases vehicle servicing and repair costs and provides II. ARCHITECTURE AND IMPLEMENTATION OF PROPOSED
vehicle fault/failure prediction methods. Can all be METHODOLOGY:
accomplished by implementing a health monitoring system As a whole, this system includes both the hardware
that can automatically diagnose the operating conditions of architecture and the software code that runs it. The software
various subsystems and warn the driver/owner. Some studies component is a web-based application for communicating
using the references from [1-3] and other websites and tools with the vehicle's owner and manufacturer about the presence
[5-7] to fulfill the need to create a monitoring system. of a malfunction that necessitates service.
A. Hardware system: The vehicle's owner, the car industry, and government
The Microcontroller, responsible for the circuitry, allows agencies like the District Transport Office may all find this
the circuit to run on a DC power source. A temperature sensor data meaningful. The key characteristics or goals of the
is used in the monitoring system's hardware interface to detect system developed on the use of a microcontroller to allow for
temperature and transmit the information to the future expansion and customization. Secure Wi-Fi data
Microcontroller in real-time. transfer is made possible. Implementing the system requires a
web server or a cloud-based server. The system uses open-
source, widely-used web technologies and applications to
maximize its reach and user base.
This circuit uses the widely used SST89E516RD2
microcontroller from the 8052 family and its 40-pin DIP
packaging, and it was created and simulated using the Proteus
simulation program. Two ceramic capacitors, each 200 nF in
value, are placed between pins 1 and 2 and pins 2 and 3 to
Fig. 1. Hardware system dampen vibrations and noise.
Even though some microcontrollers include an
Apart from them, the engine makes use of two sensors. inbuilt oscillator, the SST89E516RD2 does not. Without such
The fuel level sensor is essentially a voltage divider device an oscillator, the microcontroller cannot retrieve its program
that monitors the engine oil level and displays the status of the instructions in time for execution. Therefore, an external
oil in the engine in real-time. MQ7-based CO sensor To oscillator circuit is for this application. The switching circuit's
determine whether the CO levels in the machine are clock source may be a crystal oscillator, resonator, function
abnormally high or standard, a is installed. generator, or even a second microcontroller. Pins 18 and 19 of
A Wi-Fi module, in this case, an ESP8266, is connected to the SST89E516RD2 are labeled XTAL1 and XTAL2,
the microcontroller so that the data may be updated in real- respectively. These crystals are the most popular oscillator
time to be shown on the LCD screen. With the help of an choice for microcontrollers.
Internet of Things (IoT) network, the Wi-Fi module may both According to its specifications, SST89E516RD2 can
upload and download information to and from the server. function at frequencies between 0 and 33 MHz. A crystal
When the temperature, oil level, or CO status changes when oscillator in the range of 0 to 33 MHz. The 11.0592 MHz
the Wi-Fi module connects to an IoT network, the web server crystal in this system.
will send an update message to the website.
In the context of serial transmission, this peculiar number
B. Cloud module: plays a crucial role. If serial communication isn't required, the
The system's cloud module includes a GUI meant for user system can use a crystal with a frequency anywhere from 0 to
services and data maintenance that is supplied to and stored 33 MHz. However, if serial communication is required, the
by the web server. This cloud component will serve as a system must use a crystal with a frequency of 11.0592 MHz,
database for storing and retrieving data in real-time and a or it will experience errors when communicating with external
front-end application in the form of a website. devices. Because the Wi-Fi module ESP8266 can only talk to
the microcontroller through a serial connection, the system
The system will create the user's profile in the database and
must support serial communication. Ceramic capacitors C1
assign a unique user key at the front end. This unit details the
and C2 of value 33PF are connected in parallel to the crystal
PHP-based server site the user may use to send requests and
to ground at pins 18 and 19.
get replies from the ESP8266 Wi-Fi module. Data supplied
through Wi-Fi to a router is fetched by the server's database
thanks to the coding. ESP8266 module set up with the router
to establish a connection to the server. The ESP8266 will send
data to the web server specified by the Attention (AT)
command after it has received valid information from the
microcontroller through a serial connection. Data collected in
the future may be used for things like online monitoring and
performance review.
When the time comes, the system will keep track of all the
information the user inputs on the devices, and the activities
carried out on them. The data received from the gateway is
kept in the back end by the user's instructions and machines
and indicated on the user's profile under the heading "device
data."
III. METHODOLOGY AND IMPLEMENTATION: Fig. 2. Circuit implementation.
The system's principal function is to recognize or detect
the characteristics of a conventional or electrical vehicle. This We don't need an external ADC since the digital
setup shows the engine's temperature, oil, and carbon temperature sensor DS18B20 communicates with the
monoxide levels. The system will continue tracking these microcontroller through a 1-wire protocol, in which the
metrics and upload the collected data to a central server microcontroller sends a command to the DS18B20 via an I/O
through Wi-Fi so that many users can access it. pin and then receives the sensor's response on the same tack.
VI. CONCLUSION:
Gathering the data necessary to assess the vehicle's health
across various metrics is the first step in the process. The
results of the vehicle on numerous parameters of the car's environment. Pers Ubiquit Comput (2020).
subsystems are included in this data. Also, the practicality and https://doi.org/10.1007/s00779-020-01475-3
cost-effectiveness of several health monitoring approaches, [8] Padmaja, B. et al. “IoT based Implementation of Vehicle Monitoring
and Tracking system using Node MCU.” (2019).
which vary in how they collect parameter data, are noticed.
[9] Yuying Du, Xia Hu, Ka Vakil, Systematic literature review on the
REFERENCES supply chain agility for manufacturer and consumer, International
Journal of Consumer Studies, 10.1111/ijcs.12645, 45, 4, (581-616),
(2021).
[1] Sarma, Hirakjyoti & Huzuri, Dimpal & Deka, Manoj. (2021). A Real [10] Ananth, S., Sathya, P., Madhan, Mohan, P. (2019). Smart Health
Time Implementation of an IOT based Vehicle Health Monitoring Monitoring System through IOT. 0968-0970. doi:
System. International Journal of Recent Technology and Engineering 10.1109/ICCSP.2019.8697921
(IJRTE). 10. 2277-3878. 10.35940/ijrte.C6338.0910321. [11] Alamri A, Ansari WS, Hassan MM, Hossain MS, Alelaiwi A, Hossain
[2] Shihua Cao, Xin Lin, Keyong Hu, Lidong Wang, Wenjuan Li, MA. A Survey on Sensor-Cloud: Architecture, Applications, and
Mengxin Wang, Yuchao Le, "Cloud Computing-Based Medical Health Approaches. International Journal of Distributed Sensor Networks.
Monitoring IoT System Design", Mobile Information Systems, vol. 2013;9(2). doi:10.1155/2013/917923
2021, Article ID 8278612, 12 pages, 2021. [12] I. Singh, S. Hodgins, A. Gadhrri, and R. Schmidt, "IIoT Machine
https://doi.org/10.1155/2021/8278612 Health Monitoring Models for Education and Training", in IoT
[3] K. Narendra Swaroop, Kavitha Chandu, Ramesh Gorrepotu, Subimal Applications Computing. London, United Kingdom: IntechOpen, 2021
Deb, A health monitoring system for vital signs using IoT, Internet of [Online]. Available: https://www.intechopen.com/chapters/78101 doi:
Things, Volume 5, 2019, Pages 116-129, ISSN 2542-6605, 10.5772/intechopen.99032.
https://doi.org/10.1016/j.iot.2019.01.004. [13] Quy VK, Hau NV, Anh DV, Ngoc LA. Smart healthcare IoT
[4] Yash Agarwal, Kritika Jain, Orkun Karabasoglu, Smart vehicle applications based on fog computing: architecture, applications and
monitoring and assistance using cloud computing in vehicular Ad Hoc challenges. Complex & Intelligent Systems. 2022 ;8(5):3805-3815.
networks, International Journal of Transportation Science and DOI: 10.1007/s40747-021-00582-9. PMID: 34804767; PMCID:
Technology, Volume 7, Issue 1, 2018, Pages 60-73, ISSN 2046-0430, PMC8595960.
https://doi.org/10.1016/j.ijtst.2017.12.001. [14] M. Vardhana, N. Arunkumar, Enas Abdulhay, and P. V. Vishnuprasad.
[5] Khatun, R. , Antor, S. , Ullah, A. and Hossain, A. (2019) Vehicle Fuel 2019. Iot based real time trafic control using cloud computing. Cluster
Activities Monitoring System Using IoT. Advances in Internet of Computing 22, 1 (Jan 2019), 2495–2504.
Things, 9, 63-71. doi: 10.4236/ait.2019.94005. https://doi.org/10.1007/s10586-018-2152-9
[6] KB, S. S., & DV, S. (2016). Thermal Analysis of Advanced IC Engine [15] Long, J., Luo, Y., Zhu, X. et al. Computation offloading through
Cylinder. International Journal of Automobile Engineering Research mobile vehicles in IoT-edge-cloud network. J Wireless Com Network
and Development (IJAuERD) ISSN (P), 2277-4785. 2020, 244 (2020). https://doi.org/10.1186/s13638-020-01848-5
[7] Akhbarifar, S., Javadi, H.H.S., Rahmani, A.M. et al. A secure remote
health monitoring model for early disease diagnosis in cloud-based IoT