- The project idea is to Move a Robotic arm through specific commands received from a Speech-to-text website.
- Used Html, CSS, and javascript to build the website.
- Used Web Speech API for voice recognition (Arabic).
- Used Web Serial API which allows a website to communicate with serial devices in this case Arduino UNO.
- Plug in Arduino UNO.
- Connect Servo Motor to pin 8.
- Web Speech API: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition
- Web Serial API: https://web.dev/serial/