RTD Playground
The RTD Playground is the experiment-driven side of Learn rtd-sensor.
It is for beginner to intermediate learners who want to understand RTDs by
trying things, making predictions, changing values, and seeing what happens.
The first exercises need only a computer, Python 3.11 or later, and the
rtd-sensor package. You do not need a Pt100 or any electronics to begin.
What you need
- Python 3.11 or later
- a terminal or command prompt
- a text editor, Python IDE, or interactive Python prompt
- the
rtd-sensorpackage
Check your Python version:
If your system uses python3 instead of python, use that command throughout
the exercises.
Install rtd-sensor
If you already have a Python 3.11+ virtual environment:
If you use uv for Python projects:
Then confirm that Python can import the package:
You should see:
That number is already telling you something important about a Pt100.
Current Playground exercises
1. Your first Pt100 experiment
Use Python as a virtual measurement lab. Predict resistance values, convert temperature to resistance and back again, and discover the basic Pt100 relationship without owning a sensor.
More beginner-to-intermediate exercises will be added later. For now, the Playground intentionally stops after the first experiment while the complete user documentation is built out.