EEGView applet

62 views
Skip to first unread message

Gianluca Moro

unread,
Sep 17, 2011, 9:16:43 AM9/17/11
to medic...@googlegroups.com
Dear all,

Here the first release of EEGView Android app:

http://giammy.com/eegview

At the moment the applet just opens a socket and
receives ASCII data in the following format:

i=1 j=100; while true; do echo
"$i,$j,3,120,3,8001,3,8002,3,8003,3,8004,3,8005,3,8006,3,8007,3,8008,3,8009,3,8010,3,8011,3,8012,3,8013,3,8014,3;"
; i=`expr $i + 1 ` ; j=`expr $j + 1 ` ; sleep 1 ; done | nc -l 3000

(this line can be used on linux to have a server sending test data)

The idea is to have a linux box to send raw EGG data in some way
getting them from an Emotiv Epoc or other devices.

Then we need to add some data elaboration to the applet

bye
giammy

--
Gianluca Moro
N.s.A - Note su Android                http://www.giammy.com/nsa
Medical Brain Computer Interface  https://groups.google.com/group/medical-bci/

Reply all
Reply to author
Forward
0 new messages