Part Number: LAUNCHXL-CC26X2R1
Tool/software:
I have a CC26X2R1 LaunchPad, and I want to read RX packets on BLE channel 37. Is there a way to automate this process using a command-line interface?

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.
Part Number: LAUNCHXL-CC26X2R1
Tool/software:
I have a CC26X2R1 LaunchPad, and I want to read RX packets on BLE channel 37. Is there a way to automate this process using a command-line interface?

Hi,
For devices supported by SmartRF Studio 7 there is the Radio Test library, accessible by going to Tools -> SmartRF Test Environment (in the main window).
This is a C++ library that provides an API for these kinds of tasks. Documentation is included under "../doc" in the installation folder.
Regards,
Zack
I tried the Radio Test library, but it's not providing data like SmartRF Studio. It would be great if it returned the full received data, including the MAC ID.

The default installation folder for the documentation is under "../ti/RadioTestLibrary-xx/doc" (where xx is the version). There is information on the API there under the "Classes" header:

Regards,
Zack