Second Skin Synth Fits Like A Glove

California textiles artist and musician [push_reset] challenged herself to make a wearable, gesture-based synth without using flex-sensing resistors. In the end, she designed almost every bit of it from the ground up using conductive fabric, resistive paint, and 3-D printed parts.

A couple of fingers do double duty in this glove. Each of the four fingertips have a sensor made from polyurethane, conductive paint, and conductive fabric that is connected to wires using small rivets. These sensors trigger different samples on an Edison that are generated with Timbre.js. The index and middle fingers also have knuckle actuators made from 3-D printed pin-and-slot mechanisms that turn trimmer pots. Bending one knuckle changes the delay timing while the other manipulates a triangle wave.

On the back of the glove are two sensors made from conductive fabric. Touching one up and down the length will alter the reverb. Sliding up and down the other alters the frequency of a sine wave. [push_reset] has kindly provided everything necessary to re-create this build from the glove pattern to the STL files for the knuckle actuators. Check out a short demonstration of the glove after the break. If you love a parade, here’s a wearable synth that emulates a marching band.

Continue reading “Second Skin Synth Fits Like A Glove”

ASL Glove

Electronic Glove Detects Sign Language

A team of Cornell students recently built a prototype electronic glove that can detect sign language and speak the characters out loud. The glove is designed to work with a variety of hand sizes, but currently only fits on the right hand.

The glove uses several different sensors to detect hand motion and position. Perhaps the most obvious are the flex sensors that cover each finger. These sensors can detect how each finger is bent by changing the resistance according to the degree of the bend. The glove also contains an MPU-6050 3-axis accelerometer and gyroscope. This sensor can detect the hand’s orientation as well as rotational movement.

While the more high-tech sensors are used to detect most characters, there are a few letters that are similar enough to trick the system. Specifically, they had trouble with the letters R, U, and V. To get around this, the students strategically placed copper tape in several locations on the fingers. When two pieces of tape come together, it closes a circuit and acts as a momentary switch.

The sensor data is collected by an ATmega1284p microcontroller and is then compiled into a packet. This packet gets sent to a PC which then does the heavy processing. The system uses a machine learning algorithm. The user can train the it by gesturing for each letter of the alphabet multiple times. The system will collect all of this data and store it into a data set that can then be used for detection.

This is a great project to take on. If you need more inspiration there’s a lot to be found, including another Cornell project that speaks the letters you sign, as well as this one which straps all needed parts to your forearm.
Continue reading “Electronic Glove Detects Sign Language”

Interactive Sound With Glove And Tape

Here’s a way to explore new spaces in untraditional manners: a sonophore, or a glove equipped with a tape heads meant to explore spaces with magnetic tape tracing the walls.

This project is a followup to the analogue tape glove from a few years ago. In that project, aligned strips of magnetic tape cover a canvas, leaving anyone wearing the glove to track their hand horizontally swiping across different tracts, or vertically listening to each track.

This project takes a glove similar to the analogue tape glove, but the tape is spread out along the walls of the installation. There’s no way of knowing what strange voices are contained on the tapes; the only way to know is to explore the space.

Video of the project below. It’s a Vimeo, so you know it’s artistic.

Continue reading “Interactive Sound With Glove And Tape”

Power Glove LED Suit

Prototype LED Light Suit Runs Off Of A NES Power Glove

[Greg’s] been playing around with wearable hacks for quite some time now, and he’s decided to add a new twist for his latest LED light suit (Mk 4) — An ancient NES Power Glove to control it.

He was inspired by the band Hypercrush who had a music video where one of the guys was wearing a laser-shooting power glove — awesome. Having already made light suits before, he thought it’d be fun to do something similar.

The suit is controlled by an Arduino Pro Mini which has been hacked into the Power Glove for ultimate button pushing capabilities. He’s using 5 meter LED strips of the classic WS2812  RGB variety, which allow for individual LEDs to be addressed using a single pin. It’s powered by a 5V 2A USB battery pack, and he’s made all the components very modular, you could even say it’s “plug and play”!

Continue reading “Prototype LED Light Suit Runs Off Of A NES Power Glove”

Axis Glove That Controls A Robot

FKXH5LGHTC696DD.LARGE

This homemade glove and gesture controlled rover was created by [electro18]. It can send temperature, battery level, and object distance to the LCD panel on the wrist. Instead of a typical joystick, this wireless system taps into an embedded accelerometer to maneuver the robot like magic.

The main chassis platform is made of clear acrylic and has additional acrylic strips fixed to the edges for additional strength. A LM35 temperature sensor is wired to the front that monitors the environments that the rover explores. An HC-SR04 Ultrasonic Rangefinder acts as the eyes of the machine. The photodiode is covered with an adaptation of a 6mm heat shrink tube to avoid false readings. Once hooked up and turned on, the robot can be controlled with the futuristic power glove consisting of two parts. An accelerometer strap and a display strap are the biggest parts. The project shows that it is relatively easy to make a system like this. Other items like quadcopters and tiny water boats could be controlled with a similar type of setup.

A video of the axis glove maneuvering the vehicle on a slope can be seen after the break:

Continue reading “Axis Glove That Controls A Robot”

Flex Sensing For A DIY Data Glove

cyber

[Cyber] has been testing out intuitive input methods for virtual reality experiences that immerse the user further into the virtual world than archaic devices like a keyboard or mouse would allow. One of his biggest interests so far was the idea of a data glove that interacts with an Arduino Uno to interface with a PC. Since commercial products are yet to exist on a readily available level, [Cyber] decided to build his own.

He started out with a tiny inertial measurement unit called a Pololu MinIMU-9 v2 that tracks orientation of the 3-axis gyro and accelerometer. The USB interface was soldered into place connecting the wires to an Arduino Uno. From there, he hooked up a flex sensor from Spectra Symbol (which were supposedly used in the original Nintendo Power Gloves) and demoed the project by tracking the movement of one of his fingers. As the finger bent, the output printed on the serial monitor changed.

[Cyber] still needs to mount a glove on this system and construct a proper positional tracking method so that physical movement will be mirrored in a simulation.

[Cyber’s] day job has had him busy these last few months, which has forced the project into a temporary hold. Recently though, [Cyber] has been an active member and an influence in the local Orange County VR scene helping to build a nice development culture, so we’re hoping to see more updates from him soon.

To view what he has done up to this point, click the link at the top of the page, and check out the video after the break:

Continue reading “Flex Sensing For A DIY Data Glove”