Navigation

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

    Topics created by coffeeaddict

    • coffeeaddict

      gw.send( ) and transmission errors (revisited)
      General Discussion • • coffeeaddict  

      3
      0
      Votes
      3
      Posts
      794
      Views

      hek

      Seems a bit complicated, and as you say, will increase radio traffic. But do whatever works for you. The project is called MySensors for a reason
    • coffeeaddict

      Can I associate sensor value directly to arduino node device?
      Development • • coffeeaddict  

      5
      0
      Votes
      5
      Posts
      1037
      Views

      coffeeaddict

      I verified a variable named Voltage DOES get created and is set on the Vera arduino node device if I create MyMessage with: MyMessage voltageMsg(255, V_VOLTAGE); and send value with: send(voltageMsg.set(12.1, 1));