From: Damián F. <nog...@gm...> - 2021-09-30 07:15:44
|
The modularEEG with firmware version 2 ( http://openeeg.sourceforge.net/doc/modeeg/firmware/modeeg-p2.c ) supports only 6 channels, for more channels you need to use firmware version 3 ( http://openeeg.sourceforge.net/doc/modeeg/firmware/modeeg-p3.c ) and modify the firmware appropriately. But you need to also consider the limitations of # of ADC supported channels of the atmega controller and probably the bandwidth required. I am using AtMega16L on my customized EEG-SMT design and this chip supports up to 8 channels, but right now I am using only the firmware version 2 for best compatibility. For more info about my customized design, please visit: https://github.com/splithor1zon/EEG-ReMake S pozdravom, Damián Filo st 22. 9. 2021 o 17:02 Nathan Moreton <nat...@gm...> napísal(a): > Hey everyone, > > Does anyone know the max number of electrodes this EEG supports? I am > trying to build one to study brain waves and want to know how many channels > this can detect. > > Thank you, > > Nathan Moreton > _______________________________________________ > Openeeg-list mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openeeg-list > Go to the above address to change your > subscription options, e.g unsubscribe. > |