The DFRobot PT100 high - temperature sensor can detect temperatures within the range of 30 - 350 degrees. It is based on the resistance - temperature characteristic of metallic platinum (Pt), reflecting temperature changes.
SKU: Analog High Temperature Sensor
The Celsius temperature measured by the PT100 sensor can be obtained.
To use this library, first download the library file, paste it into the \Arduino\libraries directory, then open the examples folder and run the demo in the folder.
/**
* @fn readTemperature
* @brief get PT100 temperature
* @param PIN analogPin
* @return temperature
*/
int readTemperature(int PIN);
MCU | Work Well | Work Wrong | Untested | Remarks |
---|---|---|---|---|
Arduino uno | √ | |||
Mega2560 | √ | |||
Leonardo | √ | |||
ESP32 | √ | |||
micro:bit | √ |
- 2019/06/25 - Version 1.0.0 released.
- 2021/09/30 - Version 1.0.1 released.
- 2025/02/20 - Version 1.0.2 released.
Written by Luo Yiming([email protected]), 2025. (Welcome to our website)