Category: Software
Michael blogged about his project with OpenEEG from Olimex, he made dreams recorder http://lsdbase.org/2013/05/24/Open-Electroencephalography/ and he is able to communicate inside his dreams with morse code http://hackaday.com/2012/06/20/communicating-from-inside-your-dreams/ and record his blinks for further data analysis when wake up. How cool is this?
Decreased the bandwidth from 1000 to 100 and divided the EEG and Stage values by the channel count.
Removed diagnostic messages.
Richard “fixed the start-of-packet detection and straightened out the indexing in serialPort_DataReceived“.
The serial driver (or the mindflex, or something…) is stopping the flow of data after a few seconds of operation so I can only test a few seconds at a time until I’ve cleared that up. Disabling/enabling the com port in device manager fixes it up temporarily, which to me indicates a driver issue, rather than a problem caused by anything the mindflex is doing.
Reset the index after reading 36 bytes.

