I am wondering if anyone would teach me how to configure each modules.
And it’d be very appreciated if you could inform me about python API of these modules.
The S2 module you have been working with is NOT a point to point product but a Mesh based product that can do a point to point connection. If you wanted to send data with this product to more than one node, simply add another XBee ZB module to the network. Then you can either send data to that node direct for its UART or you can send data to the broadcast address that will be sent out the UART of all nodes within the network.
All of the programmable versions of the XBee modules are not for transparent communications. They are designed to allow a customer who would have been using a small 10 bit processor connected to an XBee to eliminate the need of the processor or part number for that processor. That is done by adding a 2nd processor to the XBee module (this is what a programmable module is).
Oh and they are not using Python on the programmables. You are using C.
Hi, mvut.
Thanks for your quick reply and sorry for my delay.
Yesterday I have succeeded to communicate between 2 modules while setting a XBee module as “Indirect Msg Coordinator” and setting another one as “None Routing Module” in XCTU software.
My purpose is to compose digimesh network with over 10 Raspberry Pi’s which is connected to a XBee Pro 3B DigiMesh module.