SlideShare a Scribd company logo
1 of 3
Download to read offline
ISSN: 2278 – 1323
                                            International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                Volume 1, Issue 4, June 2012


        Wireless Tire Pressure Monitoring System for
               Vehicles using SPI Protocol
                                  Avinash D. Kale, Shubhada S. Thakare, Dr. D. S. Chaudhari


   Abstract—Tire pressure monitoring system (TPMS) is                   and vehicle is moving with a speed above 100 km [8].
implemented in the vehicles to monitor the variations in tire           Hence this system works only when the wheels speed is up
pressure. The safety of driving improves as TPMS                        to a certain margin. The other is based on the pressure
automatically detects the tire pressure, temperature in real-           sensor also called as direct-TPMS. This system makes use
time and warns the drivers to take measures which prevents
bursting of tire thereby avoiding the possibility of an accident.
                                                                        of pressure sensor which installed in each tire to measure the
This paper discusses the design of vehicular tire pressure              tire pressure directly and displays and monitors the pressure
monitoring system using sensors. Also reviews the influence of          of each tire [1]. According to the Transportation, Recall
tire pressure and temperature on traffic safety and                     Enhancement, Accountability and Documentation (TREAD)
environmental protection. In order to improve the                       Act passed by US Congress in 2008, it is necessary for all
functionality of TPMS the use of Serial Peripheral Interface            automobile manufacturers to install this tire pressure
(SPI) is suggested here. Finally, the performance of the system         monitoring system in their vehicles produced or sold in the
is tested and analyzed. The test results show that it meets the         United States [9].
need of the practical application.


                                                                                          II. EXPERIMENTAL SETUP
  Index Terms—Serial Peripheral Interface, Tire Pressure
Monitoring System, Wireless Communication.                                   The system proposed here is Direct-TPMS. A direct
                                                                        TPMS mainly composed by two sections i.e. the transmitter
                                                                        module also called as pressure monitoring module and the
                        I. INTRODUCTION                                 receiver module. Pressure monitor module contains pressure
    One of the prominent reasons for serious traffic accidents          sensor, temperature sensor, microcontroller unit and radio
is bursting of tires. Hence the number of traffic accidents is          frequency transceiver chip. The receiver module contains
also increasing along with the rapid growth in number of                microcontroller unit, RF transceiver chip, LCD display and
automobiles, which causes damages to vehicles as well as                the buzzer circuit. The TPMS systems works at different
human body. Tire bursting is major concern for the drivers              frequencies like 2.48, 3.15 or 4.33 GHz. The system
since it is very difficult to prevent. Research shows that tire         proposed in this paper uses 2.48 GHz coming under ISM
burst is mainly caused by abnormal tire pressure and higher             (Industrial, Scientific and Medical) band because this
tire temperature [4]. Thus traffic accidents can be prevented           frequency is freely available. In order to avoid interference
if the tire pressure is regularly monitored during driving [7].         due to noise, frequency shift keying, Cyclic Redundancy
                                                                        Check (CRC) or Manchester Coding scheme can be used
It is also observed that if the tire bursts at extremely high           [1]. Fig. 1 shows the generalized system structure for
speed, the death rate is nearly 100%. Therefore the                     TPMS.
abnormal tire pressure affects the quality and the safety of
automobile driving. Research studies show that if the tire
pressure is maintained near to its standard value and
pressure changes are discovered within time the possibility
of tire-break can be avoided. Thus, many researchers and
engineers are working on tire pressure monitoring system
(TPMS). Currently, TPMS can be divided into two types:
one is based on the wheel speed also called as indirect
TPMS. In this system the difference between the speeds of
the tires is compared through the Antilock Braking System
(ABS) wheel speed sensor system of the vehicle for
monitoring the tire pressure. The disadvantage of this
system is that it cannot work if two tires are under-inflated                Fig.1 System structure showing a central receiver and
                                                                                        transmitter installed in each tire

Avinash Kale, Department of Electronics and Telecommunication Engg.,
                                                                        TPMS uses the pressure sensor to monitor the tire pressure
Government     College      of   Engineering,    Amravati.,  (e-mail:   in the automobile, and then transmits the observed value
kale.avinash@gcoea.ac.in ). Amravati, Maharashtra, India.               through the transmitter module, while receiver module
Shubhada Thakare, Department of Electronics and Telecommunication       receives the pressure information. When the pressure value
Engg., Government College of Engineering, Amravati., (e-mail:           is higher than or lower than the permissible normal range,
thakare.shubhada@gcoea.ac.in ). Amravati, Maharashtra, India.           the system sends out warning signal to the driver. The
Dr. D. S. Chaudhari, Department of Electronics and Telecommunication    wireless transceiver module which transmits or receives
Engg. Government College of Engineering, Amravati., (e-mail:            radio-frequency signals is interfaced with microcontroller
chaudhari.devendra@gcoea.ac.in ). Amravati, Maharashtra, India.         unit using Serial Peripheral Interface (SPI) bus.


                                                                                                                                     89
                                                       All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                                      International Journal of Advanced Research in Computer Engineering & Technology
                                                                                          Volume 1, Issue 4, June 2012




                                            Fig. 2 Transmitter and receiver modules in TPMS


     The tire pressure monitoring module or transmitter           controlled via an SPI interface. It can transmit and receive
