My setup includes ESP8266 Node MCU and DHT11. Latest firmware March 2015. DHT11 has 10k pullup resistor.
Files loaded, ran and provided following results:
--------------------------------------------------------
NodeMCU 0.9.5 build 20150318 powered by Lua 5.1.4
Hard Restart Wednesday, August 05, 2015 09:33:31
Humidity: -1%
Temperature: 0 deg C
Temperature: 32 deg F
Changed DHT11 module, got same results.
DHT11 module is plugged into 3.3v, GND and D4 pins on NODEMCU board.
-----------------------------------------------
Uploaded the WOTS.LUA and TESTDHT.lua files and got the following results for the sensors:
dofile(wots.lua) Wednesday, August 05, 2015 09:09:32
dofile("wots.lua")
checksum 119
checksumTest 118
humidity - timing of bits 0 6 1 2 2 6 1 1 1 1 2 2 1 1 1 1
temperat - timing of bits 2 2 6 6 2 1 6 2 1 2 2 1 1 2 2 1
checksum - timing of bits 1 6 6 6 2 6 6 10
Humidity: 0%
Temperature: 50 deg C
What did I miss or not configure properly?