Temp. meas. in interval

In this case I think the problem is that the line double therm = Thermister(analogRead(A0));  // Read sensor and the code to send transmit the result is in setup() rather than in loop().

...R