progyash/Gesture_To_Speech_Glove
Converts sign language gestures into speech using flex sensors and DFPlayer Mini on Arduino.
Sign Language to Speech Glove ๐ค๐งค๐
This Arduino-based project converts sign language gestures into speech using flex sensors and a DFPlayer Mini audio module. It is designed to assist individuals with hearing or speech impairments by providing an accessible, offline communication tool.
๐จโ๐ป Project Description
- Microcontroller: Arduino (Uno/Nano)
- Sensors: 5x Flex Sensors (connected to A0โA4)
- Audio Output: DFPlayer Mini with microSD card and speaker
- Communication: Offline, no internet required
- Libraries Used:
SoftwareSerial.hDFRobotDFPlayerMini.h
Each finger is mapped to a specific audio track that plays when the finger is bent beyond a calibrated threshold.
๐ ๏ธ Features
- Calibrates baseline values for flex sensors at startup
- Detects bending of each finger individually
- Plays pre-recorded audio clips corresponding to each gesture
- Ignores further input while audio is playing
- Displays readings and threshold status in Serial Monitor
๐ Files
sign_language_glove.inoโ Main Arduino sketchREADME.mdโ Project description- (Optional) Audio files (
001.mp3,002.mp3, ...) on SD card
๐ Contributors
-
๐จโ๐ป Yash Chaudhari โ Core Developer & Hardware Integration
-
๐ง Satyveer Chauhan โ Flex Sensor Calibration & Testing
-
๐จ Ahad Bhati โ Audio Design & Documentation
๐ท Preview
20250103_185044_2.1.mp4
๐ License
MIT License. Feel free to use, modify, and share.
๐ฃ Note
Make sure your SD card contains audio files named in 001.mp3, 002.mp3, ..., 005.mp3 format corresponding to each finger.