Skip to content

DFRobot/DFRobot_PT100

Repository files navigation

DFRobot_PT100

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.Product Image

SKU: Analog High Temperature Sensor

Table of Contents

Summary

The Celsius temperature measured by the PT100 sensor can be obtained.

Installation

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.

Methods

/**
* @fn readTemperature
* @brief get PT100 temperature
* @param PIN analogPin
* @return temperature
*/
int readTemperature(int PIN);

Compatibility

MCU Work Well Work Wrong Untested Remarks
Arduino uno
Mega2560
Leonardo
ESP32
micro:bit

History

  • 2019/06/25 - Version 1.0.0 released.
  • 2021/09/30 - Version 1.0.1 released.
  • 2025/02/20 - Version 1.0.2 released.

Credits

Written by Luo Yiming([email protected]), 2025. (Welcome to our website)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages