Navigation

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

    Topics created by doblanch

    • doblanch

      My weather station starts dropping packet after 1 week of use...
      Troubleshooting • • doblanch  

      22
      0
      Votes
      22
      Posts
      5297
      Views

      doblanch

      @hek said: @doblanch said: btw, you didn't answer my question, is there a trusted NRF/PA/LNA seller, I cannot make any guarantees. But ITead should sell the genuine thing. it was my assumption too ... If I enable debug, will it provide me more info about communication ?
    • doblanch

      How to do resend when st=fail on a Repeater
      Troubleshooting • • doblanch  

      5
      0
      Votes
      5
      Posts
      1813
      Views

      mfalkvidd

      http://forum.mysensors.org/topic/1424/resend-if-st-fail might be relevant http://forum.mysensors.org/topic/2189/serial-api-noack-when-sending-with-ack-failed started by @SiLeX has a longer discussion on resending
    • doblanch

      Repeater vs st=Fail
      Troubleshooting • • doblanch  

      16
      0
      Votes
      16
      Posts
      4099
      Views

      doblanch

      @m26872 ok
    • doblanch

      Need some clarifications on Repeater node
      Troubleshooting • • doblanch  

      13
      0
      Votes
      13
      Posts
      3406
      Views

      GertSanders

      Indeed, I would use two different channels. The question remains which controller is used. I have two networks on my test-Domoticz setup which use different channels from my production setup. So I have nodes on 3 different channels. Domoticz handles this fine. I did not yet test the move of a node with known ID from one channel to another. When time permits I should check this ...
    • doblanch

      WaterMeter and GazMeter - Reed IRQ False positive
      Hardware • • doblanch  

      4
      0
      Votes
      4
      Posts
      1470
      Views

      BulldogLowell

      @doblanch said: if (state != laststate) { delay(30); if (state != laststate) { delay(30); if (state != laststate) why do you have these blocking delay()s? I would focus on non-blocking code for such a device... Are you using an interrupt? I think you need to post your entire sketch to get good comments
    • doblanch

      Version mismatch
      Hardware • • doblanch  

      4
      0
      Votes
      4
      Posts
      1617
      Views

      doblanch

      Yes of course...anyway "version mismatch" should not appear due to wire issue
    • doblanch

      Watermeter pulse sensor, mistake in the provided ino file ?
      Development • • doblanch  

      7
      0
      Votes
      7
      Posts
      3329
      Views

      Marco

      Hello, can you put the entire file .ino modified , I have the same problem as you. Thank you