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

pc-ble-driver connection problem

Hello, I am developing with pc-ble-driver using python. I noticed that the Bluetooth connection becomes disconnected when I alt tab out of the gui I made. Is there a solution for this and why is this happening. When this happens nothing appears on the command prompt like ble_disconnect message. When I try to reuse the bluetooth feature like to advertise I get Error code: 12289 from the driver.

I think the the nrf52 board I am using as a central device is not working correctly? Is the softdevice provided for these not enough in order to make a project? and if not how do I need to modify the code.

I am using nrf52 chip and I tested for both 115K and 1M softdevice. I using a pyqt as my gui api.

Thank you ahead,

Related