-->
Page 1 of 1

Cant get data from DHT22

PostPosted: Sat Sep 09, 2017 6:13 pm
by Elias HÃ¥land
Hey.

I just got my ESP8266 NodeMCU board and I wanted to try it on a DHT22 sensor. I follow this tutorial (https://learn.adafruit.com/dht/connecti ... txx-sensor), but when I open the Serial Monitor i only get the message shown in the DHT22 file. I have got the ESP8266 Wifi Scan example sketch to work.

Re: Cant get data from DHT22

PostPosted: Mon Sep 11, 2017 12:59 am
by gbafamily1
Change the serial console baud rate from 115200 to 9600 bits/sec. The DHT examples use 9600. Or change the DHT examples to use 115200.