How to Wire NTC10k Temperature Sensors to NUCLEO-H7S3L8 ADC?
Hello,
I’m trying to read temperature from some NTC10k sensors using a NUCLEO-H7S3L8 board. The datasheet says it has 14 ADC channels available, but I’m not sure how to wire the sensors correctly. I am using all channels in single ended mode
Each sensor is a simple 2-wire heat-dependent resistor (variable resistance in ohms). They don’t have their own power supply and only change resistance with temperature.
My questions are:
How do I need to wire the NTC10k to an ADC channel so that the MCU can actually measure something?
Do I need a voltage divider or extra resistor in the circuit?
If I want to connect several of these sensors (up to 14), do I need one resistor per sensor, or is there a simpler way?
Thanks in advance.

