SUMMER PROJECT ROBOTICS CLUB, IIT KANPUR

Size: px
Start display at page:

Download "SUMMER PROJECT ROBOTICS CLUB, IIT KANPUR"

Transcription

1 SUMMER PROJECT ROBOTICS CLUB, IIT KANPUR 2013 AUTONOMOUS UNDERWATER VEHICLE Mentor - Dhrupal R. Shah Hall-10 Mob: Members Prakhar Jain Hall-5 Mob: Pranav Vyas Hall-3 Mob: Akshay Sunil Masare Hall-2 Mob: Jithesh Kumar Hall-2 Mob: Ajay Bajaj Hall-3 Mob: Deepak Kumar Hall-3 Mob: Veena Ahirwar GH-1

2 CHASIS AND BALLAST MECHANISM 1. We started with the basic model prepared before vacations that had many flaws, it lacked theoretical verification. The model was not accurate, the focus was on getting the project approved.(pic) 2. Soon after we came back from holidays, we decided to focus on the design as it was the most the important part the robot. The initial design had two syringes along the length of the robot. But Jithesh, our team member found it was a better idea to have the syringes in the front and back of the robot as they could then be used to control the pitch of the bot and it would also remove the need of moving counterweights inside the bot. He cited it from some source. 3. Our initial mechanism to pull syringes open was rack and pinion mechanism. We discovered that Winch mechanism which implemented pulley was better. We discarded the previous mechanism because it involved movement of mass which resulted in change of center of gravity and we would have to put movable counterweights to maintain its position. 4. Then we focused on dimensions of the robot and improving the design. We decided to have two different compartments for electronics and mechanical parts of the bot. We checked the approximate dimensions of the various components to get an overview of size of our going to be robot. 5. Our next point of discussion was the material of the body of the robot. We looked upon various plastics and metals. We thought we found something useful in Acrylic. Later we discovered various cons of using it like its brittleness etc. Then we began looking for some metal and soon discovered that aluminum qualified all our requirements. It is anti-corrosive and durable. 6. The next agenda item was deciding the shape of the robot. We wanted the bot to be efficient which obviously required us to be in harmony with nature. We studied a bit about fluids and aerodynamics and to keep the drag force minimum, we decided to have all the edges curved. But it turned out that such a design would be difficult to fabricate. Finally after discussing the pros and cons, we preferred two rectangular boxes, one for electronics and mechanism each. We decided to give a try on aerodynamic shape, later on. 7. Next in line for us was a late night discussion with Robotics Club Coordinator, Abhishek Attal who suggested us to concentrate on making the bot user-friendly by making the two parts of our bot separate yet unified. The idea was to have the two boxes separately waterproofed, which could be disconnected and worked upon separately. 8. Now we decided the placement of racks and for different electronics components and for placing batteries. 9. The design got complicated with each step. By then, we had two different boxes, some serious waterproofing issues and so many different mechanical parts. So, we decided to get the body of our robot fabricated by a Bangalore based company. 10. Now this is something we realized very late. We found that Winch mechanism which involved pulleys and threads was unreliable due to the limitation of the strength of the thread. Now what we are using right now, is something called Acme Screw Driven mechanism. (Pic)

3 MOTORS AND PROPELLORS 1. The initial model during abstract submission was not made after rigorous research. We had an idea that we needed high torque motors for moving the rack and pinion and propellers to counter the drag force of water. 2. Afterwards, on some research we found brushless motors were very common in most of the AUVs and RUVs. But it took no time for us to realize that they were way too costly. So we continued with normal high toque 300 rpm DC motors, at least in this prototype. 3. The Winch mechanism required servo motors capable of making more than 3 full rotations. So we chose this servo: HITEC HS-785HB 3.5 TURN WINCH BOAT SERVO. 4. Finally, we switched on to the Acme screw driving mechanism and that required a motor that could make large no. of rotations simultaneously providing sufficient torque. We tested with 10 rpm, 100 rpm and 200 rpm motors and found 100 rpm motors were most suitable. 5. Large surface area of propellers provide large torque. But at the same time it increases the drag force. So thinner blades are better for higher top speeds while larger, flatter blades are essential for better acceleration. So we decided to have a 4-5 blades propeller with 8-10 cm diameter. Propeller s blades of thrusters need to be rotated in opposite directions to cancel the torque generated by the motors and hence the propellers blade are required to come in a right and left handed set.

4 ELECTRONICS 1. We began with a very basic model. The Robot we were designing was supposed to be manually controlled. It was going to use a single ultrasonic sensor, in the bottom to keep a track of the depth and of course an Arduino board. To control the bot, we discussed the possible wireless communication methods namely Xbee and use of PS2 controller. We were advised to use PS2 controller as it is easy to use. 2. During the time of project discussion, Coordinators advised us to go for an Autonomous Underwater Vehicle. Then began a serious brainstorming session that included discussions, discussions, discussions and yes, a lot of googling. 3. We decide to use Arduino Mega for it has more number of pins and expected to have a lot of sensors in our bot. We had no idea how were we going to control the pitch of our robot. It was then that we discovered a device called Gyroscope which could be used to measure the change in angle. Soon enough, we realized that we needed to know the acceleration and velocity of the bot. This led to the discovery of accelerometer. We then found that a device called IMU integrated both these devices on a single board. So finally we decide to use IMU 6 dof. 4. Next we concentrated on obstacle avoidance. We realized the need of a total of five sonars to keep a track of obstacle in every direction, the bot could move (Our bot could not move backwards). So till then, we had got the idea of a 6 dof IMU and use of 5 sonars. 5. During one of the googling session, we found that we could instead use a 9 dof IMU which incorporated a magnetometer as well. This was necessary for us to keep our bot in synchronization with the ground frame. The 6 dof IMU gave the data but in the bot frame. Magnetometer, however, gave us the deflection of our bot from Earth s Magnetic field. Thus we had an idea of the direction of motion of our bot. So IMU 9 dof was in. 6. When we came to know about IMU 10 dof, we decided to use it as we could then have a track of the pressure inside the bot which is of great significance for an AUV. 7. We had the ultrasonic sensors by now. We programmed it and tested it. The results disappointed us. We got correct reading in air but the sensors failed us when we tested them in water. Sensor always gave null distance. Initially we blamed it upon the air-water interface. We then removed the wire mash and got water completely inside the transmitter and the receiver of the sensor. Still the distance was incorrect. No clue why? 8. So the next task was to search for some useful sensor. We left no stone unturned. We mailed many companies, called some. Finally we got a reply from a company which sent its catalogue of products and some useful links. We realized that we couldn t continue with the idea of using ultrasonic sensors due to budget constraints. We looked for alternatives and on discussion with Atulya Shivamshree (he had made a model of fish in the past), we decided to use IR sensor. We had to compromise on range, but at least we had something.

