This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
We’ve a Zigbee-Pro 2007 based Digi-XBee Zigbee coordinator and we’re trying to get them to work with CC1350P launchpad.
Is there any app note or demo code that could get us started with this? From what I understand – the Digi-XBee modules are
Zigbee compatible, though there’s something peculiar about their packets; so trying to ensure they will interoperate with 1352
TI-Zigbee stack. Please advise.
Thanks.
It does not join the network. Do you know out of the box what the Xbee module uses for a profile? I think it has custom endpoints, which also shouldn't be an issue to connect to.
I started out with zr_genericapp in CCS. Is this the correct example to start with? Also, the example and Xbee coordinator does not have security/encryption enabled to make it a little easier to start off.
Is there any other customers or documentation that you can provide to help out connecting to an off the shelf Digi XBee coordinator running default firmware?
I will work on getting you some sniffer logs, but they really didn't have anything in them when the cc device tried to associate.
Thank you
Sniffer logs are useful when developing with wireless protocols such as Zigbee.
As far as I know, we don't have any documentation regarding use with XBee devices.
Note that the genericapp does not have any endpoints.
Please make sure that the sniffer device and the Zigbee devices are all operating on the same channel. Then you can see traffic from both the XBee device and the CC1352P.
Toby,
Attatched is the Sniffer file (Wireshark) from the unsuccessful attempt to join the network. It does the Beacon Request and gets a reply, but then it does not continue on to what I assume should be the association request.
Thank you.CC1352AssociationToCoordinator.zip
Thanks for the info. I changed the Profile on the coordinator to ZigBee Pro and now the cc1352 device does the Association Request. It receives an Association State = Success from the coordinator, but then does a whole bunch of Data Requests and tries to re-associate. What are the Data Request packets it's trying to do and why is it re-associating ? Does this have to do with the security settings? I have the coordinator set to disable security but the cc1352 has a define to enable security. I can't set SECURE=0 and not sure where else to set to disable security.