Can’t find the product you’re looking for?
 Let us know! Simply provide the details or a URL, and we’ll try our best to make it available for you.
Hurry and get discounts on all Apple devices up to 20%
Sale_coupon_15
₹35.40 (Inc. GST)
₹30.00 (+18% GST Extra)
Out of stock
Out of stock
For bulk orders or B2B inquiries, please contact us at: [email protected]
 Let us know! Simply provide the details or a URL, and we’ll try our best to make it available for you.
To pick up today
Free
(Mon-Sat) (Please Place Order Before 1:30 PM)​
Rs. 99
Our courier will deliver to the specified address
3-5 Days
Rs. 149
Our courier will deliver to the specified address
4-7 Days
Rs. 69
Payment Methods:
Thermistor is an electronic component used to calculate the temperature.This is a type of resistor whose resistance varies with change in temperature. These NTC thermistors are made up from the combination of metal oxides which passed through sintering process which gives negative electrical resistance versus temperature (R/T) relationship to it. Due to having a large negative slope a small change in temperature cause a huge change in electrical resistance.
Basically, there are two types of thermistor one is NTC (Negative Temperature Coefficient) and second one is PTC (Positive Temperature Coefficient). If the thermistor is NTC type then it decreases the resistance as increase in temperature and PTC behavior is just opposite to the NTC. A thermistor is connected with any electrical circuit to measure the temperature of the body or the substance. This thermistor’s operating temperature range is -55 °C to 125 °C, the range of the temperature is depend upon the base resistance.

The graph shows the change in the resistance with respect to the temperature, the curve is for NTC type thermistors.
Interfacing with Arduino:

int thermistorPin = A0; //analog pin 0
void setup(){
Serial.begin(9600);
}
void loop(){
int thermistorReading = analogRead(thermistorPin);
Serial.println(thermistorReading);
delay(250); //just here to slow down the output for easier reading
}
Only logged in customers who have purchased this product may leave a review.
In stock
In stock
In stock
In stock
In stock
In stock
No account yet?
Create an Account
Reviews
Clear filtersThere are no reviews yet.