This project consists of a speech recognition module and a motorized robot controlled through voice commands. The speech recognition system is trained during a training phase by extracting the frequency components of spoken words, and tests input speech by matching it to the stored reference models. Correctly recognized commands are used to control a DC motor and move the robot forward or backward. The system uses an ADSP 2181 processor for signal processing and speech recognition through techniques like framing the speech signal, windowing, fast Fourier transform, mel filtering, and MFCC analysis to extract features from the input speech for recognition.