Top Banner
Basic Robot Design
15

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.

Dec 23, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 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.

Basic Robot Design

Page 2: 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.

3 Steps

Design

Build

Program

Drawing and thinking of ideas

Using your design to make a robot

Telling your robot what to do

Page 3: 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!

Page 4: 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• 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!

Page 5: 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• 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

Page 6: 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• 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!

Page 7: 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.

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:

Page 8: 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.

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

Page 9: 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.

NXT Brick• The brain of the robot• Receives input from the sensors and

tells the motors what to do based on this

Page 10: 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.

Ultrasonic Sensor• The eyes of the robot• Uses signals it sends out to find out

how far away objects are

Page 11: 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.

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

Page 12: 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.

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

Page 13: 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.

Sound Sensor• The robot’s ears• Tells the robot when it “hears”

something• Not very practical for this challenge– Easily fooled– Not always reliable

Page 14: 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.

Motors• Move forward and backward• Instead of sending out information,

they receive it– This information tells them what to do

Page 15: 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.

How does this all work?