Hy there,
to be able to certify my device in Brazil, apparently I need to enable TX test modes with +5dBm.
So far I am able to execute the command:
HCI_EXT_ModemTestTxCmd(HCI_EXT_TX_UNMODULATED_CARRIER,freq); and HCI_EXT_ModemTestTxCmd(HCI_EXT_TX_MODULATED_CARRIER,freq);
but does this set the TX power tp +5dBm? In http://processors.wiki.ti.com/index.php/FCC_ETSI_Test I find that 0dBm is used.
When I browse my source code I find the declaration of a function LL_EXT_ModemTestTx in ll.h. The comment reads:
Note: The BLE device will transmit at maximum power.
Is maximum power +5dBm? Can I simply call this function to enable test mode? Can I influence TX power on the test mode activated with HCI_EXT_ModemTestTxCmd?
Regards
Harald