It seems like the readings of some temperature sensors fluctuate a bit. Three readings in a 1 second window can all vary by 0.1 Deg C. It is possible some manufactures offer a filtered readout while others are raw. For the latter case, a running average on the Arduino-side should be internally performed.
It seems like the readings of some temperature sensors fluctuate a bit. Three readings in a 1 second window can all vary by 0.1 Deg C. It is possible some manufactures offer a filtered readout while others are raw. For the latter case, a running average on the Arduino-side should be internally performed.