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

How to write to a custom 128 UUID service using pc-ble-driver-py

I am using pc-ble-driver-py to configure an nRF52832 demo board as a BLE central device. I currently have the heart_rate_collector.py example working. However, what I would like to do now is scan for all BLE peripheral devices, collect to one arbitrarily, discover custom services and then write to a specific custom service. I'm looking for example code on how to do this.

Related