ArticlePDF Available

Tyre Pressure Monitoring System

Authors:

Abstract

The Tyre Pressure Monitoring System which is used today indicates only whether the air pressure in any of the tyres is below a particular level of safety. This avoidable signal has made it possible for the statistical death rate to come up to 650 deaths per year. This project displays values through continuous monitoring. Therefore, this research proposed a method to cumulate the various factors of the tyre and to display it to the driver for a safer experience. The proposed TPMS has an electronic device unit that is attached to the tyre and transmits the values of the pressure, temperature, and the wheel alignment to the unit to be placed inside the vehicle, observable to the driver. This unit includes pressure sensors, microcontrollers, RF transmission, and batteries. An alert is introduced which indicates if the pressure exceeds the maximum or minimum safe pressure level. Several experiments have been carried out to analyze the proposed system. The integrated TPMS has proven to be an effective alternative to maintain the tyres and aims to improve the comfort and safety of the driver.
IOP Conference Series: Materials Science and Engineering
PAPER • OPEN ACCESS
Tyre Pressure Monitoring System
To cite this article: Amogha Abbi and T. Ramakrishnaiah 2021 IOP Conf. Ser.: Mater. Sci. Eng. 1042 012024
View the article online for updates and enhancements.
This content was downloaded from IP address 77.83.68.4 on 04/02/2021 at 14:04
Content from this work may be used under the terms of the Creative Commons Attribution 3.0 licence. Any further distribution
of this work must maintain attribution to the author(s) and the title of the work, journal citation and DOI.
Published under licence by IOP Publishing Ltd
ICMLSC 2020
IOP Conf. Series: Materials Science and Engineering 1042 (2021) 012024
IOP Publishing
doi:10.1088/1757-899X/1042/1/012024
1
Tyr e Pr essur e Monitor ing System
Amogha Abbi #1, T. Ramakrishnaiah#2,
#Vardhaman College of Engineering, Hyderabad, India
1aamoghaabbi@gmail.com
2t.ramakrishnaiah@vardhaman.org
Abst r act: The Tyre Pressure Monitoring System which is used today indicates only
whether the air pressure in any of the tyres is below a particular level of safety. This
avoidable signal has made it possible for the statistical death rate to come up to 650
deaths per year. This project displays values through continuous monitoring.
Therefore, this research proposed a method to cumulate the various factors of the tyre
and to display it to the driver for a safer experience. The proposed TPMS has an
electronic device unit that is attached to the tyre and transmits the values of the
pressure, temperature, and the wheel alignment to the unit to be placed inside the
vehicle, observable to the driver. This unit includes pressure sensors, microcontrollers,
RF transmission, and batteries. An alert is introduced which indicates if the pressure
exceeds the maximum or minimum safe pressure level. Several experiments have been
carried out to analyze the proposed system. The integrated TPMS has proven to be an
effective alternative to maintain the tyres and aims to improve the comfort and safety
of the driver.
Keywords: Pressure, Temperature, Wheel alignment, Sensor, Microcontroller,
Radio Transmission
1. Intr oduction
According to research, there is an increase in the number of accidents that take place due to the
carelessness drawn towards the low air pressure in tyres. In India alone, 35-40% of accidents that have
taken place, occur due to tyre bursts in the past 5 Years. Tyre blowouts are one of the most common
reasons for accidents that take place. T. Xiangjun, proposed [1] the event of a sudden flat tire
accounted for 49.81% of highway accidents, in 2006. N. N. Hasan, A. Arif, [2] et al proposed the
current tyre pressure sensors indicate a symbol in the dashboard of the car that people usually tend to
ignore. Currently, there are two basic methods to measure tire pressure; direct and indirect. The direct
technique is implemented but with the use of a differential pressure sensor. This project will ensure
that the driver will have the exact air pressures of all the tyres of the car displayed continuously. It also
deals with the wear and tear of the tyre. One more aspect of the project is the temperature and wheel
alignment of the car. When the car is driven in the most moderate conditions, there is greater longevity
of the tyres while simultaneously provides a smoother and safer drive. In the currently used products,
they aren't available for the wear and tear of tyres. However, through more research and technological
interventions, we're looking forward to this product displaying.
Tyre pressure is measured and displayed constantly.
The wheel alignment that will help in parking and keeping the tyres in an optimum condition
during parking.
The temperature sensor that indicates the wear and tear of the tyre, along with the frictional
changes applied to it.
2. Liter atur e Review
ICMLSC 2020
IOP Conf. Series: Materials Science and Engineering 1042 (2021) 012024
IOP Publishing
doi:10.1088/1757-899X/1042/1/012024
2
Globally, we are heading towards a more secure and error-free future. Our project and the proposed
methodology aim toward the same. In the interest of having a safer drive, the tyre used plays an
important role and so does the maintenance of it. In the bigger picture, we are concentrating on the
three most important features of a tyre. According to research, these are three of the most wide-ranged
reasons that cause accidents.
Figure1. Three important features handled
The unit can measure tire pressure whether the vehicle is still or in motion. The unit consists of a
pressure sensor, a pressure switch, a microcontroller, an RF transmitter, and a long-lasting battery
(+12volts) [1]. All units are switched ON and inserted into the tires. The alert message is displayed to
the driver when the pressure goes below the set threshold value of 25 PSI. The pressure sensor has
great sensitivity and takes 15 seconds to update its values.
The TPMS was first introduced in the 1980s in the European countries, generally as an additional
feature since it was safe, friendly, and environmentally friendly. Some researchers and manufacturers
define TPMS as a vehicle’s safety device to maintain a vehicle’s safety and check its condition,
especially its tire pressure condition. TPMS is broadly divided into two methods, namely WSB (Wheel
Speed Base) and PSB (Pressure Sensor Base).
This paper inclines towards Pressure Sensor Base, the pressure is directly proportional to the
produced voltage at the output terminal of the sensor.
3. Block Diagr am a nd Descr iption
3.1. Transmitting side:
The block diagram below represents the transmitting part of the tyre pressure monitoring system. The
proposed system can be understood in a pictorial format with the micro-controller differentiating
sensors from the TLP 433MHz transmitter. Firstly, the pressure sensor (MPX10DP) senses the
pressure of the tyre in PSI. Then this data reaches the Arduino through the analog pin (A0). The
Arduino board has an in-built function of converting the analog value into its digital equivalent.
Similarly, the accelerometer has its serial data and serial clock connected to A4 and A5 respectively.
The alignment of the car based on the pressure inside it is given by the accelerometer. Whether the car
is aligned to the left or right or straight will be the three possible outcomes from the accelerometer.
Along with these values the final parameter, temperature due to the friction caused in the tyre is also
displayed. The temperature sensor is connected to the PIN (D2) of the transmitter at a frequency of
ICMLSC 2020
IOP Conf. Series: Materials Science and Engineering 1042 (2021) 012024
IOP Publishing
doi:10.1088/1757-899X/1042/1/012024
3
433MHz. Amplitude shift keying is the modulation technique that is utilized in this transmitter and
receiver duo.
Figure 2: Block Diagram of the Transmitting unit
P.S: Pressure sensor
A.S: Acceleration sensor
T.S: Temperature sensor
3.2 Receiving side
The above block diagram represents the receiving part of the tyre pressure monitoring system.
Identical to that of the transmitting part, the receiver side of the system also contains Arduino UNO as
its brain. The receiving module is simpler when compared to that of the transmitter with the RF
receiver and the LCD along with Arduino UNO. The RF receiver is connected to the PIN (D2) to
receive the data packet sent by the transmitter. The L.C.D pins are connected to the pins ranging from
(D8) (D13). The potentiometer connected to the L.C.D functions to increase or decrease the
brightness of the display.
Figure 3: Block Diagram of the Receiving unit
ICMLSC 2020
IOP Conf. Series: Materials Science and Engineering 1042 (2021) 012024
IOP Publishing
doi:10.1088/1757-899X/1042/1/012024
4
4. Progr am Flow Pr ocess
Firstly, a Radio head library is installed in the Arduino IDE for enabling RF communication at
433MHz frequency. Later, the tyre pressure is sensed by the MPX10DP Pressure sensor in Pound
per Square Inch (PSI). This value along with the temperature and acceleration is transmitted by the
RF communication module with the help of the inbuilt functions of the library included.
Figure 4: Flow process of transmission
Figure 5: Flow process of reception
At the receiver end, the transmitted values are received and the pressure value is examined for a drop
below 25 PSI. Once the value is below the threshold, the LCD would display an alert message to the
driver.
5. Results and Discussions
The transmitting module can be seen in the below figure. This module is an interface of many
sensors like temperature sensor, pressure sensor, and accelerometer. Among these, the pressure
ICMLSC 2020
IOP Conf. Series: Materials Science and Engineering 1042 (2021) 012024
IOP Publishing
doi:10.1088/1757-899X/1042/1/012024
5
sensor attached to the tyre is the most important one. This pressure sensor is a dual-port
uncompensated silicon sensor for level indicators. It is a silicon piezoresistive pressure sensor,
directly proportional to the applied pressure outputs a linear and accurate voltage [3]. This standard
uncompensated sensor permits manufacturers to design and add their external temperature
compensation and signal conditioning networks. It is used for sensing & Instrumentation,
Industrialization, Automation & Process Control.
Figure 6: Transmitting Module
Figure 7: MPX10DP Pressure sensor
The other sensors are for additional parameters like temperature and acceleration. The
ADXL335, generally known as an accelerometer, is an electromechanical device that measures the
force of acceleration due to gravity in g unit [4]. The analog voltage output proportional to the
acceleration along x, y, and z axes is measured and given by it. The microcontroller can process
these voltages by converting them to digital signals using ADC.
The DHT11 is a basic, ultra-low-cost digital temperature and humidity sensor. It uses a capacitive
humidity sensor and a thermistor to measure the surrounding air and spits out a digital signal on the
data pin (no analog input pins needed). Thus it is used in this application.
Figure 8: Receiving Module
ICMLSC 2020
IOP Conf. Series: Materials Science and Engineering 1042 (2021) 012024
IOP Publishing
doi:10.1088/1757-899X/1042/1/012024
6
Both in transmitter and receiver there are a few components that are in common and they are the
microcontroller Arduino UNO and RF transmitter-receiver.
The above two figures 6 and 8 show the realized systems of transmitter and receiver modules.
Below figure 9 shows the alert message that is displayed on the LCD. For the transmitting and the
receiving unit, any small general-purpose microcontroller can be used. For ease, Arduino UNO was
used. It is also capable of the UART protocol, which makes it suitable for RF transmission. The
number of pins is sufficient enough to control the LCD at the receiver. At the same time, it also
provides ADC channels at the transmitting side.
The TLP 433MHz transmitter and receiver work on the ASK modulation technique. This pair of
communication devices is one of the least expensive data communication options we get in the
market.
Figure 9: Alert message for low pressure
6. Conclusions and F utur e Wor k
The response obtained during the testing of the system gave stable and reliable outputs. This design
is just a prototype that is capable of displaying only the pressure, acceleration, temperature of a
single tyre. It is possible to extend this idea onto the other tyres of the vehicle without any confusion
between them by adding an ID to each tyre. There is a chance for a size reduction, by using a PIC
microcontroller instead of Arduino UNO. The reduction in size or the change in the microcontroller
will not affect the working of the system. These modifications will make the system more users
friendly.
At the receiver end, the transmitted values are received and the pressure value is examined for a drop
below 25 PSI. Once the value is below the threshold, the LCD would display an alert message to the
driver.
REFE RENCES
[1] T. Xiangjun, "The Design and Research of Tyre Pressure Monitoring System," 2016
International Conference on Intelligent Transportation, Big Data & Smart City (ICITBS),
Changsha, 2016, pp. 479-481.
[2] N. N. Hasan, A. Arif, M. Hassam, S. S. Ul Husnain and U. Pervez, "Implementation of tyre
Pressure Monitoring System with wireless communication," 2011 International Conference on
Communications, Computing and Control Applications (CCCA), Hammamet, 2011, pp. 1-4.
[3] S. Swathi, T. Ramakrishnaiah, “Driver Fatigue and Alcohol Detection System for Prevention of
Accidents” 2020 International Journal of Emerging Trends in Engineering Research, 8(9),
September 2020, 6275 6279
[4] Datasheet of MPX5700DP
ICMLSC 2020
IOP Conf. Series: Materials Science and Engineering 1042 (2021) 012024
IOP Publishing
doi:10.1088/1757-899X/1042/1/012024
7
https://datasheet.octopart.com/MPX5700DP-Freescale-Semiconductor-datasheet-22110.pdf
[5] Accelerometer
https://www.electronicwings.com/sensors-modules/adxl335-accelerometer-module
[6] DHT11 temperature sensor
https://components101.com/dht11-temperature-
sensor#:~:text=DHT11%20Specifications%3A&text=Temperature%20Range%3A%200%C2%
B0C,%C2%B0C%20and%20%C2%B11%25
[7] Stephen McClelland. “Remote tyre pressure monitoring system” U.S. Patent number: 5,963,128.
... Penelitian tentang aplikasi TPMS untuk kendaraan roda empat telah didokumentasikan pada makalah [2]- [4]. Dalam makalah [5], pendekatan baru diadopsi untuk mendeteksi kehilangan tekanan ban dalam berbagai kondisi operasi. Penelitian dalam [6][7] juga menyelidiki aplikasi TPMS, dengan penekanan khusus pada mendeteksi perubahan frekuensi resonansi torsional sebagai indikator penurunan tekanan ban. ...
Article
Full-text available
Terdapat banyak kecelakaan kendaraan bermotor di jalan, salah satu penyebabnya adalah ban kendaraan yang pecah. Kecelakaan tersebut terjadi disebabkan karena pengemudi terus mengendarai kendaraannya meskipun tekanan dan suhu ban melebihi ambang batas yang ditentukan. Untuk mengatasi hal tersebut, maka perlu adanya sistem pemantauan tekanan dan suhu ban kendaraan yang dapat terus-menerus dipantau oleh pengemudi. Jika terjadi kesalahan pada perangkat pemantauan di dashboard kendaraan, pengemudi dapat diingatkan oleh pihak lain yang juga memantau informasi tekanan dan suhu ban secara jarak jauh. Dalam penelitian ini, kami membuat sistem pemantauan tekanan dan suhu ban kendaraan yang bisa diakses secara jarak jauh menggunakan teknologi Internet of Things (IoT). Selain itu, kami menggunakan teknologi Software Defined Radio (SDR) untuk pembacaan data tekanan dan suhu. Sistem ini berhasil memantau perubahan tekanan dan suhu ban secara jarak jauh melalui komputer dan smartphone. Berdasarkan hasil pengujian, nilai standar deviasi terbaik untuk nilai tekanan ban adalah 3,54. Sedangkan nilai standar deviasi terbaik untuk nilai suhu ban adalah 1,72.
... TPMS continuously monitors the tire pressure and provides timely alerts to drivers if pressure deviates from the recommended levels. The resulting data generated by TPMS systems are rich sources of information that can be harnessed to gain insights into tire behavior over time [5]. TPMS typically consists of sensors mounted inside each tire, usually within the air chamber of the tire or attached to the valve stem. ...
Article
Full-text available
The tire pressure monitoring system (TPMS) is crucial for road safety, fuel efficiency, and vehicle performance. This study focuses on nitrogen‐filled pneumatic tires due to their uniform pressure management and thermal stability advantages over air‐filled tires. Using machine learning, the research analyzes TPMS data to enhance understanding of tire behavior and vehicle safety. It employs various feature extraction methods and lazy‐based classifiers to analyze vibration signals collected under idle, high‐speed, normal, and puncture conditions using MEMS accelerometers. The study examines autoregressive moving average (ARMA), histogram, and statistical features individually and in combinations (statistical‐histogram, histogram‐ARMA, statistical‐ARMA, and statistical‐histogram‐ARMA) to improve predictive accuracy. By integrating these features, the study aims to optimize predictive modeling of TPMS. Empirically, the research achieved 97.92% accuracy using the local weighted learning (LWL) algorithm, demonstrating the effectiveness of combined statistical, histogram, and ARMA features in enhancing TPMS predictive capabilities.
... In modern-day vehicles, a tire pressure monitoring system (TPMS) was introduced as a safety feature to mitigate the aforementioned mishaps. TPMS continually monitors the pressure in the tires and creates timely alerts for drivers if the tire pressure drops below a threshold value [3]. Direct and indirect TPMS are the two widely used TPMS strategies. ...
Article
Full-text available
The tire pressure monitoring systems (TPMS) are dedicated vehicle systems that calculate the tire pressure under various conditions. Proper maintenance of tire pressure can have a significant impact on enhancing the vehicle handling, vehicle performance, occupant safety, comfort and fuel efficiency. Recent years have seen the shift in the preference for nitrogen filled tires over air filled due to the superior thermal stability and uniform pressure management characteristics displayed by nitrogen filled tires. The present article details the application of machine learning in TPMS for providing more insights on the tire behaviour for four different tire conditions (puncture, idle, high and normal). This paper specifically focuses on the collaborative approach that combines various features extracted with tree-based classifiers. Vertical wheel hub vibrations were captured using an accelerometer from which distinct features like autoregressive moving average (ARMA), statistical and histogram were extracted. With the application of J48, the most significant and contributing features were identified for every feature set extracted that were fed into tree-based classifiers. The best performing classifier for every feature set was determined to be 95.83% (statistical – random forest), 93.75% (histogram- optimized forest) and 93.75% (ARMA – random forest). Furthermore, an extensive analysis was carried out to determine the impact of feature fusion approach for feature combinations like statistical-histogram, histogram-ARMA, statistical-ARMA and statistical-histogram-ARMA. The experimental results indicate a commendable classification accuracy of 97.92% for a feature fusion of statistical-histogram-ARMA features with forest penalizing attributes algorithm.
... The later on was about reconstruction of a variation in vehicle-bridge interaction loads from acquired tyre pressure signal seeing a damaged bridge. Abbi et al. [23] presented a novel approach for supervising tyre pressure through an application on an Android phone. It notifies and indicates color change when there would be a proper warning regarding over or under inflated tyres. ...
Article
Full-text available
The regulation of tyre pressure is treated as a significant aspect of 'tyre maintenance' in the domain of autotronics. The manual supervision of a tyre pressure is typically an ignored task by most of the users. The existing instrumental scheme incorporates stand-alone monitoring with pressure and/or temperature sensors and requires regular manual conduct. Hence these schemes turn to be incompatible for on-board supervision and automated prediction of tyre condition. In this perspective, the Machine Learning (ML) approach acts appropriate as it exhibits comparison of specific performance in the past with present, intended for predicting the same in near future. The current investigation experimentally assesses the suitability of ML scheme for vibration based on-board supervision of tyre pressure of two wheeled vehicle. In order to examine the vibration response of a wheel hub, the in-house design & development of DAQ (Data Acquisition System) is described. Micro Electro-Mechanical Scheme (MEMS) built accelerometer is incorporated with open source hardware and software to collect and store the data. This framework is easy to develop, monitor and can be retrofitted in two wheeled vehicle. For various pressure conditions, the change in response of wheel hub vibration with respect to time is collected. The statistical parameters describing these vibration signals are determined and the decision tree is applied to select distinguishing parameters between extracted parameters. The classification of different conditions of tyre pressure is carried out using ML classifiers.
Conference Paper
The paper proposes a method to implement Tire Pressure Monitoring System (TPMS) in vehicles. TPMS measures the air pressure inside pneumatic tires of automobiles. The proposed TPMS has an electronic unit that directly screws onto the stem of tire. The unit includes a pressure sensor and switch, signal conditioning unit, microcontroller, RF transmitter and long life battery. An on- board RF receiver communicates with the TPMS unit and displays real-time tire pressure of all tires. The unit can be easily detached and re-attached to the tire. Modification to the tire is not required. The system and each TPMS unit have unique ID code to prevent false data reception from neighbouring vehicles. Tire replacement or maintenance will not affect the system's working. Warning is generated whenever tire pressure crosses the maximum or minimum safe pressure level, or when it changes abruptly. This lower level and upper limit of tire pressure or safe range of abrupt change can be modified by user through the user interface. The system has been implemented on a car. It has given accurate results while proving to be user friendly.
Remote tyre pressure monitoring system
  • McClelland
Stephen McClelland. "Remote tyre pressure monitoring system" U.S. Patent number: 5,963,128.
Driver Fatigue and Alcohol Detection System for Prevention of Accidents
  • Swathi
S. Swathi, T. Ramakrishnaiah, "Driver Fatigue and Alcohol Detection System for Prevention of Accidents" 2020 International Journal of Emerging Trends in Engineering Research, 8(9), September 2020, 6275 -6279