flyte / mqtt-io

Expose GPIO modules (Raspberry Pi, Beaglebone, PCF8754, PiFace2 etc.) and digital sensors (LM75 etc.) to an MQTT server for remote control and monitoring.
MIT License
460 stars 157 forks source link

Add support for HTU21d #372

Open falcald opened 3 weeks ago

falcald commented 3 weeks ago

Hardware details Please add support to the HTU21D humidity and temperature sensor. It has a I2C communication and is very very similar to AHT20. Datasheet: https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/171/1899_5F00_HTU21D_5F00_chip_5F00_datasheet.pdf

Benefits It is a commonly used humidity sensor.

Python library adafruit-circuitpython-htu21d

Context The sensor module would be very similar to the AHT20 module.

Thanks!