Read the temperature and humidity by the DHT11 (RHT01) hygrometer sensor.
dht11-hygrometer
@/dht11-hygrometer
Read the temperature and humidity by the DHT11 (RHT01) hygrometer sensor.
PORTport
Board port number the hygrometer is connected to.
UPDpulse
OKpulse
Fires on reading complete
RHnumber
Relative humidity in ragne [0.0, 1.0]
Tcnumber
Last read temperature in °C.
To use the node 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.