module is composed of MPXM2202 pressure sensor, LM 35             the data in range of 30 meters without requiring any external
temperature sensor and the ATMega16 microcontroller. The          antenna. In a typical system, the CC2500 will be used
pressure sensor MPXM2202 is responsible of monitoring             together with a microcontroller and a few additional passive
tire pressure and temperature is measured by LM 35. The           components. Besides, it integrates a low-power PLL RF
ATMega16 chip is used as the controller for tire pressure         transmitter and voltage controlled oscillator, can modulate
monitoring module. It receives the signal from pressure           and transmit digital signals. It also supports FSK and ASK
sensor and transmits the data to the host receiver via            modulation modes. This RF transceiver also supports
wireless RF communication. While designing the tire               Manchester Coding which helps to improve the noise
pressure monitoring module small size and low power               immunity. [1]
consumption are the major issues. Fig. 2 shows the
                                                                     D. Warning system
transmitter and receiver modules in TPMS.
                                                                       A buzzer circuit can be interfaced with the receiver or
  A. Sensors
                                                                  master module along with the LCD display in order to alert
    In this system MPXM 2202 is used for measuring tire           the driver regarding the ups and downs in the pressure of the
pressure. MPXM2202 is a Silicon Piezoresistive pressure           tire. The LCD display indicates the real time values of the
sensor providing a highly accurate and linear voltage output      tire pressure. Whenever the pressure value exceeds the
directly proportional to the applied pressure. The sensor is a    predetermined values in any one of the tires, the buzzer
single, monolithic silicon diaphragm with the strain gauge        circuit gets activated. Accordingly the driver can take the
and a thin–film resistor network integrated on chip. The chip     corrective action.
can measure tire pressure up to 200 kPa and is temperature
compensated over 0 to 85°C. [6]
                                                                          III.   SERIAL PERIPHERAL INTERFACE (SPI)
  B. ATMega16 MCU
    In this system ATMega16 is used as microcontroller unit             In this design of tire pressure monitoring system SPI
because it supports Serial Peripheral Interface (SPI) protocol    protocol is used to communicate between the
and has built in analog to digital converter. In built ADC        microcontroller unit and radio frequency transceiver
converts the analog voltage variations coming from sensors        module. Data is exchanged between transmitter and receiver
into equivalent digital value. Also this microcontroller          sections by using SPI. This protocol is mainly used because
requires low power for its operation which is necessary for       it allows serial communication between two or more devices
low power system designing [3] [4]. AtMega16 is interfaced        at a high speed up to 10 Mbps. It is reasonably easy to
with RF transceiver that can transmit digital data as far as 30   implement as it is only 4 wired bus [1] [5].
meters.                                                           In SPI is also called as 4 wired protocol. The MOSI (Master
  C. RF Transceiver                                               Out Slave In) and MISO (Master In Slave Out) lines transfer
                                                                  the data to and fro between the microcontroller unit and RF
    In the system, the major issue is how effectively the         transceiver module. SCK (Serial Clock) line provides clock
wireless radio frequency signal is transmitted because the        for synchronization between transmitter and receiver
RF transmission consumes most of the power [5]. Thus,             because data transfer depends on clock. The last line CS
when choosing a wireless radio frequency chip, power              (Chip Select) is used for selecting the slave device [5]. Fig.
consumption is major issue along with the transmission            3 shows connections between microcontroller and RF
bandwidth. In this design the IC CC2500 is used as radio          receiver.
frequency transceiver. It is a low-cost 2.4 GHz transceiver
designed for very low-power wireless applications. The
circuit can be used for the frequency range of 2400 to
2483.5 MHz i.e. ISM frequency band with the help of an
onboard antenna. The biggest advantage of using this
frequency is that it does not require license from
government and this frequency is freely available. This chip
is mainly selected because the main operating parameters
                                                                           Fig. 3 Connection diagram for SPI Interface
and the transmit/receive FIFO register of CC2500 can be
                                                                                                                             90
                                                  All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                                                       International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                           Volume 1, Issue 4, June 2012

IV. ANALYSIS OF THE SYSTEM PERFORMANCE                                              generate a control signal to apply brakes in order to achieve
                                                                                    an automatic emergency braking. Also, research can be
    All the functions of the developed TPMS are tested for
                                                                                    carried to reduce the power consumption of sensors used in
high pressure as well as low pressure situation. The system
                                                                                    the present system so that the system becomes more
has good measurement accuracy and it can properly warn
                                                                                    efficient. The tire pressure monitoring systems based on
abnormal states well within in time and rightly. The whole
                                                                                    wireless sensor technology discussed here can also be used
performance is quite good.
                                                                                    in wide range of applications.
