Lab 1 Temperature Sensor
Lab 1 Temperature Sensor
LAB 1
TEMPERATURE SENSOR
GROUP NAME:
NAME NO.MATRICS
AHMAD FAIZ BIN MD ISA 08BEU18F3018
KHAIRUL ANAS BIN KAMARUDIN 08BEU18F3027
IMAN NAJIHAH BINTI YUSOFF 08BEU18F3002
LECTURER:
INTRODUCTION:
Temperature sensors are devices used to measure the temperature of a medium. There
are 2 kinds on temperature sensors: 1) contact sensors and 2) noncontact sensors. However, the
3 main types are thermometers, resistance temperature detectors, and thermocouples. All three
of these sensors measure a physical property (i.e. volume of a liquid, current through a wire),
which changes as a function of temperature. In addition to the 3 main types of temperature
sensors, there are numerous other temperature sensors available for use.
Contact Sensors
Contact temperature sensors measure the temperature of the object to which the sensor is
in contact by assuming or knowing that the two (sensor and the object) are in thermal
equilibrium, in other words, there is no heat flow between them.
Thermometers
Resistance Temperature Detectors (RTDs)
Thermocouples
Noncontact Sensors
Most commercial and scientific noncontact temperature sensors measure the thermal
radiant power of the Infrared or Optical radiation received from a known or calculated area on
its surface or volume within it. An example of noncontact temperature sensors is a pyrometer.
THERMOMETERS
The familiar liquid thermometer consists of a liquid enclosed in a tube. The volume of
the fluid changes as a function of temperature. Increased molecular movement with increasing
temperature causes the fluid to expand and move along calibrated markings on the side of the
tube.
2. Bimetal Thermometer
In the bimetal thermometer, two metals (commonly steel and copper) with different
thermal expansion coefficients are fixed to one another with rivets or by welding. As the
temperature of the strip increases, the metal with the higher thermal expansion coefficients
expands to a greater degree, causing stress in the materials and a deflection in the strip.
RESISTANCE TEMPERATURE DETECTORS
THERMOCOUPLES
Another temperature sensor often used in industry is the thermocouple. Among the
various temperature sensors available, the thermocouple is the most widely used sensor.
Similar to the RTD, the thermocouple provides an electrical measurement of temperature.
METHOD:
Component:
Based on this lab, we can discuss about the result of the temperature sensor. In this lab,
we converted the unit of temperature which is from Celsius (C) to Fahrenheit (F). Proteus 8
Professional is used to perform the drawing and the simulation of the circuit. There are 4 major
component used in this simulation such as Arduino UNO, LM35 Temperature Sensor, LCD
and Virtual Terminal. Arduino is used to program the calculation of temperature converter from
Celsius to Fahrenheit. LM35 is used as a temperature sensor which is it can be adjust the value
indicates the temperature in medium. LCD and Virtual Terminal to show the changing of the
unit. The schematic circuit is drawn refer on the links provided. Subsequently, the provided
code is added on the Arduino UNO and the Run button is clicked. Based on the result, there
are three different result represent three temperature on freezing point of water, room
temperature and boiling point of water. The formula of the Celsius to Fahrenheit is (0°C × 9/5)
+ 32. Purpose of this lab is to produce the value from temperature sensor which is from a unit
to another. Secondly, to examine the precision value produced by the sensor through the
Arduino. Other result can be produced by change the value at temperature sensor and the result
value will display.
CONCLUSION: