Page 2 of 2

Re: Contec KT88-2400 - 24 channel EEG

Posted: Tue Jan 10, 2023 8:32 pm
by a1eks
Hi,

Sorry for the late response. Yes, I tested all channels with a signal generator, and for me, it works ok. This is a video from 5 months ago.

https://www.youtube.com/watch?v=t8Kr4eWmNAs

edit:

Please note that in the code the reference is set to BN! Not to A1 A2 (AA). If you want AA reference change line 70 from

Code: Select all

packet.append(0x06)
to

Code: Select all

packet.append(0x01)

Re: Contec KT88-2400 - 24 channel EEG

Posted: Tue Feb 28, 2023 11:16 am
by Bedolaga
Dear a1eks,

Thanks for reply! It is good news for me, that means that it’s only my mistake, and I should find it.

Best regards,

Alex