Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By walter1604
#55553 Connect pin 1 (on the left) of the sensor to +5V
// NOTE: If using a board with 3.3V logic like an Arduino Due connect pin 1
// to 3.3V instead of 5V!
// Connect pin 2 of the sensor to whatever your DHTPIN is
// Connect pin 4 (on the right) of the sensor to GROUND
// Connect a 10K resistor from pin 2 (data) to pin 1 (power) of the sensor

Do you have the 10k pullup resistor between pin 1 & 2 of the DHT22 ???

1- 3 volts
2 -data output
3 -NC
4 -gnd


hope this helps
User avatar
By Sandmann86
#55609 i already used the adafruit lib from this link and also a 10k resistor between VCC and Data(DHT22).

i deleted the adafruit lib in the libraries folder, downloaded the lib again and unzipped it in the libraries folder.

then flashed the test sketch with baudrate 9600 and it worked. :shock: reflashed it with 115200 baudrate and worked too.

previously i tried only 115200 baudrate and it failed. there is no hardware modification since i started the post...so the only fault i can imagine was an copy fault with the library. :?:

thank you very much for your support