Dears,
I need to use the nRF52840-Dongle for BLE device to communicate with the end devices, the platform is ubuntu and the programming is python3.7, I have problem on it.
I have installed the nRF-Connect-Desktop, and written the fireware into the nRF-Dongle, cause I can operate the Dongle to scan and discover devices normally from the tool. Then I used the pc-ble-driver-py from GitHub trying to operate it with python. After installed the pc-ble-driver-py completely(including the pc-ble-driver and so on) according to the readme, I ran the example named serial_port_enum.py with the identifier arg ''NRF52". But I got the empty result returned by the BleDriver.enum_serial_ports() . Is there something or procedure I missed? Or help me for more detailed procedure to use the pc-ble-driver-py for nRF52480-Dongle. Thank you very much.
My purpose is to do the scan, connect, characteristic and etc(like bluepy) with nRF52480-Dongle normally.