Quantcast
Channel: Zigbee 和 Thread
Viewing all articles
Browse latest Browse all 16962

帖子: RE: ZIGBEE通信距离和发射功率

$
0
0

您可以使用以下来设置CC2630的发射功率:

zstack_sysSetTxPowerReq_t req;
zstack_sysSetTxPowerRsp_t rsp;
req.requestedTxPower = 0; // change to desired output power level
Zstackapi_sysSetTxPowerReq(zswEntity, &req, &rsp);


Viewing all articles
Browse latest Browse all 16962

Trending Articles