Navigation

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

    Topics created by rzylius

    • rzylius

      nrf24 : transmission of data works fine, but constant NACK's produced
      Troubleshooting • • rzylius  

      19
      0
      Votes
      19
      Posts
      2185
      Views

      tekka

      @sundberg84 Yes, the patch will be included in 2.3.1.
    • rzylius

      SecurityPersonalizer will not compile
      Troubleshooting • • rzylius  

      6
      0
      Votes
      6
      Posts
      867
      Views

      rzylius

      @mfalkvidd , yes, I see. As I wrote in the first post I was using https://github.com/mysensors/MySensors/tree/development/examples/SecurityPersonalizer code. I checked with the Personizer code in the Library examples - it does compile, thanks. What I find a bit confusing - in the sketch in exampla library you have to make two keys - USER_SOFT_KEY and USER_KEY (when you do not use hw hashing, and when you do). I have mixed configurations. Should those keys be the same in my network for mixed configuration to work? thanks for help and sorry for confusion
    • rzylius

      How to let OpenHab know that mysensors actuator became unresponsive?
      OpenHAB • • rzylius  

      3
      0
      Votes
      3
      Posts
      1185
      Views

      gahlawathome

      I agree with TimO We are discussing the solution of same problem on https://forum.mysensors.org/topic/3346/discussion-reliable-delivery/48 Feel free to watch that. i am also using OpenHAB.
    • rzylius

      How to detect if the node became unresponsive?
      General Discussion • • rzylius  

      5
      0
      Votes
      5
      Posts
      827
      Views

      dbemowsk

      I did some looking on this a while back and found this external solution https://github.com/mattbornski/Arduino-Watchdog-Circuit . It is a hardware watchdog timer based on a 555 timer IC.
    • rzylius

      How to stop receiving messages temporarily?
      General Discussion • • rzylius  

      4
      0
      Votes
      4
      Posts
      982
      Views

      rzylius

      @tbowmo works like a charm, thank you.