[NRF52840 - Pc-ble-driver-py] disconnection issue for no reason after ~290s

Hi,

I'm using the nordic nRF52840 - Dongle and a  nRF52840-DK trying to send and write data with the pc-ble-driver-py library.

My problem is that i can communicate in ble (send/write data) between both but after ~290s I have a message error and the device is disconnected. 

This is the message error :  attr_handle = self.db_conns[conn_handle].get_char_value_handle(uuid)  KeyError: 0 KeyError: 0"

Furthermore, when I use the nRF connect on PC I don't have this problem.

I saw that someone had almost the same issue but no one could find the solution so i hope this time you will be able to help me.

Thanks in advance.

Gaetan

Related