jposada202020 / MicroPython_SHTC3

MicroPython Driver for the Sensirion SHTC3 Temperature and Humidity Sensor
MIT License
5 stars 0 forks source link

OSError: [Errno 116] ETIMEDOUT #1

Open gittehupe opened 9 months ago

gittehupe commented 9 months ago

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?

KK4HFJ commented 3 months ago

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