Navigation

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

    Topics created by APL2017

    • APL2017

      DIY LED lens
      My Project • led lens • • APL2017  

      1
      2
      Votes
      1
      Posts
      32
      Views

      No one has replied

    • APL2017

      Waking up on timer AND interrupt
      Development • • APL2017  

      7
      0
      Votes
      7
      Posts
      108
      Views

      skywatch

      @BearWithBeard Thank you for sharing this great tip! - It works great and maybe finally I get my lightning detector working! Thanks @mfalkvidd For putting this in with the docs where it will hopefully help others. We need more examples like this in a knowledge base to save time reading through lots of posts that are many years old.
    • APL2017

      Functional Guide
      Development • guide • • APL2017  

      2
      1
      Votes
      2
      Posts
      48
      Views

      skywatch

      @APL2017 I agree, a 'current best practice' page with the latest recommendations would save weeks searching the forum looking for the hidden gem.
    • APL2017

      Node to Node communication
      Development • • APL2017  

      22
      0
      Votes
      22
      Posts
      201
      Views

      APL2017

      @BearWithBeard Thank you! I am really embarrassed with my, let's say, luck of understanding. But you made it clear again. Everything works as required!
    • APL2017

      WDT or internal heartbeat
      Development • • APL2017  

      2
      0
      Votes
      2
      Posts
      179
      Views

      mfalkvidd

      @apl2017 most MySensors nodes are battery-powered and sleep to conserve power, which means they aren't "on". With that said, most examples transmit on regular intervals. The interval is configurable, so you can set it to a short interval if you are not concerned with battery consumption.
    • APL2017

      Power ON node
      Development • • APL2017  

      8
      0
      Votes
      8
      Posts
      389
      Views

      APL2017

      @tbowmo Thank you, supercap idea works fine, my first experience with supercaps.
    • APL2017

      Node ESP8266 with NFR24 and WiFi disabled
      General Discussion • • APL2017  

      6
      0
      Votes
      6
      Posts
      821
      Views

      mfalkvidd

      @apl2017 on the öast message, the node is not getting ack from the next node. The mose common cause is i sufficiently clean power supply. What size of capacitor are you using? How is the radio getting its power? Adding wait(200) before the send call can help the power to stabilize. Since all communication before works, wiring and everything else should be ok.