how to make 'read' callback between PSOC6 ~ mobile(CYsmart)

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

cross mob
leduc_4231741
Level 1
Level 1

I want to make mobile (CYsmart) which is connected with 062-BLE can 'read' operate and read 062-BLE 's little data ( float data type )

KakaoTalk_20190527_172201631.jpg

I made call-back system and when press 'read', my 062-BLE react by printf (in the putty serial communication)

but I don't know how to put exact data on the phone.

dede.png

I find a lot of tutorials but they're about PSOC4 or only for 'write' operation .....

please, please help me make this project!

0 Likes
1 Solution
ShipingW_81
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 replies posted

Actually you need to do nothing for the response to the read request from GATT Client.

Maybe you can get some useful info from below threads. P6 BLE stack handling is similar to P4 -

Cypress Read Event?

Read service - how to get my application data

View solution in original post

0 Likes
1 Reply
ShipingW_81
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 replies posted

Actually you need to do nothing for the response to the read request from GATT Client.

Maybe you can get some useful info from below threads. P6 BLE stack handling is similar to P4 -

Cypress Read Event?

Read service - how to get my application data

0 Likes