Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues using Windows11 #32

Open
glahniboy opened this issue Mar 26, 2024 · 3 comments
Open

Issues using Windows11 #32

glahniboy opened this issue Mar 26, 2024 · 3 comments

Comments

@glahniboy
Copy link

Hi
I am using the Go Direct respiration belt in my project via the Python godirect package.
On Windows 10 the script runs without any problems. Connecting to the belt is possible using BLE.
On Windows 11 the BLE connection cannot be established successfully... It is stuck in a loop waiting for the BLE device to connect.
File "device_bleak.py" line 49: self._loop.run_until_complete(self._async_connect())
Did anyone face the same problem?
Is there a easy way to use it also on Windows 11?
Best,
Manuel

@sswartley
Copy link
Contributor

Hello,

The godirect-py package uses the bleak package for BLE communication. Can you check the bleak version number that you have installed on your computer against the most current version of bleak (that appears to be 0.21.1). If you do not have the most current version could you upgrade and try again.

Did you have luck with a USB connection on Windows 11?

All the best,

Sam

@glahni
Copy link

glahni commented Mar 30, 2024

Hi thanks for your response!
Bleak version number was the most current one. USB works out just fine.

@sswartley
Copy link
Contributor

Hello,

I am glad USB is working. I think a good troubleshooting step for BLE is to test it with Graphical Analysis and see if you can make the connection using that software. Here is a link to download Graphical Analysis.

All the best,

Sam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants