Reducing the range of Blue Tooth connection capabilities - CYBLE-222014-01

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

cross mob
Anonymous
Not applicable

Hi Everyone,

I'm trying to reduce the Area of effectiveness of the blue tooth for medical purposes. How can I reduce the range using the PSOC creator and a CYBLE-222014-01 Module.


Thanks!

0 Likes
1 Solution
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

You can reduce the range by using a low TX power. TX power can be set in the GAP->General settings as below. Or you can use the API CyBle_SetTxPowerLevel (CYBLE_BLESS_PWR_IN_DB_T *bleSsPwrLvl).

pastedImage_0.png

View solution in original post

0 Likes
1 Reply
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

You can reduce the range by using a low TX power. TX power can be set in the GAP->General settings as below. Or you can use the API CyBle_SetTxPowerLevel (CYBLE_BLESS_PWR_IN_DB_T *bleSsPwrLvl).

pastedImage_0.png

0 Likes