var dht = require("http://drazzy.com/e/espruino/etc/dht22debug.js").connect(C11);
dht.read(function (a) {console.log("Temp is "+a.temp.toString()+" and RH is "+a.rh.toString());});
(change the pin to whatever pin you have connected to it)
Please run that while it's at a temperature it fails at and post the results that it logs.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
(change the pin to whatever pin you have connected to it)
Please run that while it's at a temperature it fails at and post the results that it logs.