Trying to read data from psoc 6 to cysmart app

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

cross mob
Anonymous
Not applicable

Hello,

Im trying to read data from my psoc 6 to my cysmart app.

My app is defined as the client and the psoc6 kit is defined as server.

Im writing to the psoc6 through the putty (with uart) and its working fine according to the echo recieved.

My problem is that i cant send the data to the app itself(with BLE), ive tried many functions but i think i lack knowledge of how the handles and descriptors work.

It should be simple but few examples over the forum didnt get me aby closer.

Thanks for the help

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

Hello,

Please refer the code example "CE222046_GATT_Out" in the PSoC Creator. In this project, when we enable the notify in client device(CySmart App) the Server then keeps sending data continuously to the client.

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 the code example "CE222046_GATT_Out" in the PSoC Creator. In this project, when we enable the notify in client device(CySmart App) the Server then keeps sending data continuously to the client.

Thanks,

P Yugandhar.

0 Likes