02-16-2020 08:21 PM
I have finally created some enclosures for a few of my BME680-sensors. There're quite some holes in it, but still the temperature is 4.6 degrees above the air around. Understand that this is possible to compensate by changing the BSEC_INPUT_HEATSOURCE in some way, but I don't get how I define it? Could you please help me? Am using the basic ino.
Kind regards
Solved! Go to Solution.
02-17-2020 11:45 AM
The value of BSEC_INPUT_HEATSOURCE will subtracted from BSEC_INPUT_TEMPERATURE to compute BSEC_OUTPUT_SENSOR_HEAT_COMPENSATED_TEMPERATURE.
BSEC_OUTPUT_SENSOR_HEAT_COMPENSATED_HUMIDITY also takes into account BSEC_INPUT_HEATSOURCE to convert BSEC_INPUT_HUMIDITY from temperature BSEC_INPUT_TEMPERATURE to BSEC_OUTPUT_SENSOR_HEAT_COMPENSATED_TEMPERATURE.
02-17-2020 12:19 PM
02-17-2020 12:27 PM
02-17-2020 02:39 PM