Other Parts Discussed in Thread: CC2531, CC2652RB, Z-STACK, SIMPLELINK-CC13X2-26X2-SDK, CC2541, UNIFLASH, CC2530, CC2591, CC2520, MSP430F5437A
I've got a simple test setup that consists of LP-CC2652RB running the zr_genericapp and a CC2531Dongle controlled by Z-Tool. Both devices are Routers, using the same PANID and channel mask, security is disabled, no coordinator is available.
- Z-Tool: ZB_START_NETWORK the CC2531 produces LinkStatus messages
- CCS: Start the zr_genericapp
- Z-Tool: ZB_PERMIT_JOINING_REQUEST
- CC2652RB: Press button1 to join the network
- Wait a little
- CC2652RB: Press button2 to force a link status message => (without success)
This is a typical sniff of the procedure.
- What could be the reason for sending multiple Accociation Request/Accociation Responses? Does this mean that the originating device does some retries?
- I've no explanation for the DataRequest between Accociation Request/Accociation Responses
121 1970-01-01 01:23:29,610176 0x55b3 Broadcast ZigBee 89 Link Status
122 1970-01-01 01:23:44,636949 0x55b3 Broadcast ZigBee 89 Link Status
123 1970-01-01 01:23:59,667065 0x55b3 Broadcast ZigBee 89 Link Status
124 1970-01-01 01:24:02,709998 IEEE 802.15.4 168 Reserved
125 1970-01-01 01:24:09,069758 Broadcast IEEE 802.15.4 70 Beacon Request
126 1970-01-01 01:24:09,073059 0x55b3 ZigBee 88 Beacon, Src: 0x55b3, EPID: 8f:00:02:00:02:ca:25:00
127 1970-01-01 01:24:09,333913 00:12:4b:00:14:f4:c5:4d 0x55b3 IEEE 802.15.4 81 Association Request, FFD
128 1970-01-01 01:24:09,334969 IEEE 802.15.4 65 Ack
129 1970-01-01 01:24:09,582975 00:12:4b:00:14:f4:c5:4d 0x55b3 IEEE 802.15.4 78 Data Request
130 1970-01-01 01:24:09,583935 IEEE 802.15.4 65 Ack
131 1970-01-01 01:24:09,585199 00:12:4b:00:19:36:8b:28 00:12:4b:00:14:f4:c5:4d IEEE 802.15.4 87 Association Response, PAN: 0x4711 Addr: 0xddf6
132 1970-01-01 01:24:09,586447 IEEE 802.15.4 65 Ack
133 1970-01-01 01:24:12,603202 00:12:4b:00:14:f4:c5:4d 0x55b3 IEEE 802.15.4 81 Association Request, FFD
134 1970-01-01 01:24:12,604258 IEEE 802.15.4 65 Ack
135 1970-01-01 01:24:12,851312 00:12:4b:00:14:f4:c5:4d 0x55b3 IEEE 802.15.4 78 Data Request
136 1970-01-01 01:24:12,852272 IEEE 802.15.4 65 Ack
137 1970-01-01 01:24:12,853801 00:12:4b:00:19:36:8b:28 00:12:4b:00:14:f4:c5:4d IEEE 802.15.4 87 Association Response, PAN: 0x4711 Addr: 0xddf6
138 1970-01-01 01:24:12,855048 IEEE 802.15.4 65 Ack
139 1970-01-01 01:24:14,694308 0x55b3 Broadcast ZigBee 92 Link Status
140 1970-01-01 01:24:15,870273 00:12:4b:00:14:f4:c5:4d 0x55b3 IEEE 802.15.4 81 Association Request, FFD
141 1970-01-01 01:24:15,871329 IEEE 802.15.4 65 Ack
142 1970-01-01 01:24:16,119346 00:12:4b:00:14:f4:c5:4d 0x55b3 IEEE 802.15.4 78 Data Request
143 1970-01-01 01:24:16,120306 IEEE 802.15.4 65 Ack
144 1970-01-01 01:24:16,121513 00:12:4b:00:19:36:8b:28 00:12:4b:00:14:f4:c5:4d IEEE 802.15.4 87 Association Response, PAN: 0x4711 Addr: 0xddf6
145 1970-01-01 01:24:16,122761 IEEE 802.15.4 65 Ack
146 1970-01-01 01:24:19,139849 00:12:4b:00:14:f4:c5:4d 0x55b3 IEEE 802.15.4 81 Association Request, FFD
147 1970-01-01 01:24:19,140904 IEEE 802.15.4 65 Ack
148 1970-01-01 01:24:19,387955 00:12:4b:00:14:f4:c5:4d 0x55b3 IEEE 802.15.4 78 Data Request
149 1970-01-01 01:24:19,388914 IEEE 802.15.4 65 Ack
150 1970-01-01 01:24:19,391349 00:12:4b:00:19:36:8b:28 00:12:4b:00:14:f4:c5:4d IEEE 802.15.4 87 Association Response, PAN: 0x4711 Addr: 0xddf6
151 1970-01-01 01:24:19,392596 IEEE 802.15.4 65 Ack
152 1970-01-01 01:24:29,722092 0x55b3 Broadcast ZigBee 92 Link Status
153 1970-01-01 01:24:44,751516 0x55b3 Broadcast ZigBee 92 Link Status
Thanks for your support!
Wolfgang