neurosky-android-sdk icon indicating copy to clipboard operation
neurosky-android-sdk copied to clipboard

Obtain the brainwaves

Open chung9668 opened this issue 4 years ago • 1 comments

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

chung9668 avatar Nov 11 '19 12:11 chung9668

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.

pwittchen avatar Nov 11 '19 13:11 pwittchen