tags:

views:

160

answers:

4

There are some machines available which hook onto someone's head, and they can record brain activity and show this on a screen.

I'm wondering if there are any known components with an API or another method, which can be purchased and can be linked with custom software to transmit the brain activity to the software, which can then process/interpret them, or if there's another way to programmatically receive and interpret the brain activity?

+4  A: 

Well, that's quite a specialized field you're asking about. And, because of that, I doubt there's any equipment you could pick up fro WalMart or Best Buy to help you out. No doubt there are medical equipment manufacturers that would make that sort of stuff but it wouldn't be readily available to your average Joe (at least not without buying some hideously expensive kit from them).

That sort of equipment is generally based on the electrical signals from the brain that can be detected on the skin surface (Electroencephalographs or EEGs do this). Picking up signals from deeper within the brain is going to require some specialized equipment to be inserted inside the skull, not something I'd look at for a weekend project :-)

There is an Open EEG project on the web if you're interested. It's got hardware links mostly but seems to indicate that several members have software available as well.

There's also a site for a homemade EEG device, but I seriously love the warning:

WARNING: USE AT YOUR OWN RISK. If you download the following schematics and attempt to build this device, you must assume all responsibility for any misuse, injury or death that may ensue. This device is neither guaranteed to work nor certified to be safe. A general suggestion is to never ever power this device with AC (i.e. from the wall), only with DC (batteries). In addition, do not connect this device to anything that is connected to AC power. Consider yourself warned.

paxdiablo
I wonder if that EEG device would work on rats or monkeys
Click Upvote
A complicating factor taking this even further outside the realm of weekend projects is the safety issues associated with electrical equipment which is connected directly to the body. Such equipment should be approved by the FDA (or your local regulator). The costs of compliance with regulations would be enormous. This is not to say you couldn't make your own equipment and ignore those requirements (mad scientists have always done it that way) but it can't be recommended.
pavium
What I'm actually wondering is this. Lets say we have a car racing game, If the game can receive the brain activity, it can record the signals/waves you send when you think about a particular action such as 'move car to left'. then when you think about moving to left again, it will compare the waves and, on finding them the same/similar as the signals you created earlier, it would auto. move your character to the left.
Click Upvote
@ClickUpvote, I have a hard enough time co-ordinating my arms and legs when I walk (especially Friday nights). If you throw in my brain's electrical activity while I'm playing a complicated video game, I'm likely to launch the entire vehicle into space :-)
paxdiablo
Anyway, I once saw research in which it was shown that the activity in the brain lagged most physical actions by milliseconds. That makes the brain less of a control device and more of a means for trying to make sense of what just happened :-)
paxdiablo
yes, but if your brain always sent the same pattern of signals when you gave the command 'move left', and the software was analyzing all the signals in real time, perhaps it could detect when a signal identical to the 'move left' signal was received and move the car?
Click Upvote
If it did, then yes, I agree. I gather part of your quest is to find out *if* it does. I'm just saying I wouldn't trust it for a while. I already have an efficient mechanism which has been perfected over a hundred years for one part (appendages to car controls) and several billion years for the other part (brain to appendages) so I'm unlikely to be a beta tester. By all means, give it a try - I'm always interested in the results of interesting experiments, and this one at least has the virtue of possibly offering hope to less-abled people.
paxdiablo
What I'm trying to say is: I'm not trying to discourage you. I'd actually be interested in the outcomes.
paxdiablo
A: 

Just the term "brain waves" is about as accurate as ether.

Will
+1  A: 

An interesting device in this area is the OCZ Neural Input Actuator (NIA). This device is a headband incorporating an electro-myogram, electro-encephalogram, and electro-oculogram which connect to a USB port by way of small black box (said to run hardware FFT ?).

The contraption is originally aimed at translating eye movements, facial muscle movements, and brain waves into computer/game input, but has since attracted the attention of a few hackers who've broaden the scope and either on their own or with OCZ are working on developping drivers and APIs, some in Open Source project.

See this link for pointers on some of these initiatives.

Also, I believe some folks are also tinkering with the hardware for example by cutting the headband cable and connecting true (medical-type) EEG sensors instead.

mjv
+1  A: 

You could look at some available software for brain-computer interfaces (BCI). BCIs allow paralysed patients to control a computer using only electrical activity of their brain (electroencephalogram, EEG).

Check the following website:

http://www.bci2000.org/BCI2000/Home.html

Note that all of the available systems are still research systems. To this date, there are only few commercial applications.

Cheers,

Bartosz

btel