Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. corbin
    3. Best
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by corbin

    • RE: [Solved] Node not reconnecting

      @tekka said:

      if(isTransportOK()){
          sleep(30000);  // transport is OK, node can sleep
        } 
        else {
          wait(5000); // transport is not operational, allow the transport layer to fix this
        }
      

      I've only just found this post, and these lines of code have me excited! fixes my problem, thank you!

      posted in Troubleshooting
      corbin
      corbin
    • RE: Garden light, humidity, temperature monitor with working SHT10 sensor 99% done and I need your help!

      @ajachierno said:

      Also it always seems to be the same value regardless of light conditions (54612 ). I am thinking my sketch is wrong

      Your sketch looks correct to me, but if the lux sensor is always reporting the same value, then it will only send the message once as you have seen. Are you sure the lux sensor is wired correctly?

      posted in Troubleshooting
      corbin
      corbin