You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love to be able to use OpenBCI hardware from any JVM language, library, app, etc ...
As processing is a built on the Java language, I tried to extract the communication part out of OpenBCI_Processing to make an independant library, but as the communication code is deeply mixed inside the UI code, it's a very complicated task, and I think I miss a few steps to initialize my hardware correctly.
So can anyone help me to understand the basic steps needed to initialize a communication with the OpenBCI hardware and receive data from it while relying on the existing code ?
Then I'll be happy to build a Java lib around that code and contribute it to the OpenBCI project.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'd love to be able to use OpenBCI hardware from any JVM language, library, app, etc ...
As processing is a built on the Java language, I tried to extract the communication part out of OpenBCI_Processing to make an independant library, but as the communication code is deeply mixed inside the UI code, it's a very complicated task, and I think I miss a few steps to initialize my hardware correctly.
So can anyone help me to understand the basic steps needed to initialize a communication with the OpenBCI hardware and receive data from it while relying on the existing code ?
Then I'll be happy to build a Java lib around that code and contribute it to the OpenBCI project.
Thanks
The text was updated successfully, but these errors were encountered: