Hi,
I am new to Ti Z-Stack. I start of writing a simple application:
1. I set ZCD_NV_PANID to be 0xFFFF, which means dynamically create a PANID.
2. I set ZCD_NV_CHANLIST to include all channels, which means I want the device to scan all channels to find the best one.
3. I set ZCD_NV_APS_USE_EXT_PANID to be a valid extended id.
4. I set ZCD_NV_LOGICAL_TYPE to be coordinator to start the network.
5. I start the network by calling zb_StartRequest()
6. Network is started successfully and zb_StartConfirm is called.
Now my question is how can I find out what PANID that the network is using and which Channel it is on??
Thanks
John