You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
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:
The text was updated successfully, but these errors were encountered: