Hello everyone ! I'm trying to finish my EPS8266 d1 mini project and unfortunately I can't read temperature and humidity from my DHT22 sensor. I found on web that it is a problem with the libray and I switched to DHTstable library (wich one you can find here: Arduino/libraries/DHTstable at master · RobTillaart/Arduino · GitHub . I uploaded the dht22_test example to my board and I receive this on my serial monitor :
dht22_test.ino
LIBRARY VERSION: 0.2.3 - dhtstable
Type, status, Humidity (%), Temperature (C) Time (us)
DHT22, Time out error, -999.0, -999.0, 2144
DHT22, Time out error, -999.0, -999.0, 2076
DHT22, Time out error, -999.0, -999.0, 2076
DHT22, Time out error, -999.0, -999.0, 2076
DHT22, Time out error, -999.0, -999.0, 2076
DHT22, Time out error, -999.0, -999.0, 2076
DHT22, Time out error, -999.0, -999.0, 2076
DHT22, Time out error, -999.0, -999.0, 2076
My sensor it's good because it works on my arduino nano with the original dht library (DHT-sensor-library-master), but with this library don't. And the original library don't work on my d1 mini board.
So, right now it seems that I am in a very puzzling trouble. If anyone could give me an advice, I would be grateful.