Fig. 4 represents the data acquired in the form of plots
showing relation between applied pressure in kPa and output
sensor voltage in mV at different values of and supply                                                           REFERENCES
voltages at 32oC.

                                                                                    [1]    Y. Shiming, T. Jianbin, Hong Q., C. Chengrong, “Wireless
                                                                                           Communication Based Tire Pressure Monitoring System,” 1-4244-
                                         For Supply Voltage=10V                            1312-5/07.
                                                                                    [2]    I. H. Ho, J. M. Chung, H. C. Chen, H. W. Chiu, “A Battery-less Tire
                                         For Supply Voltage=5V                             Pressure Monitoring System,” 978-1-4244-2517-4/09.
                           40                                                       [3]    H. Wang, S. Yu , Y. Haung, Y. Pu, “Wireless Communication of
    Sensor Voltage (mV)




                                                                                           Tire Pressure Intelligent Monitoring System Based on Sensor
                           32
                                                                                           Networks Technology,”, International Conference on Intelligent
                           24                                                              Control and Automation 2006.
                                                                                    [4]    L. Yueming , H. Binghua, S. Jianchun, Y. Yuan, “Design and
                           16                                                              Implementation of TPMS Based on Wireless Sensor Network,”,
                            8                                                              International Conference on Intelligent System Design and
                                                                                           Engineering Application, 2010.
                            0                                                       [5]    F. Leens, “An introduction to I2C and SPI Protocol,” IEEE
                                                                                           Instrumentation and Measurement Magazine, 2009.
                                 10
                                 20
                                 30
                                 40
                                 50
                                 60
                                 70
                                 80
                                 90
                                100
                                110
                                120
                                130
                                140
                                150




                                                                                    [6]    L. Liu, X. Zhou, “Design of Intelligent Tire Safety Pre-alarm
                                              Pressure (kPa)                               System Based on ARM9” International Conference on Informatics,
                                                                                           2010.
                                                                                    [7]    M. Shao, W. Guo, “Tire Pressure Monitoring System,” 978-1-4244-
                          Fig. 4 Applied Pressure Vs Output Sensor Voltage                 9439-2/11.
                                                                                    [8]    J. Zhang, Q. Liu, Y. Zhong, “A Tire Pressure Monitoring System
                                                                                           Based on Wireless Sensor Networks Technology,” International
                                                                                           Conference on Multi media and Information Technology, 2008.
The output voltage of sensor depends upon offset voltage,                           [9]    B. Fleming, “Tire Pressure-Monitoring Systems Rollout,” IEEE
pressure applied and sensitivity of sensor.                                                Vehicular Technology Magazine, 2009.
                                                                                    [10]   M. Kowaleski, “Monitoring and Managing Tire Pressure,” IEEE
                                 𝑉 𝑜𝑢𝑡 = 𝑉 𝑜𝑓𝑓 + [𝑆𝑒𝑛𝑠𝑖𝑡𝑖𝑣𝑖𝑡𝑦 ∗ 𝑃]                         Potentials, 0278-6648/04.
                                                                                    [11]   Z. X. Wang, Y. Xu, G. J. Wang, “Design and Implementation of
                                                                                           Tire Monitoring System Based on Zigbee”, 978-1-4244-09.
                                   Where Vout = Output voltage in mV                [12]   Q. Zhang, B. Liu, “Design of Tire Pressure Monitoring System
                                         Voff = Offset voltage in mV                       Based on Resonance Frequency Method,” IEEE/ASME
                                                                                           International Conference on Advanced Intelligent Mechatronics,
                                         P = Pressure applied in kPa
                                                                                           2009.
                                                                                    [13]   Dixon B. , V. Kalinin, J. Beckley, R. Lohr, “A Second Generation
Offset voltage is the voltage obtained at the output of sensor                             In-Car Tire Pressure Monitoring System Based on Wireless Passive
when input pressure applied is 0 kPa. Sensitivity is the ratio                             SAW Sensors,” 1-4244-0074-0/06.
                                                                                    [14]   S. Yarnamoto, O. Nakao, H. Nishimura, “Touch Mode Capacitive
of change in output voltage with respect to change in                                      Pressure Sensor for Passive Tire Monitoring System”. 0-7803-7454-
pressure and it is measured in mV/kPa.                                                     1/02.

                                  𝑆𝑒𝑛𝑠𝑖𝑡𝑖𝑣𝑖𝑡𝑦 = ∆𝑉 ∆𝑃            (mV/kPa)              Avinash Kale received the bachelor’s degree in Electronics and
                                                                                    Telecommunication engineering from SSGM College of Engineering,
   For MPXM2202 pressure sensor used in this system the                             Shegaon, Maharashtra, India and currently pursuing M. Tech in Electronic
sensitivity is found to be 0.091 mV/kPa and offset voltage is                       System and Communication from Govt. College of Engineering, Amravati,
                                                                                    Maharashtra, India.
