SlideShare a Scribd company logo
1 of 5
Download to read offline
ISSN 2349-7815
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE)
Vol. 3, Issue 1, pp: (57-61), Month: January - March 2016, Available at: www.paperpublications.org
Page | 57
Paper Publications
Non-Contact Temperature Measurement
System Based on Embedded
Ms. Bhakti D Vaze1
, Prof. S.M.Kulkarni2
1
Padmabhooshan Vasantdada Patil Institute of Technology, Pune, MS, India
2
Department of Electronics and Telecommunications
Abstract: Surface-contact temperature measurement technology is very successful, but the research on the non-
contact temperature measurement technology is relatively less. This paper designs and implements a non-contact
temperature measurement system, which uses embedded hardware platform ARM LPC2148 and the system
applies ARM embedded IIC (Inter-Integrated Circuit) bus module's communication procedure and control
methods. Experimental results show that the system is of high stability, speed, and precision. The system may be
widely used in many applications such as fault diagnosis, performance testing, etc.
Keywords: Embedded Systems; Temperature Measurement System; Non-contact Temperature Measurement;
ARM LPC2148; llC Bus.
I. INTRODUCTION
The temperature measurement system is involved in many applications, with the successful temperature measurement
technology. But the wire temperature measurement occupies the market mainly, or in some cases even if the actual
temperature is wireless but it is the wireless transceiver with wired temperature measurement system, so it is not really a
wireless non-contact temperature measurement.
At present, there are many infrared temperature measurement applied for measuring body temperature. It can measure the
temperature directly without contacting the skin, so it can be called non-contact temperature measurement. But such
equipment is often very expensive and designed for special purposes, which makes the user cannot do further
development according to their own requirements. The paper, based on infrared temperature measurement system,
applying a method with ARM LPC2148 IIC interface connection and communication control, developed and designed a
non-contact temperature measurement system. Users can design and develop their needed non-contact temperature
measurement system by themselves according to their own requirements.
II. DESIGN OF EMBEDDED IIC SYSTEM
A. Design of Embedded IIC Hardware System:
The controller of whole temperature measurement system is ARM LPC2148, and the temperature sampling device of that
is Temperature measurement system which contains IR sensor and signal processing unit. Temperature measurement
system can also pass the temperature of the samples collected information to the host system through the serial port by
using the serial communication function of ARM LPC2148 so that it is convenient for users to make observation and
statistics. The temperature measurement system hardware architecture is shown in Figure1.
ISSN 2349-7815
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE)
Vol. 3, Issue 1, pp: (57-61), Month: January - March 2016, Available at: www.paperpublications.org
Page | 58
Paper Publications
Fig1: Block Diagram of Non contact temperature measurement system
The basic working principle is detection of infrared radiation with a thermopile sensor, which turns incoming radiation to
an analogue voltage; Determination of sensor temperature using a thermistor; Further analogue signal processing and
conditioning; Calculation of ambient and object temperature using a processing unit; providing the ambient and objects
temperature at digital output bus (I2C). The non-ideal filter characteristics have to been considered for the correct
measurement distance with respect to the measurement object surface size. To achieve most accurate measurement
results, measurement object should at least cover 99% of the sensors field of view.
Fig2: Block Diagram of IR system
Digital signal processing transforms the signal into an output value proportional to the object temperature. The
temperature result is either shown on a display or may be used as analog signal for further processing. In order to
compensate influences from the surroundings a second detector catches the temperature of the measuring device and of
his optical channel, respectively. Consequently, the temperature of the measuring object is mainly generated in three
steps:
1. Transformation of the received infrared radiation into an electrical signal
2. Compensation of background radiation from thermometer and object
3. Linearization and output of temperature information.
IR
SENSO
R
DAC
ADC PROCESS
OR
AMP
DIGITA
L
INTERF
ACE
FLASH
ARM LPC2148
IIC CONTROL UNIT
UART COMMUNICATION
CONTROL UNIT
SDRAM
Temp Measurement s/m
COMPUTER SYSTEM
UART LINE
IIC BUS
ISSN 2349-7815
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE)
Vol. 3, Issue 1, pp: (57-61), Month: January - March 2016, Available at: www.paperpublications.org
Page | 59
Paper Publications
B. DESIGN OF EMBEDED IIC SOFTWARE SYSTEM:
Software system design, primarily for the IIC interface communication, the system is divided into two phases: the master
transmitter mode phase and the master receiver mode phase; the lie communication process is complete by four steps:
detecting whether the slave device of IIC is online, transmitting temperature measurement commands, returning the
measurement data, finishing the IIC communication. The flow chart of the IIC communication is shown in Figure3.
Fig3: Flow chart of the lIC communication
The communication control of IIC is partially completed by internal IIC Bus control section of ARM LPC2148, involving
IIC bus controller IICDS transmit / receive data shift register, IICCON control register, IICSTAT status register. The
following introduction based on the method of each phase's operation. Before starting communication of ARM LPC2148
IIC module, the starting mode is set to the master receiver firstly, and then the slave device's address is written to the
IICDS register, and we write OxFO to the IICSTAT register to start an IIC communication.
Fig4: Master transmitter mode phase
ARM IS
CONFIGURED
MASTER SEND
MODE
ARM IS
CONFIGURED
MASTER RECEIVE
MODE
IS THE SLAVE DEVICE ONLINE
SEND TEMPERATURE DETECT COMMAND
RETURN TEMPERATURES DATA
END THE IIC COMMUNICATION
START
END
MASTER TX MODE HAS
BEEN CONFIGURED
WRITE SLAVE
ADDRESS TO IICDS
THE DATA OF IICDS IS
TRASMITTED
ACK PERIOD AND
THEN INTERRUPT IS
PENDING
STOP?
WRITE NEW DATA
TRANSMITTED TO
IICDS
CLEAR PENDING BIT
TO RESUME
DATA OF IICDS IS
SHIFTED TO SDA
WRITE M/T STOP TO
IICSTAT
CLEAR PENDING BIT
WAIT UNTIL THE STOP
CONDITION TAKE
EFFECT
ISSN 2349-7815
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE)
Vol. 3, Issue 1, pp: (57-61), Month: January - March 2016, Available at: www.paperpublications.org
Page | 60
Paper Publications
At this time the data from the IICDS register is sent one by one, and wait the response from the slave device. After
receiving a response, the master device ARM LPC2148 continues the next communication or finishes this
communication. The software operation process is shown in Fig
Fig5: Master receiver mode phase
In the four-step operation, testing whether the slave device of the IIC is online and transmitting the temperature command,
the two phases are completed in the master transmitting phase. Temperature data returns back from the master receiver
phase. End of the IIC communication is effective to achieve at any phase or mode, directly by setting the STOP bit in the
IlCSTAT register.
III. CONCLUSIONS
Temperature measurement system can be sampled on a sampling point; can also form into a target array of the measured
multi-point sampling by reusing Temperature sensor module. It can pass the information of temperature condition of
various collection points to the host system in real time. Detection of the temperature measurement system is with fast
speed, high precision and good stability. In the host-side, through the software, we can also optimize the value of the
temperature of each collection point, integrating with other parameters of engineering. It can be widely used in fault
diagnosis, performance testing, Industrial use and other engineering fields.
START
END
MASTER RX MODE HAS
BEEN CONFIGURED
WRITE SLAVE ADDRESS
TO IICDS
THE DATA OF IICDS IS
TRASMITTED
ACK PERIOD AND THEN
INTERRUPT IS PENDING
STOP?
WRITE NEW DATA
TRANSMITTED TO IICDS
CLEAR PENDING BIT TO
RESUME
SDA SHIFTED TO IICDS
WRITE M/R STOP TO
IICSTAT
CLEAR PENDING BIT
WAIT UNTIL THE STOP
CONDITION TAKE EFFECT
ISSN 2349-7815
International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE)
Vol. 3, Issue 1, pp: (57-61), Month: January - March 2016, Available at: www.paperpublications.org
Page | 61
Paper Publications
REFERENCES
[1] Huang Gaofeng, Zhou Xueguang & Ye Qing, “Non-contact Temperature Measurement System Based on Embedded
lIe”, 2010 International Conference on Computer Application and System Modeling (1CCASM 2010).
[2] V. K. Bitukov and V. A. Petrov, "Noncontact Temperature Measurement on Dielectricsand Semiconductors",Rus-
sian Microelectronics, Vol. 33, No. 6, pp. 329-34 1,2004 2005.
[3] Francisco Javier Meca Meca , Manuel Mazo Quintas, Francisco Javier Rodriguez Sanchez, Pablo Ramos
Sainz,"Infrared temperature measurement system using photoconductive PbSe sensors without radiation chopping" ,
Sensors and Actuators A I 00,pp.206-2 13,2002.
[4] Slavko Pokorni," Error Analysis of Surface Temperature Measurement By Infraed Sensor" ,International Journal of
Infrared and Millimeter Waves, Vo1.25, No. 10, October 2004.
[5] ARMLtd. http//www.arm.com/products/DevTools. [6] Wan Han, Gao Xiaopeng, Deng Libo, Yu Ting ,"Design and
Implementation of a Simulation Framework for the ARM Embedded System", Tenth International Conference on
Computer Modeling and Simulation, pp. 7 14-7 19,2008.
[6] Wan Han, Gao Xiaopeng,"ArmSim: a Complete System Simulation Environment of the ARM Embedded System"
Fifth International Conference on Information Technology: New Generations, pp. 126 1- 1262,2008
[7] Timothy A Shedd and Benjamin Wanderson, "An automated non-contact wall temperature measurement using
thermoreflectance", Measurment Science And Technology, pp. 2483-2488, November.

