Hello everyone,
I am currently working with a custom ZigBee device, I successfully tested previous version of my firmware based on ZigBee stacks Home Automation examples. I keep a base line device (earlier, stable build of the same ZigBee device) to test my new code against. I always used CC2531 usb dongle as a coordinator and previously had only a few problems with it, but lately I can not connect my custom devices to it (I haven't yet tested, if other ZigBee devices can connect to the network via this coordinator).I am providing a snapshot of the messages captured with SmartRF Packet Sniffer with my othes usb dongle (the strange thing is that both dongles work as sniffers perfectly, but not as coordinators).
As you can see my device sends out Beacon request as it should, but the coordinator does not respond to it, but rather periodically sends what I assume from the type code is an ACK message. Another thing I do not understand is - why my device sends out an orphan notification in the beginning? Any tips on how to solve this problem?
*** EDIT ***
Here is the packet sniffer data in .psd format as a google drive link, for some reason the forum recognizes it as an image (most likely, because .psd also stands for Photoshop Document).
*** EDIT #2 ***
Here is the ziped sniffer data. dataPackets.zip