Closed danobot closed 5 years ago
From the bluetoothctl output it looks like you are using a BTX1 like I am. Can you try the latest from github, rather than the pip repository?
Can you please push an update to the pip repository?
Created new version 0.1.0 and pushed to pip repo.
FYI @danobot you can get PIP to install directly from github: pip install https://github.com/scottmckenzie/holman-linux-python
Thanks, I didnt know that, but that's not possible in my target environment. Thanks
I had to do pip install git+https://github.com/scottmckenzie/holman-linux-python to get it to update from github as pip install https://github.com/scottmckenzie/holman-linux-python gave the error 'Cannot unpack file...'
Hi, I installed the pip module and the apt package. Im on bluetooth version 5.48.
Connection through
bluetoothctl
is successful:I disconnected from the device and executed this command:
This gives me an error shown below:
Running the discover command does not find any devices:
(I left it running for a few minutes).
The same happens using the Python script. Here is the installed versions and dependencies mentioned in README.
Can you please advise how to proceed? I am not sure what I am missing.