Navigation

    • Register
    • Login
    • Search
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. dht11
    Log in to post

    • zerosquared

      DHT11 Example Code on Arduino
      Troubleshooting • mqtt node dht11 • • zerosquared  

      11
      0
      Votes
      11
      Posts
      1273
      Views

      mfalkvidd

      @yakcrac try the download link in the top menu
    • pwatt01

      ESP8266 gateway and sensor node not talking - noobie
      Troubleshooting • esp8266 mega dht11 • • pwatt01  

      37
      0
      Votes
      37
      Posts
      16872
      Views

      chrille

      @Yveaux I already did! https://github.com/mysensors/Arduino/pull/396 janchrillesen created this issue in mysensors/Arduino closed Add yield() in sendACK #396
    • michlb1982

      2 or more DHT11 - Sensors on one Arduino NANO MYSENSOR
      Development • mysensors dht11 • • michlb1982  

      11
      0
      Votes
      11
      Posts
      12902
      Views

      Sparkman

      @michlb1982 A couple of things, you put the device to sleep so while it's asleep, it won't respond to the commands to change the relays. Since you are combining relays and sensors, you need to keep the unit awake and find a different way to send the sensor data occasionally. For the relay status, read the comments in the sketch. You are saving the relay state and then reading that on startup. You can eliminate all of that code and just set the relay to off in the setup section. Cheers Al