Hi dear team,
I am using the nRF5840 Dongle and pc-ble-driver-py for development, but I encountered a lot of issue while debugging, I thought I used wrong parameter or other, so Is there any brief document for the development of pc-ble-driver-py?
Another concrete problem, when I use the multi-thread programming with the pc-ble-driver-py according to the heart_rate_collector.py in the examples, I found that the conn_handle returned by different threads after performing a connect evt(in function on_gap_evt_connected) are the same value(in my program it is 0), is it normally?
Thank you for your support!