GitHunt
PR

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.h
    • DFRobotDFPlayerMini.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 sketch
  • README.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.

progyash/Gesture_To_Speech_Glove | GitHunt