Other Parts Discussed in Thread: CC2538, CC2530, CC2531
I encounter a strange problem, I made two sniffers , one is implemented with cc2530,the other is implemented with cc2538. both the source code come from contiki cc2530 platform and cc2538 platform. here are two simple packet senders, one is also implemented with cc2530, the other is implemnted with cc2538.
here is the problem, the cc2538 sniffer can receive the packets sent by cc2530 packet sender and cc2538 packet sender, the cc2530 sniffer can only receive the packets from cc2530 packet sender, it can't capture the packets sent by cc2538 packet sender. and then I got a official cc2531 sniffer, and it also can receive the cc2530 packets but can't receive cc2538 packets. why it could be? It confuse me. I'm waiting for your answer. Thanks.