Hi there, what way do you measure temperature using NTC thermistor? I have made a circuit that is a Wheatstone bridge, and the 10k thermistor is one of the bottom part. The bridge is balanced at 25 degrees Celsius and the ratio of the resistors are 1k/10k.
My first question is: do you use resistance to temperature table that is found in the data sheets or use rather use Beta or Steinhart-Hart Thermistor equation to find the temperatures? Is it piratical to use the equations? The only advantage of the equations I see is no map table needed so the memory on the micro controller is saved.
My second question is: how do you do ADC by using PIC? The only way for the moment I think is to measure the two points with respect to the ground (in very short time) and then subtract one from the other. Is there is a configuration on PIC so I would need just to plug two leads in the bridge and the conversion is done without subtracting the two values manually?
My first question is: do you use resistance to temperature table that is found in the data sheets or use rather use Beta or Steinhart-Hart Thermistor equation to find the temperatures? Is it piratical to use the equations? The only advantage of the equations I see is no map table needed so the memory on the micro controller is saved.
My second question is: how do you do ADC by using PIC? The only way for the moment I think is to measure the two points with respect to the ground (in very short time) and then subtract one from the other. Is there is a configuration on PIC so I would need just to plug two leads in the bridge and the conversion is done without subtracting the two values manually?