Piotr Wittchen

Results 193 comments of Piotr Wittchen

Thanks for reporting this issue. Can you provide any steps to reproduce? When this problem occur? It seems to be the same issue as in #412

Thanks for sharing your feedback @brentnd! It may be helpful for the others.

I checked out this branch after fixing test configuration and I see, several tests are not passing. Unfortunately, we cannot see them here, because Travis CI were changed and this...

I took your PR and added some adjustments in PR #469 regarding library logic and tests. I need to verify that and maybe add some more tests for the newer...

@FelypeInvictus It's working on Arch. This issue is usually related to lack of dbus/python-dbus, outdated dbus packages in the system or old/wrong python version.

Hi, I didn't like the API provided by the original SDK and I wanted to be able to add this library to the project within a single line of Gradle...

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...

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...

It's strange. Try to rebuild your project.

Method `isConnected()` is available as a public method in `NeuroSky` object and it's invoked from the `Preconditions` object. Invoking it from `NeuroSky` and `Preconditions` should have the same effect. It's...