A-Tech Technical Training. Robotic Design - Basket Grey pieces act like funnel Black rubberband keeps basket closed.

Slides:



Advertisements
Similar presentations
Robot Project Group Seven Zac Lovato David Thompson Doug Yarholar Shang-Chih, Tsai Daryn, Wu.
Advertisements

Gears and Speed Introductory Presentation. Opening Activity In Get in Gear, we changed the gears on our robot to adjust its speed. If we want to change.
EV3 Workshop Curriculum Developed by Joe DeRose, Ph.D.
LabView Basics.
Robot Construction Basics Les Turner Director of Technology, Northern Indiana ESC Head Coach, Bremen Botz!
Navigating the BOE-BOT
Photos and Sensor Instructions
REU LEGO MINDSTORMS NXT SOCCER Kenneth Mendoza, Paul Balda, Abimilex Reverón & Mentor : Andres Buss Molina Department of Computer Science & Engineering.
Right Face Introductory Presentation. Opening Activity How can you use this to make a right turn program? This is your program from Full Speed Ahead to.
©2006 CSUC Institute for Research in Intelligent Systems Introduction to Coding June 15, 2006.
Curry Mouse EE296 Design Review Presentation Saturday, March 11, 2006.
Building Mindstorms NXT Robots Dr. David Johnson School of Computing
1 ©2006 INSciTE Lab Two Task: Make the program from Lab One (Move forward 5 rotations and turn right 90 degrees) into a MyBlock.
The NXT is the brain of a MINDSTORMS® robot. It’s an intelligent, computer-controlled LEGO® brick that lets a MINDSTORMS robot come alive and perform.
Mission to Mars 4 Wheel Rover Build Instructions April 2008.
Have FUN!!! Demo the power of robotics to: –improve problem solving skills –utilize math skills –develop an “engineering mindset” –improve communication/teamwork.
Robotics- Basic On/Off Control Considerations. On/Off Control Forms the basis of most robotics operations Is deceptively simple until the consequences.
Sensors for use in this class. Sensors 2 Robotics: Bridgewater state college.
Robotics NXT sensors Back to Light sensor: red vs blue ball.
Capacitor Connection in to LED socket Connection to 5v and ground Connection to light sensor pin.
ORTOP WORKSHOP 3 ROBOT NAVIGATION & MISSIONS ORTOP WORKSHOP 3 ROBOT NAVIGATION & MISSIONS.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 3.
ROBOTIC DESIGN CHALLENGE Robotics and Automation Copyright © Texas Education Agency, All rights reserved.
Twyla and Jordan.  Light over black line  Runs roverbot.
Maze Challenge Maze Challenge activity > TeachEngineering.org
Programming a light sensor to follow a black line.
Robotics Overview of NXT-G Actuators in Mindstorms. Touch sensor Labwork: Right turn. Touch/bump. [Explore move versus Motor Move mini & motor mini. Motor*.]
Introducing: The Finch. Low-cost Personal Robot $99.
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
Technical Writing for Robotic Coding!.  du/products/teaching_robotc_cort ex/fundamentals/introtoprogramm ing/thinking/videos/fundamentals.
ICE at Georgia Tech Robots and Artificial Life Forms An NXT Zoo! Mr. Michaud
A note on oral presentations These are the progress report presentations. Please note that the individual presentations should be ~8 min long. Since the.
Negative Power or Negative Rotation makes robot go backwards. But if both are negative, the robot will go forward! Move Steering Block.
Lego MindStorm An Introduction to Blocks. Blocks Blocks are used to give instructions to your robot. There are many types of blocks You can use the blocks.
Castor Bot. Now, we will begin creating a robot Log onto your computer On your screen, click on the website labeled “castor bot” Your building instructions.
Minds and Computers 3.1 LEGO Mindstorms NXT l Atmel 32-bit ARM processor l 4 inputs/sensors (1, 2, 3, 4) l 3 outputs/motors (A, B, C) l 256 KB Flash Memory.
Title Slide Progress Report Name. Goal Goal Statement – ex. design/create/fabricate … - should be clear and short Needs/Problems – clear and short Space.
Photos and Sensor Instructions
NXT Drag Racer Deanna Margo, Darrah Margo, Melissa Kinsman.
Rescue Robot Day 2 Exploring Computer Science Lesson 6-11.
Group 7 Project 1 Presentation Robert Moe John Zumwalt Mark Woehrer Celi Sun.
Mission to Mars 4 Wheel Rover Build Instructions April 2008.
Deriving Consistency from LEGOs What we have learned in 6 years of FLL by Austin and Travis Schuh © 2005 Austin and Travis Schuh, all rights reserved.
RoverBot Assembly The following pages show assembly plans for the RoverBot using the Consumer MindStorms or School Team Challenge Lego kit. Assemble the.
Lego Mindstorm Robots 9797 kit.  Students will learn how to identify how to detect a change in a condition.  Students will learn where and how to identify.
Forward Until Near Stop when near a wall.
Faster Line Tracking Introductory Presentation. Opening Activity Try the following with a partner: Obtain a meter stick Holding the meter stick vertically,
LEGO Robotics Workshop
SEI Robotics Lego Mindstorm Competition
Deriving Consistency from LEGOs
8/30/2004 RoverBot Assembly The following pages show assembly plans for the RoverBot using the Consumer MindStorms or School Team Challenge Lego kit. Assemble.
Using tools and the ‘Wait’ Block
This is the Lego NXT ->
VEX Motors & Servos J.M. Gabrielse.
Finch Robot Class L4 How do I… ? LED color (Range 0 to 100)
Learning Outcomes Understand While Loop
Lesson 1: Introduction to Dash & Blockly
GEARS:.
VEX Motors & Servos J.M. Gabrielse.
Forward Until Touch Robot goes forward until it hits a wall.
Beginner Programming Lesson
Lesson 3: Finding Lines On The Mat
Solar Car.
Repeating Behaviors.
Sumo: Stay in Ring Algorithm
Photos and Sensor Instructions
Lego MINDSTORMS EV3.
Exploring Computer Science Lesson 6-11
Getting started with LEGO EV3 Mindstorms software
Presentation transcript:

A-Tech Technical Training

Robotic Design - Basket Grey pieces act like funnel Black rubberband keeps basket closed

Robotic Design – Manual Control Fast adjustment to basket vertical position

Robotic Design - Bumper Yellow claws are adjustable Goes up and down

Robotic Design – Counter Weight Keep robot form tilting forward

Robotic Design – Rear Wheel Single wheel design let robot turn easily and accurately Can turn forward and backward very fast

Robotic Design – Gear Box Use 3 circular gears to open and close basket Gears are 1 to 1 ratio Use linear gear to raise basket up and down One motor can control open / close and up / down

Robotic Design – Structure Lots of braces to keep robot solid

Robotic Design – Sensors/Motors Use 2 light sensors 1 ultrasonice sensor 3 NXT Motors

Robotic Design – Light Sensor Sense shades of colors How does it work? How does calibration work? How fast is it?

Robotic Design – Utrasonic Sensor Sense Distance How does it work? What is the minimun distance? How fast is it? 3 – 4 Inches Min.

Software Design – Detecting Distance Set motor to unlimited move forward Set sensor until < distance ( in centimeters or inches ) How many centimeters in an inch? 2.54 cms

Software Design – Line Following Algorithm C B C Motor Speed stay constant B Motor Speed slower or faster than C motor, never same

Software Design – Reference Robot This makes sure our robot is starting from the same position and angle at each time 3 2