Engineering Lesson — 2026-04-17

Thermocouples and Temperature Measurement

2026-04-17

Every engineering discipline needs to measure temperature, and thermocouples are the workhorse sensor for doing it. Understanding how they work — and when to pick a different sensor — is a practical skill that crosses mechanical, electrical, and process engineering.

How thermocouples work: When two dissimilar metals are joined at a point and that junction is heated, a small voltage appears across the free ends. This is the Seebeck effect. The voltage is roughly proportional to the temperature difference between the measurement junction ("hot junction") and the reference point ("cold junction"). A Type K thermocouple (chromel–alumel) produces about 41 µV per °C near room temperature. So measuring 500 °C above the cold junction reference gives you roughly 500 × 41 = 20.5 mV — a tiny signal that needs amplification and cold-junction compensation.

Common thermocouple types and when to use them:

When NOT to use a thermocouple: If you need high accuracy at moderate temperatures (–50 to 150 °C), an RTD (resistance temperature detector, typically Pt100) gives ±0.1 °C accuracy versus a thermocouple's typical ±1–2 °C. If you need a cheap digital-output sensor for a PCB project under 125 °C, a thermistor or an IC sensor like the TMP36 is simpler — no amplifier or cold-junction compensation needed.

Real-world example: A Type K thermocouple monitors exhaust gas temperature (EGT) in a turbocharged engine. The probe sits in 800 °C exhaust gas. Its millivolt output feeds a dedicated amplifier IC (like the MAX31855), which digitizes the reading, handles cold-junction compensation internally, and sends the result over SPI to a microcontroller. The entire signal chain — from junction to display — costs under $10.

Rule of thumb for wire runs: Always use the correct thermocouple extension wire (same alloy as the thermocouple) back to your instrument. Using ordinary copper wire introduces an extra dissimilar-metal junction, adding error. Keep runs under 30 meters where possible, and use shielded cable near motors or inverters to reject electrical noise on that tiny millivolt signal.

Key Takeaway: Thermocouples are cheap and rugged for wide temperature ranges, but their millivolt-level output demands proper amplification, cold-junction compensation, and matched extension wire — choose an RTD or IC sensor instead when you need better accuracy at moderate temperatures.