increasing tx power of cyble-022001beacon

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

cross mob
maisc_2456076
Level 1
Level 1

can someone tell me where I can increase the power output of the solar beacon?     Ive looked through the code and cant figure out where to set the power output

Thanks

0 Likes
1 Solution
GyanC_36
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi Mark,

The power output can be set either in BLE component customizer ( Double click on BLE component -> GAP Setting) or by using API

CyBle_SetTxPowerLevel() in Firmware once the BLE stack is initialized ( CyBle_Start()).

-Gyan

View solution in original post

1 Reply
GyanC_36
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi Mark,

The power output can be set either in BLE component customizer ( Double click on BLE component -> GAP Setting) or by using API

CyBle_SetTxPowerLevel() in Firmware once the BLE stack is initialized ( CyBle_Start()).

-Gyan