How modify the transmitting power of JN5169

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

How modify the transmitting power of JN5169

1,092 次查看
qidongli
Contributor II

I want to call the following function to get the JN5169 up to 10dBm transmitting power:

  • vAHI_HighPowerModuleEnable(TRUE,TRUE);
  • vAppApiSetHighPowerMode(APP_API_MODULE_HPM05, TRUE);
  • eAppApiPlmeSet(PHY_PIB_ATTR_TX_POWER, (uint32)10);

But it doesn't do much in the real world, so how do you get the JN5169 to 10dBm?

0 项奖励
2 回复数

683 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Qigong,

Could you please try with the next 2 API?

vAppApiSetComplianceLimits(0, -10, 81);
vAHI_HighPowerModuleEnable(TRUE, TRUE);

For a better reference look at the IEEE 802.15.4 Stack User Guide v2.6

Regards,

Mario

0 项奖励

683 次查看
jun951753jun951
Contributor III

Hello, I still have some questions about 5168 high power and 1229 after reading 333700。

1 、Can I build a zigbee network using only the coordinator and router?Using a router for data collection?

2、I use only the vAppApiSetHighPowerMode(APP_API_MODULE_HPM06,TRUE) function to start the 1229 high-power module,Both of the coordinator and the router。But the transmission distance is very close, does my high power module start correctly?

0 项奖励