More Related Content

What's hot

Mavrk wireless weather station communication system
Mavrk wireless weather station communication systemMavrk wireless weather station communication system
Mavrk wireless weather station communication systemAntonio Mondragon
 
Signal conditioning & condition monitoring using LabView by Prof. shakeb ahm...
Signal conditioning & condition monitoring  using LabView by Prof. shakeb ahm...Signal conditioning & condition monitoring  using LabView by Prof. shakeb ahm...
Signal conditioning & condition monitoring using LabView by Prof. shakeb ahm...mayank agarwal
 
Temperature monitoring and controling using arduino
Temperature monitoring and controling using arduinoTemperature monitoring and controling using arduino
Temperature monitoring and controling using arduinoBablu Singh
 
Automatic room temperature control
Automatic room temperature controlAutomatic room temperature control
Automatic room temperature controldebabratrath
 
project report on REMOTE SENSING THERMOMETER
project report on REMOTE SENSING THERMOMETERproject report on REMOTE SENSING THERMOMETER
project report on REMOTE SENSING THERMOMETERdreamervikas
 
Industrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEWIndustrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEWIOSR Journals
 
Final Senior Design Presentation
Final Senior Design Presentation Final Senior Design Presentation
Final Senior Design Presentation Carl Freeman III
 
Temperature Controlled Fan Report
Temperature Controlled Fan ReportTemperature Controlled Fan Report
Temperature Controlled Fan ReportPeeyush Pashine
 
