如题,关于如何查看到cc2630的默认配置功率dB
如何去配置这个发射功率dB
是通过ccdebugger 和smartRF Studio 么?
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.
如题,关于如何查看到cc2630的默认配置功率dB
如何去配置这个发射功率dB
是通过ccdebugger 和smartRF Studio 么?
zstack_sysSetTxPowerReq_t req;
zstack_sysSetTxPowerRsp_t rsp;
req.requestedTxPower = 2; // change to desired output power level
Zstackapi_sysSetTxPowerReq(zswEntity, &req, &rsp);
Please refer to the Z-Stack TI-RTOS API document at C:\ti\simplelink\zstack_home_1_02_02_42930\Documents\API\zstack_tirtos_api for more details on this api.