makebrainwaves / BrainWaves

An easy-to-use platform for EEG experimentation in the classroom
MIT License
61 stars 26 forks source link

NaNs in Muse data stream on Windows #17

Open jdpigeon opened 6 years ago

jdpigeon commented 6 years ago

Unfortunately, there seems to be a high amount of dropped NaN samples in the Muse raw EEG stream when running on Windows.

The sample loss is about 2%, regardless of whether the Muse is on a head or not.

Because this behaviour doesn't appear on Linux, I think it's due to some weaknesses with the windows bluetooth workarounds we have (noble-winrt). I'm going to have to do some digging to see whether I can figure out why packets are getting dropped

jdpigeon commented 6 years ago

https://github.com/urish/muse-js/issues/14