EEL 4924: Senior Design. 27 January Project Design Report: Voice Controlled RC Device

Size: px
Start display at page:

Download "EEL 4924: Senior Design. 27 January Project Design Report: Voice Controlled RC Device"

Transcription

1 EEL 4924: Senior Design 27 January 2009 Project Design Report: Voice Controlled RC Device Team VR: Name: Name: Kyle Stevenson Phone: Phone: Abstract: The original idea for this project was to take an RC car and use it as a platform for testing voice recognition. The application of a mapping system will be added in order for the user to guide the car through a user-defined blueprint. The mapping application will be composed of a grid system that can be configurable by the user by creating a maze, walls, etc. The system will allow the user to use voice commands or directional buttons to control the movement and other functions of the car. There will be an option to have live commands, where the car will perform the last operation stated, or an option to save a string of commands and perform all of them after the user is done inputting them. For example, a user could define a maze and specify a path for the car to travel through the maze. The user can decide to move the car one grid space at a time or define the entire path for the car to travel at once. The user interface controller will consist of an LCD and a voice recognition module connected to a microcontroller that will wirelessly connect to the microcontroller of the car. Added to the car will be 1

2 object detection sensor that will detect obstructions in its path and signal the user interface controller. The user will then have the option to reconfigure the path of the car through the map. The system allows for the expansion of more sensors for the car to interact with its environment. Table of Contents List of Tables and Figures... 3 Project Features/Objectives... 4 Components/Concept Selection... 6 Diagrams... 8 Separation of Labor Gantt Chart References

3 List of Tables and Figures Pictures Picture 1. XBee Wireless Chip...4 Picture 2. Robot Car...5 Picture 3. Sonar Proximity Sensor...5 Diagrams Figure 1. Top-Level Design View...8 Figure 2. Car Controller Diagram...9 Figure 3. Remote Controller Diagram...9 Tables Table 1. Summary of Costs...8 Table 2. Separation of Labor...10 Gantt Chart Gantt Chart

4 Project Features/Objectives The voice-controlled device finds applications in the advancement of unmanned vehicles. Unmanned vehicles are becoming popular in military, police and rescue operations in which the situation is dangerous or inaccessible by human contact. The unmanned devices can be programmed or designed for several different applications or missions. Relating to the wireless device describe in this project, the system allows the user to input a known blueprint of a certain structure, and then guide the car through that structure. The car will be able to detect objects inside that structure that might have been previously unknown by the user. The ability to control the device with voice commands can give the user hands-free convenience allowing for multi-tasking. Wireless Transmission We plan on using X-Bee chips in order to control the Robot car remotely. These are 2.4GHz chips that have a rated signal range of 1600m. There will be an X-Bee chip on the car, and on the remote. Our objectives include getting the X-Bee on the remote to transmit commands to the X-Bee in the car. If time permits, we may look into adding an option to have the X-Bee on the car transmit information back to the X-Bee on the remote like speed, or object detection information. Picture 1. XBee wireless chip Robot Car The car is a simple kit that we decided to get because it very basic and didn t have any unnecessary components. We will be able to add our own processor and control it the way we want it 4

5 to, instead of having to buy a car that has a processor already on it with sensors that we won t use and other useless options. Our objectives include getting the car to move at various speeds that can be controlled from the processor. The car will also be able to detect objects and avoid them, using proximity sensors. Our options for these sensors include infrared and sonar. We plan on powering the car with a 9V battery. Picture 2. Robot Car Picture 3. Sonar Range Sensor Voice Recognition With this feature, a user will be able to control the car and tell it to do things with voice commands. The chip we purchased was the HM2007. This chip works by recording various voice patterns for a certain command, and when that pattern is detected by the chip, it will output a certain command corresponding with the pattern. This could be difficult because we are unsure of how well the chip works and how accurate it is. Remote Control The car will be controlled wirelessly with a remote that we design. This remote will have a D- pad to control the car, if the user wishes, as well as the option to control the car using voice commands. This remote will have an LCD on it. The user will be able to input a string of commands and have the car perform all of them after the user is finished with the string, using either the D-pad or voice commands. There will also be a microphone connected to the remote to receive the voice commands. One of our objectives for the remote is to add a mapping system that will appear on the LCD, and the user will be able to edit the map and have the car navigate its way through this map on the ground, where there will be a grid that is related to the map on the LCD. We plan on powering the remote with a 9V battery. 5

6 Components/Concept Selection The following components are required based on the preliminary design. Certain products were primarily chosen on the basis of cost and simplicity of design. Atmega32 Cost: ~$8 each Qty.: 2 The Atmega32 will be the device used for the two microcontrollers needed in this design. This microcontroller was chosen because of availability and previous experience with the device. The Atmega provides a serial output port that will be useful for communicating with the motor controller. The two controllers that are described is the user interface controller and the RC car controller. XBee Pro Cost: ~$40 each Qty.: 2 The option for wireless chips were between Nordic, XBee, and Bluetooth chips. Bluetooth chips were more expensive, and we have no experience with them. Between the Nordic and XBee's, the XBee chips are easier to program and offer a further signal range that was beneficial to our project. HM2007 Cost: ~$25 Qty.: 1 The HM2007 is the voice recognition chip that will be used to receive voice commands. When researching voice recognition chips, the HM2007 and the VR Stamp module were the only two chips that were available. We chose the HM2007 because of the simplicity of the programming instructions and its basic functionality was the closest to what we will be using it for. Motor Controller 6

