Hello,
I am trying to get DHT11(temperature and humidity) sensor working with Espruino on ESP32. I get the below output, which as per the documentation means no data is being received.
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.
Hello,
I am trying to get DHT11(temperature and humidity) sensor working with Espruino on ESP32. I get the below output, which as per the documentation means no data is being received.
Code
Interestingly, with the same wiring DHT11 works fine using "Arduino core for ESP32". Not sure what I am doing wrong in the Espruino.
This is the board that I am using https://wiki.wemos.cc/products:lolin32:lolin32
Pin out - https://arduino-projekte.info/wp-content/uploads/2017/07/lolin32_pinout.png
Thanks in advance.