pwittchen / neurosky-android-sdk

Android SDK for the NeuroSky MindWave Mobile Brainwave Sensing Headset
https://pwittchen.github.io/neurosky-android-sdk/docs
Apache License 2.0
48 stars 16 forks source link

Minimum and maximum range of values for brainwaves #70

Open garazpasir opened 4 years ago

garazpasir commented 4 years ago

Hi, what is the minimum and maximum range of values for low-alpha, high-alpha obtained from onBrainWavesChange (Set<BrainWave> brainWaves)?

pwittchen commented 4 years ago

It's an int value, so it has limitations of this type for sure. I don't know the exact range of these values. You should check it on the NeuroSky website or ask their support. Once I will find this information, I'll post it here.