I am using a TMP36 and arduino (like shown in the connection below ) to measure temperature, and my temperature sensor is changing values abruptly (like from 25deg to 36 deg and back to 25 deg in just a matter of 1sec ).
It looks like there is an error . Can you please tell me if this is normal or not ?
But just for the information i soldered cables on The pins of the TMP36 , i don't know if it affects any how the reading
Thanks
TMP36 reading inaccurate values on arduino
It looks like there is an error . Can you please tell me if this is normal or not ?
But just for the information i soldered cables on The pins of the TMP36 , i don't know if it affects any how the reading
Thanks
Code:
int sensorPin = 0;
void setup()
{...