How to resume lost communication between 2 XBees
JChris
Posts: 58
I would like to know how to resume lost communication between 2 XBees. I use 2 XBees Pro S1 and 2 propeller C3.
When I move one XBee away from the other one, the communication stops. I want the communication to resume when I bring the remote XBee back to its original location (i.e. both xBees close to each other).
In my project I have a constraint that is to use API_Rx. When the communication stops because of the distance the Xbees get stalled. In my program, the XBees stop in the loop that receive data (API_Rx function). Should I use the reset function to relaunch the XBees or are there other approachs to resume communication between XBees?
If anyone has a hint I would appreciate
When I move one XBee away from the other one, the communication stops. I want the communication to resume when I bring the remote XBee back to its original location (i.e. both xBees close to each other).
In my project I have a constraint that is to use API_Rx. When the communication stops because of the distance the Xbees get stalled. In my program, the XBees stop in the loop that receive data (API_Rx function). Should I use the reset function to relaunch the XBees or are there other approachs to resume communication between XBees?
If anyone has a hint I would appreciate
Comments