5 POWER 1. The 4 motors used have a maximum current usage of 7.5 A. So motors total up to use 30 amp max at any instant. 2. Arduino, Motor Driver, IMU and sensors use a maximum of 20mA. 3. So the total power calculations turn out to be 20 Watt. 4. According to these calculations we finally decided to use a single Net Botix 11.1 Volt 5000 mah battery. 5. This would give us between 45 min to 1 hour of continuous bot usage (taking factor of safety 3).

6 FUTURE STRATEGIES 1. Now that we have got our design ready, what is left is the electronics part. As soon as we get the body of the robot with us our team would split up into two. 2. One of the teams would concentrate on turning the body into a functional ROV. Using this initial model we would get a hands on experience of how our mechanical system needs to be operated under different circumstances. This would be really helpful while coding for autonomousity. 3. The other team would be working on coding and electronic aspects like IMU, PID Controller, Filters, Path Planning and Obstacle Avoidance, Sensor feedback, Motor Controlling using PWM.

Introduction: Problem statement

Introduction: Problem statement Introduction: Problem statement The goal of this project is to develop a catapult system that can be used to throw a squash ball the farthest distance and to be able to have some degree of accuracy with

More information

Welcome to the world of fischertechnik's ROBOTICS line 3 Some General Information 3. Component Explanations 4

Welcome to the world of fischertechnik's ROBOTICS line 3 Some General Information 3. Component Explanations 4 Welcome to the world of fischertechnik's ROBOTICS line 3 Some General Information 3 Electricity 3 Robots, Artificial Humans? 4 ROBOTICS, (Almost) Everything Automatic 4 Component Explanations 4 ROBOTICS

More information

Figure 1: Forces Are Equal When Both Their Magnitudes and Directions Are the Same

