-
-
Couldn't load subscription status.
- Fork 16
Description
I'm seeing problems with consistently wrong readings and not sure if I'm doing something wrong or what.
My setup is a D1 mini (early version) connected to a KY-015 which is supposed to be a DHT11
https://arduinomodules.info/ky-015-temperature-humidity-sensor-module/
I've got it hooked to 5V but get the same results at 3.3V
I'm currently hooked up to pin D2 but I get the same results on pin D1
I couldn't find a canonical - simplest possible - example - so I'm using "array". The unconnected sensors just show 999's as I'd expect but the D2 is showing ...
20:48:04.094 -> 1, Waiting for read, 2048.5, 537.8, 4, 22
Which I take as a humidity of 2048% and temperature of 537C, and that the device is actually a DHT22
It seems consistent - I've tried some of the other examples and get similar results.
If I breath on the sensor, as expected temperature and humidity go up.