-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receive Timeout doubt #124
Comments
Hi @aang7, What type of modules are you using? Could you please send us the hardware and firmware versions (HV and VR)? Also, are you able to read any other parameter from that remote module (PAN ID or other IO line for example), or you always get that error? Thanks. |
I'm using And so far, I'm not able to read another parameter. |
Thanks @aang7, Are you sure the two XBee modules are in the same network and can communicate each other? Can you verify with XCTU that you can discover the remote module from the local one? How do you obtain the Thanks. |
I'm sure that the modules are in the same network.
The XCTU can discover the remote module from the local one. But after a few re-scanning.
Instantiating the |
Hey @aang7, If XCTU takes several scans to discover that remote device, it could be because the communication with it is very poor. A With the information you have provided, we are not able to reproduce the problem. Could you please give us more information about your network (number of modules, distance between them...)? Thanks. |
The distance approximately it's around 3 km (~ 1.86411 miles). But there are nodes between them (at most 300 metes ~ 0.186411 miles). So I think, due to I'm using DigiMesh protocol, the packet can be repeated until it reaches the final node and so on. Each node has an antenna to amplify the signal. Also I have been watching some paramaters that can help, like the NO, NT, TO, MR and RR but I really dont't know exactly what I have to change or if I have to. Also I'm using an ekm push, where a determinate quantity of nodes (20) are associated with each one and those nodes have a destination address which is the ekm push related to it. Modules in the network: 500 |
Hi, I have a doubt when working with the receive timeout parameter. I'm trying to get a parameter from a remote XBee using Digimesh protocol, with the XBee PRO model. Before I request the parameter value, I set the receive timeout of my local XBee device as this:
myDevice.setReceiveTimeout(300000);
Then I request the value:
remoteXBeeDevice.getDIOValue(IOLine.DIO11_PWM1);
But I receive an exception:
Why I'm getting this error too fast if I have a longer receive timeout ?
TX failure It's an error of trying to send the command, but why if with others remotes the same code works?
The text was updated successfully, but these errors were encountered: