Getting started with AIROC Bluetooth

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

cross mob
mprosk
Level 1
Level 1
First like received First solution authored First reply posted

 Hello! I'm trying to get a CYW920719B2Q40EVB-01 dev kit up and running. I've built and downloaded a few of the included demo applications but now I want to create a build with all the Bluetooth features I need for my application. I started with a new MTB application with the BSP for the dev kit and added some items to the GATT tree and the SDP tree in the Bluetooth Configurator utility. The code built but it didn't appear to do anything as ClientControl didn't show any active tabs. I also tried adding libraries with the Library Manager but these didn't seem to appear in the project explorer window. I'm sure this is something stupid like I actually need to put some code in the main application to actually turn on the profiles I need, but I'm really not sure where to start at all. Any help appreciated. First time using any Cypress/Infineon part

0 Likes
1 Solution
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Yes, you need to add some initial code in the main application. 

Please refer to the following training material about how to get start with a bluetooth peripheral.

https://github.com/Infineon/training-modustoolbox-level3-bluetooth/blob/master/Type2/Manual/Ch03-Bas...

View solution in original post

0 Likes
1 Reply
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Yes, you need to add some initial code in the main application. 

Please refer to the following training material about how to get start with a bluetooth peripheral.

https://github.com/Infineon/training-modustoolbox-level3-bluetooth/blob/master/Type2/Manual/Ch03-Bas...

0 Likes