Navigation

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

    Topics created by Magic W

    • Magic W

      About arduino sketch main function
      General Discussion • • Magic W  

      6
      0
      Votes
      6
      Posts
      2322
      Views

      mfalkvidd

      @Magic-W it is the Arduino project that has the attribute, making it possible for other projects (such as MySensors) or a sketch developer to override.
    • Magic W

      The Light Sensor can't be discoverd
      Troubleshooting • • Magic W  

      2
      0
      Votes
      2
      Posts
      592
      Views

      mfalkvidd

      @Magic-W the light sensor sleeps most of the time, so it is not likely to see incoming messages. Try replacing sleep() with wait().
    • Magic W

      [SOLVED] Sometimes the node don't send the node prasentation
      Bug Reports • • Magic W  

      4
      0
      Votes
      4
      Posts
      1410
      Views

      Magic W

      @TheoL @Yveaux Yeah,Thank you for your advice. when i try move the radio closer,it's OK!
    • Magic W

      How to change the SerialGateway nodeID?
      Feature Requests • • Magic W  

      4
      0
      Votes
      4
      Posts
      1239
      Views

      Yveaux

      @Magic-W there can be only one gateway per network. You can create 2 separate networks with 2 gateways (put each on a different channel to prevent interference). Why do you need 2 gateways?
    • Magic W

      if use sleep() the node can't receive message?
      Troubleshooting • • Magic W  

      9
      0
      Votes
      9
      Posts
      3028
      Views

      AWI

      @Magic-W the intention is that you send a Request from your node when you want to Receive a status update from the controller. The controller sends you a response with the requested status. You keep the node awake Wait until you receive the message from the controller. In fact you are polling for new messages every x time or whenever you need an update.