Hi ,
What I am trying:-
-connect the custom board with nrf52840 chip using nrf52 dongle on pc with python.
-Already set some commands on custom board so when my pc (via dongle) connects to custom board, I want to send some commands and accordingly receive the response.
For this I got my hands-on nrf dongle to give my laptop a BLE access.
And I am trying to access the board using dongle (using python script) and I am getting below error,
raise NordicSemiException('Failed to {}. Error code: {}'.format(wrapped.__name__, err_code))
pc_ble_driver_py.exceptions.NordicSemiException: Failed to open. Error code: 13.
Would anyone able to tell me how do i resolve this.
I want to have python code that can connect and do some data transfer over BLE using Dongle connected to my pc and I have tried with hart_rate_monitor unsuccessfully.
EDIT 1:- I am able to scan and connect my board using the nRF Connect windows app. Same I wanted to implement over python.
Thanks,
Hinesh