urish / muse-js

Muse 2016 EEG Headset JavaScript Library (using Web Bluetooth)
https://medium.com/@urish/reactive-brain-waves-af07864bb7d4
MIT License
280 stars 78 forks source link

Muse S compatibility #37

Closed apavlo89 closed 4 years ago

apavlo89 commented 4 years ago

Hello,

This is a question rather than an issue. Would muse-js work with Muse S?

urish commented 4 years ago

No idea :) I'd also love to know

apavlo89 commented 4 years ago

It works :)

kylemath commented 3 years ago

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: https://github.com/urish/muse-js/issues/42#issuecomment-743689736

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

kylemath commented 3 years ago

@apavlo89 did you ever get the PPG data exposed?