“Good buy as its 1% accuracy and sealed, and includes a 10K 1% resistor, however to get an accurate reading in software I had to google to find out how to calculate the A B C values (as not listed) so that I could use the Steinhart & Hart equation, as the formula provided in the documentation is approximate so not that accurate.
const double THERMISTOR_A = 1.284850279e-3;
const double THERMISTOR_B = 2.076544735e-4;
const double THERMISTOR_C = 2.004280704e-7;”