HI
i have to CC2530 boards,and download the Z-Stack 2.5.1.a,one board work as a end device,and the other board work as a coordinator,the terminal sends periodic data to the coordinator,and the coordinator answers the terminal's data;and the communications between terminal and coordinator is well,so i want to use the packet sniffer ,analysis of the wireless protocols between the two devices;
i have set the terminal and the coordinator 's channel to 0x0C(originally 0x0b),
//-DDEFAULT_CHANLIST=0x00002000 // 13 - 0x0D-DDEFAULT_CHANLIST=0x00001000 // 12 - 0x0C//-DDEFAULT_CHANLIST=0x00000800 // 11 - 0x0B
and the Radio Configuration IEEE 802.15.4 channel is set to 0X0C(2410Mhz)
but the packet sniffer can't accept any data,i look forward to your help,thank you very much
hi
i have found the cause of the problem,my original purpose is to modify the default wireless channel ,but i found that the wireless channel or no changed.and setting the Packet Sniffer software to default channel,it can receive data,do you know why this is,where can i modify the protocol stack wireless channel, thank you!