±1 mV at 32oC when sensor is supplied with 5 V. This                                   Shubhada Thakare received the bachelor’s and master’s degree from
sensitivity is supply voltage dependant; hence sensitivity                          Amravati University. Currently she is an Assistant Professor at
changes to 0.177 mV/kPa and offset voltage to ±2 mV when                            Government College of Engineering, Amravati, Maharashtra, India with
sensor is supplied with 10 V. The full scale voltage span of                        over 13 years of experience in teaching field. Her current areas of research
                                                                                    are VLSI and Embedded Systems.
MPXM2202 is 40 mV and its linearity may vary up to 1 %                                 Devendra Chaudhari obtained BE, ME, from Marathwada University,
of full scale voltage. Hence glitches or overshoots are                             Aurangabad and PhD from Indian Institute of Technology, Bombay,
observed at some points on the graph.                                               Mumbai. He has been engaged in teaching, research for period of about 25
                                                                                    years. Presently he is working as Head, Department of Electronics and
                                                                                    Telecommunication Engineering at Government College of Engineering,
                                       V.     CONCLUSIONS                           Amravati. Dr. Chaudhari published research papers and presented papers in
In recent years, TPMS is emerging as major part in the                              international conferences abroad at Seattle, USA and Austria, Europe. His
                                                                                    present research and teaching interests are in the field of Biomedical
research of vehicle safety system. This paper proposes a                            Engineering, Digital Signal Processing and Analogue Integrated Circuits.
Direct TPMS which based on the wireless sensors
technology and also suggest the use of SPI protocol to
improvise TPMS. Further, the system can be expanded to
send a warning signal to the ABS control unit which will

                                                                                                                                                            91
                                                                     All Rights Reserved © 2012 IJARCET

More Related Content

Viewers also liked (15)

111 118
111 118111 118
111 118
 
51 54
51 5451 54
51 54
 
105 108
105 108105 108
105 108
 
131 133
131 133131 133
131 133
 
154 158
154 158154 158
154 158
 
6 10
6 106 10
6 10
 
1 5
1 51 5
1 5
 
285 288
285 288285 288
285 288
 
119 125
119 125119 125
119 125
 
186 193
186 193186 193
186 193
 
135 139
135 139135 139
135 139
 
95 101
95 10195 101
95 101
 
85 88
85 8885 88
85 88
 
142 144
142 144142 144
142 144
 
Java collections-interview-questions
Java collections-interview-questionsJava collections-interview-questions
Java collections-interview-questions
 

Similar to 89 91

Adapative speed controlling system
Adapative speed controlling systemAdapative speed controlling system
Adapative speed controlling systemIRJET Journal
 
shubham seminar report.pptx
shubham seminar report.pptxshubham seminar report.pptx
shubham seminar report.pptxfakeacc28
 
IRJET- Automatic Pneumatic Bumper Shock Absorber and Breaking System
IRJET- Automatic Pneumatic Bumper Shock Absorber and Breaking SystemIRJET- Automatic Pneumatic Bumper Shock Absorber and Breaking System
IRJET- Automatic Pneumatic Bumper Shock Absorber and Breaking SystemIRJET Journal
 
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...ijsrd.com
 
Design and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention SystemDesign and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention SystemIRJET Journal
 
GSM BASED TELEALERT SYSTEM
GSM BASED TELEALERT SYSTEMGSM BASED TELEALERT SYSTEM
GSM BASED TELEALERT SYSTEMIJERA Editor
 
IoT Based Project for Railway Locomotive Monitoring System, Alert on Emergen...
IoT Based Project for Railway  Locomotive Monitoring System, Alert on Emergen...IoT Based Project for Railway  Locomotive Monitoring System, Alert on Emergen...
IoT Based Project for Railway Locomotive Monitoring System, Alert on Emergen...IRJET Journal
 
Presentation on SELF DRIVING cars .pptx
Presentation on  SELF DRIVING cars .pptxPresentation on  SELF DRIVING cars .pptx
Presentation on SELF DRIVING cars .pptxmad20ec
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing SystemIRJET Journal
 
Ieeepro techno solutions ieee 2014 embedded project design and implement...
Ieeepro techno solutions    ieee 2014  embedded project  design and implement...Ieeepro techno solutions    ieee 2014  embedded project  design and implement...
Ieeepro techno solutions ieee 2014 embedded project design and implement...srinivasanece7
 
Review of Online Monitoring of status of air for Automation with alarm
Review of Online Monitoring of status of air for Automation with alarmReview of Online Monitoring of status of air for Automation with alarm
Review of Online Monitoring of status of air for Automation with alarmiosrjce
 
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...Sheikh R Manihar Ahmed
 
IRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement System
IRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement SystemIRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement System
IRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement SystemIRJET Journal
 
Paper id 24201457
Paper id 24201457Paper id 24201457
Paper id 24201457IJRAT
 
Transformer monitoring and controlling with GSM based system
Transformer monitoring and controlling with GSM based systemTransformer monitoring and controlling with GSM based system
Transformer monitoring and controlling with GSM based systemIRJET Journal
 
