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.

CC2745R10-Q1: Example code to program the device to transmit unmodulated carrier

Part Number: CC2745R10-Q1

Tool/software:

Hi, 

Is there an example on CC2745R10-Q1 device to allow programming of the device to transmit modulated/unmodulated carrier signal at a specified frequency? Similar example is included under prop_rf examples for other devices.

thank you.

  • Hello,

    You can use this API: TI BLE5-Stack API Documentation: HCI

    I recommend importing the host_test example, and then using the BTool application (found in <SDK Source>/tools/ble/btool). You can then send this API to the device and it will transmit a modulated/unmodulated carrier signal at a specific frequency.

    Best,

    Nima Behmanesh

  • Hello Nima, 

    The intension is to not have any cables running to configure the device while testing and hence we could not use SmartRF studio or PC tool based examples. However, based on suggestion from TI FAE (Shashank), we were able to change configuration with empty example as base and accomplish the task. Thank you for the support.