Topic

FAQ
Login Register
Is TX Power different between commissioning and after commissioning ?
Feb 24, 2023 10:42

/

A

/A

I use TLSR8258 with ZB_BLE_Concurrent_SDK_2.3.0.0.

Is tx_power is different between commissioning and after commissioning ?

When I commissioning the sampleLight, distance is short.

But after commissioning, distance is long.


2 replies
TL_Soyo Feb 24, 2023 14:02
0
/A

 HI,

  In order to ensure the success rate of network commissioning, the RSSI will be restricted during network commissioning, and the macro NWK_NEIGHBORTBL_ADD_LQITHRESHOLD can be modified to a smaller value to get longer distance.



JaeYong Lee [Author] Feb 24, 2023 14:34
0
/A

Thanks.


I have one more question.

I found commissioningTxPower as below.

Is it not effected ?

-------------------------------------

zcl_zllTouckLink_t g_zllTouchLink = {

.lqiThreshold = 0xa0,

.commissionTxPower = ZB_RADIO_TX_0DBM,

.keyType = MASTER_KEY,

};

-------------------------------------