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

Flexibility to plot 1,2,3,4 or all 5 Channels #49

Open
kylemath opened this issue Dec 7, 2019 · 3 comments
Open

Flexibility to plot 1,2,3,4 or all 5 Channels #49

kylemath opened this issue Dec 7, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kylemath
Copy link
Owner

kylemath commented Dec 7, 2019

There is an extra channel people can get by plugging an electrode into the auxillary port with the metal of the electrode attached to a certain pin of the port. We will want to include an option to use that auxillary channel.

Also we will want the ability to plot just a single channel for some of these, not sure the write UX for selection and will think about this more

from: https://github.com/urish/muse-js/blob/master/README.md
Auxiliary Electrode
The Muse 2016 EEG headsets contains four electrodes, and you can connect an additional Auxiliary electrode through the Micro USB port. By default, muse-js does not read data from the Auxiliary electrode channel. You can change this behavior and enable the Auxiliary electrode by setting the enableAux property to true, just before calling the connect method:

async function main() {
  let client = new MuseClient();
  client.enableAux = true;
  await client.connect();
}
@keyfer keyfer self-assigned this Dec 11, 2019
@kylemath
Copy link
Owner Author

jon said: Ummm, I suppose another thing that would be useful would be a way to customise the AUX channel so that you can tell the app where on the brain (or body) the AUX channel is connected, and it could process the data differently based on that?

@korymath korymath added the enhancement New feature or request label Jan 5, 2020
@kylemath kylemath added the good first issue Good for newcomers label Jan 6, 2020
@kylemath
Copy link
Owner Author

kylemath commented Jan 6, 2020

working on this in https://github.com/kylemath/EEGEdu/pull/113/files

@kylemath
Copy link
Owner Author

aux channel is taken care of,

@kylemath kylemath reopened this Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants