RobTillaart / AM232X

Arduino library for AM2320 AM2321 and AM2323 I2C temperature and humidity sensor
MIT License
13 stars 5 forks source link

Update readme on how to use the OneWire interface #27

Closed RobTillaart closed 1 year ago

RobTillaart commented 1 year ago

Spin off from -https://github.com/RobTillaart/AM232X/issues/26

For the AM2320 / 21 /22 something like


One Wire Protocol

The AM2320, AM2321 and AM2322 can also be read by using a "OneWire" protocol. This protocol is identical to the DHT22 and will only provide a temperature, a humidity and a CRC. See issue #26.

If one wants to use this protocol, one can use https://github.com/RobTillaart/DHTNew and optionally force the type to 22.

RobTillaart commented 1 year ago

Solved with 0.4.5