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
Solved! Go to Solution.
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
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