a wireless voice-controlled robot powered by Arduino and the Python programming language
The user enters commands using a Microphone connected to the computer then the Python script will convert its voice to a string, after that a regular expression based algorithm will enhance the output string. upon that string, the script sill send information to the first Arduino board telling it which way the robot should follow. the first board will send a command to the robot via the RF-Link 433Mhz module, and the robot functionality should work