Navigation

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

    Best posts made by cadet

    • RE: MySensors 2.3.0 released

      Please modify source !!!!! 2.1.1 2.2.0 2.3.0

      anvil 2 years ago
      Solved - user error 🙂
      Inside the Raspberry Pi setup (file /MySensors/examples_linux/mysgw.cpp), the inclusion mode define must be added:
      #define MY_INCLUSION_MODE_FEATURE
      This is present in the Serial & Ethernet gateway example ino files, just missing from the Raspberry Pi version as it is on GitHub.

      With this added, the response to the StartInclusion mode request is then received & everything is fine:

      TX(fromController) 0;0;3;0;5;1
      RX(fromRaspberryPiGateway) 0;255;3;0;5;1
      On the plus side, by working this out I'm a lot more familiar with the workings of MySensors!

      Cheers!

      1

      posted in Announcements
      cadet
      cadet