Page 1 of 1

Driver for SHT31 Sensor Module

Posted: Fri Aug 02, 2019 7:17 am
by Hasenradball
Hi Guys,

do anyone have an hint for me which driver is ready to use in micropython with the ESP8266 to measure temperature and humidity for the Sensirion SHT31 module?

Re: Driver for SHT31 Sensor Module

Posted: Fri Aug 02, 2019 12:52 pm
by jimmo
Did you have any luck with https://github.com/kfricke/micropython-sht31

It just uses machine.I2C, so it should work on the ESP8266.

Re: Driver for SHT31 Sensor Module

Posted: Sat Aug 03, 2019 7:06 am
by Hasenradball
Hi thank you,

I am searching for an driver with implemented CRC Check and allerts.
And the description says this is actually not done.

Is there an alternative driver available?