Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcauser/micropython-sht31

MicroPython driver for the SHT31 Temperature and Humidity Sensor
https://github.com/mcauser/micropython-sht31

humidity micropython sht30 sht31 temperature

Last synced: 3 days ago
JSON representation

MicroPython driver for the SHT31 Temperature and Humidity Sensor

Awesome Lists containing this project

README

        

# MicroPython SHT31 Temperature and Humidity Sensor

A MicroPython library for the I2C Sensirion SHT3x series of temperature and relative humidity sensors.
This library has been tested with a SHT31 and SHT30 on the SHT3x module, but should also work with the SHT35.

![demo](docs/demo.jpg)

## License

Licensed under the [MIT License](http://opensource.org/licenses/MIT).

Copyright (c) 2020 Mike Causer