7 Cost: ~$55 (sold with Motor Gearbox and Chassis) Qty: 1 The motor controller will be used to output the necessary signals to operate the motion of the car. It was chosen to provide an interface between the Atmega32 microcontroller on the car to the gear motors. The motor controller we are using was chosen because is was conveniently included in a kit with a motor gearbox so we knew it would work. Twin-Motor Gearbox Kit/Chassis Cost: ~$55 (so with Motor Controller) Qty: 1 The twin-motor gearbox kit includes two motors, wheels and axles, ball caster assembly, and the motor controller. The motors will be used to drive the wheels to give motion to the car. This particular kit was chosen because it contained simple, essentially bare-bone components which will allow us to better customize the car to fit our needs. A basic chassis will also be used to hold the gearbox components and later used to attach the electrical components. The car design is meant to be small and compact in order to have more options for maneuverability. LCD/Control Buttons Cost: ~$20 The LCD will provide a visual interface from the remote control to the user. It will consist of a square screen used to display a map grid as well as different requests and warnings from the program. The LCD must be large enough to effectively display the map to the user but must also be simple enough to interface with our microcontroller. We are currently still searching for an LCD. Control push buttons and a D-pad will also be used to receive user inputs. Sensors Cost: ~$15 Qty.: 1 or more The primary sensor to be used on the car is a proximity sensor to detect when the car comes in close contact with and object. This sensor can be achieved in two ways, by infrared and by sonar. Even though a sonar device is slightly more expensive, it will provide more accuracy in being able to test the design both inside and outside. It will also provide us the ability to add range detection in the future. If time permits, we will look into adding more sensors to improve functionality of the car. 7

8 Summary of Costs PART UNIT COST QTY. TOTAL Atmega32 $ $16.00 Xbee Pro $ $80.00 HM2007 $ $25.00 Motor Controller/Gearbox Kit $ $55.00 LCD/Input Controls $20.00 $20.00 Sensors $ or more $15.00 TOTAL ESTIMATED COSTS Table 1. Summary of Costs $ Diagrams The following diagrams describe the overview of the design and the basic data flow between the different components. Top-Level View 8

9 Figure 1. Top-Level Design Diagram Car Controller Figure 2. Car Controller Diagram User Interface Controller 9

10 Figure 3. Remote Controller Diagram Separation of Labor The following table is a preliminary list of each partners responsibilities, although, a lot of the work will be done together. This list is subject to change. Chris Kyle Project Research Ordering Parts Robot car assembly X-Bee chip coding Voice Recognition Chip Coding Object Detection LCD coding Mapping System coding Build Prototype Test/Debug Prototype Table 2. Separation of Labor 10

11 Gantt Chart 11

12 12

13 References 1. Datasheets for Parts: Atmega32, HM2007, XBee Pro, Motor Controller 2. Internet. Infrared vs. Ultrasonic. 13

Preliminary Design Report. Project Name: Finger Pointer

Preliminary Design Report. Project Name: Finger Pointer EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 27 January 2011 Project Name: Finger Pointer Team Members: Name: Nunn, Christopher Name: Hamilton, Travis Project Abstract:

More information

Preliminary Design Report A Wireless ECU Monitoring System Team WEMS 27 January 2009

Preliminary Design Report A Wireless ECU Monitoring System Team WEMS 27 January 2009 EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report A Wireless ECU Monitoring System 27 January 2009 Abstract The Wireless ECU Monitoring System (WEMS) will provide a wireless

More information

Technical Specification for Educational Robots

Technical Specification for Educational Robots Technical Specification for Educational Robots 1. Introduction The e-yantra project, sponsored by MHRD, aims to start a robotic revolution in the country through the deployment of low-cost educational

More information

Android Spybot. ECE Capstone Project

Android Spybot. ECE Capstone Project Android Spybot ECE Capstone Project Erik Bruckner - bajisci@eden.rutgers.edu Jason Kelch - jkelch@eden.rutgers.edu Sam Chang - schang2@eden.rutgers.edu 5/6/2014 1 Table of Contents Introduction...3 Objective...3

More information

Final Report. Project Title: Dial A Whip

Final Report. Project Title: Dial A Whip EEL 4924 Electrical Engineering Design (Senior Design) 25 April 2012 Project Title: Dial A Whip Team Members: Name: Chris Calvo Name: Daniel De Leo Project Abstract: Dial A Whip consists of a compact module

More information

AlphaBot2 robot building kit for Arduino

AlphaBot2 robot building kit for Arduino AlphaBot2 robot building kit for Arduino SKU 110060864 Description This AlphaBot2 robot kit is designed to use with an Arduino compatible board UNO PLUS. It features rich common robot functions including

More information

Preliminary Project Proposal. Project Title: Automatic Storm Shutters. Team Name: Make It Rain

Preliminary Project Proposal. Project Title: Automatic Storm Shutters. Team Name: Make It Rain EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Project Proposal 28 May 2009 Project Title: Automatic Storm Shutters Team Name: Make It Rain Team Members: Name: Kyle Weber Name: Zachary

More information

mbot v1.1 - Blue (Bluetooth Version)

mbot v1.1 - Blue (Bluetooth Version) mbot v1.1 - Blue (Bluetooth Version) SKU 110090103 What is mbot? mbot is an all-in-one solution to enjoy the hands-on experience of programming, electronics, and robotics. What is mbot? mbot is an all-in-one

More information

EEL 4924 Electrical Engineering Design (Senior Design) Final Report April 25th 2010

EEL 4924 Electrical Engineering Design (Senior Design) Final Report April 25th 2010 Nguyen Nguyen Situation See Spot Track 1 EEL 4924 Electrical Engineering Design (Senior Design) Final Report April 25th 2010 Project Title: See Spot Track Team Name: Nguyen Nguyen Situation Team Members:

