HI,
I'm using CYBLE-416045-02 mcu and in my application I need to change the BLE Receive Sensitivity during run time.How should I do this?
And how to increase ble transmission range?
Thanks
Solved! Go to Solution.
Hello,
We can't change the Receiver sensitivity in PSoC6 ble.
For BLE transmission range, Cy_BLE_SetTxPowerLevel() function can be used to set the transmit power for the advertising channel operations or data channel operations (per connection). Please refer to this API in BLE component datasheet for more information.
Thanks,
P Yugandhar.
Hello,
We can't change the Receiver sensitivity in PSoC6 ble.
For BLE transmission range, Cy_BLE_SetTxPowerLevel() function can be used to set the transmit power for the advertising channel operations or data channel operations (per connection). Please refer to this API in BLE component datasheet for more information.
Thanks,
P Yugandhar.