DHT22 / AM2302 library for Wipy

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
User avatar
mcauser
Posts: 507
Joined: Mon Jun 15, 2015 8:03 am

Re: DHT22 / AM2302 library for Wipy

Post by mcauser » Wed Dec 07, 2016 12:36 pm

You should checkout the Aosong AM2320. It's a pin compatible upgrade for the DHT22 (AM2302).
The AM2320 sensor includes I2C protocol, as well as legacy 1 wire.
Comes in a black plastic case, around the same dimensions of a DHT11.
I even have an I2C driver to share: https://github.com/mcauser/micropython-am2320
Works on my ESP8266 port. I2C methods on the Wipy should match or be easy enough to translate.

Miguel
Posts: 20
Joined: Fri Sep 09, 2016 7:53 am

Re: DHT22 / AM2302 library for Wipy

Post by Miguel » Fri Dec 09, 2016 5:37 am

Thanks for a tip! I didn't know about the AM2320 model. I switched to Bosch BME280 in the meantime, but AM2320 looks nice too and costs less.

Michal

Post Reply