IRJET - Vehicle Parking Management System using Load Cell Sensor
IRJET - Vehicle Parking Management System using Load Cell SensorIRJET - Vehicle Parking Management System using Load Cell Sensor
IRJET - Vehicle Parking Management System using Load Cell SensorIRJET Journal
 

Similar to 89 91 (20)

Bh33345348
Bh33345348Bh33345348
Bh33345348
 
Adapative speed controlling system
Adapative speed controlling systemAdapative speed controlling system
Adapative speed controlling system
 
IJSRDV5I40109.pdf
IJSRDV5I40109.pdfIJSRDV5I40109.pdf
IJSRDV5I40109.pdf
 
shubham seminar report.pptx
shubham seminar report.pptxshubham seminar report.pptx
shubham seminar report.pptx
 
IRJET- Automatic Pneumatic Bumper Shock Absorber and Breaking System
IRJET- Automatic Pneumatic Bumper Shock Absorber and Breaking SystemIRJET- Automatic Pneumatic Bumper Shock Absorber and Breaking System
IRJET- Automatic Pneumatic Bumper Shock Absorber and Breaking System
 
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
Design and Implementation of Vehicle Gaseous Fuel Leakage Detection System us...
 
Design and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention SystemDesign and Implementation of an Arduino-Based Accident Prevention System
Design and Implementation of an Arduino-Based Accident Prevention System
 
GSM BASED TELEALERT SYSTEM
GSM BASED TELEALERT SYSTEMGSM BASED TELEALERT SYSTEM
GSM BASED TELEALERT SYSTEM
 
IoT Based Project for Railway Locomotive Monitoring System, Alert on Emergen...
IoT Based Project for Railway  Locomotive Monitoring System, Alert on Emergen...IoT Based Project for Railway  Locomotive Monitoring System, Alert on Emergen...
IoT Based Project for Railway Locomotive Monitoring System, Alert on Emergen...
 
EMBEDDED SYSTEMS
EMBEDDED SYSTEMSEMBEDDED SYSTEMS
EMBEDDED SYSTEMS
 
Presentation on SELF DRIVING cars .pptx
Presentation on  SELF DRIVING cars .pptxPresentation on  SELF DRIVING cars .pptx
Presentation on SELF DRIVING cars .pptx
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing System
 
Ieeepro techno solutions ieee 2014 embedded project design and implement...
Ieeepro techno solutions    ieee 2014  embedded project  design and implement...Ieeepro techno solutions    ieee 2014  embedded project  design and implement...
Ieeepro techno solutions ieee 2014 embedded project design and implement...
 
M010629597
M010629597M010629597
M010629597
 
Review of Online Monitoring of status of air for Automation with alarm
Review of Online Monitoring of status of air for Automation with alarmReview of Online Monitoring of status of air for Automation with alarm
Review of Online Monitoring of status of air for Automation with alarm
 
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE  WITH ON-LINE PARAMETER PR...
FAULT DETECTION AND DIAGNOSIS OF INDUCTION MACHINE WITH ON-LINE PARAMETER PR...
 
IRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement System
IRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement SystemIRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement System
IRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement System
 
Paper id 24201457
Paper id 24201457Paper id 24201457
Paper id 24201457
 
Transformer monitoring and controlling with GSM based system
Transformer monitoring and controlling with GSM based systemTransformer monitoring and controlling with GSM based system
Transformer monitoring and controlling with GSM based system
 
IRJET - Vehicle Parking Management System using Load Cell Sensor
IRJET - Vehicle Parking Management System using Load Cell SensorIRJET - Vehicle Parking Management System using Load Cell Sensor
IRJET - Vehicle Parking Management System using Load Cell Sensor
 

More from Editor IJARCET

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationEditor IJARCET
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Editor IJARCET
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Editor IJARCET
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Editor IJARCET
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Editor IJARCET
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Editor IJARCET
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Editor IJARCET
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Editor IJARCET
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Editor IJARCET
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Editor IJARCET
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Editor IJARCET
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Editor IJARCET
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Editor IJARCET
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Editor IJARCET
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Editor IJARCET
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Editor IJARCET
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Editor IJARCET
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Editor IJARCET
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Editor IJARCET
 

More from Editor IJARCET (20)

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturization
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 

Recently uploaded

Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Dave Litwiller
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Serviceritikaroy0888
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxWorkforce Group
 
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 DelhiCall Girls in Delhi
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayNZSG
 
HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsMichael W. Hawkins
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableDipal Arora
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesDipal Arora
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...Any kyc Account
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...lizamodels9
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetDenis Gagné
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfPaul Menig
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Centuryrwgiffor
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.Aaiza Hassan
 
Unlocking the Secrets of Affiliate Marketing.pdf
Unlocking the Secrets of Affiliate Marketing.pdfUnlocking the Secrets of Affiliate Marketing.pdf
Unlocking the Secrets of Affiliate Marketing.pdfOnline Income Engine
 
Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...Roland Driesen
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Neil Kimberley
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Lviv Startup Club
 