TEMPERATURE BASED FAN SPEED CONTROLLER
TEMPERATURE  BASED  FAN  SPEED  CONTROLLERTEMPERATURE  BASED  FAN  SPEED  CONTROLLER
TEMPERATURE BASED FAN SPEED CONTROLLERTarek Erin
 
Data acquisition system
Data acquisition systemData acquisition system
Data acquisition systemSANTOSH A M S
 
Datasheet Fluke 5502A. Hubungi PT. Siwali Swantika 021-45850618
Datasheet Fluke 5502A. Hubungi PT. Siwali Swantika 021-45850618Datasheet Fluke 5502A. Hubungi PT. Siwali Swantika 021-45850618
Datasheet Fluke 5502A. Hubungi PT. Siwali Swantika 021-45850618PT. Siwali Swantika
 
86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-ppt86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-pptGovindaChandraBehera1
 
Data Acquisition System and Data loggers
Data Acquisition System and Data loggersData Acquisition System and Data loggers
Data Acquisition System and Data loggersSwara Dave
 
Arduino frequency counter
Arduino frequency counterArduino frequency counter
Arduino frequency counternasyith_hananur
 
Data Acquisition System & Data Logger
Data Acquisition System & Data LoggerData Acquisition System & Data Logger
Data Acquisition System & Data LoggerTrivedi Jay
 
Ganesh Computers WirelessTemprature & Humidity Monitoring
Ganesh Computers WirelessTemprature & Humidity MonitoringGanesh Computers WirelessTemprature & Humidity Monitoring
Ganesh Computers WirelessTemprature & Humidity MonitoringGanesh Computers
 

What's hot (19)

Mavrk wireless weather station communication system
Mavrk wireless weather station communication systemMavrk wireless weather station communication system
Mavrk wireless weather station communication system
 
Signal conditioning & condition monitoring using LabView by Prof. shakeb ahm...
Signal conditioning & condition monitoring  using LabView by Prof. shakeb ahm...Signal conditioning & condition monitoring  using LabView by Prof. shakeb ahm...
Signal conditioning & condition monitoring using LabView by Prof. shakeb ahm...
 
Temperature monitoring and controling using arduino
Temperature monitoring and controling using arduinoTemperature monitoring and controling using arduino
Temperature monitoring and controling using arduino
 
Automatic room temperature control
Automatic room temperature controlAutomatic room temperature control
Automatic room temperature control
 
project report on REMOTE SENSING THERMOMETER
project report on REMOTE SENSING THERMOMETERproject report on REMOTE SENSING THERMOMETER
project report on REMOTE SENSING THERMOMETER
 
Industrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEWIndustrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEW
 
Arduino Thermometer
Arduino ThermometerArduino Thermometer
Arduino Thermometer
 
SEM88_Sensor
SEM88_SensorSEM88_Sensor
SEM88_Sensor
 
Final Senior Design Presentation
Final Senior Design Presentation Final Senior Design Presentation
Final Senior Design Presentation
 
Temperature Controlled Fan Report
Temperature Controlled Fan ReportTemperature Controlled Fan Report
Temperature Controlled Fan Report
 
TEMPERATURE BASED FAN SPEED CONTROLLER
TEMPERATURE  BASED  FAN  SPEED  CONTROLLERTEMPERATURE  BASED  FAN  SPEED  CONTROLLER
TEMPERATURE BASED FAN SPEED CONTROLLER
 
Data acquisition system
Data acquisition systemData acquisition system
Data acquisition system
 
Datasheet Fluke 5502A. Hubungi PT. Siwali Swantika 021-45850618
Datasheet Fluke 5502A. Hubungi PT. Siwali Swantika 021-45850618Datasheet Fluke 5502A. Hubungi PT. Siwali Swantika 021-45850618
Datasheet Fluke 5502A. Hubungi PT. Siwali Swantika 021-45850618
 
86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-ppt86919253 data-acquisition-system-ppt
86919253 data-acquisition-system-ppt
 
Data Acquisition System and Data loggers
Data Acquisition System and Data loggersData Acquisition System and Data loggers
Data Acquisition System and Data loggers
 
Unit ii
Unit   iiUnit   ii
Unit ii
 
Arduino frequency counter
Arduino frequency counterArduino frequency counter
Arduino frequency counter
 
Data Acquisition System & Data Logger
Data Acquisition System & Data LoggerData Acquisition System & Data Logger
Data Acquisition System & Data Logger
 
Ganesh Computers WirelessTemprature & Humidity Monitoring
Ganesh Computers WirelessTemprature & Humidity MonitoringGanesh Computers WirelessTemprature & Humidity Monitoring
Ganesh Computers WirelessTemprature & Humidity Monitoring
 

Viewers also liked

Technical Aspects of EHV XLPE Cable End Termination and on Site Brief Procedure
Technical Aspects of EHV XLPE Cable End Termination and on Site Brief ProcedureTechnical Aspects of EHV XLPE Cable End Termination and on Site Brief Procedure
Technical Aspects of EHV XLPE Cable End Termination and on Site Brief Procedurepaperpublications3
 
Power Quality Improvement of DC Drive by Reduction of Circulating Current
Power Quality Improvement of DC Drive by Reduction of Circulating CurrentPower Quality Improvement of DC Drive by Reduction of Circulating Current
Power Quality Improvement of DC Drive by Reduction of Circulating Currentpaperpublications3
 
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...paperpublications3
 
Green Buildings Overview and Analysis of Energy Efficient Building
Green Buildings Overview and Analysis of Energy Efficient BuildingGreen Buildings Overview and Analysis of Energy Efficient Building
Green Buildings Overview and Analysis of Energy Efficient Buildingpaperpublications3
 
A Review on Arrhythmia Detection Using ECG Signal
A Review on Arrhythmia Detection Using ECG SignalA Review on Arrhythmia Detection Using ECG Signal
A Review on Arrhythmia Detection Using ECG Signalpaperpublications3
 
Comparison of Tuning Methods of PID Controllers for Non-Linear System
Comparison of Tuning Methods of PID Controllers for Non-Linear SystemComparison of Tuning Methods of PID Controllers for Non-Linear System
Comparison of Tuning Methods of PID Controllers for Non-Linear Systempaperpublications3
 
Coin-Based Mobile Battery Charger Using Solar Panel
Coin-Based Mobile Battery Charger Using Solar PanelCoin-Based Mobile Battery Charger Using Solar Panel
Coin-Based Mobile Battery Charger Using Solar Panelpaperpublications3
 
Magnetic Levitation Time Machine
Magnetic Levitation Time MachineMagnetic Levitation Time Machine
Magnetic Levitation Time Machinepaperpublications3
 
A Power Control Scheme for UPQC for Power Quality Improvement
A Power Control Scheme for UPQC for Power Quality ImprovementA Power Control Scheme for UPQC for Power Quality Improvement
A Power Control Scheme for UPQC for Power Quality Improvementpaperpublications3
 
Analysis and Comparisons of Different Type of WCES- A Literature Review
Analysis and Comparisons of Different Type of WCES- A Literature ReviewAnalysis and Comparisons of Different Type of WCES- A Literature Review
Analysis and Comparisons of Different Type of WCES- A Literature Reviewpaperpublications3
 
Shunt Faults Detection on Transmission Line by Wavelet
Shunt Faults Detection on Transmission Line by WaveletShunt Faults Detection on Transmission Line by Wavelet
Shunt Faults Detection on Transmission Line by Waveletpaperpublications3
 
