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

Fix EEG names for Muse 2, Muse S, Muse 2016 #744

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

cheongpark
Copy link
Contributor

@cheongpark cheongpark commented Sep 5, 2024

Description of Changes

I noticed that the eeg_names for the Muse 2 I am using were incorrect. Upon checking, it seems that the names have changed.

Original: TP9, Fp1, Fp2, TP10
Updated: TP9, AF7, AF8, TP10

Reference

https://github.com/brainflow-dev/brainflow/blob/master/src/board_controller/muse/inc/muse_constants.h

#define MUSE_GATT_ATTR_TP9 "273e0003-4c4d-454d-96be-f03bac821358"
#define MUSE_GATT_ATTR_AF7 "273e0004-4c4d-454d-96be-f03bac821358"
#define MUSE_GATT_ATTR_AF8 "273e0005-4c4d-454d-96be-f03bac821358"
#define MUSE_GATT_ATTR_TP10 "273e0006-4c4d-454d-96be-f03bac821358"

image

Copy link
Member

@Andrey1994 Andrey1994 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Andrey1994 Andrey1994 merged commit 1a81848 into brainflow-dev:master Sep 7, 2024
11 checks passed
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

Successfully merging this pull request may close these issues.

2 participants