OpenBCI_LSL with Raspberry Pi
Hello:
I am porting the OpenBCI_LSL python control to my Raspberry.
So far, the CLI commands work fine, but the Python GUI is giving some troubles.
The most difficult problem to trace is -- AttributeError: 'StreamerLSL' object has no attribute 'board' -- which appears when I try to connect to the CYTON board from the Python GUI.
Any idea? Perhaps the whole GUI is deprecated...
Best regards.
Nelson
Comments
Have you considered BrainFlow? Previous Python LSL repos have been deprecated.
https://github.com/openbci-archive
https://brainflow.readthedocs.io/en/stable/Examples.html
Is known to work on Raspberry.
Thank you William
I did install the BrainFlow on my Rasperry 4 successfuly.
Tomorrow I will try some examples.
Will keep you updated.
Have a great afternoon.
Nelson