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
Solved! Go to Solution.
Attached project with combined example based on advice
Used ModusToolbox 2.2 with 2.2.1 patch
CYW920706WCDEVAL kit
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).
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
Thanks,
-Dheeraj
Thank you. I will try using your advice.
Thanks,
-gte1
Attached project with combined example based on advice
Used ModusToolbox 2.2 with 2.2.1 patch
CYW920706WCDEVAL kit