Hello,
I'm working with nRF52840 dongle, i installed nRF Connect on ubunto 18.4 and i am using python3. After installling pc-ble-driver version 0.15.0 in python3 i tried to execute the example (Advertising) given in pc-ble-driver i got this error.
Serial port used: /dev/ttyACM0
Traceback (most recent call last):
File "./advertising.py", line 107, in <module>
main(sys.argv[2])
File "./advertising.py", line 65, in main
driver.open()
File "/home/wintual-pc/.local/lib/python3.6/site-packages/pc_ble_driver_py/ble_driver.py", line 107, in wrapper
error_code=err_code,
pc_ble_driver_py.exceptions.NordicSemiException: Failed to open. Error code: NRF_ERROR_SD_RPC_H5_TRANSPORT_STATE
Has anyone else had an issue like this?