-
Notifications
You must be signed in to change notification settings - Fork 77
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 S optical sensor support #51
Comments
Giving this a shot. The characteristic for PPG on Muse are defined here: https://github.com/alexandrebarachant/muse-lsl/blob/master/muselsl/constants.py One thing worth noting is that things are different between Muse 2 and Muse S for PPG. Muse 2PPG_1 - ambient Muse SPPG_1 - ambient Muse Meditation AppUser @chatchavan logged Muse S bluetooth packets from InterAxon Muse application here: ErikBjare/thesis#9 He said they are only using PPG_2 and assumes that it's the green light. ResultLet's subscribe to and supply PPG_1, PPG_2, and PPG_3. Library users can determine which channel they want to use. |
Good, plan, we should get our hands on a muse S2 and see if its different |
Working on this here: https://github.com/CaydenPierce/muse-js/tree/ppg |
Great |
Hey @urish can I open this one back up and suggest a feature I can help with to expose the PPG data in the Muse 2 and Muse S headbands.
based on the address of the data in the raw packets here:
#42 (comment)
I think the main parsing of the data files happens here:
https://github.com/urish/muse-js/blob/master/src/muse.spec.ts
I believe a function would be needed here to parse the data, and define data types in another file:
https://github.com/urish/muse-js/blob/master/src/lib/muse-parse.ts
The text was updated successfully, but these errors were encountered: