I’m trying to set a xbee to repeating signal between end-point and coordinator. The middle xbee repeater does not need to attach to arduino. Can I do this and how? thanks
ps: I’m using xbee s2
I’m trying to set a xbee to repeating signal between end-point and coordinator. The middle xbee repeater does not need to attach to arduino. Can I do this and how? thanks
ps: I’m using xbee s2
You mean you want to send data to/from end device and Coordinator with the help of a Router in between them?
Yes. I want to add the repeater xbee to extend the signal distance between end device and coordinator
Have you tried to give to destination address at Endpoint as Router address and Router destination as 0000. It is my Guess. may /may not work. I too new to Xbee. :s
If you set router destination as 0000, it broadcast packet to all nodes in the network.
I think below settings helps
End device Destination = Router SH and SL
Router destination = Coordinator SH and SL
Thanks for your answers. Yes I did the way as you said
End device Destination = Router SH and SL
Router destination = Coordinator SH and SL
My plan is to sending the data out from the end device to the coordinator through router/repeater xbee. Can I set two or more routers between End device and coordinator? So, if one router is disconnected from the network, the other router will automatically take care of the data transmitting. Should I change the direction so the data transfer from the coordinator and broadcast to the end device? Will that be easier?
Thank you for your time.
Is this working ? I am facing similar issue.
I am trying to make following topology in API mode. End device (E) <—>Router (R) <----> coordinator (C) Is it feasible ? I have configured both xbees in API mode (2). I am not able to see communication happening between end point and router in APi mode. Please help to fix this.
However, following topology is working: Router (R) <—> Coordinator (C)
Hello, I am facing the same situation too. Have you solved it?
Thanks