PSOC6 UART over BLE

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

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

Hi,

I'm searching for a simple uart to ble project example for the CY8CKIT-062-BLE PSoC 6 BLE Pioneer Kit.

I want a reference project for creating a simple uart data transfer over the BLE from the kit to smartphone and vise versa.

Thanks,

Michael H.

1 Solution
NidhinM_71
Employee
Employee
25 solutions authored 10 solutions authored Welcome!

Hi Michael,

The standard Serial Port Profile (SPP) is featured only in Bluetooth classic - not in the Low Energy version. Therefore, you'll have to create a custom BLE profile and make the BLE firmware as well as the smartphone App conform to the custom profile you've defined.

You can take a look at the following example to understand how to transfer high throughput data such as UART traffic over BLE custom service:

http://www.cypress.com/documentation/code-examples/ce222046-psoc-6-mcu-bluetooth-low-energy-ble-conn...

Best regards

Nidhin

View solution in original post

1 Reply
NidhinM_71
Employee
Employee
25 solutions authored 10 solutions authored Welcome!

Hi Michael,

The standard Serial Port Profile (SPP) is featured only in Bluetooth classic - not in the Low Energy version. Therefore, you'll have to create a custom BLE profile and make the BLE firmware as well as the smartphone App conform to the custom profile you've defined.

You can take a look at the following example to understand how to transfer high throughput data such as UART traffic over BLE custom service:

http://www.cypress.com/documentation/code-examples/ce222046-psoc-6-mcu-bluetooth-low-energy-ble-conn...

Best regards

Nidhin