More information

Preliminary Design Report

Preliminary Design Report EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 31 Jan 2012 Project Title: Keyboard Jockey Team Members: Name: Jeffrey Kaufman Name: Jacob Meacham Project Abstract Our

More information

Homework 3: Design Constraint Analysis and Component Selection Rationale

Homework 3: Design Constraint Analysis and Component Selection Rationale Homework 3: Design Constraint Analysis and Component Selection Rationale Team Code Name: 2D-MPR Group No. 12 Team Member Completing This Homework: James Phillips E-mail Address of Team Member: jephilli@

More information

OBSTACLE DETECTION WITH BLUETOOTH CONTROLLED VEHICLE MOTION

OBSTACLE DETECTION WITH BLUETOOTH CONTROLLED VEHICLE MOTION PROJECT REPORT ON OBSTACLE DETECTION WITH BLUETOOTH CONTROLLED VEHICLE MOTION BY Sasank Das Alladi Naga Aiswarya Vadlamani Priyadarsini Pethanaraj Rohit Chaitanya Kunkumagunta ECE 511: MICROPROCESSORS

More information

Introduction to Robotics using Lego Mindstorms EV3

Introduction to Robotics using Lego Mindstorms EV3 Introduction to Robotics using Lego Mindstorms EV3 Facebook.com/roboticsgateway @roboticsgateway Robotics using EV3 Are we ready to go Roboticists? Does each group have at least one laptop? Do you have

More information

Final Design Report. Project Title: Automatic Storm Shutters. Team Name: Make It Rain

Final Design Report. Project Title: Automatic Storm Shutters. Team Name: Make It Rain EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 4 August 2009 Project Title: Automatic Storm Shutters Team Name: Make It Rain Team Members: Name: Kyle Weber Name: Zachary Wernlund

More information

Preliminary Project Design Report. Project Title: LiveDrive Display. Team Name: Team Road Rage

Preliminary Project Design Report. Project Title: LiveDrive Display. Team Name: Team Road Rage EEL 4914 Electrical Engineering Design (Senior Design) Preliminary Project Design Report 28 January 2008 Project Title: LiveDrive Display Team Name: Team Road Rage Team Members: Name: Kenneth Hunter Email:

More information

FIRST Robotics Optimized Drive Train System

FIRST Robotics Optimized Drive Train System FIRST Robotics Optimized Drive Train System Design Team Nicole Byrne, Michael Conry, Steven Fernandez, Brandon Holley Design Advisors Prof. Yiannis Levendis, Prof. Donald Goldthwaite Abstract The purpose

More information

XBee Based Robotic ARM Control for Bomb Diffuser

XBee Based Robotic ARM Control for Bomb Diffuser XBee Based Robotic ARM Control for Bomb Diffuser Introduction: Bomb-disposal, or explosive ordnance disposal (EOD), robots are one of the many tools a technician might use to disarm dangerous weapons.

More information

Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report. Department of Electrical and Computer Engineering University of Manitoba

Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report. Department of Electrical and Computer Engineering University of Manitoba Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report Department of Electrical and Computer Engineering University of Manitoba Prepared by: Chen Liu Xiaodong Xu Faculty Supervisor:

More information

TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT

TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT I Contents Overview TA0139... 1 Getting started: Arduino 2 Wheel Drive Wireless Bluetooth Robot Kit using Arduino UNO... 1 2.1. What

More information

IEEE SoutheastCon Hardware Challenge

IEEE SoutheastCon Hardware Challenge IEEE SoutheastCon Hardware Challenge Cameron McSweeney, Kendall Knapp Brian Roskuszka, Daniel Hofstetter May 2, 207 Advisors: Dr. Jing Wang, Dr. Yufeng Lu, Dr. In Soo Ahn 2 Task 3 - Bring Down the Shields

More information

Final Report 26 April 2012

Final Report 26 April 2012 EEL 4924 Electrical Engineering Design (Senior Design) Final Report 26 April 2012 Project Title: Keyboard Jockey Team Members: Name: Jeffrey Kaufman Name: Jacob Meacham Project Abstract Our project is

More information

Quick Guide WARNING: CHOKING HAZARD - Small parts. Not for children under 3 years old. mbot is an educational robot kit for beginners to get hands-on

Quick Guide WARNING: CHOKING HAZARD - Small parts. Not for children under 3 years old. mbot is an educational robot kit for beginners to get hands-on MAKER WORKS TECHNOLOGY INC Technical support: support@makeblock.cc www.makeblock.cc Great tool for beginners to learn graphical programming, electronics and robotics. :@Makeblock : @Makeblock : +Makeblock

More information

D-Rex. Final Report. An Ho. April 21, 14

D-Rex. Final Report. An Ho. April 21, 14 D-Rex Final Report An Ho April 21, 14 University of Florida Department of Electrical and Computer Engineering EEL 4665 IMDL Instructors: A. Antonio Arroyo, Eric M. Schwartz TA: Andrew Gray Table of Contents

More information

Homework 13: User Manual

Homework 13: User Manual Homework 13: User Manual Team Code Name: Infrarat Group No. 14 User Manual Outline: Brief (marketing-style) product description Product illustration annotated with callouts for each control/display Product

More information

ROBOTIC SURVEILLANCE

ROBOTIC SURVEILLANCE ROBOTIC SURVEILLANCE PROJECT REFERENCE NO. : 37S1070 COLLEGE : PES INSTITUTE OF TECHNOLOGY, BANGALORE BRANCH : TELECOMMUNICATION ENGINEERING GUIDE : SUSHMA RAWAL STUDENTS : SHASHANK C VAISHAKH SHIRUR DHANUSH

