DHT22 shows 2000°C and 2000% Humidity
-
Hello everybody,
i have installed a DHT22 but in the DWC it shows 2000°C and 2000% humidity.
This is my configuration:
M308 S12 P"io2.out+io2.in" Y"dht22" A"Bauraumtemperatur" M308 S13 P"S12.1" Y"dht-humidity" A"Bauraumfeuchte"
Installed as follows:
VCC to 3,3V
Data to io2_in
GND to GNDAny ideas why i get this temperature and humidity shown?
Thanks for helping me.
Regards
Lars -
@gringo which Duet?
-
Duet 3 6HC Firmware 3.4.5
-
@gringo see https://docs.duet3d.com/en/User_manual/Connecting_hardware/Temperature_connecting_DHT#wiring
On 6HC
Connect the DHT I/O line to … one of the IOx.OUT pins.
Your config addresses two pins (only suitable for Mini 5+), should be the one pin you actually use for data:
M308 S12 P"io2.out" Y"dht22" A"Bauraumtemperatur[C]" M308 S13 P"S12.1" Y"dht-humidity" A"Bauraumfeuchte[%]"
Ian
-
I changed the config as you wrote, but the result is the same
-
-
ah ok, I don´t changed the wiring. I will do it
-
-
-