# DFRobot_PT100 **Repository Path**: dfrobot/DFRobot_PT100 ## Basic Information - **Project Name**: DFRobot_PT100 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-03-05 - **Last Updated**: 2025-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DFRobot_PT100 - [中文版](./README_CN.md) 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](./resources/images/SEN0198.jpg) ## [Product Link](https://www.dfrobot.com) SKU: Analog High Temperature Sensor ## Table of Contents * [Summary](#summary) * [Installation](#installation) * [Methods](#methods) * [Compatibility](#compatibility) * [History](#history) * [Credits](#credits) ## 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 ```C++ /** * @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(yiming.luo@dfrobot.com), 2025. (Welcome to our [website](https://www.dfrobot.com/))