SlideShare a Scribd company logo
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

PDF
MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY ...
PPTX
Weather meter
PPTX
Temperature monitoring system
DOC
ELECTRONIC THERMOMETER USING MICROCONTROLLER
PPTX
Project ppt 4 channel data acquisition
PPTX
microcontroller based temperature sensor
PDF
Senior_Project_Final_Report
PPT
Data Acquisition System
MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY ...
Weather meter
Temperature monitoring system
ELECTRONIC THERMOMETER USING MICROCONTROLLER
Project ppt 4 channel data acquisition
microcontroller based temperature sensor
Senior_Project_Final_Report
Data Acquisition System

What's hot (19)

PPTX
Mavrk wireless weather station communication system
PPTX
Signal conditioning & condition monitoring using LabView by Prof. shakeb ahm...
DOCX
Temperature monitoring and controling using arduino
PPTX
Automatic room temperature control
DOCX
project report on REMOTE SENSING THERMOMETER
PDF
Industrial Process Management Using LabVIEW
PDF
Arduino Thermometer
PDF
SEM88_Sensor
PPTX
Final Senior Design Presentation
DOCX
Temperature Controlled Fan Report
PPT
TEMPERATURE BASED FAN SPEED CONTROLLER
PPTX
Data acquisition system
PDF
Datasheet Fluke 5502A. Hubungi PT. Siwali Swantika 021-45850618
PPTX
86919253 data-acquisition-system-ppt
PPT
Data Acquisition System and Data loggers
PPTX
Unit ii
PDF
Arduino frequency counter
PDF
Data Acquisition System & Data Logger
PPTX
Ganesh Computers WirelessTemprature & Humidity Monitoring
Mavrk wireless weather station communication system
Signal conditioning & condition monitoring using LabView by Prof. shakeb ahm...
Temperature monitoring and controling using arduino
Automatic room temperature control
project report on REMOTE SENSING THERMOMETER
Industrial Process Management Using LabVIEW
Arduino Thermometer
SEM88_Sensor
Final Senior Design Presentation
Temperature Controlled Fan Report
TEMPERATURE BASED FAN SPEED CONTROLLER
Data acquisition system
Datasheet Fluke 5502A. Hubungi PT. Siwali Swantika 021-45850618
86919253 data-acquisition-system-ppt
Data Acquisition System and Data loggers
Unit ii
Arduino frequency counter
Data Acquisition System & Data Logger
Ganesh Computers WirelessTemprature & Humidity Monitoring
Ad

Viewers also liked (15)

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

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

PPTX
Temperature Sensors – Types
PDF
Development of Software for Estimation of Structural Dynamic Characteristics ...
PDF
Microprocessor project
PDF
International Journal of Engineering and Science Invention (IJESI)
PDF
TEMPERATURE MONITORING AND LOGGING SYSTEM SUITABLE FOR USE IN HOSPITALS, INCO...
PDF
TEMPERATURE MONITORING AND LOGGING SYSTEM SUITABLE FOR USE IN HOSPITALS, INCO...
PPTX
Transducer-Temperature Measuring Transducers
PDF
3113ijist02
PPT
Passive Hybrid MEMS for High-Temperature Telemetric Measurements
PDF
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEW
PDF
Real-Time Monitoring of Industrial Environmental Temperature using LabVIEW
PDF
Real-Time Monitoring and Control System for Industry
PDF
Intelligence monitoring system based on arm and information fusion
PDF
Education set for collecting and visualizing data using sensor system based ...
PDF
IRJET - Lie Detector using MATLAB, Arduino and Biomedical Sensors
PDF
Education set for collecting and visualizing data using sensor system based o...
PDF
IRJET - Simulink based Real Time Blood Pressure and Body Tempraure Monitr...
PDF
B41012015
PDF
Selection of sensor for Cryogenic Temperature Measurement
PDF
DS18B20
Temperature Sensors – Types
Development of Software for Estimation of Structural Dynamic Characteristics ...
Microprocessor project
International Journal of Engineering and Science Invention (IJESI)
TEMPERATURE MONITORING AND LOGGING SYSTEM SUITABLE FOR USE IN HOSPITALS, INCO...
TEMPERATURE MONITORING AND LOGGING SYSTEM SUITABLE FOR USE IN HOSPITALS, INCO...
Transducer-Temperature Measuring Transducers
3113ijist02
Passive Hybrid MEMS for High-Temperature Telemetric Measurements
TEMPERATURE CONTROL AND DATA ACQUISITION METHOD FOR FACTORY USING LABVIEW
Real-Time Monitoring of Industrial Environmental Temperature using LabVIEW
Real-Time Monitoring and Control System for Industry
Intelligence monitoring system based on arm and information fusion
Education set for collecting and visualizing data using sensor system based ...
IRJET - Lie Detector using MATLAB, Arduino and Biomedical Sensors
Education set for collecting and visualizing data using sensor system based o...
IRJET - Simulink based Real Time Blood Pressure and Body Tempraure Monitr...
B41012015
Selection of sensor for Cryogenic Temperature Measurement
DS18B20

Recently uploaded (20)

PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPTX
additive manufacturing of ss316l using mig welding
PPT
Project quality management in manufacturing
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
composite construction of structures.pdf
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
Construction Project Organization Group 2.pptx
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
Digital Logic Computer Design lecture notes
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
additive manufacturing of ss316l using mig welding
Project quality management in manufacturing
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
CYBER-CRIMES AND SECURITY A guide to understanding
composite construction of structures.pdf
Internet of Things (IOT) - A guide to understanding
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Construction Project Organization Group 2.pptx
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
CH1 Production IntroductoryConcepts.pptx
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Digital Logic Computer Design lecture notes
Embodied AI: Ushering in the Next Era of Intelligent Systems
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Operating System & Kernel Study Guide-1 - converted.pdf

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.