Search found 6 matches

by Chris Veigl
Sat Jan 23, 2010 12:19 pm
Forum: Acquisition server and drivers
Topic: Problems with ModularEEG Data aquisition
Replies: 20
Views: 20079

Re: Problems with ModularEEG Data aquisition

Hello all, good to hear that there is some progress on that issue. To clear up the (non-)existance of a "start button" : i am using the monolithEEG http://freenet-homepage.de/moosec/projekte/simpleeeg/index-Dateien/Page431.htm which is compatbile to the ModularEEG in terms of transmission protocol (...
by Chris Veigl
Wed Dec 09, 2009 1:44 pm
Forum: Box and application development
Topic: Driver for ModularEEG / OpenEEG
Replies: 30
Views: 35151

Re: Driver for ModularEEG / OpenEEG

hello mswynghedauw (?), also i tried the driver for the modularEEG in the v4 and it does not work. i rewrote another one that work (for me...) based on the src available from brainbay. could you describe these troubles in more detail ? - i used exactly the same P2 - protocol parser for the OpenVibe ...
by Chris Veigl
Mon Jul 27, 2009 8:18 pm
Forum: Box and application development
Topic: Driver for ModularEEG / OpenEEG
Replies: 30
Views: 35151

Re: Driver for ModularEEG / OpenEEG

My preference would be to write an openvibe-module (as in openvibe-module directory in the gforge) that would do those platform testings within a portable abstraction. Your driver would actually use this specific portable module to do what it has to do. Consequences are that other driver developers...
by Chris Veigl
Mon Jul 27, 2009 8:08 pm
Forum: Discussion about OpenViBE
Topic: Developing acquisition interface
Replies: 8
Views: 12642

Re: Developing acquisition interface

What is your ubuntu distro ? What is your CPU architecture ? (OIS usually has problems compiling, looks like the patch we did was not enough ;) ) I use Ubuntu 9.04 desktop edition, on an Intel 32-bit dual core CPU, 2 Ghz I cound not fix one thing on the Linux side (which works on Windows): when sta...
by Chris Veigl
Fri Jul 17, 2009 12:08 pm
Forum: Discussion about OpenViBE
Topic: Developing acquisition interface
Replies: 8
Views: 12642

Re: Developing acquisition interface

Hello Stephan, I am also in the process of writing a acquistion-driver for an EEG device, in my case the OpenEEG hardware ModularEEG and MonolithEEG (P2 protocol version) see http://openeeg.sourceforge.net/ I got something working with help of the developer's documentation on the openVibe site and t...
by Chris Veigl
Wed Jul 15, 2009 11:16 pm
Forum: Box and application development
Topic: Driver for ModularEEG / OpenEEG
Replies: 30
Views: 35151

Driver for ModularEEG / OpenEEG

Hello all, I currently try to write a driver for the OpenVibe acquisition server to work with the OpenEEG amplifiers (http://openeeg.sourceforge.net/) Respectively, the original P2 Packet format of ModularEEG and MonolithEEG will be supported at first. I started with the OpenVibe Source Distribution...