Range issue in Zigbee

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Range issue in Zigbee

1,011 次查看
hariprasad_anum
Contributor I

We are evaluating range problem in of our zigbee products 

For setting the Transmit Power we are using the below API and for enabling external PA we are configuring the below GPIOs

 

    vInitialiseApp ();

 

    // Set Power to 4dBm

    eAppApiPlmeSet(PHY_PIB_ATTR_TX_POWER, 4);

 

    /* Initialise output PA */

       GPIO_PinInit(GPIO, APP_BOARD_TEST_GPIO_PORT, 0, &pa_config);

       GPIO_PinInit(GPIO, APP_BOARD_TEST_GPIO_PORT, 4, &pa_config);

 

       GPIO_WritePinOutput(GPIO, APP_BOARD_TEST_GPIO_PORT, 0, 0);

       GPIO_WritePinOutput(GPIO, APP_BOARD_TEST_GPIO_PORT, 4, 1);

 

But we are not seeing any range improvement with the above configuration.

Are we missing any other settings /API invocations  ? 

Please clarify 

标签 (1)
0 项奖励
回复
1 回复

955 次查看
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Hariprasad, I hope you're doing well!

 

There's an Application Note available on the ZigBee 3.0 page for JN devices which provides a tool for placing the JN516x modules into different test modes, including a test for Tx power.

 

Could you please take a look at this application note? It can be found as JN-AN-1172.

 

Please let me know if you need any more information.

 

Best regards,

Sebastian

0 项奖励
回复