Git Product home page Git Product logo

Comments (3)

tatianaleon avatar tatianaleon commented on August 20, 2024

Hi @zgarnes17,

Are your XBee modules 802.15.4? If so, did you configure different 16-bit addresses for your modules (MY parameter)? Or all of them to 0xFFFE?
In 802.15.4, to use long 64-bit address, MY must be 0xFFFE or 0xFFFF, otherwise modules use short source addressing (MY address).
By default, MY is 0x0000 in 802.15.4 firmware, so, by default, modules use short 16-bit addressing and 0x0000 as address.

If this is the case, both discovered nodes 0013A20041E57931 and 0013A20041E57938 have the same 16-bit address, the default one, 0x0000. So when an IO message is received from any of them, the source address is 0x0000 always and the library looks for the first discovered node with that 16-bit address.

in 802.15.4, for 16-bit addressing, you must configure all the nodes in the network with different MY values. If you prefer to use 64-bit addresses, then set the MY of all your modules to 0xFFFE or 0xFFFF.

See https://www.digi.com/resources/documentation/Digidocs/90001500/Default.htm#Reference/r_addressing_802.htm

Best Regards

from xbee-python.

zgarnes17 avatar zgarnes17 commented on August 20, 2024

Hello @tatianaleon

Thank you much!!! That worked and solve so many headaches for me. Thanks for the fast response and the help!

With gratitude, Zgarnes

from xbee-python.

tatianaleon avatar tatianaleon commented on August 20, 2024

You are welcome :-)

from xbee-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.