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

NRF_ERROR_TIMEOUT when executing advertising example given in pc-ble-driver-py

hello,

I'm working with nRF52840 dongle, i installed nRF Connect for desktop v3.6.1 on ubunto 18.4 and i am using python3. After programming  connectivity_4.1.4_usb_with_s132_5.1.0.hex and installling pc-ble-driver version 0.15.0, i tried to execute the example (Advertising)  given in pc-ble-driver i got this error when i type the comand

python3 ./advertising.py NRF52 /dev/ttyACM0

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/my_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_TIMEOUT

i have obtained the same error with sudo python3 ./advertising.py NRF52 /dev/ttyACM0

Has anyone else had an issue like this ?

Parents Reply Children
Related