Vibrating Gloves Help Bring Back Finger Sensation After Injury

This glove is something of a medical breakthrough. It’s used in conjunction with a musical keyboard to teach the wearer how to play simple songs. The thing is, instrumental proficiency isn’t the end goal. This is aimed at returning sensation to patients who have had a spinal cord injury. Many of the test subjects — all of which had the injuries more than a year before participating — experienced increased sensation in their hands and that is quite rare under these circumstances.

There’s not a ton of information available on the hardware itself, but this image lets us make a  pretty good guess. The glove is a typical fingerless cycling glove. There are two conductors worth of ribbon cable going to each digit. On the ring finger you can make out the bulging hardware which appears to be a vibrating cellphone motor. The white enclosure houses the microcontroller which receives wireless commands from a PC. When it is time for a finger to move, the appropriate motor vibrates. This is best explained in the clip after the break.

Apparently the combination of sensory feedback and the need to react to it provides the therapeutic impetus which achieves the promising results seen in the study.

Continue reading “Vibrating Gloves Help Bring Back Finger Sensation After Injury”

Improve Your Vision With Computer Generated Glasses

[Vitor Pamplona] sent in a project presented at this years SIGGRAPH. It’s a piece of hardware that corrects vision without the need for lenses. Yep. software-defined eyeglasses now exist, even if the project is a bit bulky for daily wear.

[Vitor] et al came up with two versions of hardware for this project. The first is a dual stack of high-resolution LCD displays, while the second revision is an LCD with a lenticular overlay. With this hardware, the team can change the focal plane of an entire image, or just subsets of an image allowing for customized vision correction for anyone with nearsightedness, farsightedness, astigmatism, presbyopia, and even cataracts.

With plenty of head-mounted augmented reality platforms coming down the pipe such as Google’s Project Glass and a few retina displays, we could see this type of software-defined vision correction being very useful for the 75% of adults who use some form of vision correction. It may just be a small step towards the creation of a real-life VISOR, but we glasses-wearing folk will take what we can get.

You can check out the .PDF of the paper here, or watch the video after the break.

Continue reading “Improve Your Vision With Computer Generated Glasses”

Printing Organs With A 3D Printer

[Jordan Miller], [Christopher Chen], and a whole bunch of other researchers at the department of bioengineering at U Penn have figured out a way to print 3D tissues using a 3D printer. In this case, a RepRap modified to print sugar.

Traditional means of constructing living 3D tissues face a problem – in a living body, there’s a whole bunch of vasculature sending Oxygen and nutrients to the interior cells. In vitro, these nutrients can’t get to the cells in the core of a mass of tissue. [Jordan], [Chris], et al. solved this problem by printing a three-dimensional sugar lattice. After encasing this lattice in a gel embedded with living cells, the sugar can be dissolved and the nutrients pumped through the now hollow capillaries in the gel.

If you have access to Nature, the full text article is available here. There’s also a great video showing off this technique after the break.

Continue reading “Printing Organs With A 3D Printer”

Multi-channel Analog Input Module Is A Good Jumping-off Point For Many Projects

[Scott Harden] has already produced some projects which measure analog inputs. But he’s got plans for more and wanted a base system for graphing analog signals. You can see the small board next to his laptop which offers the ability to sample up to six signals and push them to a PC via USB.

The ATmega48 and a few supporting components are all you’ll find on that board. The USB connection is taken care of by an FTDI cable. He went that route because the cables are relatively cheap, easy to come by, and already have driver support on all the major operating systems. If you look at the screen you can see a window graphing one analog input in real-time. He wrote this in Python (which is once again a cross-platform tool) and it has no problem graphing all six inputs at once.

This is immediately useful as an upgrade to [Scott’s] ECG machine. His future plans include a Pulse Oximeter, EEG, and EEG.

DIY EMG Uses An Audio Recorder

[Ericdsc] is looking to capture the electrical impulses of his muscles by using an EMG. He went through several prototypes to find the right recipe for sensors to pick up the electrical signal through his skin. Above you can see the version that worked best. Each sensor is made starting with a piece of duct tape and laying out a patch of stripped wire on it. A 5cmx1xm piece of aluminum foil then covers this, and second smaller piece of foil covers the cable’s shielding (not pictured here). This will stick to your skin to hold the sensor in place after applying a dab of sugar syrup to help make a good electrical connection.

In this case, an audio recorder is taking the measurements. [Ericdsc] had been having trouble sleeping and wanted to find out if he’s restless in bed. The audio recorder can log hours of data from the sensors which he can later analyze on the computer. Of course, it wouldn’t be hard to build your own amplifier circuit and process the signals in real-time. Maybe you want to convert that mind-controlled Pong game over to use abdominal control. You’ll have a six-pack in no time.

OpenCV Knows Where You’re Looking With Eye Tracking

[John] has been working on a video-based eye tracking solution using OpenCV, and we’re loving the progress. [John]’s pupil tracking software can tell anyone exactly where you’re looking and allows for free head movement.

The basic idea behind this build is simple; when looking straight ahead a pupil is perfectly circular. When an eye looks off to one side, a pupil looks more and more like an ellipse to a screen-mounted video camera. By measuring the dimensions of this ellipse, [John]’s software can make a very good guess where the eye is looking. If you want the extremely technical breakdown, here’s an ACM paper going over the technique.

Like the EyeWriter project this build was based on, [John]’s build uses IR LEDs around the edge of a monitor to increase the contrast between the pupil and the iris.

After the break are two videos showing the eyetracker in action. Watching [John]’s project at work is a little creepy, but the good news is a proper eye tracking setup doesn’t require the user to stare at their eye.

Continue reading “OpenCV Knows Where You’re Looking With Eye Tracking”

Building An X-ray Machine And Letting Everything Go To Your Head

It’s not every day one of the builds on Hackaday gets picked up by a big-name publication, and it’s even rarer to see a Hackaday contributor grace the pages of an actual print magazine. Such is the case with [Adam Munich] and his home-built x-ray machine.

We first saw [Adam]’s x-ray machine at the beginning of this year as an entry for the Buildlounge/Full Spectrum laser cutter contest. [Adam] won the contest, landed himself a new laser cutter, and started writing for Hackaday. Now that [Adam] is gracing the pages of Popular Science, we’re reminded of the story of Icarus, flying too close to the sun.

[Adam]’s x-ray machine is built around a Coolidge tube, the same type of vacuum tube found in dental x-ray machines. The device is housed in two suitcases – one used as a control panel and graced with beautiful dials and Nixies, the other housing the Coolidge tube and power supply. Proper x-ray images can be taken by pointing a camera at the scintillation screen, allowing [Adam] to see inside hard drives and other inanimate objects.

Sure, it’s a build we’ve seen before but it’s still very cool to see one of Hackaday’s own get some big name recognition.