How does 5168 001 m06 enable high power in 1229?

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

How does 5168 001 m06 enable high power in 1229?

835 Views
jun951753jun951
Contributor III

Is it possible to enable high power modules normally by adding only two functions to the main function?

vAppApiSetHighPowerMode(APP_API_MODULE_HPM06,TRUE);
while(eAppApiPlmeSet(PHY_PIB_ATTR_TX_POWER, (uint32)(13))!=PHY_ENUM_SUCCESS);

pastedImage_1.png

0 Kudos
1 Reply

696 Views
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi, I hope you're doing well!

 

To enable High Power mode on the M05 and M06 modules, you'll need to use the following function:

vAppApiSetHighPowerMode.

 

You can see some examples and explanations on how to use this function in the attached document.

 

Please let me know if you need more information.

 

Best regards,

Sebastian

0 Kudos