Olimex Support Forum

DUINO => SHIELDS => Topic started by: devin_teoh on May 22, 2013, 04:31:48 AM

Title: Shield-EKG-EMG process in C# code
Post by: devin_teoh on May 22, 2013, 04:31:48 AM
Hi

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

Thanks
Title: Re: Shield-EKG-EMG process in C# code
Post by: 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 (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 (http://openeeg.sourceforge.net/doc/modeeg/firmware/modeeg-p2.c)).

Best regards,
Lub/OLIMEX
Title: Re: Shield-EKG-EMG process in C# code
Post by: devin_teoh on May 25, 2013, 03:49:17 AM
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 (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 (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.