Testing a TMP Temperature Sensor with Arduino ⚡

2026-07-06

Testing a TMP Temperature Sensor with Arduino ⚡

Channel: Spark & Circuit (9 subscribers)

Analog temperature sensors like the TMP35/36/37 family are a great teaching tool because they force you to actually think about what a sensor is doing electrically — unlike a digital sensor that just hands you a number over I2C or 1-Wire, a TMP part outputs a raw voltage that scales linearly with temperature, and you have to convert it yourself.

This video from a tiny (9-subscriber!) channel walks through wiring up a TMP sensor and reading it with both an Arduino and an ESP32, which is a nice compare-and-contrast because the two boards have different ADC reference voltages and resolutions (5V/10-bit vs. 3.3V/12-bit). That difference matters: the same analog circuit produces different raw readings, and the math to convert ADC counts back to millivolts and then to degrees Celsius changes accordingly.

For anyone learning embedded electronics, this is exactly the kind of small, focused project worth watching — it builds the mental model of sensor → voltage → ADC → math → real-world unit that transfers to almost every analog sensor you'll ever use (photoresistors, thermistors, current-sense amps, gas sensors). Bonus: supporting a brand-new creator with a legitimate technical video, not shorts fluff.

Why watch: A hands-on look at analog sensor reading and ADC conversion math across two different microcontroller platforms.

All newsletters