Implement Bluetooth standard

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

cross mob
Anonymous
Not applicable

I need to implement the Bluetooth standard on the PSoC BLE device such that I can stream audio from my phone using the Bluetooth redio receiver. Does anyone know of  an example project or tutorial that would help me get started. Other tips are will also be appreciated. 

0 Likes
1 Solution
Anonymous
Not applicable

As hli pointed out, BLE is not meant for continuous data transfer, especially as big as audio. But you can do voice (low bandwidth) transfer over ble.

   

Have a look at CY5672 PRoC™ BLE Remote Control Reference Design Kit (RDK) which has Voive Over BLE feature.

   

http://www.cypress.com/documentation/development-kitsboards/cy5672-proc-ble-remote-control-reference...

   

View solution in original post

0 Likes
4 Replies
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

Bluetooth Low Energy does not allow for streaming audio. And the Cypress BLE parts don't implement the other profiles of the BL 4.0 standard.

   

So you need to fake a data stream via the GATT attribute handling. There are example projects that show simulating a serial connection, that could be a starting point.

0 Likes
Anonymous
Not applicable

Is there a cypress dev kit with a Bluetooth classic radio on it? I'm not interested on low energy for this application.

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Here is a fairly good overview -

   

 

   

http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CB4QFjAAahUKEwj23r698dzGAhWMrYAK...

   

 

   

Regards, Dana.

0 Likes
Anonymous
Not applicable

As hli pointed out, BLE is not meant for continuous data transfer, especially as big as audio. But you can do voice (low bandwidth) transfer over ble.

   

Have a look at CY5672 PRoC™ BLE Remote Control Reference Design Kit (RDK) which has Voive Over BLE feature.

   

http://www.cypress.com/documentation/development-kitsboards/cy5672-proc-ble-remote-control-reference...

   

0 Likes