Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obtain the brainwaves #55

Open
chung9668 opened this issue Nov 11, 2019 · 1 comment
Open

Obtain the brainwaves #55

chung9668 opened this issue Nov 11, 2019 · 1 comment
Labels

Comments

@chung9668
Copy link

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

@pwittchen
Copy link
Owner

pwittchen commented Nov 11, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants