hygrometer-thermometer

wayland/dht20/hygrometer-thermometer

Combines lower level nodes to create a ready to use sensor.
hygrometer-thermometer
@/hygrometer-thermometer
Combines lower level nodes to create a ready to use sensor.
I2Cxod/i2c/i2c
I²C bus.
INITpulse
Initialize dht20-device.
UPDpulse
Update. Triggers new read. Interval between pulses must be greater than 1 second.
hygrometer-thermometer
I2C
INIT
UPD
RH
Temp
Error
Done
Donepulse
Pulse on read.
Errorbyte
Error code: 00h=OK, 0Ah=ERROR_CHECKSUM, 0Bh=ERROR_CONNECT, 0Ch=MISSING_BYTES, 0Dh=ERROR_BYTES_ALL_ZERO, 0Eh=ERROR_READ_TIMEOUT, 0Fh=ERROR_LASTREAD.
Tempnumber
Temperature (°C).
RHnumber
Relative Humidity (%)
To use the node in your project you should have the wayland/dht20 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.