Patient Academy Onderzoek 7 maart 2017
Patient Academy Onderzoek 7 maart 2017Patient Academy Onderzoek 7 maart 2017
Patient Academy Onderzoek 7 maart 2017Marleen van Gelder
 
Studio Voylla makes Falaknuma Palace its muse!
Studio Voylla makes Falaknuma Palace its muse!Studio Voylla makes Falaknuma Palace its muse!
Studio Voylla makes Falaknuma Palace its muse!Voylla Fashion Pvt Ltd
 

Viewers also liked (15)

Technical Aspects of EHV XLPE Cable End Termination and on Site Brief Procedure
Technical Aspects of EHV XLPE Cable End Termination and on Site Brief ProcedureTechnical Aspects of EHV XLPE Cable End Termination and on Site Brief Procedure
Technical Aspects of EHV XLPE Cable End Termination and on Site Brief Procedure
 
Power Quality Improvement of DC Drive by Reduction of Circulating Current
Power Quality Improvement of DC Drive by Reduction of Circulating CurrentPower Quality Improvement of DC Drive by Reduction of Circulating Current
Power Quality Improvement of DC Drive by Reduction of Circulating Current
 
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
Optimal Unit Commitment Based on Economic Dispatch Using Improved Particle Sw...
 
Green Buildings Overview and Analysis of Energy Efficient Building
Green Buildings Overview and Analysis of Energy Efficient BuildingGreen Buildings Overview and Analysis of Energy Efficient Building
Green Buildings Overview and Analysis of Energy Efficient Building
 
A Review on Arrhythmia Detection Using ECG Signal
A Review on Arrhythmia Detection Using ECG SignalA Review on Arrhythmia Detection Using ECG Signal
A Review on Arrhythmia Detection Using ECG Signal
 
Comparison of Tuning Methods of PID Controllers for Non-Linear System
Comparison of Tuning Methods of PID Controllers for Non-Linear SystemComparison of Tuning Methods of PID Controllers for Non-Linear System
Comparison of Tuning Methods of PID Controllers for Non-Linear System
 
Coin-Based Mobile Battery Charger Using Solar Panel
Coin-Based Mobile Battery Charger Using Solar PanelCoin-Based Mobile Battery Charger Using Solar Panel
Coin-Based Mobile Battery Charger Using Solar Panel
 
Magnetic Levitation Time Machine
Magnetic Levitation Time MachineMagnetic Levitation Time Machine
Magnetic Levitation Time Machine
 
A Power Control Scheme for UPQC for Power Quality Improvement
A Power Control Scheme for UPQC for Power Quality ImprovementA Power Control Scheme for UPQC for Power Quality Improvement
A Power Control Scheme for UPQC for Power Quality Improvement
 
Analysis and Comparisons of Different Type of WCES- A Literature Review
Analysis and Comparisons of Different Type of WCES- A Literature ReviewAnalysis and Comparisons of Different Type of WCES- A Literature Review
Analysis and Comparisons of Different Type of WCES- A Literature Review
 
Shunt Faults Detection on Transmission Line by Wavelet
Shunt Faults Detection on Transmission Line by WaveletShunt Faults Detection on Transmission Line by Wavelet
Shunt Faults Detection on Transmission Line by Wavelet
 
Patient Academy Onderzoek 7 maart 2017
Patient Academy Onderzoek 7 maart 2017Patient Academy Onderzoek 7 maart 2017
Patient Academy Onderzoek 7 maart 2017
 
Trabajo b.s.o disney
Trabajo b.s.o disney Trabajo b.s.o disney
Trabajo b.s.o disney
 
Test
TestTest
Test
 
Studio Voylla makes Falaknuma Palace its muse!
Studio Voylla makes Falaknuma Palace its muse!Studio Voylla makes Falaknuma Palace its muse!
Studio Voylla makes Falaknuma Palace its muse!
 

Similar to Non-Contact Temperature Measurement System Based on Embedded

Real-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for IndustryReal-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for Industryijsrd.com
 
Application of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless SystemApplication of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless Systemijceronline
 
Study and Development of Temperature & Humidity monitoring system through Wir...
Study and Development of Temperature & Humidity monitoring system through Wir...Study and Development of Temperature & Humidity monitoring system through Wir...
Study and Development of Temperature & Humidity monitoring system through Wir...IJERA Editor
 
Real-Time Monitoring of Industrial Environmental Temperature using LabVIEW
Real-Time Monitoring of Industrial Environmental Temperature using LabVIEWReal-Time Monitoring of Industrial Environmental Temperature using LabVIEW
Real-Time Monitoring of Industrial Environmental Temperature using LabVIEWIJERA Editor
 
