Dear Technical Support Team,
I'm testing HDC2080EVM with GUI tool.
I'd like to know how to operate the heater. Which operation is correct ,① or ②?
①Should CPU be poling the humidity and control the heater on/off(HEAT_EN) manually?
For example
CPU is poling the interrupt of "Humidity Threshold HIGH" like 100%RH(default) or value of RH .
when CPU detects 100%RH, the CPU turns on the heater(set HEAT_EN=1) to avoid condensation.
②Otherwise, does heater working depends on the interrupt threshold of relative humidity?
For example
when HEAT_EN is enabled, however the heater doesn't work under Humidity Threshold HIGH(default 100%RH)
When reaching the Humidity Threshold HIGH at 100%RH, heater turns from OFF to ON automatically.
In the same way , dehydration by enabled heater and reaching the Humidity Threshold Low, heater turns from ON to OFF automatically(keeping HEAT_EN is enabled).
Best Regards,
ttd