I am using an arduino Mega 2560 in a relatively simple project.
8-10 NTC thermistors for temp readings, displayed on an LCD.
Today I breadboarded out one sensor in a voltage divider (with 10k resistor), did all my steinhart-hart calculations, and wrote some basic code to run the calculations and serial print the temp. All works great.
My question is this- when I start adding more thermistors, is it possible for them to all share and use the same 10k resistor for the voltage dividers? Is there any reason that I would actually need to use a separate voltage divider for each individual sensor?