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

Neurosky #731

Open
garenasd945 opened this issue Jul 1, 2024 · 2 comments
Open

Neurosky #731

garenasd945 opened this issue Jul 1, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@garenasd945
Copy link

Describe the solution you'd like:
I hope to add support for Neurosky Mindwave (TGAM chip) and matching Bluetooth dongle, they are also serial port connection, 512Hz sampling rate

@garenasd945 garenasd945 added the enhancement New feature or request label Jul 1, 2024
Copy link

github-actions bot commented Jul 1, 2024

Welcome to BrainFlow project and thanks for your contribution! We will try to fix your issue ASAP. Make sure that you have read about issue format in the docs.

@Andrey1994
Copy link
Member

Hi!

That would be great, I've been thinking about it for a long time but could not find a shop to buy neurosky device for testing.

We have a nice guide how to add new boards - https://brainflow.org/2022-11-01-adding-new-boards/

For neurosky I am not sure which options to pick, they have their own SDK for C/C++ afaik and it can be used for integration and also probably its possible to write everything by ourselves. I have not checked yet how good their SDK is and how difficult the manual imlementation would be, probably it should be the 1st step here. And even more important which license their SDK uses

Also idk how they distribute their sdk, is it a source code or binaries, etc. If they share .so and .dll files then need to be careful with linking, we use dll_loader and do not link 3rd party SDKs with brainflow(, here is an example https://github.com/brainflow-dev/brainflow/blob/master/src/board_controller/gtec/unicorn_board.cpp#L69

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

No branches or pull requests

2 participants