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.

How to change the modulation scheme between 2-fsk/2-gfsk/4-fsk using the TI 15.4 stack?

Other Parts Discussed in Thread: TIMAC

Hi,

I'm having a little trouble finding out how the TI 15.4 stack example projects actually change the modulation type. There is a data structure in the developer's guide (ApiMac_MRFSKPHYDesc_t) page 143 that, the way I understand it, SHOULD be used by the example collector and sensor projects to change the modulation scheme- but none of the searches actually reveal that this structure is being used anywhere in the code (including the timac project). I tried commenting out the structure in the header and the project recompiled without errors, which confirms that this structure isn't used in the example projects.

For my application I want to be able to switch between schemes if the connection quality weakens- any suggestions on how I'd be able to do this would be greatly appreciated. Thanks in advance!