I tried running pc-ble-driver-py/advertising.py
my command was " python3 advertising.py NRF52 /dev/ttymxc4" and then I got following error
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 "/usr/local/lib/python3.7/dist-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_TIMEOUT
my sd_ble_api_version is 7 and i don't see any library in pc-ble-driver for version 7.
Can anyone help me in solving this issue?