Voice Controlled Bot ITSP 2012. Idea To make a bot which will follow speech instructions The instructions will be simple like : “start, stop, left, right,

Slides:



Advertisements
Similar presentations
Michael Madavane Russell McLoughlin. Plan Build a autonomous car, a GuideBot, that follows a set of directions to navigate an obstacle course Distance.
Advertisements

Manar Mousa Al-Hamaidi
MM Player Supervised by: Dr. Luai Malhis. Prepared by: Mustafa Assaf & Mahmoud Musa.
BOE-BOT By: Jonathan Baker Gabby Garcia. BOE-BOT Servo motors to control each wheel independently Castor wheel in rear for stability Aluminum Chassis.
ELCT 201 week 13 Analog ON/OFF control system conversion to Digital ON/OFF control system.
OutLine Overview about Project Wii Robot Escaper Robot Problems and Solutions Demo.
The Voice Operated and Wirelessly Controlled Elevator Jeremy Hester Advisor: Mohammad Saadeh Class: ET 493 – 01 Instructor: Dr. Cris Koutsougeras South.
VOICE OPERATED WHEEL CHAIR
MSD Detailed Design Review Agenda P11212 : LVE Controls, RF Module Meeting Purpose 1. Present an overview of the project. 2. Review Detailed Design. 3.
Introduction to the Computer
Arduino. Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source.
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
In this module you will learn: What the various logic gates do. How to represent logic gates on a circuit diagram. The truth tables for the logic gates.
Indian Institute of Technology Hyderabad REMOVEDOR DE OBSTACULOS Anuj Arora Chinmay Jindal Shubham Kaushik.
SMART House Kia Graham Tyangelio Gaines Ebony LeBlanc Southern University and A & M College College of Engineering and Computer Science Department of Electrical.
To control the movement of a manual wheelchair by means of human voice for paralyzed patients. AIM:
Embedded Programming and Robotics Lesson 5 Motor Control 1.
Image of Arduino. Arduino discussion Address issues with circuit walk-through – Electricity, Programming, Arduino Concepts Work on BeatTable (next week)
Ameneh Sadat Yazdaninik
Motors Make the world go ‘round By Jackson Greer, Room 305.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter 4 System Software.
The Voice Operated and Wirelessly Controlled Elevator Jeremy Hester Advisor: Dr. Mohammad Saadeh Class: ET 494 (Senior Design II), Fall 2013 Class Professor:
JULLIENOR TITAS DAS EEL 5666 – IMDL FALL /2/2014.
Discovery Kits: Electricity. 1.5 V Battery Batteries in series Closed switch Open switch V Motor Components.
The Voice Operated and Wirelessly Controlled Elevator Jeremy Hester Advisor: Mohammad Saadeh Class: ET 493 – 01 Class Professor: Dr. Cris Koutsougeras.
By: 1- Aws Al-Nabulsi 2- Ibrahim Wahbeh 3- Odai Abdallah Supervised by: Dr. Kamel Saleh.
Robot Swarm Work group : Ibrahem Batta. Emad Shakhshir. Supervisor: Dr. Ashraf Armoush.
Butler Bot Sai Srivatsava Vemu Graduate Student Mechanical and Aerospace Engineering.
Devin Mullen Advisor: Professor Andrew Kun.  Background  Problem Definition  Proposed Solution  Design Objectives  Implementation and Testing  Budget.
KAMI KITT ASSISTIVE TECHNOLOGY Chapter 7 Human/ Assistive Technology Interface.
SET 21 OPERATING SYSTEM USE OF ASSEMBLY LANGUAGE.
Milestone 1 Pablo Canseco Domenick Albanese Ronald­-Dean Allado Command and Control Subsystem for Regolith Mining Robot.
Codey Lozier Christian Thompson Advisor: Dr. Mohammad Saadeh
The Voice Operated and Wirelessly Controlled Elevator Jeremy Hester Advisor: Mohammad Saadeh Class: ET 493 – 01 Class Professor: Dr. Cris Koutsougeras.
Automated Spice Rack By Sam Fuga, Brian Mason, Suleiman Alshumemry, & Joe Berceau.
Opportunities in Deploying Open Source Applications Using LumenVox Speech Recognition on Asterisk.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Throttle Arduino RC Receiver Stock Golf Cart Motor Controller Motor 1 PWM signal: Voltage: 0 – 5V Period = 22ms Positive Pulse Width: 1ms – 2ms Digital.
Servo Motor Control Using Arduino Instructor: Dr Matthew Khin Yi Kyaw.
Arduino DC Motor Motion Control Instructor: Dr Matthew Khin Yi Kyaw.
Voice Controlled Robot over Network Connection A.J. Duncan, Philip Reiner, Russ Durham ELEC /14/11 -1-ELEC 5530.
Introduction to Motors, servos and steppers
H-Bridge Motor Driver.
University of Central Arkansas Methods/Final Results
Scrolling LCD using Arduino.
Using Arduino to modify RC controls Nick Carter 12/31/2015
Enable Talk Prepared By: Alaa Mayyaleh Shurouq Abu salhiah.
connect a DC-Motor with an arduino
Natural Sciences and Technology Grade 6
Automatic human detector garbage can.
Controlling of robot using voice
ARDUINO FOUR QUADRANT DC MOTOR CONTROL
AIM: To control the movement of a manual wheelchair by means of human voice for paralyzed patients.
Arduino Basics Rajeev Dwivedi, PhD.
Arduino and Design of Embedded Applications
مقدمة في الاردنيو د فضل الاكوع.
WELCOME.
What is Arduino? By James Tedder.
FeMaidens Programming
Serial Data Hub (Proj Dec13-13).
Introduction to H-Bridge
ELECBITS FAULT DETECTOR.
Enable Talk Prepared By: Alaa Mayyaleh Shurouq Abu salhiah.
UNIT 11: RC-SERVOMOTOR CONTROL
Elecbits.
Introduction to Arduino
PRESENTATION BASED ON EMBEDDED SYSTEM. SUBMITTED BY MAMATA YADAV.
05 | Integrating Advanced Sensors and Shields
Presentation transcript:

Voice Controlled Bot ITSP 2012

Idea To make a bot which will follow speech instructions The instructions will be simple like : “start, stop, left, right, back” We plan to extend the idea to more complicated commands.

Plan We will use the “EasyVR” voice recognition module for speech recognition. We are using Arduino shield to transfer commands to the Arduino board from the EasyVR module. The Arduino will then drive the Motor circuit. We are currently working on the efficient Bridge program to connect EasyVR and Arduino

MicEasyVR Arduino Shield

Arduino Board Motor Driver Circuit Motor

Bot with EasyVR

EasyVR and the Motor Driver Circuit

The EasyVR command window

To Do To work on the various command inputs of EasyVR To learn and implement the coding for speech recognition To code the Arduino board according to the EasyVR code. To work for the synchronised working of all the components of the bot.