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

Windows 10 pygatt error #28

Open
Randulfe opened this issue Oct 19, 2020 · 1 comment
Open

Windows 10 pygatt error #28

Randulfe opened this issue Oct 19, 2020 · 1 comment

Comments

@Randulfe
Copy link

I am getting the following error even after making the 0.25 second delay fix in the pygatt file :

Traceback (most recent call last):
  File "muse-lsl.py", line 44, in <module>
    muse.connect()
  File "...\bci-workshop-master\python\muse\muse.py", line 44, in connect
    self.adapter.start()
  File "...\pygatt\backends\bgapi\bgapi.py", line 204, in start
    self._detect_device_port()
  File "...\pygatt\backends\bgapi\bgapi.py", line 147, in _detect_device_port
    raise BGAPIError("Unable to auto-detect BLED112 serial port")
pygatt.backends.bgapi.exceptions.BGAPIError: Unable to auto-detect BLED112 serial port

Any idea on how to solve this? Already tried resetting :(

@BRomans
Copy link

BRomans commented Oct 24, 2020

You need a BLED112 usb device. But after getting that it still can't find my Muse Headband

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

2 participants