2
user
Eyuep Sueyruege edited this page 2024-02-24 11:38:34 +01:00
Table of Contents
Purpose of User Documentation
The following user documentation aims to present the functions of the Playing Card Recognition for Blind People Interdisciplinary Project-13 and explain them in a clear manner to facilitate easy usage of the software. This includes showcasing and describing the usage of the project step by step.
Usage of the Project
To use the product:
- Plug in the device via micro USB to your local device for power supply.
- Plug in a microjack headset for audio output.
- Scan your cards using the device.
Instructions for installing the product for the first time:
Attention! : These steps need to be done once if the device has to be set up for the first time. However, you can skip this if the upload process has already been completed.
- Clone the Git repository to your local device.
- Install necessary tools like Arduino IDE and the necessary libraries needed for the implementation.
- Plug in the product's ESP32 with a micro USB to your local device.
- Go to the file folder downloaded from the Git repository.
- Navigate to
src -> arduino
. - Open the Arduino sketch "whisperingSight.ino".
- Select the ESP32 Dev Module from the sketch configurations in the navbar and choose the right port.
- Upload your code.
Motivation and Functions of the Project
The goal of the Playing Card Recognition for Blind People Interdisciplinary Project-13 was to develop a system that enables visually impaired individuals to recognize playing cards using technology. The motivation behind this project was to enhance accessibility and inclusion for visually impaired people in card games and other related activities.
The functions of the project include:
- Recognition of playing cards using NFC/ESP32/DF-Player Modules.
- Auditory output to communicate the recognized card to the user.
- Integration with a microjack headset for audio output.
- User-friendly interface for easy interaction.