This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Thingy52 Temperature resolution

  Hello,

I have used the Nordic Thingy application, I also used the Raspberry Pi Python interface and I observed the temperature measured.

The temperature is not stable and can go up to 1°C in 1 second then decrease. I don't understand where these measures are coming from.

The temperature and humidity sensor is the HTS221.

I have found here : https://learn.adafruit.com/adafruit-hts221-temperature-humidity-sensor

" The HTS221 can measure relative humidity from 0%-100% rH with a sensitivity of 0.004% and 3.5% accuracy. It can also measure temperature from -40 to 120 degrees C, with a resolution of 0.016°C with ±0.5 °C accuracy between 15 and +40 °C."

 

Best regards.

Parents Reply
  • juu said:
    Doesn't it mean that when I read 26°C, in reality it could be 25,5°C or 26,5°C ?

     Yes. 

    juu said:
    When I see a temperature going from 25°C to 26°C, for me it's more a resolution issue than an accuracy issue.

     Then it seems you're discarding the decimals. From the docs i linked to:

    Temperature in Celsius

    • int8_t - integer
    • uint8_t - decimal

    It might be that you're only using the integer byte

Children
Related