Introductory Presentation

Slides:



Advertisements
Similar presentations
EducateNXT Navigation Accuracy 4 Poles Challenge Programming the EduBot before trialing on the course.
Advertisements

The Wheels on the Bus Go Round and Round. Wheels Suppose we know the diameter, d, of a tire… what other properties of the tire can we compute? The radius.
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.
Diameter, Circumference, and Rotational Sensors Robotics Academy All Rights Reserved.
1 of 84 S HAPE AND S PACE Circles. 2 of 84 L ET US DEFINE C IRCLE A ___________is a simple shape that is the set of all points in a plane that are at.
Definition: A circle is the set of all points on a plane that is a fixed distance from the center.
13.3 – Radian Measures. Radian Measure Find the circumference of a circle with the given radius or diameter. Round your answer to the nearest tenth. 1.radius.
Perimeter Rectangles, Squares, and Triangles Perimeter Measures the distance around the edge of any flat object. To find the perimeter of any figure,
CIRCUMFERENCE OF CIRCLES. What is the definition of a circle? A flat shape whose points are all the same distance away from the center This distance from.
  investigate the relationship between the diameter and circumference of a circle.
Application of Math and Science Principles Creating a robot that moves a specified distance straight ahead and Creating a robot that turns a specified.
Measured Turns Introductory Presentation. Opening Activity In the Right Face Activity, we made our robot turn right using the program below.
In the original lesson we learned that a robot should move forward a specific distance for each rotation. That distance traveled is equivalent to the.
Simple Pi Challenge! Pi = 3.14 Diameter = 5.6 cm Distance Robot Travels in 1 Rotation = 3.14 * 5.6 cm 3.14 * 5.6 = cm Circumference = Pi * Diameter.
Minds and Computers 3.1 Preview Spin left motor Spin right motor Wait until the motors have spun two rotations Stop left motor Stop right motor What five.
Chapter 4 L4-5 Notes: Perimeter. Vocabulary The distance around any closed figure is called its perimeter. P for “Plus” all Sides.
Circumference Lesson #33. What is Circumference? The distance around the outside of a circle is called the circumference (essentially, it is the perimeter.
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.
Find the Mindstorms Icon on the computer.. To start a new program click go.
10.9 Circumference and Arc Length After studying this section, you will be able to determine the circumference of a circle and the length of an arc.
LEGO® MINDSTORMS® NXT Move Block.
By Droids Robotics INTERMEDIATE PROGRAMMIN G LESSON MOVE DISTANCE MY BLOCK (MOVE_CM)
Circles. diameter Circumference radius Circumference- the distance around the circle. About 3X the diameter.
Circles Review Grade 5 SOL 5.9 Mrs. Evan, ITRT.
By: Kay McInnis. Diameter DIAMETER is the distance across a circle passing through the center point.
The midpoint of a circle is centre The line drawn from the centre to the circumference is … radius.

Do Now:. Circumference What is circumference? Circumference is the distance around a circle.
OBJ: SWBAT USE THE FORMULA FOR CIRCUMFERENCE, USE ARC LENGTHS TO FIND MEASURES AND SOLVE REAL-LIFE PROBLEMS Circumference and Arc Length.
Circles Shape and Space. The value of π For any circle the circumference is always just over three times bigger than the radius. The exact number is called.
Calculating Rotations for Turns
INTERMEDIATE PROGRAMMING Lesson
Circles and terms related to them
Circles.
Check your understanding!
Robo-Math How Far? The Distance a Robot Travels in One Rotation of the Motor = The Circumference of the Wheel Circumference (of the Wheel) = Diameter (of.
Introductory Presentation
Introductory Presentation
Objectives Calculate angular speed in radians per second.
Circles.
Measured Turns.
Introductory Presentation
Area and Circumference of a Circle
INTERMEDIATE PROGRAMMING LESSON
PARTS OF A CIRCLE.
Spiral TAKS Review #2 6 MINUTES.
Circumference Definition: The distance around a circle. It’s a special word for perimeter. Picture:
CIRCLES:
I can solve problems using Area and Circumference of a Circle.
CIRCLES. CIRCLES finding the circumference or the area.
Circumference of Circles
INTERMEDIATE PROGRAMMING LESSON
Section 11.4 Circumference and Arc Length Theorem
11.1 Arc Length.
10.4 and 10.9 Quick clicker check
Semicircle application
Repeating Behaviors.
The properties of a circle and how you can identify it.
Central Angles and Arc Length
11.1: Circumference and Arc Length
Circumference of circle Application
Review: Perimeter & Circumference
Wheels and Distance.
PARTS OF A CIRCLE.
NOTES 10.9 Circumference and Arc Lengths.
Circumference of Circles
Objective Apply formulas for perimeter, area, and circumference to composite figures.
Objective Apply formulas for perimeter, area, and circumference to composite figures.
Geometry: Circles and Circumference
Circles
Presentation transcript:

Introductory Presentation Wheels and Distance Introductory Presentation

Forward Motion Built-in Rotation Sensor The Interactive Servo Motors all have a built-in Rotation Sensor. The rotational feedback allows the NXT to control movements very precisely. The built-in Rotation Sensor measures the Motor rotations in degrees (accuracy of +/- one degree) or full rotations. One rotation is 360 degrees, so if you set the Motor to turn 180 degrees, the hub will make half a turn.

Rotation Sensor Test the Rotation Sensor’s ability to measure distance. Connect the Motor to the NXT. Select View in the NXT display.

Duration

Forward Motion In this program: 1. How far did your robot move forward? 2. What affected the distance it moved? 3. How could you get it to move a longer distance? A shorter distance? An exact distance you want?

Many things affected how far your robot traveled. Forward Motion Many things affected how far your robot traveled. The number of degrees your Wait For block is set to wait for The size of your tires

Wheels and Distance In this activity we’re going to program our robot to move an exact distance. To do so we must understand a few things about circles. START FINISH

Review Let’s start with the basics. Answer the following: The distance from the center to the outside of a circle. r 1. What is a radius of a circle? 2. What is a diameter of a circle? 3. What is the formula for the circumference of a circle? The distance, through a circle’s center, from one edge to another. d Circumference= diameter * π

Preview With our knowledge of circumference, we can start figuring out how to control the distance our robot goes.

Preview First, we need to understand that the circumference of a circle is really just a line curled around a center point.

Review From this, we know that the circumference of a circle and the length of the line it rolls out are equal in length. Finish the following: d = 4 Circumference = 4 * π So we know that… Length of Line = 4 * π

Let’s try a few more. Finish this chart: Preview Let’s try a few more. Finish this chart: Circumference = Length of line = 1 meter 1 meter 2 meters 2 meters 7 meters 7 meters

Once you have completed the activity check your prediction Preview Predict what would happen if we were to change the number of rotations that the wheel makes? Or change the diameter of the wheel? Once you have completed the activity check your prediction

There are 360˚ in one full rotation of a wheel Review: Degrees 360˚ 0˚ 270˚ 90˚ 180˚ There are 360˚ in one full rotation of a wheel

Circumference: Distance Traveled Wheel Diameter: 5.75 cm Circumference = 5.75 cm x 3.14 Circumference = 18 cm 1 cm = 10 mm 18cm = 180 mm

Method 1: Calculation

Method 2: Measure Degrees