Rat Propulsion Via Brain-machine Interface

Our little red-eyed friend can drive this vehicle around with his mind. WITH HIS MIND, MAN!

This is the product of research into adaptive technologies. The process is pretty invasive, implanting neural electrodes in the motor cortex of the brain. The hope is that some day this will be a safe and reliable prospect for returning mobility to paralysis victims.

We found it interesting that the vehicle was trained to react to the rats’ movements. They were allowed to move around a test space under their own power while brain signals were monitored by the electrodes. Video tracking was used to correlate their movements with those signals, and that data is used to command the motors for what the Japanese researchers are calling RatCar.

We can see the possibilities opening up for a mechanized cockroach v. RatCar free-for-all. Something of a battlebots with a live tilt. But we kid, this is actually quite creepy.

[via Neatorama and PopSci]

Magnets Capable Of Brain Hacks

It has been recently discovered that all of the snap decisions that your brain makes on which hand to use to do simple tasks, such as picking up an object from a table, can now be automatically decided for you.  This is done using magnetic stimulation that is applied using transcranial magnetic stimulation or TMS.  This TMS will affect the brains ability to process motor movements and reduces the chances that the right hand will be chosen over the left.  This major discovery was found by PNAS (Proceedings of the National Academy of Sciences of the United States of America) who hopes to use this later on for rehabilitating stroke victims, making them using the limbs that may suffer from the event.  Here is to hoping that an in home product will be released in the future so children can become ambidextrous in everything they do.   It seems like that is a way off but it does seem more natural than most hacks to your body.

Via [iO9]

Wireless Electrocardiography… With IPhone

This module is a sensor package for monitoring the electrical activity of the heart. It is the product of an effort to create a Wireless Body Sensor Network node that is dependable while consuming very little electricity, which means a longer battery life. To accomplish this, the microcontroller in charge of the node compresses the data (not usually done with wireless ECG hardware) so that the radio transmissions are as short and infrequent as possible.

[Igor] sent us this tip and had a short question and answer session with one of the developers. It seems they are working with the MSP430 chips right now because of their low power consumption. Unfortunately those chips still draw a high load when transmitting so future revisions will utilize an alternative.

Oh, and why the iPhone? The device that displays the data makes little difference. In this case they’re transmitting via Bluetooth for a real-time display (seen in the video after the break). This could be used for a wide variety of devices, or monitored remotely via the Internet.

Continue reading “Wireless Electrocardiography… With IPhone”

Robotic Eye Surgery Controlled With Magnets

If you’re in need of eye surgery you might just find yourself strapped into this contraption. It’s a magnetic field generator used to manipulate a tiny, untethered probe. It’s called OctoMag and the idea is that a robot less than half a millimeter in size is injected into your vascular system and, through the use of those coils, it busts up blood clots in the small passages inside of the eye.

Once you’ve seen the clip after the break we’re sure you’ll agree that this is amazing technology. Nonetheless it makes us cringe to think of the procedure done on a living organism but we’re sure that fear will subside given time. For now this seems more like a treatment from A Clockwork Orange.

Continue reading “Robotic Eye Surgery Controlled With Magnets”

Python Library For Emotiv EEG

Want to control things with your mind? The Emotiv EPOCH EEG is one of the best pieces of hardware you can get that is ready to be hacked into your project. Too bad the entry-level SDK will set you back $500. Or you can take advantage of [Cody Brocious’] work by using his Emotiv Python Library. He sniffed around the data coming in over the USB connection and discovered that it’s encrypted. With a bit of trickery he extracted the key and built the 128-aes decryption routine into his package. So far this just pulls raw data from the unit so it’s up to you to figure out how to properly filter the signals and differentiate which sensor corresponds to each data stream. But it’s a start, and hopefully it’ll lead to more mind controlled doo-dads.

Brain Wave Skimming On The Go

Mentok: The Mind Taker

Master EEG hackers [MOG] and [Tim] over at the Makers Local 256 have been working on creating a Bluetooth EEG listener made from a Mattel Mindflex. This build is based on an earlier build of a group called [Frontier Nerds] (thanks for the heads up [Nathan]!), but this version ditches the Arduino in favor of a basic serial to bluetooth adapter for the sake of power efficiency (as well as not having to keep an Arduino strapped to you head). We have covered a few Mindflex hacks before, but this seems to be the most useful in a practical sense. They have included the code for a Bluetooth serial data logger, and the earlier build shows a good example of captured data visualization.

EyeMario, Play Mario With Your Eye Movements

[youtube=http://www.youtube.com/watch?v=4j2kw5MJK24]

The folks at Waterloo Labs have delivered a quite amusing project where they built a system to control Mario with eye movements. Unlike the other eye movement systems we’ve seen that use imaging to detect where you are looking, this one is using electrodes on muscles in your face. Not only do they supply a fairly amusing video, they also have a pretty good amount of detail on the project site. Be sure to click on the links in the “additional resources” section at the bottom if you want hardware and software details on the build. The last time we saw these folks, they were using real guns to control video games.

[via Procrastineering]