xod-dev/dht@0.37.3

License: AGPL-3.0

Nodes to work with DHT11 or DHT21 sensors, or compatible sensors: RHT01, DHT22, DHT33, DHT44, AM2301, HM2301, AM2302, AM2303, RHT02, RHT03, RHT04, RHT05.
NodeDescription
dht11-device
Represents a DHT11 sensor. Also named RHT01.
dht11-hygrometer
Read the temperature and humidity by the DHT11 (RHT01) hygrometer sensor.
dht2x-device
Represents a DHT21 or compatible sensor: DHT21, DHT22, DHT33, DHT44, AM2301, HM2301, AM2302, AM2303, RHT02, RHT03, RHT04, RHT05.
dht2x-hygrometer
Read the temperature and humidity by the DHT21 or compatible (DHT21, DHT22, DHT33, DHT44, AM2301, HM2301, AM2302, AM2303, RHT02, RHT03, RHT04, RHT05) hygrometer sensor.
example-dht11No description
read
Reads the temperature and humidity.
read(dht11-device)
Reads the temperature and humidity.
read(dht2x-device)
Reads the temperature and humidity.
To use the nodes in your project you should have the xod-dev/dht library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.