Hello:
We are currently working with the TI OTA cluster + OTA server application. We have built a project adding USB UART capabilities to the CC2531 dongle and all seems well, most of the time. We did most of our testing with the dongle in co-coordinator mode, and have now switched to router mode.
What we have noticed is somewhat erratic behavior in the PANs found when the TI OTA server is used to scan for networks. On occasion the scan will identify the correct networks, but more often then not, it seems to shift the data related to the network. For example (from the debug log output):
[07/28/2014 09:43:37.050] <Debug > Pan 0x0202
Logical Channel = 0x03
Router Capacity = 0x67
Device Capacity = 0x10
Version = 0x0F
Stack Profile = 0x0F
{OtaServer}
[07/28/2014 09:43:37.129] <Info > New Pan Discovered -> Pan 0x0202 {MtOtaMsgs}
In this case, it has discovered a PAN it believes is 0x0202, however the correct PAN ID is 0x6703 (these values are parsed as the router capacity and logical channel values). Of course the tool cannot connect to a PAN ID of 0x0202 and therefore is not able to upgrade any devices.
Any thoughts / suggestions what may be going wrong here?
Thanks
-JR
I