[CYBT-343026-01] About MAX current consumption

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

cross mob
MiSa_2357281
Level 3
Level 3
Distributor - Macnica (Japan)
5 replies posted 250 sign-ins First solution authored

Hi 

About the current consumption of BLE described in the data sheet
"+ 9.0dBm" → + 8dBm
Is it correct in the recognition that it is set?
 
Thanks,
0 Likes
1 Solution
YoJa_3107936
Level 5
Level 5
Distributor - Macnica (Japan)
100 sign-ins 50 sign-ins First like given

Hi Misa

 

Actually, it would be nice to be able to actually measure it, but above, basically
wiced_bt_cfg_settings_t
You can set the maximum transmission power with.
If you want to change dynamically
wiced_bt_dev_set_adv_tx_power ()
wiced_bt_dev_set_tx_power ()
It means that you can intentionally reduce the power.

 

Thanks

View solution in original post

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

Hi Misa

 

Actually, it would be nice to be able to actually measure it, but above, basically
wiced_bt_cfg_settings_t
You can set the maximum transmission power with.
If you want to change dynamically
wiced_bt_dev_set_adv_tx_power ()
wiced_bt_dev_set_tx_power ()
It means that you can intentionally reduce the power.

 

Thanks

0 Likes