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

Android SDK for the NeuroSky MindWave Mobile Brainwave Sensing Headset

Results 22 neurosky-android-sdk issues
Sort by recently updated
recently updated
newest added

Hi, I am facing issue in canont resolve symbol for "butterknife" and "library". May I know how to solve this?

question

When I am using the method neuroSky.stopMonitoring() with Kotlin, it stays in an 'Idle' state, after of resuming the data transmission is not working with this method neuroSky.startMonitoring(). How could...

bug

I already copied the code below to Gradle `dependencies { implementation 'com.github.pwittchen:neurosky-android-sdk:0.0.2' }` and imported `com.github.pwittchen.neurosky.library.NeuroSky;` in my project then I tried to use `neuroSky.isConnected()` method but I got "Cannot...

question

mobeel plugin does not work with the recent gradle version) note: this needs to be tested (with newer gradle build tools version) and then commented out code should be removed

Bumps gradle from 3.6.3 to 4.0.1. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=3.6.3&new-version=4.0.1)](https://dependabot.com/compatibility-score/?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=3.6.3&new-version=4.0.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hello I'm currently using your work with neurosky mindwave mobile 2, so far its working fine. I technically don't really understand about how the brain waves converted from raw data...

question

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

question

Hi! Just curious, what was the initial intention to create this 3rd party SDK. We're doing a meditation training app, and experiencing an issue with official SDK on Bluetooth 5.0...

question

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

question

After calling `stop()` method manually, it's not possible to call `start()` again. In the sample apps, user should not be able to call stop manually. It should be invoked only...

bug