Part Number: CC2640R2F
Hi,
I am using CC2640R2F rfTxEcho RTOS project. How to set Tx power to 4dBm and 3dBm.Default Tx power has 5dBm.
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: CC2640R2F
Hi,
I am using CC2640R2F rfTxEcho RTOS project. How to set Tx power to 4dBm and 3dBm.Default Tx power has 5dBm.
Hello Vignesh,
I will provide a link to the API for the RF_setTxPower function. Additionally, the page provided includes more information about using the RF_setTxPower function.
Thanks,
Isaac
Hi ,
What value to set in RF_TxPowerTable_Value for 4dBm and 3dBm.
Function description is :
RF_Stat RF_setTxPower(RF_Handle h,RF_TxPowerTable_Value value);
Thank you.