Analog Temperature Sensor Module

(1 customer review)
Availability:

In stock


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

 39.00

(Including GST)

In stock

Purchase this product now and earn 1 Robu Point!

Very Low Stock. Order Now !



Have any issues, Get support here.
Have a bulk requirement, mail us to [email protected]
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.

Operating voltage (v)

5

Temperature measurement range (°C)

-55 ~ +125

Measurement Accuracy

±0.5°C

Length (mm):

24.5

Width (mm):

16

Height (mm):

7

Weight (g):

1

Shipping Weight 0.005 kg
Shipping Dimensions 3 × 2 × 1 cm
15 Days Warranty

This item is covered with a standard warranty of 15 days from the time of delivery against manufacturing defects only. This warranty is given for the benefit of Robu customers from any kind of manufacturing defects.  Reimbursement or replacement will be done against manufacturing defects.


What voids warranty:

If the product is subject to misuse, tampering, static discharge, accident, water or fire damage, use of chemicals & soldered or altered in any way.

Based on 1 review

5.0 overall
1
0
0
0
0

Add a review

  1. primeparthu (verified owner)

    great product

    primeparthu

Questions and answers of the customers

  1. 0 votes
    Q show terminal connection please! answer now
    Asked by vasavaparag36186 on March 21, 2022 6:33 pm
    A
  2. 0 votes
    Q which thermister it is using internally ?
    Asked by praharitechnologies on November 1, 2020 11:50 am
    There are no answers for this question yet. Answer now
Only registered users are eligible to enter questions
Country Of Origin: China