... or this is what we believe ;-)
Data gets sent in samples every 1/1024s, four channels, of which the first three seem to be raw EEG data from the three electrodes, in 24bit format (unsigned integer, lowest 8 bits first).
If you want to help, install the nia.ko driver and check whether you get packets with last byte > 04. This would mean it is slightly more complicated. Please send these packets (log lines) to us.... read more
welcome to the nia4linux project.
The first step was to create a usertool which is able to dump the data out of the NIA.
Please stick to this SVN repository to download the latest source until we manage to create some download packages, but this is way to go I think.
compile it via:
gcc -o niasnoop -lusb niasnoop.c
plug in your NIA and run 'niasnoop'.
To relax your console utilisiation, you can try
niasnoop > niasnoop.txt... read more