CYW20721: profile Functionalities!

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

cross mob
gokulnath
Level 1
Level 1
5 sign-ins First reply posted First question asked

Hello!
I'm new to bT domain and I'm based in France & would like some assistance to choose the perfect Cypress module for my application.

 

My use case: BT Audio Earphones (HFP, A2DP, AVRCP & SPP together) , HFP slave initiating BT- reconnection incase of disconnection + Custom data commands 1) under HFP 2) under RFCOMM 
My custom commands are to interface with another Encrypted BT HFP AG device as Walkie - Talkie. 

My previous setup: WT32-IA under IWARP I'm able to achieve these above functions using the "ECHO" Command on IWARP API. now I'm planning to upgrade it to BT 5.0 specs & I'm looking to change to cypress. 

Please suggest which product is best for my purpose & especially can I achieve the Custom data command + HFP reconnection? Also suggest me which cypress chip should I go for ? 

Thanks for your input 

0 Likes
1 Solution
AnjanaM_61
Moderator
Moderator
Moderator
10 questions asked 5 comments on KBA First comment on KBA

Hello @gokulnath 

The chip you have mentioned; CYW20721B2 is the BTBLE audio chip which will be suitable for your application. 

You can use the chip either in embedded mode (with an application developed in our Modus Tool Box IDE ) or in HCI mode (in which you can use any host which sends standard HCI commands). 

For embedded mode, we have couple of example projects available and the details can be referred from the Technical Brief available here: https://community.infineon.com/t5/Resource-Library/AIROC-Bluetooth-SDK-3-1-Technical-Brief/ta-p/2864...

I would also suggest you to contact any of our local sales FAE for quick support.

Regards,

Anjana 

View solution in original post

0 Likes
3 Replies
AnjanaM_61
Moderator
Moderator
Moderator
10 questions asked 5 comments on KBA First comment on KBA

Hello @gokulnath 

The chip you have mentioned; CYW20721B2 is the BTBLE audio chip which will be suitable for your application. 

You can use the chip either in embedded mode (with an application developed in our Modus Tool Box IDE ) or in HCI mode (in which you can use any host which sends standard HCI commands). 

For embedded mode, we have couple of example projects available and the details can be referred from the Technical Brief available here: https://community.infineon.com/t5/Resource-Library/AIROC-Bluetooth-SDK-3-1-Technical-Brief/ta-p/2864...

I would also suggest you to contact any of our local sales FAE for quick support.

Regards,

Anjana 

0 Likes
gokulnath
Level 1
Level 1
5 sign-ins First reply posted First question asked

Hello @AnjanaM_61 
Thank you for your reply! 

At the moment I got my hands on CYBT-353027-02 EVAL Board from my local dealer. This is just for testing purposes only (HFP profile only )

I use Modus Toolbox & see other profiles but unfortunately, I don't see any information / Example code for the HFP profile! Could you please let me know how can I check the above Eval board just on HFP/HSP profile & its example code? 

We would like to use Cypress BT modules for BT Audio purposes for this we checked out some of your product documents of which many things are contradictory

Could you help us find the good BT module for our battery operated Audio accessories under HFP profile ?
Please let us know the possibilities.

Thanks For your reply

0 Likes
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

I checked in the MTB. By default, audio examples are not enabled in CYBT-353027-02 EVAL. But it is availabel in CYW920706WCDEVAL board. Both uses CYW20706 chip, but the hardware kits are different. So if you want to use HFP example in the module kit, you have get it from the github 20706 and modify the hardware dependent definitions ( example: Button, LED, etc.) for CYBT-353027-02 EVAL.

Audio Applications which support in CYW920706WCDEVAL are given below.

https://github.com/Infineon/mtb-example-btsdk-audio-handsfree

https://github.com/Infineon/mtb-example-btsdk-audio-watch

https://github.com/Infineon/mtb-example-btsdk-audio-a2dp-sink

https://github.com/Infineon/mtb-example-btsdk-audio-headset

https://github.com/Infineon/mtb-example-btsdk-audio-gateway

 

As Anjana suggested the first preference would be for CYW20721 chip. Because it is newer compared to CYW20706 and have more software support as well. But the profiles you mentioned are available in both the chips. 

Please compare the current consumption from the datasheet. I think CYW20721 has low power consumption comparetively. But it depends on how the chip is utilized and the end usages.

https://www.cypress.com/file/469101/download 

https://www.cypress.com/file/402156/download 

Thanks,

-Dheeraj.P.K

0 Likes