CYW20719 demo application manual

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

cross mob
Lavanya
Level 3
Level 3
25 sign-ins 5 questions asked 10 replies posted

Hi,

  I am new to CYW20719 based development, is there any manual specific to demo applications especially on software front.

Thanks,

Lavanya

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

Hi @Lavanya ,

You can refer to this training manual and example projects:https://github.com/Infineon/training-modustoolbox-level3-bluetooth/tree/master/Type2

Also refer to modustoolbox user guide: https://www.infineon.com/dgdl/Infineon-ModusToolbox_3.0_Eclipse_IDE_User_Guide-GettingStarted-v01_00... and Modustoolbox trainings: https://github.com/Infineon/training-modustoolbox-level1-getting-started if you are unfamiliar with them.

Additionally, when you install modustoolbox and create a new application, you will get a list of many code examples and demo applications for CYW20719, the same can also be found here: https://github.com/orgs/Infineon/repositories?q=topic%3Abluetooth&type=all&language=&sort=

Thanks and regards,

Advait Kulkarni

View solution in original post

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

Hi @Lavanya ,

You can refer to this training manual and example projects:https://github.com/Infineon/training-modustoolbox-level3-bluetooth/tree/master/Type2

Also refer to modustoolbox user guide: https://www.infineon.com/dgdl/Infineon-ModusToolbox_3.0_Eclipse_IDE_User_Guide-GettingStarted-v01_00... and Modustoolbox trainings: https://github.com/Infineon/training-modustoolbox-level1-getting-started if you are unfamiliar with them.

Additionally, when you install modustoolbox and create a new application, you will get a list of many code examples and demo applications for CYW20719, the same can also be found here: https://github.com/orgs/Infineon/repositories?q=topic%3Abluetooth&type=all&language=&sort=

Thanks and regards,

Advait Kulkarni

Lavanya
Level 3
Level 3
25 sign-ins 5 questions asked 10 replies posted

Hi Advait Kulkarni,

   Thank you very much. I see manual for GATT profiles and demo applications mainly on BLE. Can you we manuals for classis profiles HFP AG + HFP head set, A2DP source and sink profiles

 

Thanks,

Lavanya

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

Hi @Lavanya ,

We have a manual for classic bt protocol: https://github.com/Infineon/CypressAcademy_BT101_Files/blob/master/PDFs/WBT101-06B-ClassicBluetooth-... although it is for older version. You can refer to the audio watch code example and its readme: https://github.com/Infineon/mtb-example-btsdk-audio-watch

This has most of the classic profiles implemented, you can directly import this code from project creator in Modustoolbox. 

There is https://github.com/Infineon/mtb-example-btsdk-audio-a2dp-sink for audio sink profile and headset app: https://github.com/Infineon/mtb-example-btsdk-audio-headset as well. All these examples can be found on infineon's github, as well as in MTB.

Thanks and regards,

Advait Kulkarni

Hi Advait Kulkarni,

Thank you so much. I could not find any project example for a2dp source do you have demo application for the same.

Thanks

0 Likes

Hi @Lavanya ,

Please go through the readme of audio watch example: https://github.com/Infineon/mtb-example-btsdk-audio-watch which I have shared above also. It has a section where it describes implementation of a2dp source and how to test it. Does this solve your question?

Thanks and regards,

Advait Kulkarni

0 Likes
Lavanya
Level 3
Level 3
25 sign-ins 5 questions asked 10 replies posted

I have this application I will go through it thank you

0 Likes