alexh-name / bsec_bme680_linux

Read the BME680 sensor with the BSEC library on Linux (e.g. Raspberry Pi)
Other
87 stars 48 forks source link

Humidity offset #14

Closed ernesst closed 5 years ago

ernesst commented 5 years ago

In the file their is a way to apply an offset on the temperature, through #define temp_offset Is it possible to have the same to adjust humidity ?

I'm looking at calibrating humidity level, to have better precision on the AIQ calculation.

alexh-name commented 5 years ago

AFAIK only offsetting temperature is intended, so you can compensate for the heat from surrounding electronics. The calculated humidity is impacted by the temp offset as well. You can compare calculated and raw humidity for more insight.