Dear Technical Support Team,
We used HDC2080 in our product to measure Temp and RH.
Sometimes we are getting correct result, but sometime it is showing 0 or 100. Need your help to address it.
Please see the interaction steps with HDC2080 in FW.
1. Initialization:
a. Software Reset to HDC2080 (write 0x80 in addr 0x0E)
b. Set for Temp & RH Measurement and 14 bit Resolution (0x00 ORed with content of addr 0x0F)
c. Set Sampling Rate (0x50 in addr 0x0E)
d. Trigger Measurement (ORed 0x01 in addr 0x0F)
2. In Loop
a. Check for DRDY_STAT bit in addr 0x04
b. If high, read two bytes Temp value from addr 0x00 and then two bytes RH value from addr 0x02 and do conversion.
Please suggest.