Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcauser/micropython-sht31
- Owner: mcauser
- License: mit
- Created: 2020-09-25T07:34:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T08:17:48.000Z (over 4 years ago)
- Last Synced: 2024-12-03T07:22:14.287Z (2 months ago)
- Topics: humidity, micropython, sht30, sht31, temperature
- Homepage:
- Size: 209 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
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