2016-06-12 10:51 PM
Hi, I'm using the HTS221 with STM8L052C6. The communication channel is I2C.
I am able to get the humidity data upto 99% RH. but above this after some point of reading the data,the sensor gets hanged and is not recoverable even after circuit is reset. i also found SDA line remains low in this condition. Any help would be greatly appreciated! thanks, unnati2016-06-15 01:53 AM
2016-06-17 04:38 AM
hi,
i am getting measurements on controlled enviroment with RH saturated to 100%. i have checked with 2 devices and the same problem occurs for both. the device fails approx 15 mins. after reaching 99% RH. i read the data from sensor every 10 sec and everytime i initialize and deinitialize the sensor with following settings: for initializing HTS221 ,i write CTRL_REG1 = 0x80; CTRL_REG2 = 0x01; for DEINITIALIZING HTS221, i write CTRL_REG1 = 0x00; the supply to the sensor is always on. regards unnati2016-06-20 05:25 AM
Hi,
the used settings seem good. You should keep in consideration that in this situation it is very likely to create condensation. I guess the failure is related to malfunctions, short circuits and so on of the used interface (board, wiring, etc.) and not to the device itself. I reccomend you to pay attention to this aspect. Regards Antonella2018-05-31 04:48 AM
Hi,
This problem may be related to time and not percent humidity.
Since ONE-SHOT mode is used and the sensors is being powered down with the PD bit, see topic
https://community.st.com/0D50X00009XkVvtSAF
Good luck!