Other Parts Discussed in Thread: Z-STACK
Hi,
I am following Z-Stack 3's SampleLight example to create a simple zigbee network. 1 coordinator 1 end device. The coordinator seems working. But when I started commission on end device, it gets NO_NETWORK back in network steering. Don't know what is going on.
Tried with packet Sniffer, I can see ZED sends a Beacon Request in channel 11, and the ZC responses with a Beacon packet. And then a few requests from ZED send to dest 0xFFFE. And then nothing happens.
ZC is sending data package to dest PAN 0x7DF9 on a 15s interval.
I am new to Zigbee dev. Can anyone help?
My environment: IAR 10.10.1, Z-Stack is newest version 3 from TI. I am using non-TI development board, so I had to change LED and Key port. The chip is CC2530F256. I called uiActionStartComissioning() to start commission. No other significant change to sample code other than this.
Attached a file from Packet Sniffer.
Appreciate if anyone can help.
Thanks,