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

Read characteristic using pc-ble-driver-py bindings

Hi all,

I am using the pc-ble-driver-py python bindings to interface with my BLE peripheral.

Based on the heart-rate-collector example I could get a list of all advertising devices, and connect to get a list of all characteristics.

Now I want to read the value from a characteristic, but I don't know how to do that.

Did anyone already manage to do this? Any help would be appreciated.

Related