-
Notifications
You must be signed in to change notification settings - Fork 6
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
can't connect to device, don't know what to check #11
Comments
Haven't seen that so far -- do you have multiple bluetooth adapters on your system by any chance, or multiple Zephyrs? There's actually very little happening there, it's just using the Python Bluetooth module and invokes connect with that MAC address. To investigate, you might do one of the following:
Let me know what you learned. |
Hello, I have the same problem with this guy and I do what you tell him to do. I have this now, what i can do ? (pyzephyr) C:\Users\tinat\Desktop\Workspace\Oxab\App-Zephyr>run.cmd |
Since this seems to be a fundamental Bluetooth connection issue, which shouldn't really specific to this software, the main things that come to mind are the Bluetooth stack of the PC or something about the charging state or maybe firmware of the bioharness. (e.g., we had recently seen some instability with a Windows laptop that had a wonky Bluetooth stack that sometimes would and other times would not connect, that was with a completely different BLE device though). So trying this on another PC could be one thing to check. Other than that, making sure that your Zephyr is in the best condition (fully charged, firmware up to date, making sure that the vendor software consistently connects on the same PC) would be the other thing. |
I can't really try with another PC right now, but I think I won't have a choice. Because I tried it with my Zephyr fully charged, firmware up to date, and I can connect the device with the vendor software. |
I try with another PC and i have the same problem |
Ok another thing you might try is increasing the timeout via the command-line argument (default 20 seconds); I recall at least one circumstance (again with another kind of device) where that made a difference. |
Hello,
I get an error when trying to connect to bioharness. Everyhting seems to be in place. The device's Bluetooth light is on, I can connect it no problem using the company's software.
What else should I check?
thanks
The text was updated successfully, but these errors were encountered: