bci-workshop icon indicating copy to clipboard operation
bci-workshop copied to clipboard

Windows 10 pygatt error

Open Randulfe opened this issue 4 years ago • 1 comments

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 :(

Randulfe avatar Oct 19 '20 19:10 Randulfe

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

BRomans avatar Oct 24 '20 14:10 BRomans