This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Read the characteristic value

Hey,

I want to read the value of characteristic of conneceted peripheral. I'm using two BLE modules, one is peripheral and one is central. I connected with central to peripheral, and now i need to know how to read characteristic value from it. I explored sd_ble_gattc_char_value_by_uuid_read and sd_ble_gattc_read functions, but i can't seem to get them to work poperly.

Can someone please explain to me how to properly set them up? I looked over the examples but i'm still having some problems.

Related