An open API service indexing awesome lists of open source software.

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.

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.