Page 1 of 1
Compatibility with custom EEG device
Posted: 04 Nov 2020, 02:26
by fishcake
Hi, I am curious that it is possible to use BCI 2000 using homemade EEG PCB board. Do you have any experience for that?

Re: Compatibility with custom EEG device
Posted: 06 Nov 2020, 15:24
by mellinger
Hi,
BCI2000 already supports a couple of homemade/open designs:
https://www.bci2000.org/mediawiki/index ... ModularEEG
https://www.bci2000.org/mediawiki/index ... nBCISource
https://www.bci2000.org/mediawiki/index ... BCI_Module
If you want to design your own EEG board, you will need to use some A/D component for interfacing with BCI2000. To read data from that A/D component, you will need to write a BCI2000 source module for which you may generate a template by running the program
bci2000/build/NewBCI2000SourceModule
after building BCI2000 from source:
https://www.bci2000.org/mediawiki/index ... ng_BCI2000
Regards,
Juergen