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
49 stars 16 forks source link

Obtain the brainwaves #55

Open chung9668 opened 4 years ago

chung9668 commented 4 years ago

Is it possible to show all the Brainwaves on the screen? (Delta, High-alpha, Low-alpha etc...)

pwittchen commented 4 years ago

Sure.

In the sample app, I'm just logging these values here: https://github.com/pwittchen/neurosky-android-sdk/blob/master/app-java/src/main/java/com/github/pwittchen/neurosky/app/MainActivity.java#L100 but you can display them on the screen as well. This project is a library, so the concrete implementation is up to the programmer using it.

I'm not exactly sure about the unit of returned values, so there may be a necessity to convert it to desired unit after obtaining them. I'm just reading raw data straight from the NeuroSky.