I hope you're doing well. I'm currently working on a project involving the AD590 temperature sensor for data logging temperatures over multiple days. My primary goal is to calculate the standard deviation of the recorded data, so absolute values are of lesser importance to me at this stage.
Below is the schematic I'm currently using:
However, I've encountered a significant issue where the values seem to fluctuate quite a bit. Here are some examples of the readings I've obtained:
.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.727 V, 272.73 K, -0.42 °C, 31.24 °F
2.727 V, 272.73 K, -0.42 °C, 31.24 °F
2.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.727 V, 272.73 K, -0.42 °C, 31.24 °F
2.727 V, 272.73 K, -0.42 °C, 31.24 °F
2.727 V, 272.73 K, -0.42 °C, 31.24 °F
2.610 V, 261.00 K, -12.15 °C, 10.12 °F
2.727 V, 272.73 K, -0.42 °C, 31.24 °F
2.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.717 V, 271.75 K, -1.40 °C, 29.48 °F
2.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.630 V, 262.95 K, -10.20 °C, 13.64 °F
2.439 V, 243.89 K, -29.26 °C, -20.67 °F
2.175 V, 217.50 K, -55.65 °C, -68.17 °F
2.146 V, 214.57 K, -58.58 °C, -73.45 °F
2.092 V, 209.19 K, -63.96 °C, -83.13 °F
2.160 V, 216.03 K, -57.12 °C, -70.81 °F
2.713 V, 271.26 K, -1.89 °C, 28.60 °F
2.493 V, 249.27 K, -23.88 °C, -10.99 °F
2.190 V, 218.96 K, -54.19 °C, -65.54 °F
2.732 V, 273.22 K, 0.07 °C, 32.12 °F
2.498 V, 249.76 K, -23.39 °C, -10.11 °F
2.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.717 V, 271.75 K, -1.40 °C, 29.48 °F
2.727 V, 272.73 K, -0.42 °C, 31.24 °F
2.727 V, 272.73 K, -0.42 °C, 31.24 °F
2.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.732 V, 273.22 K, 0.07 °C, 32.12 °F
2.688 V, 268.82 K, -4.33 °C, 24.20 °F
2.727 V, 272.73 K, -0.42 °C, 31.24 °F
2.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.717 V, 271.75 K, -1.40 °C, 29.48 °F
2.732 V, 273.22 K, 0.07 °C, 32.12 °F
2.727 V, 272.73 K, -0.42 °C, 31.24 °F
2.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.727 V, 272.73 K, -0.42 °C, 31.24 °F
2.722 V, 272.24 K, -0.91 °C, 30.36 °F
2.727 V, 272.73 K, -0.42 °C, 31.24 °F
Despite using a stable power source (an expensive 5V laser power supply) to mitigate noise, the problem persists. Additionally, the resolution of the readings is insufficient for my needs, which is why I've ordered a 24-bit ADC.
Could anyone shed some light on what might be causing this issue or offer suggestions on how to rectify it? Any insights or guidance would be immensely appreciated. Thank you!