Add DHT AM23xx series

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
User avatar
mcauser
Posts: 507
Joined: Mon Jun 15, 2015 8:03 am

Add DHT AM23xx series

Post by mcauser » Fri Aug 05, 2016 5:12 am

I am looking to extend the current DHT implementation (1-wire) to cover all available DHT sensors, including the new I2C ones.

Details here: https://github.com/micropython/micropython/issues/2290

I would like to add support for DHT12, AM230x, AM231x and AM232x - around 15 compatible sensors.

Post Reply