More information

Team: XeroDual. EEL 4924 Electrical Engineering Design. Final Report 3 August Project Ehrgeiz. Team Name: XeroDual

Team: XeroDual. EEL 4924 Electrical Engineering Design. Final Report 3 August Project Ehrgeiz. Team Name: XeroDual Page 1/20 EEL 4924 Electrical Engineering Design Final Report 3 August 2009 Project Ehrgeiz Team Name: XeroDual Reinier Santos yayan26@ufl.edu Project Abstract: This project aims to design a human interface

More information

THE COMPLETE ALL IN ONE ROBOT 360 NANO BOT

THE COMPLETE ALL IN ONE ROBOT 360 NANO BOT THE COMPLETE ALL IN ONE ROBOT 360 NANO BOT LINE FOLLOWER FIVE LINE SENSORS FOR SCANNING WHITE OR BLACK LINE OBSTACLE AVOIDER TWO OBSTACLE SENSORS CAN DETECT OBSTACLES AND MEASURE DISTANCE BLUETOOTH CONTROL

More information

Fire Bird V Insect - Nex Robotics

Fire Bird V Insect - Nex Robotics Fire Bird V Insect is a small six legged robot. It has three pair of legs driven by one servo each. Robot can navigate itself using Sharp IR range sensors. It can be controlled wirelessly using ZigBee

More information

Smart Helmet. Group 22. Julian Bonnells. Jorge De Gouveia. Jeremy Reimers. Blake Scherschel

Smart Helmet. Group 22. Julian Bonnells. Jorge De Gouveia. Jeremy Reimers. Blake Scherschel Smart Helmet Group 22 Julian Bonnells CpE Jorge De Gouveia CpE Jeremy Reimers Blake Scherschel EE CpE Introduction Motivation In 2014, 92,00 motorcyclists were injured and 4,586 died in motorcycle related

More information

Alternative Designs and Decision Making for Top Design Selection

