How TO Build A ROBOT Ur 1 st robot tutorial. MOTIVATION IS KEY TO SUCCESS  Why To build a robot?  You will learn skills ranging from electronics, mechanics,

Slides:



Advertisements
Similar presentations
Angular Motion in Cars Applying Physics of Rotational Motion, Newton’s Laws and Kinematics to the motion of a car.
Advertisements

Teacher Professional Development Spring, 2002
HY-WIRE CAR.
FRC Robot Mechanical Principles
Gears.
Sophomore Design Class Automated Highway Simulation Group 2: Jeremy Sletten Patrick Murphy Michael Olson Randa Ibrahim.
Gears, Gears and More Gears
ROBOT DYNAMICS. MOTORS supply the FORCE that the robot needs to move Rotational Force is called TORQUE The motor needs to supply force to wheels arms.
Land Vehicular Systems
VEX Drive Systems Presented by Chani Martin Lauren Froschauer Michelle Gonzalez Presented by Chani Martin Lauren Froschauer Michelle Gonzalez.
“Power for Wearables” Wearables Studio Spring 2009 Zach Eveland, 2009.
Mechanical Design of Robots. High School Competitions.
Drive Train and Power Deric Solis Dale Hussung Courtney Henry Sebastian Paniagua Josh Walker Steven Moyer Hunter Davison Robin Peeples Justin Alabaster.
Robotics Intensive: Day 6 Gui Cavalcanti 1/17/2012.
Tug of War Battle Bots A tug of war game designed to demonstrate engineering and physics concepts in grades 6-12.
Shane Sunada Malcolm Menor Joseph Longhi. - Autonomous maze solving robot -16x16 maze starting at corner - No contact after switched on - No going under.
The Basics of Physics.
Micromouse 296 Final Presentation Fall 2008 Group: Rabbitwagon.
Natasha Hyare Ryan Benson Casey Carlin
MicroMouse Final Presentation Jill Kobashigawa Min Mo Jon Shindo Christy Kaneshiro.
The AAA Challenge A First-Year Engineering Project.
Final Presentation EE 296 – Micromouse Spring 2007 Friday, May 4, 2007 POST 214.
Group 6 Rene A. Gajardo Do Kim Jorge L. Morales Siddharth Padhi.
Introduction to Robotics Principles of Robotics. What is a robot? The word robot comes from the Czech word for forced labor, or serf. It was introduced.
Automatic Guitar Tuner TRENTON AHRENS, ALEX CAPO, ERNESTO WONG GROUP 1.
Electric Motors and Motion Control Ara Knaian. Motors Motors convert electrical energy to mechanical energy Motors make things move LINEAR ELECTROSTATIC.
VEX Drive Systems Presented by Chani Martin Lauren Froschauer Michelle Presented by Chani Martin Lauren Froschauer Michelle.

