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.

CC1310: Ask a beginning example to send data at fixed time internal with 4Mbps

Part Number: CC1310

Hi,

Do you have software example advice for below application requirement?

1. Send a Tx package at a fixed time interval. 

2. Use 4Mbps high speed mode. Could we copy related smartRF settings file from Packet Error Rate example directly?

  • Hi Daniel,

    1. There are basic RF Driver examples included in the SDK.

    2. All available RF settings for CC1310 can be found in SmartRF Studio.

    Regards,
    Fredrik

  • Hi Fredrik,

    1. I know it has RF driver in many example such as EasyLinkTx and rfPacketTx project, but there is no example about sending package at fixed interval.

    2. There is no 4Mbps high speed setting in SmartRF Studio 2.12.0.

  • Hi Daniel,

    For an application continuously sending packets at a given interval you have to do some minor SW development yourself. The PacketTx is a good starting point though.

    As you can see from SmartRF Studio, 4 Mbps settings have never officially been released, despite being present in the PER example. You may pull the settings from the PER example of course, but do know that these have not gone through the same amount of validation as settings available in Studio.

    Regards,
    Fredrik