Navigation

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

    Topics created by meanmrgreen

    • meanmrgreen

      Distance Sensor with long range (8-10 meters) ?
      Hardware • • meanmrgreen  

      8
      0
      Votes
      8
      Posts
      2734
      Views

      qqlapraline

      No, I did not have the opportunity to test such a range. But between 20cm and 5m it was stable and accurate.
    • meanmrgreen

      Building a few repeaters "just in case" bad idea?
      General Discussion • • meanmrgreen  

      5
      0
      Votes
      5
      Posts
      1851
      Views

      sundberg84

      @tekka I will @tekka when possible. I dont have the equipment to debug all three nodes at the same time but have some ftdi adapters on the way. No worries - its not a major issue.
    • meanmrgreen

      Multiple child values after trying different sketches?
      Domoticz • • meanmrgreen  

      4
      0
      Votes
      4
      Posts
      1321
      Views

      meanmrgreen

      I rebooted domoticz and it got the right values for the childs
    • meanmrgreen

      Magnetswitch + LUX sensor = false positives
      Troubleshooting • • meanmrgreen  

      5
      0
      Votes
      5
      Posts
      1089
      Views

      meanmrgreen

      I think i solved it by replacing the tripped code with this modificed code from https://codebender.cc/example/MySensor/BinarySwitchSleepSensor#BinarySwitchSleepSensor.ino { uint8_t value; static uint8_t sentValue=2; // Short delay to allow buttons to properly settle sleep(5); value = digitalRead(BUTTON_PIN); if (value != sentValue) { // Value has changed from last transmission, send the updated value send(msg.set(value==HIGH ? 1 : 0)); sentValue = value; }
    • meanmrgreen

      Combine RFlink Gateway instead of building mysensors gateway?
      Hardware • • meanmrgreen  

      7
      0
      Votes
      7
      Posts
      3923
      Views

      gohan

      I think it's not worth spending time on a half working solution when there is a working one that's very cheap