SHT3x icon indicating copy to clipboard operation
SHT3x copied to clipboard

Arduino library for Sensorion SHT3x humidity and temperature sensors (SHT30, SHT31, SHT35).

Results 7 SHT3x issues
Sort by recently updated
recently updated
newest added

**Impossible for the moment to use the SHT3x-master library even with the examples provided, the compilation gives the following error:** C:\Users\PC desktop Gilles\Documents\Arduino\libraries\SHT3x-master\SHT3x.cpp: In member function 'void SHT3x::Begin(int, int)': C:\Users\PC...

In file SHT3x.cpp it seems that there is some mixture of using wire and wire1. Wire1 has not been defined.

Hello, can you please tell me the command to shut down the sensor. Usually it is Wire.end() I see one for begin but not end.

https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/0_Datasheets/Humidity/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf

Hi guys,I found there is a programable register for ALERT pin in IC datasheet,when temperature or humidity out of correct range.The ALERT pin will generate SET interrupt to MCU,my confusion...

After the Wire.requestFrom() there is no need to wait for something and the timeout with millis() is not needed. When the Wire.requestFrom() returns, the I2C transaction has completely finished and...

![grafik](https://github.com/Risele/SHT3x/assets/145908590/1c5a75f2-0777-427b-a4ac-691a0d57290d) Should be `_TimeoutMillisec = TimeoutMillisec;`