Reference: RBD-2781
Banner

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. Featured By RoboticsBD.
Product Images are shown for illustrative purposes only and may differ from the actual product.
Note: Product images/ Components brand may vary from actual product as our stock rotates.
Note: PCB might be different from the picture as per stock
| General Specification | |
| 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 (gm) | 1 |
| Shipment Weight | 0.005 kg |
| Shipment Dimensions | 12 × 8 × 2.5 cm |
Please allow 5% measuring deviation due to manual measurement.
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);
}1 x Analog Temperature Module.
Specific References
Your review appreciation cannot be sent
Report comment
Report sent
Your report cannot be sent
Write your review
Review sent
Your review cannot be sent
Reference: RBD-2781
Reference: RBD-1191
Reference: RBD-3063
Reference: RBD-0680
Reference: RBD-3653
Brand: DFRobot
Reference: RBD-3694
Brand: DFRobot
Reference: RBD-0152
Reference: RBD-1243
Reference: RBD-2474
Reference: RBD-2318
Reference: RBD-2804
Reference: RBD-2347
Reference: RBD-3218
Brand: Hi-Link
Reference: RBD-1209
Reference: RBD-2152
Brand: Hi-Link
Reference: RBD-3093
Brand: DFRobot
Reference: 0245
Reference: RBD-0768
Reference: RBD-0020
Reference: RBD-0149
Reference: RBD-1190
Reference: RBD-0023
Reference: RBD-0280
Reference: RBD-0671
Reference: RBD-0307
Reference: RBD-1726
Reference: RBD-0574
Reference: RBD-0163
Reference: RBD-0689
check_circle
check_circle