https://github.com/timkong21/voice-commander-system
A voice-activated command system designed to help quadriplegic individuals control their environment wirelessly. Utilizing voice recognition and RF communication, this simple yet effective setup allows users to operate devices such as door openers, improving independence without physical intervention.
https://github.com/timkong21/voice-commander-system
accessibility arduino assistive-technology biomedical-engineering c-plus-plus home-automation quadriplegic radio-frequency voice-assistant voice-commands voice-control
Last synced: about 1 month ago
JSON representation
A voice-activated command system designed to help quadriplegic individuals control their environment wirelessly. Utilizing voice recognition and RF communication, this simple yet effective setup allows users to operate devices such as door openers, improving independence without physical intervention.
- Host: GitHub
- URL: https://github.com/timkong21/voice-commander-system
- Owner: TimKong21
- Created: 2021-09-13T05:11:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T23:43:23.000Z (about 2 years ago)
- Last Synced: 2025-07-21T03:42:18.588Z (11 months ago)
- Topics: accessibility, arduino, assistive-technology, biomedical-engineering, c-plus-plus, home-automation, quadriplegic, radio-frequency, voice-assistant, voice-commands, voice-control
- Language: C++
- Homepage: https://drive.google.com/file/d/1lbnJuV_TK72wu2umAgaJuwPUvwt3Io0S/view
- Size: 53.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# V-Map Voice Command System
The V-Map is a voice command system developed to help quadriplegic individuals interact with their environment through simple voice commands. This system translates spoken commands into radio frequency (RF) signals to control various devices wirelessly, such as automatic door openers.
## System Components
- **Voice Recognition Module:** Utilizes EasyVR for reliable voice command recognition.
- **Processing Module:** Employs Arduino Duemilanove to decode voice inputs and manage signal processing.
- **Transmitter Module:**
- **Encoder:** HT12E encoder for signal encoding.
- **Transmitter:** TWS-BS handles the wireless transmission of the encoded signal.
- **Receiver Module:**
- **Receiver:** RWS-371 receives the transmitted signal.
- **Decoder:** HT12D decodes the received signal.
- **Solid-State Relay:** JWD-107-5, controlled by the decoded signals to activate the door switch.
For detailed component specifications, please refer to the corresponding datasheets in the `component datasheets` folder.
## Features
- **Wireless Communication:** Enables remote control of devices without physical wiring.
- **Designed for Accessibility:** Provides ease of use for individuals with mobility challenges.
- **Modular Setup:** Allows for customization to suit different applications and needs.
- **Low Power Consumption:** Optimized for minimal energy use while maintaining efficient functionality.
## Setup and Installation
1. Assemble the modules following the instructions in the `schematics` folder.
2. Upload the provided code to the Arduino board from the `source_code` folder.
3. Train the EasyVR module with the necessary commands as detailed in **section 3.1 - Training a command** of the `Architectural Design.pdf` document.
## Usage
Operate the V-Map by speaking predefined commands to activate the connected devices. For example, saying "Open door" triggers the door opener mechanism. More examples and detailed command usage can be found in **section 3.2 - Trained commands and corresponding bits** of the `Architectural Design.pdf` document.
Watch the [Prototype Demonstration Video](https://drive.google.com/file/d/1lbnJuV_TK72wu2umAgaJuwPUvwt3Io0S/view?usp=sharing) to see the V-Map in action.
## Acknowledgements
This project was part of the [BMET 4402 Biomedical Engineering Technology Project](https://www.bcit.ca/outlines/20201011965/) course and was completed as a 2020 graduation project. Special thanks to BMET instructors for guidance, our client for inspiration, and BMET class of 2020 for support.