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

Error in Thingy:52 Environment Service - Temperature.

The Thingy:52 Environment Service uses this structure to represent Temperature.:

typedef PACKED( struct
{
    int8_t  integer;
    uint8_t decimal;
}) ble_tes_temperature_t;

This is wrong - it cannot correctly represent temperatures below zero but above -1 !

Related