Alternative Designs and Decision Making for Top Design Selection Alternative Designs and Decision Making for Top Design Selection 1 Step 1. Generation of Alternatives (>2 Conceptual Designs) Multiple Alternative conceptual designs Optimal Solution (by balanced capability,

More information

Experiment 7: Robotics++ V3 Robot BlueToothbot

Experiment 7: Robotics++ V3 Robot BlueToothbot Experiment 7: Robotics++ V3 Robot BlueToothbot 1 Two different ways to control your robot via Bluetooth 1. Android phone wire your robot, download apps from the Google Play Store or install an APK (app

More information

ACKNOWLEDGEMENT. Sagar Agrawal Parikshit jha Apar Sinha Gaurav Chauhan

ACKNOWLEDGEMENT. Sagar Agrawal Parikshit jha Apar Sinha Gaurav Chauhan ACKNOWLEDGEMENT Sagar Agrawal- 9913103669 Parikshit jha- 913103540 Apar Sinha- 9913103567 Gaurav Chauhan- 9913103672 Tables of content Topics Pages Abstract 4,5 Introduction 6 Components Description 7-10

More information

Autonomous, Surveillance Fire Extinguisher Robotic Vehicle with Obstacle Detection and Bypass using Arduino Microcontroller

Autonomous, Surveillance Fire Extinguisher Robotic Vehicle with Obstacle Detection and Bypass using Arduino Microcontroller Autonomous, Surveillance Fire Extinguisher Robotic Vehicle with Obstacle Detection and Bypass using Arduino Microcontroller Sumanta Chatterjee Asst. Professor JIS College of Engineering Kalyani, WB, India

More information

Obstacle Avoiding Robot

Obstacle Avoiding Robot Brigosha Technologies Obstacle Avoiding Robot Introduction An Obstacle Avoiding Robot may be defined as a robot which can avoid any unwanted obstacle in its path and is capable of changing its path. The

More information

DIY Line Tracking Smart Car with AT89C2051

DIY Line Tracking Smart Car with AT89C2051 DIY Line Tracking Smart Car with AT89C2051 1. Introduction: A DIY Smart Car design involves mechanical structure, electronic based sensor principle, automatic control, and even knowledge of microcontroller

More information

WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM

WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM PROJECT REFERENCE NO. : 37S0918 COLLEGE : P A COLLEGE OF ENGINEERING, MANGALORE BRANCH : ELECTRONICS & COMMUNICATION GUIDE : MOHAMMAD RAFEEQ STUDENTS : CHARANENDRA

More information

Advance Robotics with Embedded System Design (ARESD)

Advance Robotics with Embedded System Design (ARESD) Advance Robotics with Embedded System Design (ARESD) LEARN HOW TO: Use Arduino hardware &Arduino programming for microcontroller based hobby project development Use WinAVRcross compiler formicrocontroller

More information

Innovative M-Tech projects list

Innovative M-Tech projects list 1 Technologies: Innovative M-Tech projects list 1. ARM-7 TDMI - LPC-2148 2. Image Processing 3. MATLAB Embedded 4. GPRS Mobile internet 5. Touch screen. IEEE 2012-13 papers 6. Global Positioning System

More information

Tongue driven speaking wheel chair with wireless device control

Tongue driven speaking wheel chair with wireless device control Tongue driven speaking wheel chair with wireless device control Tongue Drive system (TDS) is a tongue-operated unobtrusive wireless assistive technology, which can potentially provide people with severe

More information

Project Abstract with Diagram(s)

Project Abstract with Diagram(s) EEL 4924 Electrical Engineering Design (Senior Design) Project Abstract with Diagram(s) 27 January 2009 Project Title: Initech V7.017b Lab Entry System Team Name: Capacitive Inductance or Negative resistance

More information

Re-configurable Ad-hoc Network to Track Points of Interest

Re-configurable Ad-hoc Network to Track Points of Interest Re-configurable Ad-hoc Network to Track Points of Interest Project Plan May 2012-07 September 28, 2011 Project Client: Jessica Miller Lockheed Martin, Advanced Development Programs Members: Benjamin J.

More information

Wireless Colour Sensing Arm Robot

Wireless Colour Sensing Arm Robot Wireless Colour Sensing Arm Robot J.Nandhini Final Year, Electronics & Communication Engineering Sathyabama University, Chennai, India E-mail id:nandhinij1994@gmail.com K.Shabatini Final Year, Electronics

More information

Part A: Monitoring the Rotational Sensors of the Motor

Part A: Monitoring the Rotational Sensors of the Motor LEGO MINDSTORMS NXT Lab 1 This lab session is an introduction to the use of motors and rotational sensors for the Lego Mindstorm NXT. The first few parts of this exercise will introduce the use of the

More information

University of Jordan Faculty of Engineering and Technology Mechatronics Engineering Department

University of Jordan Faculty of Engineering and Technology Mechatronics Engineering Department University of Jordan Faculty of Engineering and Technology Mechatronics Engineering Department 2016 Control and Measurement Laboratory Robotino Robot (Mobile Robot System) Robotino Robot Objectives: The

More information

BIO-MEDICAL BASED PROJECTS

BIO-MEDICAL BASED PROJECTS ************************************************************************ INNOVATIVE & APPLICATION ORIENTED PROJECTS ON SVSEMBEDDED SYSTEMS (8051/AVR/ARM7/MSP430/RENESAS/ARM cortex M3) ************************************************************************

More information

1. Introduction Packing list Parts Introduction Uno R3 Board for Arduino Specifications... 6

1. Introduction Packing list Parts Introduction Uno R3 Board for Arduino Specifications... 6 Table of Contents Smart Bluetooth Robot Car Kit for Arduino 1. Introduction...4 1.1 Packing list...5 2. Parts Introduction...6 2.1 Uno R3 Board for Arduino...6 2.1.1 Specifications... 6 2.2 HC-SR04 Ultrasonic

More information

Progress Report: Smart Mirror 1

Progress Report: Smart Mirror 1 Smart Mirror January 31st, 2016 Tien Le, tal3840@rit.edu, Computer Engineering Erika Zuniga, ebz8067@rit.edu, Computer Engineering Michael, mtf2197@rit.edu, Computer Engineering Suzanne Reed, scr5025@rit.edu,

More information

Base Module Board. Engineering» Design» Product. User Manual. Blue Wolf, Inc W. State Street Garden City, ID 83714

Base Module Board. Engineering» Design» Product. User Manual. Blue Wolf, Inc W. State Street Garden City, ID 83714 User Manual Engineering» Design» Product Blue Wolf, Inc. 9179 W. State Street Garden City, ID 83714 Revision History Version # Release Date Revision/Release Comments 1.0 3/14/2011 Initial draft for release.

More information

GROUP 23 Military Surveillance Robotic Vehicle. Ryan Hromada - EE John Baumgartner - EE Austin King - CpE Kevin Plaza - CpE

GROUP 23 Military Surveillance Robotic Vehicle. Ryan Hromada - EE John Baumgartner - EE Austin King - CpE Kevin Plaza - CpE GROUP 23 Military Surveillance Robotic Vehicle Ryan Hromada - EE John Baumgartner - EE Austin King - CpE Kevin Plaza - CpE INTRODUCTION Autonomous tracking vehicle Commands: Basic Movement Commands Wander

More information

Robot Design Hardware

Robot Design Hardware NanoGiants Academy e.v. Robot Design Hardware 2017 NanoGiants Academy e.v. 1 This Presentation is one of four about FLL Robot Design Hardware Navigation Software Strategy http://nano-giants.net/robot-design

More information

Arduino Based Speech Controlled Robot for Human Interactions

Arduino Based Speech Controlled Robot for Human Interactions Arduino Based Speech Controlled Robot for Human Interactions B. Sathish kumar 1, Dr. Radhika Baskar 2 1BE Scholar, Electronics and Communication Engineering, Saveetha School of Engineering, Kuthamakkam,

More information

EEL 5666C FALL Robot Name: DogBot. Author: Valerie Serluco. Date: December 08, Instructor(s): Dr. Arroyo. Dr. Schwartz. TA(s): Andrew Gray

EEL 5666C FALL Robot Name: DogBot. Author: Valerie Serluco. Date: December 08, Instructor(s): Dr. Arroyo. Dr. Schwartz. TA(s): Andrew Gray EEL 5666C FALL 2015 Robot Name: DogBot Author: Valerie Serluco Date: December 08, 2015 Instructor(s): Dr. Arroyo Dr. Schwartz TA(s): Andrew Gray Jacob Easterling INTRODUCTION ABSTRACT One of the fun things

More information

Members: Mark Kampfer, Richard Robinson

Members: Mark Kampfer, Richard Robinson DumbleDoor RFID security system Members: Mark Kampfer, Richard Robinson Final Design Report EEL 4924 Electrical Engineering Design 2 Contents List of Figures... 2 Abstract... 2 Introduction... 3 Project

More information

ICT IGCSE Theory Revision Presentation 2.1 Input devices and their uses

ICT IGCSE Theory Revision Presentation 2.1 Input devices and their uses Identify input devices and their uses, e.g. keyboard, numeric keypad, pointing devices (such as mouse, touchpad, tracker ball), remote control, joystick/driving wheel, touch screen, scanners, digital cameras,

More information

WIFI ENABLED SMART ROBOT

WIFI ENABLED SMART ROBOT WIFI ENABLED SMART ROBOT Shashank U Moro School of Mechanical and Building Science, VIT University, Vellore-632014, TamilNadu, India moroshash@gmail.com; +91-9597428287 Abstract: The field of robotics

More information

Goal: We want to build an autonomous vehicle (robot)

Goal: We want to build an autonomous vehicle (robot) Goal: We want to build an autonomous vehicle (robot) This means it will have to think for itself, its going to need a brain Our robot s brain will be a tiny computer called a microcontroller Specifically

More information

Accessory HandsFreeLink TM User s Information Manual

Accessory HandsFreeLink TM User s Information Manual Accessory HandsFreeLink TM User s Information Manual A Few Words About Safety Your safety, and the safety of others, is very important. Operating the Accessory HandsFreeLink TM safely is an important responsibility.

More information

Reza Afshari Project Proposal Etec 471, Professor Todd Morton October 28, Western Washington University Electronics Engineering Technology

Reza Afshari Project Proposal Etec 471, Professor Todd Morton October 28, Western Washington University Electronics Engineering Technology WIRELESS OPTICAL USB MOUSE Reza Afshari Project Proposal Etec 471, Professor Todd Morton October 28, 2004 Western Washington University Electronics Engineering Technology INTRODUCTION Almost everybody

More information

Final Design Report. Team Name: No Rest for the Weary

Final Design Report. Team Name: No Rest for the Weary EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 4 August 2009 Project Title: SLEEP Team Name: No Rest for the Weary Team Members: Renard Sumlar lrsum825@ufl.edu Brad Bromlow

More information

Arduino Smart Robot Car Kit User Guide

Arduino Smart Robot Car Kit User Guide User Guide V1.0 04.2017 UCTRONIC Table of Contents 1. Introduction...3 2. Assembly...4 2.1 Arduino Uno R3...4 2.2 HC-SR04 Ultrasonic Sensor Module with Bracket / Holder...5 2.3 L293D Motor Drive Expansion

More information

SMART VEHICLE CONTROLLED SYSTEM

SMART VEHICLE CONTROLLED SYSTEM Volume 03, Special sue. 01, March 2015 ISSN (online): 2348 7550 SMART VEHICLE CONTROLLED SYSTEM Sneha Mohan Shingate 1, Y. V. Chavan 2 1,2 Padmabhooshan Vasantdada Patil Institute Of Technology, Pune,

More information

AUTO TECH. Presents HUMAN CHASING ROBOT

AUTO TECH. Presents HUMAN CHASING ROBOT AUTO TECH Presents HUMAN CHASING ROBOT 1 Outline Individual Roles Introduction Motivation and Marketing Budget and Timeline System Overview Wireless Communication Circuit Video Streaming Integration Future

More information

PRODUCT GUIDE. A Complete Robot for Developers and Hobbyists.

PRODUCT GUIDE. A Complete Robot for Developers and Hobbyists. PRODUCT GUIDE A Complete Robot for Developers and Hobbyists www.drrobot.com Dr Robot Inc. 25 Valleywood Drive, Unit #20 Markham, Ontario Canada L3R 5L9 INTRODUCTION Sputnik is the next generation in Dr

More information

AUTONOMOUS MULTI-ROBOT MAPPING SYSTEM

AUTONOMOUS MULTI-ROBOT MAPPING SYSTEM -- Proposal AUTONOMOUS MULTI-ROBOT MAPPING SYSTEM ECE4007 Senior Design Project Section L01, The Cartel Group Brandon Chong, Team Leader David Esiobu Jonathan King Mark Nfodzo Christopher Pau Submitted

More information

SystemVision Case Study: Robotic System Design. Dan Block Senior Project Oregon State University

SystemVision Case Study: Robotic System Design. Dan Block Senior Project Oregon State University SystemVision Case Study: Robotic System Design Dan Block Senior Project Oregon State University Introduction The TekBot is part of the Oregon State University (OSU) Platforms for Learning concept 1, created

More information

1.0. Presents. techathon 3.0

1.0. Presents. techathon 3.0 1.0 Presents techathon 3.0 Course Content - techathon techathon 3.0 is a Robotics and Embedded systems Workshop designed by team Robo-Minions. It is a 2 days workshop with each day divided into two sessions

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS TITLE: Over-the-Air Software Update DOCUMENT DATE: 10-March-2017 BACKGROUND: Just like your smartphone, the Uconnect systems in FCA vehicles work best when they have the latest software available from

More information

Parts List Pictures for reference only

Parts List Pictures for reference only Ultimate Robot Kit MAKER WORKS TECHNOLOGY INC No. 426, F/4, Gonglehuating Business Building, Xinhu Road, Xixiang Sub-district, Bao an District, Shenzhen, 518102 China. Please contact with us if you need

More information

Project Abstract with Diagram(s) Project Title: Automatic Storm Shutters. Team Name: Make It Rain

Project Abstract with Diagram(s) Project Title: Automatic Storm Shutters. Team Name: Make It Rain EEL 4924 Electrical Engineering Design (Senior Design) Project Abstract with Diagram(s) 25 May 2009 Project Title: Automatic Storm Shutters Team Name: Make It Rain Team Members: Name: Kyle Weber Name:

More information

GEOLINER 680 3D technology wheel aligner for car HOFMANN

GEOLINER 680 3D technology wheel aligner for car HOFMANN GEOLINER 680 3D technology wheel aligner for car HOFMANN Product Catalogue 2012.01 The 3D wheel aligners of the geoliner series use the latest camera and computer technologies for high accuracy and impressive

More information

Remote Area Monitoring Robot

Remote Area Monitoring Robot IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 09 March 2017 ISSN (online): 2349-784X Muthukkumar R Manikandan P Sudalai Muthu Vignesh B Sivakumar S Assistant Professor

More information

EECE404 Senior Design II

EECE404 Senior Design II EECE404 Senior Design II Electrical and Computer Engineering Dr. Charles Kim Spring 2014 1 Where we are Problem was defined General solution approach was selected Initial and rough design was made Proposal

More information

EEL 4914 Senior Design Spring 2008

EEL 4914 Senior Design Spring 2008 EEL 4914 Senior Design Spring 2008 Preliminary Design Report Cogni&ve Electroencephalography Acquisi&on Laboratory System Team 10 : MindView Daniel Schoonover Jose J Perez bmiguy@cnel.ufl.edu josejose@ufl.edu

More information

Arduino Smart Bluetooth Robot Car Kit User Guide

Arduino Smart Bluetooth Robot Car Kit User Guide Arduino Smart Bluetooth Robot Car Kit User Guide UCTRONICS Table of Contents 1. Introduction... 4 1.1 Packing list... 5 2. Assembly... 6 2.1 Arduino Uno R3... 6 2.1.1 Specifications... 6 2.2 HC-SR04 Ultrasonic

More information

SpaceMouse Enterprise BUILT FOR TOP ENGINEERING PERFORMANCE

SpaceMouse Enterprise BUILT FOR TOP ENGINEERING PERFORMANCE Product Range A SEAMLESS COMBINATION OF SMART, ERGONOMIC HARDWARE AND POWERFUL, EASY-TO-USE SOFTWARE THAT MAKE WORKING IN CAD FAST, COMFORTABLE AND FUN SpaceMouse Product Line SpaceMouse Enterprise BUILT

More information

Preliminary Design Report January 28 th, 2012

Preliminary Design Report January 28 th, 2012 EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report January 28 th, 2012 Project: BlueSky (Digital Skydiving altimeter and freefall computer) By: William McKaba BlueSky Page

More information

Matthew Morris Lalit Tanwar

Matthew Morris Lalit Tanwar Adviser: Dr. Becker-Gomez Tim Southerton Brian Grosso Matthew Morris Lalit Tanwar Kevin Meehan Alex Reid 10/01/13 RC Camera Car SDR 1 Background Information Problem Definition Stakeholders RIT Customer

More information

CourseContents: 1.Introduction to MATLAB. 2. Handling data and data flow in MATLAB. 3. Editing and Debugging M-FILES

CourseContents: 1.Introduction to MATLAB. 2. Handling data and data flow in MATLAB. 3. Editing and Debugging M-FILES CourseContents: 1.Introduction to MATLAB Historical Background Demo & Applications Scope of MATLAB Importance to Engineers Features Vectors & Arrays Accessing MATLAB Help MATLAB Environment Workspace &

More information

POKIBOT. 2 Body Styles, 3 colors, control via the App. Robots Dance, Spin and Move Forward. Sound effects & music (Clap twice)

POKIBOT. 2 Body Styles, 3 colors, control via the App. Robots Dance, Spin and Move Forward. Sound effects & music (Clap twice) 2017 ROBOTS POKIBOT 2 Body Styles, 3 colors, control via the App Robots Dance, Spin and Move Forward Item #88042 Sound effects & music (Clap twice) Robotic voice recorder and playback (Clap once) Interacts

More information

ICT IGCSE Theory Revision Presentation 2.1 Input devices and their uses

ICT IGCSE Theory Revision Presentation 2.1 Input devices and their uses ICT IGCSE Theory Revision Presentation The key concepts covered in this chapter are: >> Input devices and their uses >> Direct data entry and associated devices >> Output devices and their uses Identify

More information

ASV 2008 Son of a Boatname. Group 1 Michael Podel Gor Beglaryan Kiran Bernard Christina Sylvia

ASV 2008 Son of a Boatname. Group 1 Michael Podel Gor Beglaryan Kiran Bernard Christina Sylvia ASV 2008 Son of a Boatname Group 1 Michael Podel Gor Beglaryan Kiran Bernard Christina Sylvia ASV 2009 SS Boatname ASV 2010 Boatname the Brave Autonomous Surface Vehicle Robotics Club at UCF AUVSI and

More information

Intelligent Machines Design Laboratory EEL 5666C

Intelligent Machines Design Laboratory EEL 5666C Atocha Too Donald MacArthur Center of Intelligent Machines and Robotics & Machine Intelligence Laboratory Intelligent Machines Design Laboratory EEL 5666C TABLE OF CONTENTS Abstract 3 Executive Summary

More information

AMRobot. Educational mini-robot platform

AMRobot. Educational mini-robot platform AMRobot Educational mini-robot platform Producer: AMEX Research Corporation Technologies Modlińska Str. 1, PL 15-066 Bialystok (Poland) Tel.: +48 602723295, Fax: +48 856530703 e-mail: amexinfo@amex.pl

More information

Autonomous Target Tracking Robot

Autonomous Target Tracking Robot MICHIGAN STATE UNIVERSITY COLLEGE OF ENGINEERING Autonomous Target Tracking Robot ECE 480 Design Team 7 Victor Abreu, Matthew Beutler, Brent Eisenmann Hisham Hassan, Thomas Schriefer, Peng Xie Course Instructor:

More information

Wireless Home Control System

Wireless Home Control System WHCS UCF 1 Wireless Home Control System Project members Jimmy Campbell Computer Engineer Grant Hernandez Computer Engineer Joseph Love Electrical Engineer For Senior Design I at the University of Central

More information

Interaction with the Physical World

Interaction with the Physical World Interaction with the Physical World Methods and techniques for sensing and changing the environment Light Sensing and Changing the Environment Motion and acceleration Sound Proximity and touch RFID Sensors

More information

Rover 5. Explorer kit

Rover 5. Explorer kit Rover 5 Explorer kit The explorer kit provides the perfect interface between your Rover 5 chassis and your micro-controller with all the hardware you need so you can start programming right away. PCB Features:

More information

THE WI-FI SEEKER GROUP 30 CHRISTINA LEICHTENSCHLAG ADRIAN MORGAN JIMMY WONG SPONSORS: LEIDOS DUKE ENERGY

THE WI-FI SEEKER GROUP 30 CHRISTINA LEICHTENSCHLAG ADRIAN MORGAN JIMMY WONG SPONSORS: LEIDOS DUKE ENERGY THE WI-FI SEEKER GROUP 30 CHRISTINA LEICHTENSCHLAG ADRIAN MORGAN JIMMY WONG SPONSORS: LEIDOS DUKE ENERGY THE WI-FI SEEKER The Wi-Fi Seeker is a robot whose purpose is to determine the location where a

More information

One Grove Base Shield board this allows you to connect various Grove units (below) to your Seeeduino board; Nine Grove Grove units, consisting of:

One Grove Base Shield board this allows you to connect various Grove units (below) to your Seeeduino board; Nine Grove Grove units, consisting of: GROVE - Starter Kit V1.0b Introduction The Grove system is a modular, safe and easy to use group of items that allow you to minimise the effort required to get started with microcontroller-based experimentation

More information

Reprise of Locker Access System

Reprise of Locker Access System Reprise of Locker Access System Group Members Mohammed Al Kaabi Sherry Elsa Gungat Nurul Izni Hazimi Abdul Aziz Shichao Su Client Iowa State University Advisor Harker, Leland Edward 1 May 14 12 10/11/2013

More information

BLACK BOX FOR CAR ACCIDENT

BLACK BOX FOR CAR ACCIDENT BLACK BOX FOR CAR ACCIDENT Nishi Singh Parmar 1, Kajal Lohia 2, Kajal Kapoor 3 1,2,3 Dronacharya College of Engineering, Gurgaon, Haryana ABSTRACT The main purpose of the paper is to develop a prototype

More information

Komando Dash Cam Pro with Night Vision

Komando Dash Cam Pro with Night Vision Komando Dash Cam Pro with Night Vision 1 Index Page 1 What s included and Safety Notice Page 2 Operating Menu Diagram Page 3 Installation Page 4 Features Page 5 Exploring the Menu and Customization Settings

More information

Preliminary Design Report. Project Title: Human-Powered Sub. Team Name: Depth Perception

Preliminary Design Report. Project Title: Human-Powered Sub. Team Name: Depth Perception EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 31 January 2011 Project Title: Team Name: Depth Perception Team Members: Name: Jared Korn Email: ex.malfunction@gmail.com

More information

EEL4914 Senior Final Design Report Beatbox Sensei

EEL4914 Senior Final Design Report Beatbox Sensei Team Mic Jones EEL4914 Senior Final Design Report Beatbox Sensei Spring 2008 Submitted April 21, 2008 The project is inspired by a hip hop art called beatboxing. Beatboxing primarily involves the art of

More information

T7PX Software Update Method

T7PX Software Update Method 1M23Z05402 T7PX Software Update Method Whenever improvements and new functions are available, the software of your T7PX radio transmitter can be updated easily online free of charge. The updated software

More information

P15230 Quadcopter. Detailed Design

P15230 Quadcopter. Detailed Design P15230 Quadcopter Detailed Design Presentation Plan Project Overview Review Customer Needs Review Engineering Requirements Electrical Design Mechanical Design Software Overview Path Planning Design Lidar

More information

Installation instruction FISCON Bluetooth Hands-free speaking system Audi MQB

Installation instruction FISCON Bluetooth Hands-free speaking system Audi MQB Version 1.03 (10.07.2014) Installation instruction FISCON Bluetooth Hands-free speaking system Audi MQB Article no.: 40100-1 40100-2 www.kufatec.de Kufatec GmbH & Co. KG Dahlienstr. 15 23795 Bad Segeberg

More information

ECE1778: Creative Applications for Mobile Devices. Mover-bot. Android-based Mobile Robotics Development Platform

ECE1778: Creative Applications for Mobile Devices. Mover-bot. Android-based Mobile Robotics Development Platform ECE1778: Creative Applications for Mobile Devices Mover-bot Android-based Mobile Robotics Development Platform and Fitsum Andargie Word count: 1639 4/8/2012 0 Introduction: Traditionally, research in the

More information

Experimental Procedure

Experimental Procedure 1 of 14 9/10/2018, 11:38 AM https://www.sciencebuddies.org/science-fair-projects/project-ideas/robotics_p028/robotics/obstacle-avoiding-robot (http://www.sciencebuddies.org/science-fair-projects /project-ideas/robotics_p028/robotics/obstacle-avoiding-robot)

More information

Date: January 25, 2018 Time: 10:45-11:45PM EST

Date: January 25, 2018 Time: 10:45-11:45PM EST Figure 1: International Orientation and Mobility Online Symposium Logo, Sun encircled in a compass with arrows pointing up, down, left, and right. Date: January 25, 2018 Time: 10:45-11:45PM EST Title:

More information