E.g. the datasheet of NCU18XH103F6SRB mentions different B values for pairs of temperatures (reference temperature to a higher one). For reference, here the values of this chip:
[T]=degC | [R]=kOhm | [B]=K |
---|---|---|
25 | 10 | |
50 | 3380 | |
80 | 3428 | |
85 | 3434 | |
100 | 3455 |
To that I have the following two questions:
- Are both temperatures defining a range where it is used or is the second/ higher temperature the least error prone value at this higher temperature?
- For getting maximum accuracy across a big range, I would like to merge all these into a single equation. Right now I am doing this by calculating the R at the higher temperature using the respective B values and then using these temperature-resistance pairs, together with the reference pair, to parametrize the Steinhart-Hart equation with five coefficients. Is there a way giving better accuracy?