How to combine audio sink example with BLE hello sensor example

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

cross mob
gte1
Level 2
Level 2
10 sign-ins 5 sign-ins First solution authored

What would be the easiest method of combining the audio sink example with the hello sensor example on  CYW920706WCDEVAL kit

Audio_Sink is bluetooth classic, while BLE_Hello_Sensor is BLE

None of these examples have a bluetooth configurator file (.cybt) in their repositories

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
gte1
Level 2
Level 2
10 sign-ins 5 sign-ins First solution authored

Attached project with combined example based on advice

Used ModusToolbox 2.2 with 2.2.1 patch

CYW920706WCDEVAL kit

View solution in original post

3 Replies
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

Please refer the Getting started guide given below. It demonstrate a sample Bluetooth Classing + LE application and it's integrations steps (page Number: 19).

https://www.cypress.com/documentation/application-notes/an223400-getting-started-ez-bt-wiced-modules...

 

The GATT Database is defined inside the application source itself for Hello Sensor. So no need any external file to store it. But, I guess you can make any type of modification if it is desired. 

 

A general advice: When combining two applications, I would suggest you to integrate only the required features /portions of the each applications, instead of combining everything. Because, it may consume the un-necessary memory and lower the speed.

 

Please go through below community posts as well.

https://community.cypress.com/t5/WICED-Studio-Bluetooth/A2DP-Sink-and-BLE-Scan/m-p/35359

https://community.cypress.com/t5/WICED-Studio-Bluetooth/For-CYBT-343026-01-Can-I-enable-Bluetooth-Cl... 

 

Thanks,

-Dheeraj

Thank you. I will try using your advice.

Thanks,

-gte1

lock attach
Attachments are accessible only for community members.
gte1
Level 2
Level 2
10 sign-ins 5 sign-ins First solution authored

Attached project with combined example based on advice

Used ModusToolbox 2.2 with 2.2.1 patch

CYW920706WCDEVAL kit