Driver for SHT31 Sensor Module

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
User avatar
Hasenradball
Posts: 15
Joined: Tue May 21, 2019 12:52 pm
Location: Germany
Contact:

Driver for SHT31 Sensor Module

Post by Hasenradball » Fri Aug 02, 2019 7:17 am

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?

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: Driver for SHT31 Sensor Module

Post by jimmo » Fri Aug 02, 2019 12:52 pm

Did you have any luck with https://github.com/kfricke/micropython-sht31

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

User avatar
Hasenradball
Posts: 15
Joined: Tue May 21, 2019 12:52 pm
Location: Germany
Contact:

Re: Driver for SHT31 Sensor Module

Post by Hasenradball » Sat Aug 03, 2019 7:06 am

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?

Post Reply