Bevel/Pinion Gears Spur Gear Worm Gear Planetary Gear.
The Making of Micromouse Yantriki Level 3 Competition Techfest 2004.
Electric Cars New England Electric Automobile Association.
VEX Parts – Batteries, Logic, and Controls
Teknik Perancangan Robot
Smart Plant Robot Prepared by Haya De’bas Jumanah Salhab Supervisor Dr. Ra’ed Al-Qadi.
Problem Statement Need to build a manually controlled robot capable of moving around and gripping and lifting objects. Basically we can divide this problem.
EE4701 Preliminary Design Presentation Ben Maderazo Justin Smith.
CS-EE 481 Spring Founder’s Day, 2006 University of Portland School of Engineering Electric Vehicle Drive System Authors Steven Arlint Abdullah Binsaeed.
Batteries and DC Power Supplies EGR Batteries 2EGR 101.
Solar car modification
Gears and Speed/Power.
Benjamin Chen Suhail Gul Wai-Sze Lok Rob Merkle Brian Shaw Renee Soenen.
GAMEPLAN STAGE 1: FILL THE BUNKERS: A Test of Speed STAGE 2: ROBO COMBAT: A Show of Power.
Two-Gear Gear Trains Using different size gear allows change in speed
Build a Robot By Khalid 7D. What do people use robots for People use robots to do work for them, for example: some one might build robots that has a calculator.
SOLAR POWERED SMART BLIND (SPSB) SYSTEM Smart Home Automation
THE FIGHTING MILKMEN Season 2, Meeting 1 – July 14, 2010 Agenda: Meet, Greet & Eat Battery Update NERC Motorama? New Robots Skim (3lbs.) ???? (30lbs.)
DOODLE DRIVE Presenter: Alex Curtis Team 6 Environmental Impact TCSP.
Swerve Drive Software Design. Software Layers Joystick Axis Correction Joystick Response Calculation Field-oriented Angle Adjustment Swerve Drive Steer.
Drivetrains Beach Cities Robotics – Team 294 Andrew Keisic June 2008.
4R-UAV is a 4 rotor autonomous quadcopter packed with an array of sensors capable of monitoring remote and hostile areas.
Electronic Component Markings How we distinguish between identical looking components.
Project Overview  Introduction  Frame Build  Motion  Power  Control  Sensors  Advanced Sensors  Open design challenges  Project evaluation.
Speed, Power, Torque and DC Motors
Multi-Angle Photos to help you build.
Multi-Angle Photos to help you build.
INTRODUCTION TO ROBOTICS Part 3: Propulsion System Robotics and Automation Copyright © Texas Education Agency, All rights reserved. 1.
Feedback Controlled Brushless DC Motor: Personal Electric Vehicle Application Summary Lecture.
DC Circuits Circuits can be very simple……. Or complex …………
PPT of topic § Electric Cars and Hybrid vehicles - Electric Cars
USAR Design Specification
Teknik Perancangan Robot
Batteries Components that store energy and supply it to electrons to be carried round a circuit This is a cell. What most people think of as a battery.
Robotic Vacuum Cleaner
This is the Lego NXT ->
Robot Questions.
Two-Gear Gear Trains Using different size gear allows change in speed
Cole Perrault Spring 2015 ET 493 Wesley Deneke
Batteries and DC Power Supplies
Participant Name FRC Team #
Getting started in a world of Robotics
Presentation transcript:

How TO Build A ROBOT Ur 1 st robot tutorial

MOTIVATION IS KEY TO SUCCESS  Why To build a robot?  You will learn skills ranging from electronics, mechanics, controls, programming  You should set your goals, otherwise you may quit in the middle

THE KISS APPROACH  THE 1 ST ROBOT IS ALWAYS THE HARDEST  SO KEEP IT SIMPLE  BEGINNER CAN SPEND AROUND $ FOR HIS ROBOT

THE DESIGN  THE DUMB QUESTION IS, HOW DOES IT LOOK LIKE!  SO LETS START WITH A ROBOT HAVING 2 WHEELS  IT WILL DRIVE UNDER THE MOST BASIC ALGORITHM FOR A ROBOT- DIFFERENTIAL DRIVE

SELECTION OF WHEELS Big wheels will let your robot move faster than that of small wheels. Big wheels– less torque to carry payload, position control is harder, sensors cannot keep up Slow robots are boring, so go for 2-3 diameter wheel.

SELECTION OF MOTORS It involves calculation of weights, gearing ratio, velocity, acceleration, voltage,controls which becomes overwhelming for beginner. voltage – 5v-8v Torque – double that of what you need

SELECTION OF BATTERIES Rechargeable and having high energy capacity 3 common batteries  Alkaline battery  NIMH( Nickel Metal Hydride)  NICAD( Nickel cadmium )  2 NIMH – 6v

CIRCUIT DESIGN Microcontroller with a built in motor driver just literally plug in your battery, your motors/servos, and your sensor input/outputs, program it, and hurray your circuit is completed

TO MAKE IT AUTONOMOUS So lets learn about a basic sensor Use Photoresistor Place two sensors on either side and program it First design and then build a robot chassis

Tips Don't reinvent the wheels Join a local robotics club Participate in a robot competition As the size of robot increases, the difficulty also increases Most important - follow kiss approach