You are reading a single comment by @DrAzzy and its replies. Click here to read the full conversation.
  • var dht = require("http://drazzy.com/e/espruino/et­c/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.

About

Avatar for DrAzzy @DrAzzy started