Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Development
  3. How to limit radio system to auto nodes id up 100?

How to limit radio system to auto nodes id up 100?

Scheduled Pinned Locked Moved Development
3 Posts 2 Posters 1.1k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    leeoz
    wrote on last edited by leeoz
    #1

    I found this:
    #define AUTO 255 //!< ID 255 is reserved for auto initialization of nodeId.
    #define BROADCAST_ADDRESS ((uint8_t)255) //!< broadcasts are addressed to ID 255
    #define DISTANCE_INVALID ((uint8_t)255) //!< invalid distance when searching for parent
    #define MAX_HOPS ((uint8_t)254) //!< maximal mumber of hops for ping/pong
    #define INVALID_HOPS ((uint8_t)255) //!< invalid hops
    #define MAX_SUBSEQ_MSGS 5 //!< Maximum number of subsequentially processed messages in FIFO (to prevent transport deadlock if HW issue)
    #define CHKUPL_INTERVAL ((uint32_t)10000) //!< Minimum time interval to re-check uplink

    in MyTrasport.h

    I need to limit my radio system to nodes auto id up to 100.
    which var should I change in order to set this?
    tnx

    mfalkviddM 1 Reply Last reply
    0
    • L leeoz

      I found this:
      #define AUTO 255 //!< ID 255 is reserved for auto initialization of nodeId.
      #define BROADCAST_ADDRESS ((uint8_t)255) //!< broadcasts are addressed to ID 255
      #define DISTANCE_INVALID ((uint8_t)255) //!< invalid distance when searching for parent
      #define MAX_HOPS ((uint8_t)254) //!< maximal mumber of hops for ping/pong
      #define INVALID_HOPS ((uint8_t)255) //!< invalid hops
      #define MAX_SUBSEQ_MSGS 5 //!< Maximum number of subsequentially processed messages in FIFO (to prevent transport deadlock if HW issue)
      #define CHKUPL_INTERVAL ((uint32_t)10000) //!< Minimum time interval to re-check uplink

      in MyTrasport.h

      I need to limit my radio system to nodes auto id up to 100.
      which var should I change in order to set this?
      tnx

      mfalkviddM Offline
      mfalkviddM Offline
      mfalkvidd
      Mod
      wrote on last edited by
      #2

      @leeoz when using auto, IDs are handed out by the controller, so the limit has to be set in the controller.

      Which controller are you using?

      Would it be an alternative to manually assign static node IDs?

      1 Reply Last reply
      0
      • mfalkviddM Offline
        mfalkviddM Offline
        mfalkvidd
        Mod
        wrote on last edited by
        #3

        I now see that several threads has been created on this topic. Highly confusing. I'm locking this thread to prevent further derailing. Please follow the discussion in https://forum.mysensors.org/topic/7870/using-nrf24-how-can-i-limit-the-max-auto-nodeid-number

        1 Reply Last reply
        0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        12

        Online

        12.0k

        Users

        11.2k

        Topics

        113.4k

        Posts


        Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • MySensors
        • OpenHardware.io
        • Categories
        • Recent
        • Tags
        • Popular