Greetings,
Soooo i want to read the temps from a temp sensor of swimming pool, as there is a prehistoric control unit there, i connected to the temp wires, with A/D converter and i’m getting reads but cant figure out the formula. What my brain can understand that it is exponential linear function. But thats all. What formula can i use if i have this readings:
|reading|real temp|reading prev diff|real prev temp diff|my stuff|
|23669 | 23.1 | | | |
|23872 | 25.7 | 203 | 2.6 |7.807692308|
|23881 | 25.8 | 9 | 0.1 | 9 |
|23923 | 26.2 | 42 | 0.4 | 10.5 |
And just in case i try to use build in column tags:
reading
23669
23872
23881
23923
real temp
23.1
25.7
25.8
26.2