This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Possible Wi-Fi interference On CC2500??

Other Parts Discussed in Thread: CC2500, CC1100

Hi,

I'm working on a project which involves transmitting audio data back and forth between two CC2500s. Since I'm using an MSP430 to control each CC2500, I'm using the software from slaa325 (MSP430 Interface to CC1100/CC2500 Code Library). The problem that is coming up is that when executing, the software is constantly jumping to the ISR triggered by receiving a packet even when the other CC2500 isn't even powered on. I'm not really sure why this is occurring and suspect it may be due to the fact that the CC2500 operates on the 2.4GHz frequency as does my wireless internet router. Is it possible that my CC2500s are constantly receiving data from the wireless router nad thus triggering the RX ISR?? If so, is there anyway for me to modify the software in such a way that each board ONLY jumps to the RX ISR if the data received is from the other CC2500??

Thanks