Site icon 14core.com

Wiring the Analog Temperature Sensor

In this illustration we will going to wire the analog base temperature sensor module, this module is based on thermistor, a NTC Thermistor with a Multi-point temperature measurement to -55 Degree Celsius up to +125 Degree Celsius and has accuracy of +/-0.5 Degree Celsius. When resistance increase with ambient the temperature will change, a sense of a real time and to know the temperature of the surrounding environment change, this module works on Arduino Analog INPUT / OUTPUT, as we code the sketch we able to convert the sensor output data to Celsius temperature and display to our Serial monitor, this module also works on ESP8266, Raspberry, AVR and PIC and it is easy to used. It effectively and widely used in Home Automation, Gardening, Home Alarm System and other projects.

When the power connected to board it will send HIGH signal output going the end of the line, because the module output is an analog signal, when the signal output terminal connected to the Arduino analog IO it will turn HIGH the sampling, in that case we can read the temperature value on the environment.

Required Components

Wiring Diagram

Arduino Sketch
[crayon-672a585034ce9049310731/]
 

Wiring the Analog Temperature Sensor
Exit mobile version