Thermistor Sensor Module Interface With Arduino

18K189

Intro: Thermistor Sensor Module Interface With Arduino

This tutorial teaches the basics on using the Thermistor Sensor Module.

STEP 1: Introduction

Description:

Thermistor Sensor Module is used to sense temperature and convert it into output signals. It is associated with both analog output pin and digital output pin labelled as AO and DO respectively on the board. Thermistor Sensor Module is made of semiconductor materials. Basically thermistor sensors are mostly Negative Temperature Coefficient (NTC), which means NTC thermistors will have their electrical resistance decreased when subjected to an increase in body temperature. This module has a potentiometer knob that can be adjusted to change the sensitivity of thermistor towards temperature.

Specifications:

  • Input Voltage: DC 3.3V to 5V
  • Output: Analog and Digital
  • Sensitivity Adjustable
  • Size: 32mm x 14mm x 5mm

STEP 2: Pin Definition

STEP 3: Sample Hardware Installation

STEP 4: Sample Source Code

To get the result, please download the sample source code attached below and upload it into Arduino.

STEP 5: Ways to Open Serial Monitor

STEP 6: Result (1)

The readings shown on Serial Monitor when thermistor approaches something warm.

STEP 7: Result (2)

The readings shown on Serial Monitor when thermistor is left in a room.

7 Comments

Hi i have a similar module but mine lacks A0 pin, how can i use the D0 pin to measure temperature? tnx in advance

This works pretty well, thank you for the project. However, I'm trying to convert the results to Celcius - any idea how to do that?

I used the code that you shared, but now I am getting that temperature decreases when actually the temperature is rising and vice versa. Are you getting something similar? This only happens if I am using the temperature module, but if I,m using just thermistor then the code is OK

The issue is the sensor board is wired backwards from the schematic in the code. Positive goes to the resistor and negative goes to the thermistor. I don't know enough about the code to figure out how to reverse that.

It sounds like you have a "pull down" component, so keep that in mind when you try that code page. Experiment lots!