Skip to content

This repository is about using web serial Api to move a robot arm using esp32.

Notifications You must be signed in to change notification settings

salehghulamqasim/Moving-robot-arm-using-STT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moving-robot-arm-using-STT

This repository is about using web serial Api to move a robot arm using esp32.

It works as Follow:

  • first in the HTML website we have added the WebSerial Api and attached it to the button "connect". when its clicked , it prompts the user to select a serial device (such as our ESP32).

  • Then when it is connected, it opens a serial port to read and write data from and to the device. When the user speechs a certain word such as "right" the api will store it in a variable named "Right" otherwise will ignore it.

  • After that in our Arduino Ide we will open the same port and add the required codes to which will take our variable such as "Right" and then move the arm accordingly.

This is how a popup window shows up asking the user to select a serial device

Screen Shot 2022-08-02 at 5 56 57 AM

About

This repository is about using web serial Api to move a robot arm using esp32.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published