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.

CCS/CC1350: Receive Sub1 packets in custom cc1350 module

Part Number: CC1350
Other Parts Discussed in Thread: CC1100

Tool/software: Code Composer Studio

Hi,

The project that I'm currently working on is to receive sub1 packets in cc1350. Earlier we had worked with cc1100. Now we have to replace cc1100 with custom cc1350 module. I tried sample tx rx projects found in the Resource explorer and it was found working ( I tried rFPackettx and rFPacketRx projects). But upon looking, i found these projects were using 868MHz. In my case, the packets are being transmitted at 915 MHz. I also came to know that, in order to change frequency, one is supposed to edit smartrf_settings file. I experimented with that, but still i couldn't receive any of the packets. What all things am i doing wrong? Can anyone please point me in the right direction.