Well, temperature measurement seems to work, and so does pressure measurement. My guess is, that the humidity should be around 30%. (0x5295 / 0xFFFF * 100% = 32.26%) And I already listed the compensation parameters for humidity: "The compensation constants read from the chip are: digH[0] int32_t 75 digH[1] int32_t 397 digH[2] int32_t 0 digH[3] int32_t 783 digH[4] int32_t 50 digH[5] int32_t 30"
... View more