How to change PSOC-6 BLE Receive Sensitivity during application run time?

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

cross mob
AyKo_4382201
Level 2
Level 2
10 replies posted 5 replies posted 5 questions asked

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

0 Likes
1 Solution
Yugandhar
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 5 likes given

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.

View solution in original post

0 Likes
1 Reply
Yugandhar
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 5 likes given

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.

0 Likes