The TGAM1 board that is inside the MindFlex can run in three modes. One of these is 9600 bits per second normal mode which is how the MindFlex is configured by default. This outputs a packet of data approximately every second that includes signal strength, attention level, meditation level, and pre-calculated values for 8 EEG power bands.
Friendly Warning and Disclaimer: Hack your toys at your own risk. I'm not responsible for...
Thursday, February 6, 2014
mindfex headset disassemble hacked
Posted by rinson in: ??? Arduino Arduino ? eeg arduino mindflex GEAR UP projects at 8:25 AM
Sharing EEG Mind Flex Arduino Hack With Programs
hellow my name is rinson n raj am from india i have done this project of controlling a chain drive robot with mind using mind flex dual and arduino i can give u all codes with a mind flex head set with tgam inside it please be free to mail me for details rinsonnraj@gmail.com
Wednesday, February 5, 2014
Dismantling Mindflex Duel Game FOR EEG ARDUINO HACK
Posted by rinson in: ??? Arduino Arduino ? eeg arduino mindflex GEAR UP projects at 1:30 PM
Hi all,
Here in this video i have shown how to dismantle the Mindflex Duel Game FOR EEG ARDUINO Coding.
As you all know the casing of Mindflex Duel Game is very difficult to open. So this video will help you to dismantle and also it will help you to know the parts inside this thin...
Monday, February 3, 2014
sharing eeg mind flex arduino hack with programs
Posted by rinson in: ??? Arduino Arduino ? eeg arduino mindflex GEAR UP projects at 12:58 AM
hellow my name is rinson n raj am from india i have done this project of controlling a chain drive robot with mind using mind flex dual and arduino i can give u all codes with a mind flex head set with tgam inside it please be free to mail me for details
rinsonnraj@gmail.com&nbs...
eeg based robot control using arduino and mind flex hack
Posted by rinson in: ??? Arduino Arduino ? eeg arduino mindflex GEAR UP projects at 12:51 AM
We have done eeg based robot control using arduino and mind flex. For more help on this you can contact me directly. I will clarify all your doubts. Also you can comment below for further details on this project.
...
Visualising mind activity with a hacked toy EEG
Posted by rinson in: ??? Arduino Arduino ? eeg arduino mindflex GEAR UP projects at 12:29 AM
Visualising mind activity with a hacked toy EEG
The MindFlex toy includes a headset that reads EEG wave data. There's lots of information on hacking this toy to create a simple EEG machine using the limited data the headset provides by default. In this project I have extracted the full RAW EEG data using the same toy headset from the MindFlex game.
Update: I've posted an update to this blog, where I provide details of how to extract the full RAW EEG data from the MindFlex headset.
Friendly Warning and Disclaimer: Hack...
MindFlex headset Arduino interfacing
Posted by rinson in: ??? Arduino Arduino ? eeg arduino mindflex GEAR UP projects at 12:29 AM
Simple EEG reading
The basic data that comes out of the MindFlex headset by default actually gives us quite a lot of information for only £40. In the default configuration you have soldered on only two connections, one for a common ground and one for the serial data stream. I connect this to a SoftwareSerial pin on the Arduino and read in the packets. Here's what data you get:
Signal strength (0 - 200) where 0 means good signal, and 200 indicates a problem with the connection.
Attention and Meditation eSense values. These...
Full RAW EEG data from the MindFlex headset hack
Posted by rinson in: ??? Arduino Arduino ? GEAR UP projects at 12:27 AM
There have been many hacks posted online over the past few years that show how to build a simple EEG machine using the Mattel MindFlex headset.
It's simple to interface this with the Arduino to read the basic single signal EEG data the toy produces. The toy actually only uses one of the measures (attention) but it outputs various useful bits of information.
All of this is detailed in the original Frontier Nerds blog post...