All tutorials

2 · Inputs & sensors

Thermistor: measuring temperature

Advanced25 min

Goal

Convert an NTC resistance into degrees Celsius.

Why it matters

Going from a physical quantity to a usable value requires a maths model (Steinhart-Hart / Beta).

Steps

  1. 01Read the divider voltage on A0.
  2. 02Compute the resistance R = R0 · (1023/value − 1).
  3. 03Apply the Beta formula to get kelvins, then °C.
  4. 04Print the temperature.

This tutorial runs inside the Circuitly simulator: your wiring and your code are checked automatically at every step.

Next tutorials