Read a series of data BLE between PSOC6 and CySmart

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

cross mob
SuKa_2417746
Level 1
Level 1
First like received

Hi,

I'm the beginner of PSoC6 . Now, I'm looking to use BLE for my application.

According to this topic Read data BLE between PSoC6 and CySmart , I can read and write one byte data that i need. But how to read 256 or 512 bytes continuously or let BLE send data continuously until i want it stop. If i can use UART and BLE together to do this?

Thank you so much!

0 Likes
1 Solution
Yugandhar
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 5 likes given

Hello,

Please refer to the code example CE222046_GATT_OUT project in the PSoC Creator. In this project, the GATT server device is configured with a notify property and when the Central device(Cysmart) enables the notification, the server then sends the notification packet of size 495 bytes data continuously to the Cysmart.

Thanks,

P Yugandhar.

View solution in original post

0 Likes
1 Reply
Yugandhar
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 5 likes given

Hello,

Please refer to the code example CE222046_GATT_OUT project in the PSoC Creator. In this project, the GATT server device is configured with a notify property and when the Central device(Cysmart) enables the notification, the server then sends the notification packet of size 495 bytes data continuously to the Cysmart.

Thanks,

P Yugandhar.

0 Likes