Page 1 of 1

Muse S - AUX electrodes Right and Left

Posted: Fri Aug 05, 2022 8:20 am
by jamesdgb
Hi,

I have the Muse S (MS-01) and in the last iOS update of the app we can see that:
"Left and Right Aux for Muse S"
I currently have an electrode from Myndlift for AUX Right.
Would someone have any information about AUX Left, especially how to wire the additional electrode?

Many thanks
James

Re: Muse S - AUX electrodes Right and Left

Posted: Fri Aug 05, 2022 8:58 am
by James
See here for instructions on making the electrode: viewtopic.php?p=2343#p2343
The Mynclift one likely won't be compatible.

For the Muse S I believe you can use Pin 2 and Pin 4 to get both left and right.

Re: Muse S - AUX electrodes Right and Left

Posted: Tue Aug 09, 2022 10:31 am
by jamesdgb
Thanks, that's very useful I will try it.

In addition I am also using BlueMuse (https://github.com/kowalej/BlueMuse) to stream to LSL.
I am trying to update the application so I can access Right Aux and Left Aux with the muse S. In the code I can see a "handle" for right aux:
"273e0007-4c4d-454d-96be-f03bac821358"
Do you know if the left Aux handle is 273e0008-4c4d-454d-96be-f03bac821358 ?

Many thanks

Re: Muse S - AUX electrodes Right and Left

Posted: Tue Aug 09, 2022 12:15 pm
by jamesdgb
Well looking into muselsl (https://github.com/alexandrebarachant/muse-lsl)
I found that: MUSE_GATT_ATTR_LEFTAUX = '273e0002-4c4d-454d-96be-f03bac821358' # not implemented yet 0x1c-0x1e

Re: Muse S - AUX electrodes Right and Left

Posted: Tue Aug 09, 2022 1:20 pm
by James
I'm pretty sure 2 is left and 7 is right. I think 8 is DRL_REF.

273e0001-4c4d-454d-96be-f03bac821358, SERIAL
273e0002-4c4d-454d-96be-f03bac821358, SIGNAL_AUX_LEFT
273e0003-4c4d-454d-96be-f03bac821358, SIGNAL_TP9
273e0004-4c4d-454d-96be-f03bac821358, SIGNAL_FP1
273e0005-4c4d-454d-96be-f03bac821358, SIGNAL_FP2
273e0006-4c4d-454d-96be-f03bac821358, SIGNAL_TP10
273e0007-4c4d-454d-96be-f03bac821358, SIGNAL_AUX_RIGHT
273e0008-4c4d-454d-96be-f03bac821358, DRL_REF
273e0009-4c4d-454d-96be-f03bac821358, GYRO
273e000a-4c4d-454d-96be-f03bac821358, ACCELEROMETER
273e000b-4c4d-454d-96be-f03bac821358, BATTERY
273e000c-4c4d-454d-96be-f03bac821358, MAGNETOMETER
273e000d-4c4d-454d-96be-f03bac821358, PRESSURE
273e000e-4c4d-454d-96be-f03bac821358, ULTRA_VIOLET
273e000f-4c4d-454d-96be-f03bac821358, PPG_AMBIENT
273e0010-4c4d-454d-96be-f03bac821358, PPG_IR
273e0011-4c4d-454d-96be-f03bac821358, PPG_RED
273e0012-4c4d-454d-96be-f03bac821358, THERMISTOR

I'm not 100% sure this is correct, but it's my best guess looking at the Bluetooth data streams.

Re: Muse S - AUX electrodes Right and Left

Posted: Tue Aug 23, 2022 11:34 am
by jamesdgb
Thank you for answering, I love your app btw.