BLE TX Power range for CYW20719

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

cross mob
Aashikms
Level 1
Level 1
First reply posted First question asked Welcome!

The 'default_ble_power_level' for the CYW20719 is set to +12. The config file references a 'lm_TxPwrTable' for the power ranges.

I am unable to find the above mentioned table in sdk or any documentation. Can anyone guide me on what is the maximum power that can be set for the CYW20719.

Thanks,

0 Likes
1 Solution
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

As per the datasheet, GFSK TX power = 5 dBm. Using below APIs, we can set the Tx power and the power can be set between 4 and -16 for cyw20719. I think .default_ble_power_level is not working which we set in the cfg file.

wiced_bt_ble_set_adv_tx_power()

wiced_bt_set_tx_power() 

https://www.cypress.com/documentation/datasheets/cyw20719-enhanced-low-power-bredrble-bluetooth-50-s...

Thanks,

-Dheeraj

View solution in original post

0 Likes
1 Reply