https://github.com/pklaus/pt100_python
Python package with different calculation algorithms for Pt100 temperature sensors.
https://github.com/pklaus/pt100_python
interpolation lookup-table pt100 python
Last synced: about 1 month ago
JSON representation
Python package with different calculation algorithms for Pt100 temperature sensors.
- Host: GitHub
- URL: https://github.com/pklaus/pt100_python
- Owner: pklaus
- Created: 2017-07-14T10:24:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T10:26:22.000Z (almost 8 years ago)
- Last Synced: 2025-03-26T13:03:41.293Z (about 2 months ago)
- Topics: interpolation, lookup-table, pt100, python
- Language: Python
- Homepage: https://pypi.org/project/pt100/
- Size: 4.88 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pt100
=====Python package with different calculation algorithms for Pt100 temperature sensors.
This package was written to facilitate converting Pt100 sensor resistance values to temperature values and back.
Different algorithms (e.g. lookup tables) and approximating polygonal functions are described in literature and in different sites on the Internet.
A further aim of this package is to make it easy to choose the right approximation or algorithm.