March 28, 2024, 12:46:42 PM

Shield-EKG-EMG process in C# code

Started by devin_teoh, May 22, 2013, 04:31:48 AM

Previous topic - Next topic

devin_teoh

Hi

I would like to ask that isit possible to stream/store/analyze the signal form the shield by writing a C# coding?

Thanks

LubOlimex

Hey devin_teoh,

Yes, it is possible. It is not very convenient, however. After analyzing the data protocol you would need a way to visualize it and you will need to write software that is already written (the three suggested programs - OpenVibe, BrainBay, ElectricGuru, etc). The data protocol transferred follows a protocol that might be seen in the source (distributed as open source here: https://www.olimex.com/Products/EEG/OpenEEG/EEG-SMT/resources/EEG-SMT_firmware.zip, the firmware is based on p2 OpenEEG protocol: http://openeeg.sourceforge.net/doc/modeeg/firmware/modeeg-p2.c).

Best regards,
Lub/OLIMEX
Technical support and documentation manager at Olimex

devin_teoh

Quote from: LubOlimex on May 23, 2013, 08:26:52 AM
Hey devin_teoh,

Yes, it is possible. It is not very convenient, however. After analyzing the data protocol you would need a way to visualize it and you will need to write software that is already written (the three suggested programs - OpenVibe, BrainBay, ElectricGuru, etc). The data protocol transferred follows a protocol that might be seen in the source (distributed as open source here: https://www.olimex.com/Products/EEG/OpenEEG/EEG-SMT/resources/EEG-SMT_firmware.zip, the firmware is based on p2 OpenEEG protocol: http://openeeg.sourceforge.net/doc/modeeg/firmware/modeeg-p2.c).

Best regards,
Lub/OLIMEX

Hi, Thanks For you suggestion. Actually I had used the brainbay to analyze my signal, and now I would like to do a database for the signals which written in C#, therefore I have no idea how to write a C# coding to read the signals  provide from the Olimex EMG Shield.