Basic Robot Design. 3 Steps Design Build Program Drawing and thinking of ideas Using your design to make a robot Telling your robot what to do.

Slides:



Advertisements
Similar presentations
Each team has their own: a.Laptop computer b.LEGO NXT robot c.USB cable d.Light paper on the table to test the robot Sit Down in Teams of 2.
Advertisements

EducateNXT Enter the name “Sound Graphing” for your experiment. Real-time Data Logging Click the Switch to NXT Data Logging icon in the top-left corner.
LabView Basics.
Introductory Presentation
Follow the Light Follow the Light Presentation > TeachEngineering.org Center for Computational Neurobiology, University of Missouri.
A CTIVITY M OVEMENT TASK USING SENSORS - HUMANS AND ROBOTS (75 MINUTES ) 1.
© 2006 Carnegie Mellon Robotics Academy Designed for use with the LEGO MINDSTORMS ® Education NXT Software and Base Set #9797 Mine Mapping Choose a Sensor.
Computational Neurobiology Center, College of Engineering, University of Missouri, Columbia MO DAY 2 – 50 minutes HOW DOES A ROBOT MOVE?
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.
Exploration Discovery Sensor. What are your Senses? Draw yourself and label each of your “senses” Senses are parts of you that interact with what is around.
Controller, Sensors and Motors Ding Ke Tutorial 1, UGB 230N.
Loops and Switches. 1. What kind of blocks are these? 2. Name two kinds of controls that can be specified to determine how long a loop repeats. 3. Give.
LEGO Mindstorms NXT Introduction. Component NXT Brick Touch Sensor Light Sensor Ultrasonic Sensor Interactive Servo Motors MMN Lab.
Robotics Abstractions: Levels of language, world view
Adapted for STLP Camp ‘10 STLP Robotics Camp June 3 & 4.
Robotics NXT sensors Back to Light sensor: red vs blue ball.
Adapted for STLP Camp ‘09 Mobile Robots Why do robots need to move?
Why do robots need to move?
Coding for the FIRST Tech Challenge: RobotC
JEOPARDY How do Human Sensors Work? Center for Computational Neurobiology, University of Missouri.
Maze Challenge Maze Challenge activity > TeachEngineering.org
Reactive robots UPNA The Public University of Navarra Material for pupils & students.
Overview: The goal of this lesson is to transition from discussing robots in general to the specifics of NXT robot. Objectives: Students will be able.
NXT A computer controlled brick and the “brain” of your robot that controls the motors and sensors.
Mobile Robots Why do robots need to move?. What defines a robot? Sense – a robot has to take in information about its environment Plan – a robot has to.
ICE at Georgia Tech Robots and Artificial Life Forms An NXT Zoo! Mr. Michaud
3 | Touch sensors Created by H. Robinson & A. Gostelow TOUCH SENSORS.
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.
Girls’ Robotics Camp Spring Welcome! What are we learning? –Robotics –Application of Robotics –Programming –Out-of-the-box Thinking Let’s have Fun!
Somerset Berkley Regional High School Robotics Engineering with LabView.
Clap On, Clap Off Introductory Presentation. Opening Activity What is a sensor? Can you give examples? ?
Are we like robots? JEOPARDY Center for Computational Neurobiology, University of Missouri.
Robotics NXT-G: variables, file Rotation sensor Lab: Use buttons to hit specific ball. Homework: Postings. Start planning mapping the room.
1 RoboticsPresents KaaShiv InfoTech For Inplant Training / Internship, please download the "Inplant training registration form" from our website
Lesson Planning Mindstorms NXT. Points to consider before creating a lesson. Sturdy structures instructional builds  original builds Functions need to.
What is a LEGO Robotic Vehicle? Made from LEGO’s Especially “Technic” pieces Controlled by an NXT or EV3 computer Programmed by kids to do missions Not.
Enables your robot to see, recognize, avoid objects, and detect movement. It uses the same scientific principle that bats use. It measures distance in.
Conservation Of Energy By Heidi. What is Energy? Who knows? ▪Energy is pretty much everything! ▪Energy makes you move and energy heats your home, energy.
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.
MEH108 - Intro. To Engineering Applications KOU Electronics and Communications Engineering.
Unit 1 - Introduction to VEX Robotics
Lego League. What is the Lego League? What we will be doing for the next few weeks The AIM of the next few weeks is to gain knowledge into programming,
Mobile Robots Why do robots need to move?. What defines a robot? Sense – a robot has to take in information about its environment Plan – a robot has to.
Forward Until Near Stop when near a wall.
NXT Mindstorms Kit Programming
Introductory Presentation
VEX IQ Curriculum Smart Machines Lesson 09 Lesson Materials:
Exploring Computer Science Lesson 6-5
Introductory Presentation
Introductory Presentation
Introduction To Programming with LEGO NXT 0
This is the Lego NXT ->
Programming Part 2 Mod Kit
Introduction to NXT.
DT-Assessment Frame Work Term2
Loops and Switches Pre-Quiz
Module F: Presentation Understanding Robot Fundamentals
Introductory Presentation
Exploring Computer Science Lesson 6-5
Forward Until Touch Robot goes forward until it hits a wall.
What is a Robot?.
Warm Up- What is a robot? Describe in one sentence what you understand by the term ‘robot’ 2. What are the main parts of a robot? What do people do to.
SENSORS.
Maze Challenge Maze Challenge activity > TeachEngineering.org
ACTIVITY MOVEMENT TASK USING SENSORS - HUMANS AND ROBOTS (75 MINUTES)
Intro to Robotics It’s YOUR FUTURE.
Basic Robotic Programming
Downloading to the NXT requires the correct hardware setup
Presentation transcript:

Basic Robot Design

3 Steps Design Build Program Drawing and thinking of ideas Using your design to make a robot Telling your robot what to do

Design Ideas K.I.S.S. – Keep It Simple, Silly –Don’t try to make a huge contraption –Simple robots work more efficiently –You only have 3 days to make your robot –It’s not rocket science!

Design Ideas Have a strong robot –Have a strong base that you can attach other parts to –Try to have at least 2 points of connection for each part of your robot Your robot won’t be able to do anything if it falls apart!

Design Ideas Think about the end –Think about the challenge while designing your robot Will it be able to move to the goal? Will it be able to pick up the pieces? –Think of all the things your robot will need to do

Design Ideas Draw, Draw, Draw! –It’s easier to remember ideas, and show them to your team if you draw them out –You have notebooks, use them!

What Does Your Robot Need to Do? Think of everything, even something as basic as moving Task: – Step 1: – Step 2: – Step 3: – Step 4:

What do you have? NXT Brick – The brain of the robot Motors – The limbs of the robot Various sensors –Light Sensor –Touch Sensor –Ultrasonic Sensor Wires – How everything communicates

NXT Brick The brain of the robot Receives input from the sensors and tells the motors what to do based on this

Ultrasonic Sensor The eyes of the robot Uses signals it sends out to find out how far away objects are

Light Sensor Used to tell if the robot is on a line Can help guide the robot Uses the same mechanics as the ultrasonic sensor

Touch Sensor Tells the robot when it hits something Used to trigger movements to pick something up or move away from the object that it hit

Sound Sensor The robot’s ears Tells the robot when it “hears” something Not very practical for this challenge –Easily fooled –Not always reliable

Motors Move forward and backward Instead of sending out information, they receive it –This information tells them what to do

How does this all work?