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

cross mob
TakMune
Level 4
Level 4
Distributor - Macnica (Japan)
First like given 100 sign-ins First solution authored

We observed CYWBT343026 Tx power equivalent to class 1 using BQB RF test command of wmbt.

We would like to configure the Tx power equivalent to class 2. Please let us know the way.

0 Likes
1 Solution
tayo
Level 5
Level 5
Distributor - Macnica (Japan)
100 replies posted 25 solutions authored 250 sign-ins

Hello

The maximum Tx power is defined at below.

<\WICED-Studio-6.4\20706-A2_Bluetooth\apps\demo\hci_audio_gateway\wiced_bt_cfg.c>

Line 166

.max_pwr_db_val = 12 /**< Max. power level of the device */

You should change the value to 3 for class 2 Tx power.

 

Thanks,

Tayo

View solution in original post

0 Likes
1 Reply
tayo
Level 5
Level 5
Distributor - Macnica (Japan)
100 replies posted 25 solutions authored 250 sign-ins

Hello

The maximum Tx power is defined at below.

<\WICED-Studio-6.4\20706-A2_Bluetooth\apps\demo\hci_audio_gateway\wiced_bt_cfg.c>

Line 166

.max_pwr_db_val = 12 /**< Max. power level of the device */

You should change the value to 3 for class 2 Tx power.

 

Thanks,

Tayo

0 Likes