jposada202020/MicroPython_SHTC3

OSError: [Errno 116] ETIMEDOUT

Opened this issue · 1 comments

Sorry, but I always get the OSError: [Errno 19] ENODEV error when trying to access the measurements via temperature, relative_humidity = sht.measurements.

I guess the device is principally recognized, though, since i2c.scan() yields a value as follows:
>>> i2c.scan() [112]

The hardware setup should be fine since it is working perfectly under C with the Arduino IDE and ESP32.

Any hint?

I get the same error. shtc3.py is copied to my esp32 in same folder as main.py