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.

CC2340R2: I need to put rf engine in continuous Tx Rx mode, I'm using data_stream example

Part Number: CC2340R2

Tool/software:

Hello,

I'm using CC2340R2 with data stream example, I required to implement continuous Tx-Rx to messure the current. I have used hos_app for this purpose to put the rf engine on continuous transmission or reception mode.

But I want to implement this feature in the application. Is there any specific configuration that I need to disable or enable. I want the module to get into continuous Tx Rx when it gets specific command on the UART.

Please specify if there any documentation available for this or any method for this.

Thank you.

  • Hello Aman,

    Thanks for reaching out.

    If you call GapScan_enable with duration of 0, then the scan will not end until you call GapScan_disable(). In basic_ble/data_stream (SDK examples), the duration is included in the BLEAppUtil_ScanStart_t *scanStartInfo struct that you pass to BLEAppUtil_scanStart() function.

    BR,

    David.