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.

请教在ZHA1.2.2协议栈上怎样支持CC2592功放

Other Parts Discussed in Thread: CC2592, CC2530

你好!
   目前我们使用TI官方开发板:CC2530+CC2592模块和SmartRF06 Evaluation Board底板,

   我在ZHA1.2.2协议栈中修改两个地方来支持CC2592:
   1、开启  HAL_PA_LNA_CC2592
   2、修改功率ZMacSetTransmitPower()
void zclSampleSw_Init( byte task_id )
{
  zclSampleSw_TaskID = task_id;

..
..

  
#if defined (OTA_CLIENT) && (OTA_CLIENT == TRUE)
  // Register for callback events from the ZCL OTA
  zclOTA_Register(zclSampleSw_TaskID);
#endif

// Set the transmit power level
ZMacSetTransmitPower(TX_PWR_PLUS_19);
  
}
我测试空旷距离只有25米左右
我还需要修改其他在方吗?


注:ZHA1.2.2协议栈-Z-Stack Home 1.2.2a.44539,CC2530芯片+CC2592