Hi Khac,
Where is the test range performed by the customer?
Here are a few parameters to take into account:
1) the modules configuration themselves to get the best link budget (max Tx power set)
2) the antenna ('gain/directivity', orientation)
3) the environment:
a) boards have to be on none metal support at ~1/2m of the floor,
b) far of other radio interference (wifi, ...)
c) empty area (without building,...)
So, you would need to just call the below function in your application during startup. For example:
vAppApiSetHighPowerMode( APP_API_MODULE_HPM06, TRUE );
And then setting the appropriate Tx level using
eAppApiPlmeSet(PHY_PIB_ATTR_TX_POWER, (uint32)(22));
Regards,
Mario