3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Sign Language Translator

Sign Language Translator
First of all, this project is not finished. We're still trying to improve and fix some problems. Right now, we're only able to translate letters from "A" to "E". The program still have problems while identificating those letters, the values for each of them match sometimes, so we're still trying to fix this.
Many people around the world suffer from speech problems, and can't communicate with others in the same way we do it. To solve that problem, I, Bruno Moraes, and my research partner, Pedro Jorge, developed a Sign Language Translation Glove. Acctually, it only works with Brazillian Sign Language.
The Glove is also able to control a LEGO Wheelchair wirelessly with the movement of your fingers.
We're both 15, we don't know that much about electronics and programming, so go easy.
For this project, we made use of flexible potentiometers (available at sparkfun) to measure each finger's position. This potentiometer, together with a 10K resistor form a Voltage Divider, that feeds de Arduino ADC. We used an Arduino Mega 2560, but UNO or similars is ok.
Bill of Materials:
1 - Glove ( We used a Nike Dry Fit Tour Golf )
1 - Arduino Mega 2560 (http://www.sparkfun.com/products/9949)
1 Arduino UNO ( Optional, used for the wheelchair side control)
5 - Flexible potentiometers (http://www.sparkfun.com/products/8606)
5 - 10K Resistors
2 - 2.2K Resistors (Optional, used for the wheelchair side control)
2 - 2N2222 Transistors (Optional, used for the wheelchair side control)
1 - Breadboard
2 - XBee Series 1 Modules
2 - XBee Explorer Regulated
1 - Soldering Iron
1 - Solder
1 - Stranded wire
 
Remove these adsRemove these ads by Signing Up
 

Step 1Attach the Sensors

Attach the Sensors
Sew the five sensors to the glove. Make sure they're all fixed, but not too tight.
After, solder 15cm stranded wire pieces to each of the sensor leads.
Remember to reinforce de pin-end of the sensor, this area is susceptible to kinking and eventual failure. Electrical tape ou heatshrink is fine.
« Previous StepDownload PDFView All StepsNext Step »
6 comments
Dec 17, 2011. 2:28 PMandreODF says:
parabéns pela iniciativa, quanto a você ter problemas na programação talves eu possa ajudar, por curiosidade qual programa vocês utilizam para programar? Obrigado quiser mande no email AndreOdf@hotmail.com X)
Nov 11, 2011. 7:44 AMmaewert says:
I wanted to do this myself. Congratulations on your success.

If you wanted to read American Sign Language (and I assume Brizilian as well) you would need to record every joint position from the shoulder to the finger tips and to read and understand their motions. Reading the alphabet is a much more modest project as most letters in the american sign language do not require the decoding of motion (that dang Z requires motion).

I am sure you understand full well the problems with reading characters (but I'll discuss them briefly anyway!) When a person is signing no finger position readings for a character is exactly the same each time the character is signed. Not only is there noise in the glove's electronics but the signer also changes the fingering slightly based on the characters which are signed before and after. Human sign language readers actually use super computers (i.e. their brains) to decode these subtile differences and use them to reinforce their understanding of the signs. (The same occurs in people with full hearing - they actually hear and read lips subconsciously as well and it is shown that people 'hear' better when they are presented with sound and lip movement than with either sound or lip movement alone.) These additional queues are actually needed to help people reduce their read error rates but increase the read error rates for the computer since the signs are subtilely different for the same character.

Taking this concept one step further, the human reader has the benefit of knowing that the characters make up words and mostly anticipates the characters they read. In english for example the 'q' is almost always followed by 'u'. Many words have standard prefixes and suffixes as well which help us understand the signs. For example if the letter 'E' was close to the letter 'F' the reader would read 'NATIVE' and not 'NATIVF' without a thought - in fact it would be hard to get them to actually read 'NATIVF' if that is what you really meant! The reader also have the advantage over the computer in that the reader understands the contect of the discussion and uses that expectation of possible words to improve read error rates. Your read error rates are very reasonable and you really haven't yet employed these other improvements. Good Job.

One of the methods I had considered using was a Binary Associative Memory. A BAM is really a manipulation of matricies which can be used to return one of a set of a limited number of trained values. This is how it works: You take the measurements of the finger positions when someone signs each 'perfect' letter. The BAM is then trained using these 'perfect' letters. After the training, when someone signs one of these letters, the measurements read in will be a little different but close to the 'perfect' letter positions. You can apply these slightly different positions to the BAM and it will return the letter with the closest match to the 'prefect' letters. The advantages of using a BAM is that the BAM is easy to code and does not care about the patterns being learned, so it could be used to 'learn' to read american sign language as easily as any other sign language. BAMs always return the closest matching pattern, however, even if the patterns don't match very closely at all, so if you use a BAM you'd need filter out the patterns that just don't match very closely.

Best Wishes!
Nov 14, 2011. 9:44 PMlavothas says:
Man Maewert, you have put a lot of thought into this reply, though in the few short seconds of reading it I had a thought, (it may or may not be valid). Recording movements from the fingers though to the arm joints of the elbow and shoulder would be a somewhat cumbersome item as it would require a full arm sleeve glove (don't know if there is a better name for one). It seems to me that an accelerometer attached on the back of the glove (so as not to interfere with the use of the hand) would be a better option. Or some other form of motion sensor fitted into the glove.

Also, and bear in mind I do not have much knowledge of sign language, doesn't it often use both hands for certain words and phrases? perhaps if as you suggest arm motion is brought into the equation it would also be good to make it a pair of gloves as opposed to the single golf glove that it currently is.


all that aside this project is amazing, and I wish you the best of luck brunomoraes.
Nov 15, 2011. 2:23 PMmaewert says:
Thank you for you message lavothas. I agree. brunomoraes did an excellent job with good recognition of one-hand signing of the alphabet. I hope my response didn't come off as a criticism in any way. :-) The next harder problem of reading general sign language is more difficult as you suggest. Your suggestion to use an acceleromoter to give the position of the arm and wrist sounds like it might work.

Another method might be to place a band of different colors on each finger tip and use a video camera that can then track the positions of each color. This is beyond me :-) but might be a good solution as well.

Best Wishes to brunomoraes

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
3
Followers
2
Author:brunomoraes