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.

CC1352R: Any example of using PROP_CMDs to implement long-range mode instead of using EasyLink API?

Part Number: CC1352R
Other Parts Discussed in Thread: SYSCONFIG

Hi Ti expert,

We have an existing project based on PROP_CMDs (50kbps, 2-GFSK, MR) in radio driver. Considering to increasing the transmission distance, we want to migrate to (5kbps, DSSS, Long-range).

I can see many examples are directly using EasyLink API, but are there any examples that is directly using PROP_CMDs so that we can easily modify our project?

Thank you very much,

  • You can use the rfPacketTX and rfPacketRX example and just change the settings from the 40 kbps settings to the SLR settings y ou want to use. This is easy if you use sysConfig in the latest SDK:

  • Hello Siri,

    Thank you very much in advance for your reply. 

    I had tested in syscfg feature and it works perfectly! Syscfg is a really handy and useful tools!

    Thank you very much, Have a good day!

    N

  • If you are not using sysConfig, you simply generate new smartrf_settings.c/h files using SMartRF Studio, and you use those files instead of the settings files already included in the rfPacketRx and rfPacketTx example.

    Siri