The MF52A is a thermistor - a type of resistor whose resistance changes with temperature.
A thermistor's resistance changes predictably with temperature:
By measuring the resistance, we can calculate the temperature using the Steinhart-Hart equation or a simplified B-parameter equation.
Key Point: Arduino can't measure resistance directly - it measures voltage. We'll use a voltage divider circuit!
We'll create a voltage divider circuit with two resistors:
Connections:
This circuit converts changing resistance into changing voltage that Arduino can read!