Why is there periodic success when continuously reading SHT31?

Why is there periodic success when continuously reading SHT31?
Hello,
0x0BAE0001
corresponds to NRFX_ERROR_DRV_TWI_ERR_ANACK
, which means that there was an address NACK (Not Acknowledged) on the bus when trying to perform a read/write operation. This usually happens when the device is not ready to communicate, which could be the case if the delay is too short.Hello,
0x0BAE0001
corresponds to NRFX_ERROR_DRV_TWI_ERR_ANACK
, which means that there was an address NACK (Not Acknowledged) on the bus when trying to perform a read/write operation. This usually happens when the device is not ready to communicate, which could be the case if the delay is too short.The Sensor SHT3x doesn't exhibit such behavior when used under the Arduino framework, especially with a cycle period of exactly 1000ms. I believe the issue doesn't originate from the SHT3x.
Additionally, I found the link you provided at the time of my inquiry. I can confirm that the I2C connection is correct; otherwise, no temperature and humidity data would be obtained.