Design and development of fpga based temperature measurement and control
Design and development of fpga based temperature measurement and controlDesign and development of fpga based temperature measurement and control
Design and development of fpga based temperature measurement and controlIAEME Publication
 
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...IJTET Journal
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET Journal
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...IRJET Journal
 
Humidity Sensing Device for Soil, Atmosphere and Other Material with Temperat...
Humidity Sensing Device for Soil, Atmosphere and Other Material with Temperat...Humidity Sensing Device for Soil, Atmosphere and Other Material with Temperat...
Humidity Sensing Device for Soil, Atmosphere and Other Material with Temperat...paperpublications3
 
Weather Monitoring Station: A Review
Weather Monitoring Station: A ReviewWeather Monitoring Station: A Review
Weather Monitoring Station: A ReviewIJERA Editor
 
A Smart Handheld Measuring and Testing Electronic Device with Touch Screen
A Smart Handheld Measuring and Testing Electronic Device with Touch ScreenA Smart Handheld Measuring and Testing Electronic Device with Touch Screen
A Smart Handheld Measuring and Testing Electronic Device with Touch ScreenIJTET Journal
 
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11IRJET Journal
 
A low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter controlA low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter controleSAT Journals
 
A low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter controlA low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter controleSAT Publishing House
 
Industrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEWIndustrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEWIOSR Journals
 
IRJET- Arduino Nano based All in One Meter
IRJET- Arduino Nano based All in One MeterIRJET- Arduino Nano based All in One Meter
IRJET- Arduino Nano based All in One MeterIRJET Journal
 

Similar to Non-Contact Temperature Measurement System Based on Embedded (20)

Real-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for IndustryReal-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for Industry
 
B41012015
B41012015B41012015
B41012015
 
Application of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless SystemApplication of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless System
 
Study and Development of Temperature & Humidity monitoring system through Wir...
Study and Development of Temperature & Humidity monitoring system through Wir...Study and Development of Temperature & Humidity monitoring system through Wir...
Study and Development of Temperature & Humidity monitoring system through Wir...
 
Designing Of Time and Power Efficient Model for Controlling Of Critical Process
Designing Of Time and Power Efficient Model for Controlling Of Critical ProcessDesigning Of Time and Power Efficient Model for Controlling Of Critical Process
Designing Of Time and Power Efficient Model for Controlling Of Critical Process
 
Real-Time Monitoring of Industrial Environmental Temperature using LabVIEW
Real-Time Monitoring of Industrial Environmental Temperature using LabVIEWReal-Time Monitoring of Industrial Environmental Temperature using LabVIEW
Real-Time Monitoring of Industrial Environmental Temperature using LabVIEW
 
Design and development of fpga based temperature measurement and control
Design and development of fpga based temperature measurement and controlDesign and development of fpga based temperature measurement and control
Design and development of fpga based temperature measurement and control
 
http://ijtra.com/view/role-of-power-electronics-in-non-renewable-and-renewabl...
http://ijtra.com/view/role-of-power-electronics-in-non-renewable-and-renewabl...http://ijtra.com/view/role-of-power-electronics-in-non-renewable-and-renewabl...
http://ijtra.com/view/role-of-power-electronics-in-non-renewable-and-renewabl...
 
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
Design and Implementation of Low Cost Smart Web Sensors for Electric Power Qu...
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in Ther...
 
Humidity Sensing Device for Soil, Atmosphere and Other Material with Temperat...
Humidity Sensing Device for Soil, Atmosphere and Other Material with Temperat...Humidity Sensing Device for Soil, Atmosphere and Other Material with Temperat...
Humidity Sensing Device for Soil, Atmosphere and Other Material with Temperat...
 
Weather Monitoring Station: A Review
Weather Monitoring Station: A ReviewWeather Monitoring Station: A Review
Weather Monitoring Station: A Review
 
A Smart Handheld Measuring and Testing Electronic Device with Touch Screen
A Smart Handheld Measuring and Testing Electronic Device with Touch ScreenA Smart Handheld Measuring and Testing Electronic Device with Touch Screen
A Smart Handheld Measuring and Testing Electronic Device with Touch Screen
 
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
 
SUDEEP CHATTERJEE PLC
SUDEEP CHATTERJEE PLCSUDEEP CHATTERJEE PLC
SUDEEP CHATTERJEE PLC
 
A low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter controlA low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter control
 
A low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter controlA low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter control
 
Industrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEWIndustrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEW
 
IRJET- Arduino Nano based All in One Meter
IRJET- Arduino Nano based All in One MeterIRJET- Arduino Nano based All in One Meter
IRJET- Arduino Nano based All in One Meter
 

