[CYBT-343026-01]TxPower Maximum transmit power setting

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
KeOn_
Level 5
Level 5
Distributor - Macnica (Japan)
100 sign-ins 25 replies posted 10 solutions authored
Is it correct to understand that the output value described in the data sheet is the result when (maximum transmission power) is set as follows?
BDR / EDR + 12dBm setting → BDR + 12dBm (typ) / EDR + 9dBm (typ)
BLE + 8dBm setting → BLE + 9dBm (max)
0 Likes
1 Solution
YoJa_3107936
Level 5
Level 5
Distributor - Macnica (Japan)
100 sign-ins 50 sign-ins First like given

Hi KeOn

Set .max_pwr_db_val in wiced_bt_cfg_settings_t to 12.
This is the value when no other power adjustment API functions are called.
What is a power adjustment API function?
Wiced_bt_dev_set_adv_tx_power ()
Wiced_bt_dev_set_tx_power ()

 

Thanks

View solution in original post

1 Reply
YoJa_3107936
Level 5
Level 5
Distributor - Macnica (Japan)
100 sign-ins 50 sign-ins First like given

Hi KeOn

Set .max_pwr_db_val in wiced_bt_cfg_settings_t to 12.
This is the value when no other power adjustment API functions are called.
What is a power adjustment API function?
Wiced_bt_dev_set_adv_tx_power ()
Wiced_bt_dev_set_tx_power ()

 

Thanks