Navigation

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

    Best posts made by DerTomm

    • RE: [Solved] Undefined reference to own class used in Arduino sketch .cpp

      Finally I found a solution for the described situation.

      PlatformIO did not compile all dependend files in a library due to a wrong folder layout. After correcting this it works now.
      For people experiencing the same issue I recommend visiting the connected PlatformIO community thread: https://community.platformio.org/t/pio-does-not-compile-all-included-library-classes-which-leads-to-linker-errors/1034

      posted in Troubleshooting
      DerTomm
      DerTomm
    • MySensors protocol page improvement recommendation

      Hi MySensors team,

      as I am working a lot with the MySensors library at the moment, I just found a little inconsistency between the API and the protocol documentation (https://www.mysensors.org/download/serial_api_20).

      The documentation says that messages consists of these parts: node-id ; child-sensor-id ; message-type ; ack ; sub-type ; payload.
      In the source code (class MyMessage.h) you don't use "message-type" and "sub-type" but instead "command" and "(message) type".

      As I think the latter terms are more suitable for the protocol understanding I'd like to raise the discussion whether it would we better using "command-type" and "message-type" in the protocol documentation as well instead. Then docs and sources would be "in sync" again and I think the protocol structure would be even better understandable.

      Finally another little improvement request: The protocol docs are still talking about "Serial Protocol - 2.0.x" - maybe you should update this to "2.x". 🙂

      Best regards,
      Thomas

      posted in General Discussion
      DerTomm
      DerTomm