Recently uploaded

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Non-Contact Temperature Measurement System Based on Embedded

  • 1. ISSN 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 3, Issue 1, pp: (57-61), Month: January - March 2016, Available at: www.paperpublications.org Page | 57 Paper Publications Non-Contact Temperature Measurement System Based on Embedded Ms. Bhakti D Vaze1 , Prof. S.M.Kulkarni2 1 Padmabhooshan Vasantdada Patil Institute of Technology, Pune, MS, India 2 Department of Electronics and Telecommunications Abstract: Surface-contact temperature measurement technology is very successful, but the research on the non- contact temperature measurement technology is relatively less. This paper designs and implements a non-contact temperature measurement system, which uses embedded hardware platform ARM LPC2148 and the system applies ARM embedded IIC (Inter-Integrated Circuit) bus module's communication procedure and control methods. Experimental results show that the system is of high stability, speed, and precision. The system may be widely used in many applications such as fault diagnosis, performance testing, etc. Keywords: Embedded Systems; Temperature Measurement System; Non-contact Temperature Measurement; ARM LPC2148; llC Bus. I. INTRODUCTION The temperature measurement system is involved in many applications, with the successful temperature measurement technology. But the wire temperature measurement occupies the market mainly, or in some cases even if the actual temperature is wireless but it is the wireless transceiver with wired temperature measurement system, so it is not really a wireless non-contact temperature measurement. At present, there are many infrared temperature measurement applied for measuring body temperature. It can measure the temperature directly without contacting the skin, so it can be called non-contact temperature measurement. But such equipment is often very expensive and designed for special purposes, which makes the user cannot do further development according to their own requirements. The paper, based on infrared temperature measurement system, applying a method with ARM LPC2148 IIC interface connection and communication control, developed and designed a non-contact temperature measurement system. Users can design and develop their needed non-contact temperature measurement system by themselves according to their own requirements. II. DESIGN OF EMBEDDED IIC SYSTEM A. Design of Embedded IIC Hardware System: The controller of whole temperature measurement system is ARM LPC2148, and the temperature sampling device of that is Temperature measurement system which contains IR sensor and signal processing unit. Temperature measurement system can also pass the temperature of the samples collected information to the host system through the serial port by using the serial communication function of ARM LPC2148 so that it is convenient for users to make observation and statistics. The temperature measurement system hardware architecture is shown in Figure1.
  • 2. ISSN 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 3, Issue 1, pp: (57-61), Month: January - March 2016, Available at: www.paperpublications.org Page | 58 Paper Publications Fig1: Block Diagram of Non contact temperature measurement system The basic working principle is detection of infrared radiation with a thermopile sensor, which turns incoming radiation to an analogue voltage; Determination of sensor temperature using a thermistor; Further analogue signal processing and conditioning; Calculation of ambient and object temperature using a processing unit; providing the ambient and objects temperature at digital output bus (I2C). The non-ideal filter characteristics have to been considered for the correct measurement distance with respect to the measurement object surface size. To achieve most accurate measurement results, measurement object should at least cover 99% of the sensors field of view. Fig2: Block Diagram of IR system Digital signal processing transforms the signal into an output value proportional to the object temperature. The temperature result is either shown on a display or may be used as analog signal for further processing. In order to compensate influences from the surroundings a second detector catches the temperature of the measuring device and of his optical channel, respectively. Consequently, the temperature of the measuring object is mainly generated in three steps: 1. Transformation of the received infrared radiation into an electrical signal 2. Compensation of background radiation from thermometer and object 3. Linearization and output of temperature information. IR SENSO R DAC ADC PROCESS OR AMP DIGITA L INTERF ACE FLASH ARM LPC2148 IIC CONTROL UNIT UART COMMUNICATION CONTROL UNIT SDRAM Temp Measurement s/m COMPUTER SYSTEM UART LINE IIC BUS
  • 3. ISSN 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 3, Issue 1, pp: (57-61), Month: January - March 2016, Available at: www.paperpublications.org Page | 59 Paper Publications B. DESIGN OF EMBEDED IIC SOFTWARE SYSTEM: Software system design, primarily for the IIC interface communication, the system is divided into two phases: the master transmitter mode phase and the master receiver mode phase; the lie communication process is complete by four steps: detecting whether the slave device of IIC is online, transmitting temperature measurement commands, returning the measurement data, finishing the IIC communication. The flow chart of the IIC communication is shown in Figure3. Fig3: Flow chart of the lIC communication The communication control of IIC is partially completed by internal IIC Bus control section of ARM LPC2148, involving IIC bus controller IICDS transmit / receive data shift register, IICCON control register, IICSTAT status register. The following introduction based on the method of each phase's operation. Before starting communication of ARM LPC2148 IIC module, the starting mode is set to the master receiver firstly, and then the slave device's address is written to the IICDS register, and we write OxFO to the IICSTAT register to start an IIC communication. Fig4: Master transmitter mode phase ARM IS CONFIGURED MASTER SEND MODE ARM IS CONFIGURED MASTER RECEIVE MODE IS THE SLAVE DEVICE ONLINE SEND TEMPERATURE DETECT COMMAND RETURN TEMPERATURES DATA END THE IIC COMMUNICATION START END MASTER TX MODE HAS BEEN CONFIGURED WRITE SLAVE ADDRESS TO IICDS THE DATA OF IICDS IS TRASMITTED ACK PERIOD AND THEN INTERRUPT IS PENDING STOP? WRITE NEW DATA TRANSMITTED TO IICDS CLEAR PENDING BIT TO RESUME DATA OF IICDS IS SHIFTED TO SDA WRITE M/T STOP TO IICSTAT CLEAR PENDING BIT WAIT UNTIL THE STOP CONDITION TAKE EFFECT
  • 4. ISSN 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 3, Issue 1, pp: (57-61), Month: January - March 2016, Available at: www.paperpublications.org Page | 60 Paper Publications At this time the data from the IICDS register is sent one by one, and wait the response from the slave device. After receiving a response, the master device ARM LPC2148 continues the next communication or finishes this communication. The software operation process is shown in Fig Fig5: Master receiver mode phase In the four-step operation, testing whether the slave device of the IIC is online and transmitting the temperature command, the two phases are completed in the master transmitting phase. Temperature data returns back from the master receiver phase. End of the IIC communication is effective to achieve at any phase or mode, directly by setting the STOP bit in the IlCSTAT register. III. CONCLUSIONS Temperature measurement system can be sampled on a sampling point; can also form into a target array of the measured multi-point sampling by reusing Temperature sensor module. It can pass the information of temperature condition of various collection points to the host system in real time. Detection of the temperature measurement system is with fast speed, high precision and good stability. In the host-side, through the software, we can also optimize the value of the temperature of each collection point, integrating with other parameters of engineering. It can be widely used in fault diagnosis, performance testing, Industrial use and other engineering fields. START END MASTER RX MODE HAS BEEN CONFIGURED WRITE SLAVE ADDRESS TO IICDS THE DATA OF IICDS IS TRASMITTED ACK PERIOD AND THEN INTERRUPT IS PENDING STOP? WRITE NEW DATA TRANSMITTED TO IICDS CLEAR PENDING BIT TO RESUME SDA SHIFTED TO IICDS WRITE M/R STOP TO IICSTAT CLEAR PENDING BIT WAIT UNTIL THE STOP CONDITION TAKE EFFECT
  • 5. ISSN 2349-7815 International Journal of Recent Research in Electrical and Electronics Engineering (IJRREEE) Vol. 3, Issue 1, pp: (57-61), Month: January - March 2016, Available at: www.paperpublications.org Page | 61 Paper Publications REFERENCES [1] Huang Gaofeng, Zhou Xueguang & Ye Qing, “Non-contact Temperature Measurement System Based on Embedded lIe”, 2010 International Conference on Computer Application and System Modeling (1CCASM 2010). [2] V. K. Bitukov and V. A. Petrov, "Noncontact Temperature Measurement on Dielectricsand Semiconductors",Rus- sian Microelectronics, Vol. 33, No. 6, pp. 329-34 1,2004 2005. [3] Francisco Javier Meca Meca , Manuel Mazo Quintas, Francisco Javier Rodriguez Sanchez, Pablo Ramos Sainz,"Infrared temperature measurement system using photoconductive PbSe sensors without radiation chopping" , Sensors and Actuators A I 00,pp.206-2 13,2002. [4] Slavko Pokorni," Error Analysis of Surface Temperature Measurement By Infraed Sensor" ,International Journal of Infrared and Millimeter Waves, Vo1.25, No. 10, October 2004. [5] ARMLtd. http//www.arm.com/products/DevTools. [6] Wan Han, Gao Xiaopeng, Deng Libo, Yu Ting ,"Design and Implementation of a Simulation Framework for the ARM Embedded System", Tenth International Conference on Computer Modeling and Simulation, pp. 7 14-7 19,2008. [6] Wan Han, Gao Xiaopeng,"ArmSim: a Complete System Simulation Environment of the ARM Embedded System" Fifth International Conference on Information Technology: New Generations, pp. 126 1- 1262,2008 [7] Timothy A Shedd and Benjamin Wanderson, "An automated non-contact wall temperature measurement using thermoreflectance", Measurment Science And Technology, pp. 2483-2488, November.