SHT3x
SHT3x copied to clipboard
Arduino library for Sensorion SHT3x humidity and temperature sensors (SHT30, SHT31, SHT35).
**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...
 Should be `_TimeoutMillisec = TimeoutMillisec;`