In our application there is no way to avoid a temperature rise, but we are able to compensate it properly in our application. Nevertheless we have the problem, that the relative humidity drops about some percents.
Since we know that the HDC2080 measures the absolute humidity and just calculates the relative humidity our suggestion was to shift the temperature internally in the HDC2080 with the register "Temperature offset adjustment" to get the correct relative humidity. But the effect is the same.
How is the relative Humidity calculate?
- Humidity_rel = f(Temperature_RAW, Humidity_absolute_RAW)
- Humidity_rel = f(Temperature_output, Humidity_absolute_output) with Temperature_output = Temperature_RAW + offset adjustment
If it is the 1): What is the advantage over an offset in the Master CPU like MSP430?