TBC-TJU/MetaBCI

Add openbci equipment

Opened this issue · 8 comments

Say hi to author team.

this metabci project is a great job.

while i checked 'brainflow/amplifiers.py' , there is only Neuroscan, Neuracle, and Curry8. These equipment is fantasy good, while i am using openbci now. Is there any opportunity to get openbci-cython-daisy module to be added in. Or i will try develop on this.

openbci doc
openbci github-python-code

Thanks for your attention on metaBCI.

We will be appreciate for your contributions.

Feel free to start a new pull request.

方便问一下,现在openbci实现和metabci的对接了嘛?(Excuse me, has OpenBCI been integrated with MetaBCI now?)

我用了trick来连接openbci和metabci, 主要是在metabci的流程中用到了pylsl

可以的可以的, 你私信我吧, 我给你直接发文件你先看看

可以的可以的, 你私信我吧, 我给你直接发文件你先看看

您好,可以分享一下吗,我正在使用念通的放大器,也是卡在连接问题上

我用了trick来连接openbci和metabci, 主要是在metabci的流程中用到了pylsl

请问一下已经实现离线和在线功能吗?我在尝试在线功能的时候,不清楚recv()采集来的数据要整理成什么格式?

我具体用的是metabci的范式呈现而已,通过pylsl将metabci的marker传输到另一个py进程中,然后在这个进程中和openbci开发的brainflow工具包,具体你可以参考openbci的documentation.