Figure 1: Forces Are Equal When Both Their Magnitudes and Directions Are the Same Moving and Maneuvering 1 Cornerstone Electronics Technology and Robotics III (Notes primarily from Underwater Robotics Science Design and Fabrication, an excellent book for the design, fabrication, and

More information

Lockheed Martin. Team IDK Seung Soo Lee Ray Hernandez Chunyu PengHarshal Agarkar

Lockheed Martin. Team IDK Seung Soo Lee Ray Hernandez Chunyu PengHarshal Agarkar Lockheed Martin Team IDK Seung Soo Lee Ray Hernandez Chunyu PengHarshal Agarkar Abstract Lockheed Martin has developed several different kinds of unmanned aerial vehicles that undergo harsh forces when

More information

VLVnT Installation and Maintenance of the submarine network

VLVnT Installation and Maintenance of the submarine network VLVnT Installation and Maintenance of submarine network The Maintenance aspect present some difficult as ir cost is very v high. For this reason it s important: Redundancy where possible Reliability prevision

More information

Detailed Design Review

Detailed Design Review Detailed Design Review P16241 AUTONOMOUS PEOPLE MOVER PHASE III Team 2 Agenda Problem Definition Review Background Problem Statement Project Scope Customer Requirements Engineering Requirements Detailed

More information

Design of SPARUS II AUV

Design of SPARUS II AUV Design of SPARUS II AUV Underwater Robotics Research Centre (CIRS) Computer Vision and Robotics Institute Universitat de Girona, 17003, Girona, Spain. web: http://cirs.udg.edu Contact person: Marc Carreras

More information

Franklin W. Olin College of Engineering ROV Team. Codename: Frank

Franklin W. Olin College of Engineering ROV Team. Codename: Frank Franklin W. Olin College of Engineering ROV Team Codename: Frank Kevin Bretney 09 Captain Ana Karimi 09 Joe Kendall 09 Andrew Tsang 09 Ryan Hubbard 08 Mentor: Brian Bingham Abstract An ROV (remotely operated

More information

2018 KANSAS BEST BREAKOUT SESSIONS

2018 KANSAS BEST BREAKOUT SESSIONS 2018 KANSAS BEST BREAKOUT SESSIONS Tips for Building a Robot Bryan Jaax September 8, 2018 1 ST STEP: READ the RULES and Technical Data Package 2 FOLLOW AN ENGINEERING PROCESS Define the Problem Brainstorm:

More information

UAV KF-1 helicopter. CopterCam UAV KF-1 helicopter specification

UAV KF-1 helicopter. CopterCam UAV KF-1 helicopter specification UAV KF-1 helicopter The provided helicopter is a self-stabilizing unmanned mini-helicopter that can be used as an aerial platform for several applications, such as aerial filming, photography, surveillance,

More information

OHIO University Mechanical Engineering Concept Design Foot Powered Wheelchair Team B-Ballin

OHIO University Mechanical Engineering Concept Design Foot Powered Wheelchair Team B-Ballin OHIO University Mechanical Engineering Concept Design Foot Powered Wheelchair Team B-Ballin Andy Fay Evan Gilliland Sam Hallam Haowen Huo Trace Lydick Kyle Sullivan 11/11/2011 1.0 Concept Generation 1.1

More information

Remote Control Helicopter. Engineering Analysis Document

Remote Control Helicopter. Engineering Analysis Document Remote Control Helicopter By Abdul Aldulaimi, Travis Cole, David Cosio, Matt Finch, Jacob Ruechel, Randy Van Dusen Team 04 Engineering Analysis Document Submitted towards partial fulfillment of the requirements

More information

NAU Robosub. Project Proposal

NAU Robosub. Project Proposal NAU Robosub Project Proposal Mansour Alajemi, Feras Aldawsari, Curtis Green, Daniel Heaton, Wenkai Ren, William Ritchie, Bethany Sprinkle, Daniel Tkachenko December 09, 2015 Bethany Overview Introduction

More information

REU: Improving Straight Line Travel in a Miniature Wheeled Robot

REU: Improving Straight Line Travel in a Miniature Wheeled Robot THE INSTITUTE FOR SYSTEMS RESEARCH ISR TECHNICAL REPORT 2013-12 REU: Improving Straight Line Travel in a Miniature Wheeled Robot Katie Gessler, Andrew Sabelhaus, Sarah Bergbreiter ISR develops, applies

More information

WE Bots Project CAR. Competative Autonomus Racer

WE Bots Project CAR. Competative Autonomus Racer WE Bots Project CAR Competative Autonomus Racer Jacob Tryon, Andrew Simpson, Kevin Mclean, Andrew Cullen, Paul Voege Engineering Department. The University of Western Ontario WE Bots London, Canada webots@eng.uwo.ca

More information

Georgia Tech NASA Critical Design Review Teleconference Presented By: Georgia Tech Team ARES

Georgia Tech NASA Critical Design Review Teleconference Presented By: Georgia Tech Team ARES Georgia Tech NASA Critical Design Review Teleconference Presented By: Georgia Tech Team ARES 1 Agenda 1. Team Overview (1 Min) 2. 3. 4. 5. 6. 7. Changes Since Proposal (1 Min) Educational Outreach (1 Min)

More information

Autonomous Quadrotor for the 2014 International Aerial Robotics Competition

Autonomous Quadrotor for the 2014 International Aerial Robotics Competition Autonomous Quadrotor for the 2014 International Aerial Robotics Competition Yongseng Ng, Keekiat Chua, Chengkhoon Tan, Weixiong Shi, Chautiong Yeo, Yunfa Hon Temasek Polytechnic, Singapore ABSTRACT This

More information

Alan Kilian Spring Design and construct a Holonomic motion platform and control system.

Alan Kilian Spring Design and construct a Holonomic motion platform and control system. Alan Kilian Spring 2007 Design and construct a Holonomic motion platform and control system. Introduction: This project is intended as a demonstration of my skills in four specific areas: Power system

More information

Autonomous Mobile Robot Design

Autonomous Mobile Robot Design Autonomous Mobile Robot Design Topic: Propulsion Systems for Robotics Dr. Kostas Alexis (CSE) Propulsion Systems for Robotics How do I move? Understanding propulsion systems is about knowing how a mobile

More information

Gearbox assembly manual

Gearbox assembly manual There are no propellor forces (axial load) allowed to the output shafts, more informations at the end of this manual Gearbox assembly manual Dear friend of fast boats, you have bought a gearbox kit. With

More information

Segway with Human Control and Wireless Control

Segway with Human Control and Wireless Control Review Paper Abstract Research Journal of Engineering Sciences E- ISSN 2278 9472 Segway with Human Control and Wireless Control Sanjay Kumar* and Manisha Sharma and Sourabh Yadav Dept. of Electronics &

More information

Freescale Cup Competition. Abdulahi Abu Amber Baruffa Mike Diep Xinya Zhao. Author: Amber Baruffa

Freescale Cup Competition. Abdulahi Abu Amber Baruffa Mike Diep Xinya Zhao. Author: Amber Baruffa Freescale Cup Competition The Freescale Cup is a global competition where student teams build, program, and race a model car around a track for speed. Abdulahi Abu Amber Baruffa Mike Diep Xinya Zhao The

More information

M:2:I Milestone 2 Final Installation and Ground Test

M:2:I Milestone 2 Final Installation and Ground Test Iowa State University AerE 294X/AerE 494X Make to Innovate M:2:I Milestone 2 Final Installation and Ground Test Author(s): Angie Burke Christopher McGrory Mitchell Skatter Kathryn Spierings Ryan Story

More information

ENGINEERING FOR HUMANS STPA ANALYSIS OF AN AUTOMATED PARKING SYSTEM

ENGINEERING FOR HUMANS STPA ANALYSIS OF AN AUTOMATED PARKING SYSTEM ENGINEERING FOR HUMANS STPA ANALYSIS OF AN AUTOMATED PARKING SYSTEM Massachusetts Institute of Technology John Thomas Megan France General Motors Charles A. Green Mark A. Vernacchia Padma Sundaram Joseph

More information

Implementation of Drive by Wire Technology Replacing the Conventional Vehicle Control System

Implementation of Drive by Wire Technology Replacing the Conventional Vehicle Control System International Conference on Mechanical, Industrial and Materials Engineering 2013 (ICMIME2013) 1-3 November, 2013, RUET, Rajshahi, Bangladesh. Paper ID: AM-20 Implementation of Drive by Wire Technology

More information

SAE Mini BAJA: Suspension and Steering

SAE Mini BAJA: Suspension and Steering SAE Mini BAJA: Suspension and Steering By Zane Cross, Kyle Egan, Nick Garry, Trevor Hochhaus Team 11 Progress Report Submitted towards partial fulfillment of the requirements for Mechanical Engineering

More information

Electrical Engineering Within a Robotic System

Electrical Engineering Within a Robotic System Electrical Engineering Within a Robotic System Carli Hand Fall, 2016 Synopsis The NASA Robotics Mining Competition (RMC) is held every year at Kennedy Space Center, Florida. Fifty universities assemble

More information

Dynamics of Machines. Prof. Amitabha Ghosh. Department of Mechanical Engineering. Indian Institute of Technology, Kanpur. Module No.

Dynamics of Machines. Prof. Amitabha Ghosh. Department of Mechanical Engineering. Indian Institute of Technology, Kanpur. Module No. Dynamics of Machines Prof. Amitabha Ghosh Department of Mechanical Engineering Indian Institute of Technology, Kanpur Module No. # 05 Lecture No. # 01 V & Radial Engine Balancing In the last session, you

More information

Gavin Hannah - HND Electronic Engineering Graded Unit Solutions. Christian Hammond, City of Glasgow College. John Woods, City of Glasgow College

Gavin Hannah - HND Electronic Engineering Graded Unit Solutions. Christian Hammond, City of Glasgow College. John Woods, City of Glasgow College Project Name: SARRRO (Search & Rescue Reconnaissance Rover) Customer: Supervisor: Engineer: Christian Hammond, City of Glasgow College John Woods, City of Glasgow College Gavin Hannah Project Solutions

More information

Solar Boat Capstone Group

Solar Boat Capstone Group Solar Boat Capstone Group Design Team Chris Maccia, Jeff Tyler, Matt Knight, Carla Pettit, Dan Sheridan Design Advisor Prof. M. Taslim Abstract Every year Solar Splash, the IEEE World Championship of intercollegiate

More information

Getting to Know: Matthew Tongue, Norbar Torque Tools Ltd

Getting to Know: Matthew Tongue, Norbar Torque Tools Ltd Getting to Know: Matthew Tongue, Norbar Torque Tools Ltd Introducing maxon s new series of customer interviews. By Karen Whittaker Tell us little about your background. How did you come to the industry?

More information

AUTOMATIC CLOSING WINDOW

AUTOMATIC CLOSING WINDOW MECHANICAL ENGINEERING DEPARTMENT AUTOMATIC CLOSING WINDOW ASSESSMENT III- GRADUATION PROJECT Advisor: Dr. Emad Y. Tanbour Mohd. Abdul Mohsin Khan Mohd. Al- Ghamdi Nemer Saab Contents Introduction Problem

More information

Super Squadron technical paper for. International Aerial Robotics Competition Team Reconnaissance. C. Aasish (M.

Super Squadron technical paper for. International Aerial Robotics Competition Team Reconnaissance. C. Aasish (M. Super Squadron technical paper for International Aerial Robotics Competition 2017 Team Reconnaissance C. Aasish (M.Tech Avionics) S. Jayadeep (B.Tech Avionics) N. Gowri (B.Tech Aerospace) ABSTRACT The

More information

THE MOTOR/GENERATOR OF ROBERT ADAMS

THE MOTOR/GENERATOR OF ROBERT ADAMS THE MOTOR/GENERATOR OF ROBERT ADAMS WHEN HE WAS 70 YEARS OLD, ROBERT ADAMS OF NEW ZEALAND DESIGNED A VERY EFFECTIVE MOTOR/GENERATOR. HE WAS TOLD TO DESTROY HIS DEVICE OR HE WOULD BE KILLED. ROBERT DECIDED

More information

Rubber Band Car. Tommy Stewart Corey Marineau John Martinez

Rubber Band Car. Tommy Stewart Corey Marineau John Martinez Tommy Stewart Corey Marineau John Martinez Rubber Band Car PURPOSE: Create a rubber band propelled car that will travel three meters. Then create a regression line using the data that represents how the

More information

Laser Tag Droid. Jake Hamill, Martin Litwiller, Christian Topete ECE 445 Project Proposal

Laser Tag Droid. Jake Hamill, Martin Litwiller, Christian Topete ECE 445 Project Proposal Laser Tag Droid Jake Hamill, Martin Litwiller, Christian Topete ECE 445 Project Proposal 1. Introduction 1.1 Objective Our proposed project is to design, build, and test a remote control laser tag droid

More information

My experience with SeaBis electrolysis control system

My experience with SeaBis electrolysis control system My experience with SeaBis electrolysis control system Since when I bought my sailing yacht in Spain in 2009 I noted some faster than usual corrosion at some specific places like inside anchor compartment

More information

Maritime State University AUV TEAM Autonomous underwater vehicle for RoboSub 2015

Maritime State University AUV TEAM Autonomous underwater vehicle for RoboSub 2015 Maritime State University AUV TEAM Autonomous underwater vehicle for RoboSub 2015 Igor Pushkarev, Nikolai Sergeenko, Vladislav Bolotov, Dmitrii Nechepurenko, Vadim Sorin, Ruslan Revel, Dmitrii Khokhlov,

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 7, July ISSN BY B.MADHAN KUMAR

International Journal of Scientific & Engineering Research, Volume 4, Issue 7, July ISSN BY B.MADHAN KUMAR International Journal of Scientific & Engineering Research, Volume 4, Issue 7, July-2013 485 FLYING HOVER BIKE, A SMALL AERIAL VEHICLE FOR COMMERCIAL OR. SURVEYING PURPOSES BY B.MADHAN KUMAR Department

More information

Department of Electrical and Computer Science

Department of Electrical and Computer Science Department of Electrical and Computer Science Howard University Washington, DC 20059 EECE 401 & 402 Senior Design Final Report By Team AutoMoe Tavares Kidd @ 02744064 Lateef Adetona @02732398 Jordan Lafontant

More information

Discovery Center Gesture Control Robotics Exhibit Product Requirements

Discovery Center Gesture Control Robotics Exhibit Product Requirements Discovery Center Gesture Control Robotics Exhibit Product Requirements U of I Discovery Austyn Sullivan-Watson Angelo Stratigakes Zhihui Wang Chaeun Kim 1 Document History Rev Number Date Modified By Reason

More information

Folding Shopping Cart Design Report

Folding Shopping Cart Design Report Folding Shopping Cart Design Report EDSGN 100 Section 010, Team #4 Submission Date- 10/28/2013 Group Image with Prototype Submitted by: Arafat Hossain, Mack Burgess, Jake Covell, and Connor Pechko (in

More information

Design Considerations for Stability: Civil Aircraft

Design Considerations for Stability: Civil Aircraft Design Considerations for Stability: Civil Aircraft From the discussion on aircraft behavior in a small disturbance, it is clear that both aircraft geometry and mass distribution are important in the design

More information

Impact of Reflectors on Solar Energy Systems

Impact of Reflectors on Solar Energy Systems Impact of Reflectors on Solar Energy Systems J. Rizk, and M. H. Nagrial Abstract The paper aims to show that implementing different types of reflectors in solar energy systems, will dramatically improve

More information

FLYING CAR NANODEGREE SYLLABUS

FLYING CAR NANODEGREE SYLLABUS FLYING CAR NANODEGREE SYLLABUS Term 1: Aerial Robotics 2 Course 1: Introduction 2 Course 2: Planning 2 Course 3: Control 3 Course 4: Estimation 3 Term 2: Intelligent Air Systems 4 Course 5: Flying Cars

More information

CRITICAL DESIGN REVIEW. University of South Florida Society of Aeronautics and Rocketry

CRITICAL DESIGN REVIEW. University of South Florida Society of Aeronautics and Rocketry CRITICAL DESIGN REVIEW University of South Florida Society of Aeronautics and Rocketry 2017-2018 AGENDA 1. Launch Vehicle 2. Recovery 3. Testing 4. Subscale Vehicle 5. Payload 6. Educational Outreach 7.

More information

Interim F.E.T.C.H. Report

Interim F.E.T.C.H. Report Interim F.E.T.C.H. Report Kora Barnes, Elliot Dickison, Brian Lee, Eric Johnston U n i v e r s i t y o f I d a h o M o s c o w, I d a h o 5 / 3 / 2 0 1 3 Contents Executive Summary... 2 Background... 3

More information

Autonomously Controlled Front Loader Senior Project Proposal

Autonomously Controlled Front Loader Senior Project Proposal Autonomously Controlled Front Loader Senior Project Proposal by Steven Koopman and Jerred Peterson Submitted to: Dr. Schertz, Dr. Anakwa EE 451 Senior Capstone Project December 13, 2007 Project Summary:

More information

The Car Tutorial Part 2 Creating a Racing Game for Unity

The Car Tutorial Part 2 Creating a Racing Game for Unity The Car Tutorial Part 2 Creating a Racing Game for Unity Part 2: Tweaking the Car 3 Center of Mass 3 Suspension 5 Suspension range 6 Suspension damper 6 Drag Multiplier 6 Speed, turning and gears 8 Exporting

More information

Drones Demystified! Topic: Propulsion Systems

Drones Demystified! Topic: Propulsion Systems Drones Demystified! K. Alexis, C. Papachristos, Autonomous Robots Lab, University of Nevada, Reno A. Tzes, Autonomous Robots & Intelligent Systems Lab, NYU Abu Dhabi Drones Demystified! Topic: Propulsion

More information

PRODUCT SPECIFICATION DYNAMIC TRIM CONTROL SYSTEM SERIES S

PRODUCT SPECIFICATION DYNAMIC TRIM CONTROL SYSTEM SERIES S PRODUCT SPECIFICATION DYNAMIC TRIM CONTROL SYSTEM SERIES S TABLE OF CONTENTS 1 INTRODUCTION 4 1.1 MOTION CONTROL FEATURES 1.2 PRODUCTS AND PARTS OVERVIEW 2 KIT BOXES 7 2.1 KIT BOX CONTENT 2.2 SPECIFICATIONS

More information

QuickStick Repeatability Analysis

QuickStick Repeatability Analysis QuickStick Repeatability Analysis Purpose This application note presents the variables that can affect the repeatability of positioning using a QuickStick system. Introduction Repeatability and accuracy

More information

The BUGATTI 100P Replica Propeller(s) By Jan Carlsson January 2012

The BUGATTI 100P Replica Propeller(s) By Jan Carlsson January 2012 The BUGATTI 100P Replica Propeller(s) By Jan Carlsson January 2012 At the end of November 2011, I got an e-mail from a Scotty Wilson, asking: Would you consider helping us to design a custom prop(s) for

More information

RED RAVEN, THE LINKED-BOGIE PROTOTYPE. Ara Mekhtarian, Joseph Horvath, C.T. Lin. Department of Mechanical Engineering,

RED RAVEN, THE LINKED-BOGIE PROTOTYPE. Ara Mekhtarian, Joseph Horvath, C.T. Lin. Department of Mechanical Engineering, RED RAVEN, THE LINKED-BOGIE PROTOTYPE Ara Mekhtarian, Joseph Horvath, C.T. Lin Department of Mechanical Engineering, California State University, Northridge California, USA Abstract RedRAVEN is a pioneered

More information

After Kickoff, we immediately began the design process by reviewing the game rules with the entire team. During this step, we also looked over the

After Kickoff, we immediately began the design process by reviewing the game rules with the entire team. During this step, we also looked over the After Kickoff, we immediately began the design process by reviewing the game rules with the entire team. During this step, we also looked over the field specifications. We continued development by determining

More information

RACK JACK. Synchronous Lifting Systems

RACK JACK. Synchronous Lifting Systems RACK JACK Synchronous Lifting Systems RACK JACK (ROUND RACK TYPE) Operation The Rack Jack from WMH Herion provides simple synchronous lifting motion. The system of rack and pinion transforms linear motion

More information

Boxes needed to be taken from the ground level to the second floor without using the

Boxes needed to be taken from the ground level to the second floor without using the 1 Project Name: Barn Hoist School Name: Penn State York Student Names: (Hours Contributed): Michael Lieu(9), Andrew Miller(12), Erik Reiker(12), Hunter Warren(9), George Georgakopoulos(12), Daniel Kim(5),

More information

UC Berkeley Space Technologies and Rocketry Preliminary Design Review Presentation. Access Control: CalSTAR Public Access

UC Berkeley Space Technologies and Rocketry Preliminary Design Review Presentation. Access Control: CalSTAR Public Access UC Berkeley Space Technologies and Rocketry Preliminary Design Review Presentation Access Control: CalSTAR Public Access Agenda Airframe Propulsion Payload Recovery Safety Outreach Project Plan Airframe

More information

PROJECT IDEA SUBMISSION

PROJECT IDEA SUBMISSION PROJECT IDEA SUBMISSION Team Contacts - 1 st person listed serves as the point of contact with Professor Nelson - Initial team size may be from 1 to 6 members (all members must agree to have their name

More information

Newton Scooters TEACHER NOTES. Forces Chapter Project. Materials and Preparation. Chapter Project Overview. Keep Students on Track Section 2

Newton Scooters TEACHER NOTES. Forces Chapter Project. Materials and Preparation. Chapter Project Overview. Keep Students on Track Section 2 TEACHER NOTES Lab zonetm Newton Scooters The following steps will walk you through the. Use the hints as you guide your students through planning, construction, testing, improvements, and presentations.

More information

Underwater Remotely Operated Vehicles (ROV) Drive & Dive Motion Solutions

Underwater Remotely Operated Vehicles (ROV) Drive & Dive Motion Solutions Underwater Remotely Operated Vehicles (ROV) Drive & Dive Motion Solutions Deep sea exploration - where motion matters Elmo s motion solutions are ideal for the ever advancing world of underwater remotely

More information

How to: Test & Evaluate Motors in Your Application

How to: Test & Evaluate Motors in Your Application How to: Test & Evaluate Motors in Your Application Table of Contents 1 INTRODUCTION... 1 2 UNDERSTANDING THE APPLICATION INPUT... 1 2.1 Input Power... 2 2.2 Load & Speed... 3 2.2.1 Starting Torque... 3

More information

Title: Electric Trike

Title: Electric Trike 05/20/2015 TI Innovation Challenge Title: Electric Trike Submitted by: Abel Velazquez Table of Contents Abstract.3 Introduction. 3 Technical Achievements Electronics and PCB Design 4 Mechanical Fabrication

More information

Light-Lift Rocket II

Light-Lift Rocket II Light-Lift Rocket I Light-Lift Rocket II Medium-Lift Rocket A 0 7 00 4 MASS 90 MASS MASS This rocket can lift a mission that has up to 4 mass units. This rocket can lift a mission that has up to 90 mass

More information

HYBRID LINEAR ACTUATORS BASICS

HYBRID LINEAR ACTUATORS BASICS HYBRID LINEAR ACTUATORS BASICS TECHNICAL OVERVIEW Converting the rotary motion of a stepping motor into linear motion can be accomplished by several mechanical means, including rack and pinion, belts and

More information

Cornell University Autonomous Underwater Vehicle Team Spring Frame

Cornell University Autonomous Underwater Vehicle Team Spring Frame Cornell University Autonomous Underwater Vehicle Team Spring 2014 Frame Technical Report Kent Esslinger (kde26) May 21, 2014 Contents 1 Abstract 2 2 Design Requirements 2 3 Previous Designs 3 3.1 Drekar...............................

More information

8051 MICRO-CONTROLLER BASED ROBOTIC CAR

8051 MICRO-CONTROLLER BASED ROBOTIC CAR 8051 MICRO-CONTROLLER BASED ROBOTIC CAR Robotic Car is a miniature prototype car powered by batteries whose various movements can be control either manually or automatically, or the combination of both.

More information

Slippage Detection and Traction Control System

Slippage Detection and Traction Control System Slippage Detection and Traction Control System May 10, 2004 Sponsors Dr. Edwin Odom U of I Mechanical Engineering Department Advisors Dr. Jim Frenzel Dr. Richard Wall Team Members Nick Carter Kellee Korpi

More information

ORCA XI: An Autonomous Underwater Vehicle

ORCA XI: An Autonomous Underwater Vehicle ORCA XI:AnAutonomousUnderwaterVehicle YazanAldehayyat,RichardDahan,ImanFayyad, JeanMartin,MatthewPerkins,RachelSharples MassachusettsInstituteofTechnology ProjectORCA 77MassachusettsAvenue,Room4 405 Cambridge,MA02139

More information

Two Wheeled Self balancing Robot

Two Wheeled Self balancing Robot EE 318, Electronic Design Lab Project Report, EE Dept, IIT Bombay, April 2010 Two Wheeled Self balancing Robot Group No 8 Murtuza Patanwala (07d07026) Supervisor : Prof. P. C Pandey 1) Introduction The

More information

PROJECT IDEA SUBMISSION STUDENT

PROJECT IDEA SUBMISSION STUDENT PROJECT IDEA SUBMISSION STUDENT Team Contacts - 1 st person listed serves as the point of contact with Professor Jensen - Initial team size may be from 4 to 6 members (all members must agree to have their

More information

FOLDING SHOPPING CART

FOLDING SHOPPING CART 1 EDSGN 100: Introduction to Engineering Design Section 10 Team 6 FOLDING SHOPPING CART Submitted by: Kevin Chacha, Ugonna Onyeukwu, Patrick Thornton, Brian Hughes Submitted to: Xinli Wu October 28, 2013

More information

3 Electricity from Magnetism

3 Electricity from Magnetism CHAPTER 2 3 Electricity from Magnetism SECTION Electromagnetism BEFORE YOU READ After you read this section, you should be able to answer these questions: How can a magnetic field make an electric current?

More information

How to choose correct battery(s).

How to choose correct battery(s). www.ez-robot.com How to choose correct battery(s). Given the wide range of actuators and electronics which go into a robot, choosing the right battery may not be an easy task. This tutorial guides you

More information

Development of Low Cost Electronic Gear Shifting System with Clutch Operation for Sequential Gearbox

Development of Low Cost Electronic Gear Shifting System with Clutch Operation for Sequential Gearbox Development of Low Cost Electronic Gear Shifting System with Clutch Operation for Sequential Gearbox Dhruv Tanwar B.Tech (Automotive Design Engineering), dhrutnawar4@gm ail.com Abhishek Sharma B. Tech

More information

INTRODUCTION Team Composition Electrical System

INTRODUCTION Team Composition Electrical System IGVC2015-WOBBLER DESIGN OF AN AUTONOMOUS GROUND VEHICLE BY THE UNIVERSITY OF WEST FLORIDA UNMANNED SYSTEMS LAB FOR THE 2015 INTELLIGENT GROUND VEHICLE COMPETITION University of West Florida Department

More information

Linear Shaft Motors in Parallel Applications

Linear Shaft Motors in Parallel Applications Linear Shaft Motors in Parallel Applications Nippon Pulse s Linear Shaft Motor (LSM) has been successfully used in parallel motor applications. Parallel applications are ones in which there are two or

More information

NASA SL - NU FRONTIERS. PDR presentation to the NASA Student Launch Review Panel

NASA SL - NU FRONTIERS. PDR presentation to the NASA Student Launch Review Panel NASA SL - NU FRONTIERS PDR presentation to the NASA Student Launch Review Panel 1 Agenda Launch Vehicle Overview Nose Cone Section Payload Section Lower Avionic Bay Section Booster Section Motor Selection

More information

Control of Mobile Robots

Control of Mobile Robots Control of Mobile Robots Introduction Prof. Luca Bascetta (luca.bascetta@polimi.it) Politecnico di Milano Dipartimento di Elettronica, Informazione e Bioingegneria Applications of mobile autonomous robots

More information

Engineering Fundamentals Final Project Engineering Lab Report

Engineering Fundamentals Final Project Engineering Lab Report Engineering Fundamentals Final Project Engineering Lab Report 4/26/09 Tony Carr Christopher Goggans Zach Maxey Matt Rhule Team Section A2-6 Engineering Fundamentals 151 I have read and approved of the

More information

Discovery of Design Methodologies. Integration. Multi-disciplinary Design Problems

Discovery of Design Methodologies. Integration. Multi-disciplinary Design Problems Discovery of Design Methodologies for the Integration of Multi-disciplinary Design Problems Cirrus Shakeri Worcester Polytechnic Institute November 4, 1998 Worcester Polytechnic Institute Contents The

More information

v1: Mouth Kinematic Design: Double 4-bar Mechanism

v1: Mouth Kinematic Design: Double 4-bar Mechanism I. Jaw Mechanism Design Overview v1: Mouth Kinematic Design: Double 4-bar Mechanism v2: Mouth Kinematic Design: Single 4-bar Mechanism v2: Overall Design Assembly Issues: Jaw Mechanism Changing from Dinosaur

More information

Engineering Design Process for BEST Robotics JANNE ACKERMAN COLLIN COUNTY (COCO) BEST & BEST OF TEXAS ROBOTICS

Engineering Design Process for BEST Robotics JANNE ACKERMAN COLLIN COUNTY (COCO) BEST & BEST OF TEXAS ROBOTICS Engineering Design Process for BEST Robotics JANNE ACKERMAN COLLIN COUNTY (COCO) BEST & BEST OF TEXAS ROBOTICS Agenda Getting Started Lessons Learned Design Process Engineering Mechanics 2 Save Time Complete

More information

Grade 8 Science. Unit 4: Systems in Action

Grade 8 Science. Unit 4: Systems in Action Grade 8 Science Unit 4: Systems in Action Machines That Turn Last class we looked at the idea of a boat winch, a wheel and axle used to get a boat out of the water, onto a trailer. You rotate the handle

More information

J.D ENGINEERING WORKS

J.D ENGINEERING WORKS P O W E R G E N E R A T I O N About Us J. Engineering works, Manufacture Permanent Magnet Generators, AC Alternators,BLC MOTORS, Electric Motors, PMG Wind & Hydro Turbine. Mr. Gurdavinder Singh, Founder

More information

How to use the Multirotor Motor Performance Data Charts

How to use the Multirotor Motor Performance Data Charts How to use the Multirotor Motor Performance Data Charts Here at Innov8tive Designs, we spend a lot of time testing all of the motors that we sell, and collect a large amount of data with a variety of propellers.

More information

Safe Braking on the School Bus Advanced BrakingTechniques and Practices. Reference Guide and Test by Video Communications

Safe Braking on the School Bus Advanced BrakingTechniques and Practices. Reference Guide and Test by Video Communications Safe Braking on the School Bus Advanced BrakingTechniques and Practices Reference Guide and Test by Video Communications Introduction Brakes are considered one of the most important items for school bus

More information

Friction and Momentum

Friction and Momentum Lesson Three Aims By the end of this lesson you should be able to: understand friction as a force that opposes motion, and use this to explain why falling objects reach a terminal velocity know that the

More information

Wireless Digital Repeater (WiDR) network's packaging/ Initial deployment review

Wireless Digital Repeater (WiDR) network's packaging/ Initial deployment review Rochester Institute of Technology RIT Scholar Works Presentations and other scholarship 2006 Wireless Digital Repeater (WiDR) network's packaging/ Initial deployment review Margot Sandy Follow this and

More information

EXPERIMENTAL FLYING AUTONOMOUS VEHICLE

EXPERIMENTAL FLYING AUTONOMOUS VEHICLE EXPERIMENTAL FLYING AUTONOMOUS VEHICLE Bharamee Pongpaibul MEng Cybernetics, siu00bp@rdg.ac.uk ABSTRACT Flying robots have had rapid advances in the last few decades; this is due to the miniaturisation

More information

Propeller Palooza! A classroom design challenge for students

Propeller Palooza! A classroom design challenge for students National Aeronautics and Space Administration Propeller Palooza! A classroom design challenge for students Four to Soar Aerodynamics Unit Table of Contents Lesson Objectives, Concepts, and Standards 2

More information

RTOS-CAR USING ARM PROCESSOR

RTOS-CAR USING ARM PROCESSOR Int. J. Chem. Sci.: 14(S3), 2016, 906-910 ISSN 0972-768X www.sadgurupublications.com RTOS-CAR USING ARM PROCESSOR R. PATHAMUTHU *, MUHAMMED SADATH ALI, RAHIL and V. RUBIN ECE Department, Aarupadai Veedu

More information

Math is Not a Four Letter Word FTC Kick-Off. Andy Driesman FTC4318 Green Machine Reloaded

Math is Not a Four Letter Word FTC Kick-Off. Andy Driesman FTC4318 Green Machine Reloaded 1 Math is Not a Four Letter Word 2017 FTC Kick-Off Andy Driesman FTC4318 Green Machine Reloaded andrew.driesman@gmail.com 2 Goals Discuss concept of trade space/studies Demonstrate the importance of using

More information

Princess Sumaya University for Technology

Princess Sumaya University for Technology IGVC2014-E500 Princess Sumaya University for Technology Hamza Al-Beeshawi, Enas Al-Zmaili Raghad Al-Harasis, Moath Shreim Jamille Abu Shash Faculty Name:Dr. Belal Sababha Email:b.sababha@psut.edu.jo I

More information

C&E Development Group 5500 Campanile Dr, San Diego, CA 92182

C&E Development Group 5500 Campanile Dr, San Diego, CA 92182 C&E Development Group 5500 Campanile Dr, San Diego, CA 92182 OMUS the Autonomous Mini-Sumo Robot OMUS.sdsu.edu Engineers: Adrian Alonzo Burcin Caliskan Ryan Dill Nick Kelley Mohamed Nagibulla Sahathep

More information

Some tips and tricks I learned from getting clutch out of vehicle Skoda Octavia year 2000

Some tips and tricks I learned from getting clutch out of vehicle Skoda Octavia year 2000 Some tips and tricks I learned from getting clutch out of vehicle Skoda Octavia year 2000 Last change 2013-Oct-11 I bought Haynes manual for a starter. That s something well worth it s cost I believe.

More information

How To Build An Unmanned Aerial Vehicle/Aircraft System (Drone) [Name of the Writer] [Name of the Institution]

How To Build An Unmanned Aerial Vehicle/Aircraft System (Drone) [Name of the Writer] [Name of the Institution] 1! How To Build An Unmanned Aerial Vehicle/Aircraft System (Drone) [Name of the Writer] [Name of the Institution] !2 How To Build An Unmanned Aerial Vehicle/Aircraft System (Drone) Introduction Terminology

More information

Applications in Design & Engine. Analyzing Compound, Robotic Machines

Applications in Design & Engine. Analyzing Compound, Robotic Machines v2.1 Compound Machines ering Applications in Design & Engine Analyzing Compound, Robotic Machines Educational Objectives At the conclusion of this lesson, students should be able to: Understand the relationship

More information

Drive Essentials. robot. -Andy Baker

Drive Essentials. robot. -Andy Baker Drive Essentials The best drive train is more important than anything else on the robot meets your strategy goals can be built with your resources rarely needs maintenance can be fixed within 4 minutes

More information

SkateBot: Bipedal Skating Robot Design

SkateBot: Bipedal Skating Robot Design SkateBot: Bipedal Skating Robot Design Alexander Piedra, Trevor Solorzano, Kishan Kalpoe, Neha Chawla, Sabri Tosunoglu Department of Mechanical and Materials Engineering Florida International University

More information