Other Parts Discussed in Thread: CC2530, Z-STACK
Tool/software: TI-RTOS
Hi,
I have the following Zigbee config:
1pc --- Coordinator (CC2538, Zstack 3.0.1)
2pc --- Zigbee Router (CC2530, Zstack 3.0.1)
All Coordinator and the router PAN ID are set to 0x1234 in f8wConfig.cfg as below:
-DZDAPP_CONFIG_PAN_ID=0x1234
Question1:
When I power on the Coordinator and the 2 Routers (I use Ubiqua to monitor the status), sometimes one of the router /or Coordinator shows PANID = 0x1235 !!
If I reset the power and try again, situation is the same. But if I re-download program and try again, sometimes it seems ok.(i.e., all Coordinator and the 2 routers show panid: 0x1234!!) Why it occurs? Is it related to the power on sequence?
Queston2:
When all PAN ID are 0x1234, in Ubiqua graphc view, it shows 1 coordinator and 2 Routers. But they are 3 separate nodes!! (i.e., no lines to join between the Coordinator and the router!! All the Coordinator and the Router display "Depth: 0"; "Status: Associate"). So, how to link up the Coordinator and the Router please?
Note: in the Router side, the program can jump into ZDO_STATE_CHANGE and the nwk state is DEV_ROUTER!!
Thank you very much
Bruce Lam