Skip to product information
1 of 1

Blue PCB Electronics

2D10 Digital Thermal Thermistor Temperature Sensor Module

2D10 Digital Thermal Thermistor Temperature Sensor Module

Regular price Dhs. 15.00
Regular price Sale price Dhs. 15.00
Sale Sold out
View full details

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

Pin Definition

Sample Hardware Installation

Sample Source Code

void setup()
{
  Serial.begin(9600);
}

void loop()
{
  unsigned int AnalogValue;
  AnalogValue = analogRead(0);
  Serial.println(AnalogValue);
  delay(1000);
}

Ways to Open Serial Monitor

 

Result (1)

Result (2)