How modify the transmitting power of JN5169

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How modify the transmitting power of JN5169

1,017 Views
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 Kudos
2 Replies

608 Views
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 Kudos

608 Views
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 Kudos