Embedded Design Engineer

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

cross mob
juan-HC
Level 1
Level 1
5 replies posted 5 sign-ins First like given

Hi,

We were using the BT121 bluetooth module by Silicon Labs for our application. Our Design Team Has suggested CYBT-353027-02 to replace the SiLabs part. 

BT121 datasheet has mentioned 1 x BR/EDR + 6 x BLE connections simultaneously. While we couldnt find any such particular data in CYBT-353027-02 datasheet.

Can you please share how many simultaneous connections are possible with CYBT-353027-02, BR & BLE in detail.

 

Thanks

0 Likes
1 Solution
advait_kulkarni
Moderator
Moderator
Moderator
25 likes received 250 sign-ins 100 solutions authored

Hi @juan-HC ,

Our module supports 8 BLE connections simultaneously. Although for BR, the number of simultaneous connections depend on the profile you are implementing. You can check out our audio watch code example: https://github.com/Infineon/mtb-example-btsdk-audio-watch for an idea on how BR profiles are implemented.

Thanks and regards,

Advait Kulkarni.

View solution in original post

3 Replies
advait_kulkarni
Moderator
Moderator
Moderator
25 likes received 250 sign-ins 100 solutions authored

Hi @juan-HC ,

Our module supports 8 BLE connections simultaneously. Although for BR, the number of simultaneous connections depend on the profile you are implementing. You can check out our audio watch code example: https://github.com/Infineon/mtb-example-btsdk-audio-watch for an idea on how BR profiles are implemented.

Thanks and regards,

Advait Kulkarni.

juan-HC
Level 1
Level 1
5 replies posted 5 sign-ins First like given

Thanks Advait,

BR we will be using only 1 connection.

0 Likes
advait_kulkarni
Moderator
Moderator
Moderator
25 likes received 250 sign-ins 100 solutions authored

Hi @juan-HC ,

Alright, in that case, it will work fine.

Thanks and regards,
Advait Kulkarni