Hi, I am working with the SHT31-F Digital Temperature and Humidity Sensor, the problem is that I look at the examples that DFROBOT gives me but none of them work. I have installed the library from GitHub and added the zip to the arduino ide. It is installed correctly. The problem is that when I take any example code tells me that it gives error when initializing the chip. As for the connectivity is as follows CHIP ARDUINO GND GND VCC 5V SCL SCL SDA SDA
2023-08-16 01:10:28
Hi!
Please check if the I2C address in the code corresponds to the sensor switch. (0x45 in default)
After changing the switch, the sensor needs to be re-powered.