Recently uploaded (20)

Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptx
 
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
9599632723 Top Call Girls in Delhi at your Door Step Available 24x7 Delhi
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael Hawkins
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdf
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 
Unlocking the Secrets of Affiliate Marketing.pdf
Unlocking the Secrets of Affiliate Marketing.pdfUnlocking the Secrets of Affiliate Marketing.pdf
Unlocking the Secrets of Affiliate Marketing.pdf
 
Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...
 
Forklift Operations: Safety through Cartoons
Forklift Operations: Safety through CartoonsForklift Operations: Safety through Cartoons
Forklift Operations: Safety through Cartoons
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
 

89 91

  • 1. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 Wireless Tire Pressure Monitoring System for Vehicles using SPI Protocol Avinash D. Kale, Shubhada S. Thakare, Dr. D. S. Chaudhari Abstract—Tire pressure monitoring system (TPMS) is and vehicle is moving with a speed above 100 km [8]. implemented in the vehicles to monitor the variations in tire Hence this system works only when the wheels speed is up pressure. The safety of driving improves as TPMS to a certain margin. The other is based on the pressure automatically detects the tire pressure, temperature in real- sensor also called as direct-TPMS. This system makes use time and warns the drivers to take measures which prevents bursting of tire thereby avoiding the possibility of an accident. of pressure sensor which installed in each tire to measure the This paper discusses the design of vehicular tire pressure tire pressure directly and displays and monitors the pressure monitoring system using sensors. Also reviews the influence of of each tire [1]. According to the Transportation, Recall tire pressure and temperature on traffic safety and Enhancement, Accountability and Documentation (TREAD) environmental protection. In order to improve the Act passed by US Congress in 2008, it is necessary for all functionality of TPMS the use of Serial Peripheral Interface automobile manufacturers to install this tire pressure (SPI) is suggested here. Finally, the performance of the system monitoring system in their vehicles produced or sold in the is tested and analyzed. The test results show that it meets the United States [9]. need of the practical application. II. EXPERIMENTAL SETUP Index Terms—Serial Peripheral Interface, Tire Pressure Monitoring System, Wireless Communication. The system proposed here is Direct-TPMS. A direct TPMS mainly composed by two sections i.e. the transmitter module also called as pressure monitoring module and the I. INTRODUCTION receiver module. Pressure monitor module contains pressure One of the prominent reasons for serious traffic accidents sensor, temperature sensor, microcontroller unit and radio is bursting of tires. Hence the number of traffic accidents is frequency transceiver chip. The receiver module contains also increasing along with the rapid growth in number of microcontroller unit, RF transceiver chip, LCD display and automobiles, which causes damages to vehicles as well as the buzzer circuit. The TPMS systems works at different human body. Tire bursting is major concern for the drivers frequencies like 2.48, 3.15 or 4.33 GHz. The system since it is very difficult to prevent. Research shows that tire proposed in this paper uses 2.48 GHz coming under ISM burst is mainly caused by abnormal tire pressure and higher (Industrial, Scientific and Medical) band because this tire temperature [4]. Thus traffic accidents can be prevented frequency is freely available. In order to avoid interference if the tire pressure is regularly monitored during driving [7]. due to noise, frequency shift keying, Cyclic Redundancy Check (CRC) or Manchester Coding scheme can be used It is also observed that if the tire bursts at extremely high [1]. Fig. 1 shows the generalized system structure for speed, the death rate is nearly 100%. Therefore the TPMS. abnormal tire pressure affects the quality and the safety of automobile driving. Research studies show that if the tire pressure is maintained near to its standard value and pressure changes are discovered within time the possibility of tire-break can be avoided. Thus, many researchers and engineers are working on tire pressure monitoring system (TPMS). Currently, TPMS can be divided into two types: one is based on the wheel speed also called as indirect TPMS. In this system the difference between the speeds of the tires is compared through the Antilock Braking System (ABS) wheel speed sensor system of the vehicle for monitoring the tire pressure. The disadvantage of this system is that it cannot work if two tires are under-inflated Fig.1 System structure showing a central receiver and transmitter installed in each tire Avinash Kale, Department of Electronics and Telecommunication Engg., TPMS uses the pressure sensor to monitor the tire pressure Government College of Engineering, Amravati., (e-mail: in the automobile, and then transmits the observed value kale.avinash@gcoea.ac.in ). Amravati, Maharashtra, India. through the transmitter module, while receiver module Shubhada Thakare, Department of Electronics and Telecommunication receives the pressure information. When the pressure value Engg., Government College of Engineering, Amravati., (e-mail: is higher than or lower than the permissible normal range, thakare.shubhada@gcoea.ac.in ). Amravati, Maharashtra, India. the system sends out warning signal to the driver. The Dr. D. S. Chaudhari, Department of Electronics and Telecommunication wireless transceiver module which transmits or receives Engg. Government College of Engineering, Amravati., (e-mail: radio-frequency signals is interfaced with microcontroller chaudhari.devendra@gcoea.ac.in ). Amravati, Maharashtra, India. unit using Serial Peripheral Interface (SPI) bus. 89 All Rights Reserved © 2012 IJARCET
  • 2. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 Fig. 2 Transmitter and receiver modules in TPMS The tire pressure monitoring module or transmitter controlled via an SPI interface. It can transmit and receive module is composed of MPXM2202 pressure sensor, LM 35 the data in range of 30 meters without requiring any external temperature sensor and the ATMega16 microcontroller. The antenna. In a typical system, the CC2500 will be used pressure sensor MPXM2202 is responsible of monitoring together with a microcontroller and a few additional passive tire pressure and temperature is measured by LM 35. The components. Besides, it integrates a low-power PLL RF ATMega16 chip is used as the controller for tire pressure transmitter and voltage controlled oscillator, can modulate monitoring module. It receives the signal from pressure and transmit digital signals. It also supports FSK and ASK sensor and transmits the data to the host receiver via modulation modes. This RF transceiver also supports wireless RF communication. While designing the tire Manchester Coding which helps to improve the noise pressure monitoring module small size and low power immunity. [1] consumption are the major issues. Fig. 2 shows the D. Warning system transmitter and receiver modules in TPMS. A buzzer circuit can be interfaced with the receiver or A. Sensors master module along with the LCD display in order to alert In this system MPXM 2202 is used for measuring tire the driver regarding the ups and downs in the pressure of the pressure. MPXM2202 is a Silicon Piezoresistive pressure tire. The LCD display indicates the real time values of the sensor providing a highly accurate and linear voltage output tire pressure. Whenever the pressure value exceeds the directly proportional to the applied pressure. The sensor is a predetermined values in any one of the tires, the buzzer single, monolithic silicon diaphragm with the strain gauge circuit gets activated. Accordingly the driver can take the and a thin–film resistor network integrated on chip. The chip corrective action. can measure tire pressure up to 200 kPa and is temperature compensated over 0 to 85°C. [6] III. SERIAL PERIPHERAL INTERFACE (SPI) B. ATMega16 MCU In this system ATMega16 is used as microcontroller unit In this design of tire pressure monitoring system SPI because it supports Serial Peripheral Interface (SPI) protocol protocol is used to communicate between the and has built in analog to digital converter. In built ADC microcontroller unit and radio frequency transceiver converts the analog voltage variations coming from sensors module. Data is exchanged between transmitter and receiver into equivalent digital value. Also this microcontroller sections by using SPI. This protocol is mainly used because requires low power for its operation which is necessary for it allows serial communication between two or more devices low power system designing [3] [4]. AtMega16 is interfaced at a high speed up to 10 Mbps. It is reasonably easy to with RF transceiver that can transmit digital data as far as 30 implement as it is only 4 wired bus [1] [5]. meters. In SPI is also called as 4 wired protocol. The MOSI (Master C. RF Transceiver Out Slave In) and MISO (Master In Slave Out) lines transfer the data to and fro between the microcontroller unit and RF In the system, the major issue is how effectively the transceiver module. SCK (Serial Clock) line provides clock wireless radio frequency signal is transmitted because the for synchronization between transmitter and receiver RF transmission consumes most of the power [5]. Thus, because data transfer depends on clock. The last line CS when choosing a wireless radio frequency chip, power (Chip Select) is used for selecting the slave device [5]. Fig. consumption is major issue along with the transmission 3 shows connections between microcontroller and RF bandwidth. In this design the IC CC2500 is used as radio receiver. frequency transceiver. It is a low-cost 2.4 GHz transceiver designed for very low-power wireless applications. The circuit can be used for the frequency range of 2400 to 2483.5 MHz i.e. ISM frequency band with the help of an onboard antenna. The biggest advantage of using this frequency is that it does not require license from government and this frequency is freely available. This chip is mainly selected because the main operating parameters Fig. 3 Connection diagram for SPI Interface and the transmit/receive FIFO register of CC2500 can be 90 All Rights Reserved © 2012 IJARCET
  • 3. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 IV. ANALYSIS OF THE SYSTEM PERFORMANCE generate a control signal to apply brakes in order to achieve an automatic emergency braking. Also, research can be All the functions of the developed TPMS are tested for carried to reduce the power consumption of sensors used in high pressure as well as low pressure situation. The system the present system so that the system becomes more has good measurement accuracy and it can properly warn efficient. The tire pressure monitoring systems based on abnormal states well within in time and rightly. The whole wireless sensor technology discussed here can also be used performance is quite good. in wide range of applications. Fig. 4 represents the data acquired in the form of plots showing relation between applied pressure in kPa and output sensor voltage in mV at different values of and supply REFERENCES voltages at 32oC. [1] Y. Shiming, T. Jianbin, Hong Q., C. Chengrong, “Wireless Communication Based Tire Pressure Monitoring System,” 1-4244- For Supply Voltage=10V 1312-5/07. [2] I. H. Ho, J. M. Chung, H. C. Chen, H. W. Chiu, “A Battery-less Tire For Supply Voltage=5V Pressure Monitoring System,” 978-1-4244-2517-4/09. 40 [3] H. Wang, S. Yu , Y. Haung, Y. Pu, “Wireless Communication of Sensor Voltage (mV) Tire Pressure Intelligent Monitoring System Based on Sensor 32 Networks Technology,”, International Conference on Intelligent 24 Control and Automation 2006. [4] L. Yueming , H. Binghua, S. Jianchun, Y. Yuan, “Design and 16 Implementation of TPMS Based on Wireless Sensor Network,”, 8 International Conference on Intelligent System Design and Engineering Application, 2010. 0 [5] F. Leens, “An introduction to I2C and SPI Protocol,” IEEE Instrumentation and Measurement Magazine, 2009. 10 20 30 40 50 60 70 80 90 100 110 120 130 140 150 [6] L. Liu, X. Zhou, “Design of Intelligent Tire Safety Pre-alarm Pressure (kPa) System Based on ARM9” International Conference on Informatics, 2010. [7] M. Shao, W. Guo, “Tire Pressure Monitoring System,” 978-1-4244- Fig. 4 Applied Pressure Vs Output Sensor Voltage 9439-2/11. [8] J. Zhang, Q. Liu, Y. Zhong, “A Tire Pressure Monitoring System Based on Wireless Sensor Networks Technology,” International Conference on Multi media and Information Technology, 2008. The output voltage of sensor depends upon offset voltage, [9] B. Fleming, “Tire Pressure-Monitoring Systems Rollout,” IEEE pressure applied and sensitivity of sensor. Vehicular Technology Magazine, 2009. [10] M. Kowaleski, “Monitoring and Managing Tire Pressure,” IEEE 𝑉 𝑜𝑢𝑡 = 𝑉 𝑜𝑓𝑓 + [𝑆𝑒𝑛𝑠𝑖𝑡𝑖𝑣𝑖𝑡𝑦 ∗ 𝑃] Potentials, 0278-6648/04. [11] Z. X. Wang, Y. Xu, G. J. Wang, “Design and Implementation of Tire Monitoring System Based on Zigbee”, 978-1-4244-09. Where Vout = Output voltage in mV [12] Q. Zhang, B. Liu, “Design of Tire Pressure Monitoring System Voff = Offset voltage in mV Based on Resonance Frequency Method,” IEEE/ASME International Conference on Advanced Intelligent Mechatronics, P = Pressure applied in kPa 2009. [13] Dixon B. , V. Kalinin, J. Beckley, R. Lohr, “A Second Generation Offset voltage is the voltage obtained at the output of sensor In-Car Tire Pressure Monitoring System Based on Wireless Passive when input pressure applied is 0 kPa. Sensitivity is the ratio SAW Sensors,” 1-4244-0074-0/06. [14] S. Yarnamoto, O. Nakao, H. Nishimura, “Touch Mode Capacitive of change in output voltage with respect to change in Pressure Sensor for Passive Tire Monitoring System”. 0-7803-7454- pressure and it is measured in mV/kPa. 1/02. 𝑆𝑒𝑛𝑠𝑖𝑡𝑖𝑣𝑖𝑡𝑦 = ∆𝑉 ∆𝑃 (mV/kPa) Avinash Kale received the bachelor’s degree in Electronics and Telecommunication engineering from SSGM College of Engineering, For MPXM2202 pressure sensor used in this system the Shegaon, Maharashtra, India and currently pursuing M. Tech in Electronic sensitivity is found to be 0.091 mV/kPa and offset voltage is System and Communication from Govt. College of Engineering, Amravati, Maharashtra, India. ±1 mV at 32oC when sensor is supplied with 5 V. This Shubhada Thakare received the bachelor’s and master’s degree from sensitivity is supply voltage dependant; hence sensitivity Amravati University. Currently she is an Assistant Professor at changes to 0.177 mV/kPa and offset voltage to ±2 mV when Government College of Engineering, Amravati, Maharashtra, India with sensor is supplied with 10 V. The full scale voltage span of over 13 years of experience in teaching field. Her current areas of research are VLSI and Embedded Systems. MPXM2202 is 40 mV and its linearity may vary up to 1 % Devendra Chaudhari obtained BE, ME, from Marathwada University, of full scale voltage. Hence glitches or overshoots are Aurangabad and PhD from Indian Institute of Technology, Bombay, observed at some points on the graph. Mumbai. He has been engaged in teaching, research for period of about 25 years. Presently he is working as Head, Department of Electronics and Telecommunication Engineering at Government College of Engineering, V. CONCLUSIONS Amravati. Dr. Chaudhari published research papers and presented papers in In recent years, TPMS is emerging as major part in the international conferences abroad at Seattle, USA and Austria, Europe. His present research and teaching interests are in the field of Biomedical research of vehicle safety system. This paper proposes a Engineering, Digital Signal Processing and Analogue Integrated Circuits. Direct TPMS which based on the wireless sensors technology and also suggest the use of SPI protocol to improvise TPMS. Further, the system can be expanded to send a warning signal to the ABS control unit which will 91 All Rights Reserved © 2012 IJARCET