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

Muse MU-01 (2014) Not Connecting to BrainFlow #715

Closed
tuckerisapizza opened this issue Apr 21, 2024 · 4 comments
Closed

Muse MU-01 (2014) Not Connecting to BrainFlow #715

tuckerisapizza opened this issue Apr 21, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@tuckerisapizza
Copy link

Muse MU-01 (2014) fails to be detected or connect to Brainflow.
(Muse MU-01 is the Muse headband with 2 charging ports, not to be confused with later models such as MU-02)

To Reproduce
Put Muse MU-01 (2014) into pairing mode (5 seconds power button). Run Brainflow code using code muse_2016_board. Brainflow fails to detect Muse over bluetooth.

Info

  • Muse MU-01 (2014)
  • Windows 11
  • Python
  • x64
  • brainflow>=5.12.0

Exact Error

[2024-04-20 22:19:41.453] [board_logger] [info] found 1 BLE adapter(s)
[2024-04-20 22:19:51.478] [board_logger] [error] Failed to find Muse Device
Traceback (most recent call last):
  File "C:\Users\Tucker\Documents\BrainFlowsIntoVRChat-main\main.py", line 160, in main
    board, logics, refresh_rate_hz = BoardInit(args)
                                     ^^^^^^^^^^^^^^^
  File "C:\Users\Tucker\Documents\BrainFlowsIntoVRChat-main\main.py", line 125, in BoardInit
    board.prepare_session()
  File "C:\Users\Tucker\AppData\Local\Programs\Python\Python311\Lib\site-packages\brainflow\board_shim.py", line 1190, in prepare_session
    raise BrainFlowError('unable to prepare streaming session', res)
brainflow.exit_codes.BrainFlowError: BOARD_NOT_READY_ERROR:7 unable to prepare streaming session

Muse 2014 should be able to use code muse_2016_board (MU-02) as they are essentially the same headband, and connect in the same fashion. No internals have been changed.

@tuckerisapizza tuckerisapizza added the bug Something isn't working label Apr 21, 2024
Copy link

Welcome to BrainFlow project and thanks for your contribution! We will try to fix your issue ASAP. Make sure that you have read about issue format in the docs.

@Andrey1994
Copy link
Member

Hi.

I dont have this device to reproduce this error. I can be wrong but I think Muse boards should not be paired with PC, so I would recommend to try wo it

@tuckerisapizza
Copy link
Author

It isn't detected through brainflow even when not paired, it shows on bluetooth, but never connects to brainflow. I've tried on the connecting mode (single press) aswell with no avail.

@Andrey1994
Copy link
Member

seems like muse 2014 has significant differences comparing to muse 2, at the very least different eeg channels, and potentially another connection procedure and maybe different data format(not sure about this).

Muse 2014 is not officially supported and out of stock, so we dont have plans to integrate it into brainflow by ourselves.

But if you manage to fix this issue and willing to send a PR with the fix I will be glad to merge it(it probably should look like a standalone device in terms of brainflow)

@Andrey1994 Andrey1994 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants