Analog Temperature Sensor Module


SKU:
  1. Operating Voltage : 5v.
  2. Temperature measurement range : -55°C to 125°C.
  3. Measurement Accuracy : ±0.5°C.

  (Incl. GST)


Free Delivery above ₹499
Free Delivery
above ₹499
Cash On delivery
Cash on Delivery*

Didn’t find what you are looking for?

Brand: Generic
Category: Temperature & Humidity Sensor
Tags: Ambient Temperature Sensor

The Analog Temperature Module is based on the thermistor (resistance increases with the ambient temperature changes) which sense the real-time temperature of the surrounding environment changes. Change in temperature data in analog form can be taken from this module on analog IO pins, then through any microcontroller, it can be easily converted and displayed in Celsius degrees or any other respective Unit.

Test Code:
double Thermister(int RawADC)

   double Temp;

   Temp = log(((10240000/RawADC) – 10000));

   Temp = 1 / (0.001129148 + (0.000234125 + (0.0000000876741 * Temp * Temp ))* Temp );

   Temp = Temp – 273.15;// Convert Kelvin to Celcius

   return Temp;

   }

   void setup() {

   Serial.begin(9600);

   }

   void loop() {

   Serial.print(Thermister(analogRead(0)));

   Serial.println(“c”);

   delay(500);
               }

 


Features:

  1. Operating Voltage: 5v.
  2. Temperature measurement range : -55°C to 125°C.
  3. Measurement Accuracy : ±0.5°C.

Package Includes:

1 x Analog Temperature Module.

Based on 0 reviews

0.0 overall
3
0
0
0
0

Add a review

  1. ambikasbiradar03

    Best Quality Product

    ambikasbiradar03

  2. ambikasbiradar03

    Best qualit product

    ambikasbiradar03

  3. primeparthu (verified owner)

    great product

    primeparthu

Questions and answers of the customers

    show terminal connection please!
  1. 0 votes
    Q show terminal connection please! answer now
    Asked by Anonymous user on March 21, 2022 1:03 pm
    A
Only registered users are eligible to enter questions
Country Of Origin: China