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.

Slides:



Advertisements
Similar presentations
Full Speed Ahead Introductory Presentation. Opening Activity Choose one of the objects to the right and in ten or more steps explain how it goes from.
Advertisements

The Circle Introduction to circles Let’s investigate… Circumference
Graphical RobotC NXT (EV3) Robot Workshop 2015 Instructor: Dr. Fred Brauchler Assistant: Chris Parker 2/7/2015Lawrence Technological University1.
EducateNXT Navigation Accuracy 4 Poles Challenge Programming the EduBot before trialing on the course.
Mingo County Shewey Science Academy: NXT Training.
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.
EV3 Software EV3 Robot Workshop 2015
Definition: A circle is the set of all points on a plane that is a fixed distance from the center.
Circles: Area and Circumference. Definitions Circumference: Distance around the outside of a circle Area: How many squares it takes to cover a circle.
The outside of the circle is called circumference The circumference is the distance around the circle.
3.4 Area and Circumference 1 Circle A circle is a plane figure that consists of all points that lie the same distance from a fixed point. The fixed point.
INTERMEDIATE PROGRAMMING LESSON By: Droids Robotics Turn Degrees My Block.
Circumference & Area of Circles Unit 5-3. Circumference Formula for Circumference: ** r is the radius ** ** 2r = d. d is the diameter. ** **Circumference.
Robotics Enrichment class Mr. Bosworth. Goals of Class Learn how to build a basic robot that performs various functions Learn how to program robot to.
Robotics Abstractions: Levels of language, world view
The Circle Introduction to circles Let’s investigate… Circumference
Application of Math and Science Principles Creating a robot that moves a specified distance straight ahead and Creating a robot that turns a specified.
The integration of Geometry with Applied Robotics Robotics: Fred Urquhart, University HS, Orange City, FL Geometry: Michael Chase, Deltona HS, Deltona,
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.
Jeopardy VocabularyAnglesFind XCircleTTriangle Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final Jeopardy.
Geometry 1 Area and Circumference of a Circle. Central Angle A central angle is an angle whose vertex is at the center of the circle. 2 The measure of.
Get In Gear Introductory Presentation. Opening Activity Describe to a partner what “speed” is. Give a verbal definition, any equations you know, and examples.
Mrs. Planavsky 4 th Grade.  Find the circumference of a circle  Find the measurement of a diameter of the circle.
13-3 Radian Measure Today’s Objective: I can measure an angle in radians.
Circumference Lesson #33. What is Circumference? The distance around the outside of a circle is called the circumference (essentially, it is the perimeter.
1.7 - Find Perimeter, Circumference, and Area. Perimeter: Length around a shape. Measured in u cm, in, ft, yd.
CH. 8: GEOMETRY 8.1- PERIMETER AND CIRCUMFERENCE.
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.
Minds and Computers 1.1 What is a robot? l Definitions ä Webster: a machine that looks like a human being and performs various acts (as walking and talking)
Find the Mindstorms Icon on the computer.. To start a new program click go.
LEGO® MINDSTORMS® NXT Move Block.
By Droids Robotics INTERMEDIATE PROGRAMMIN G LESSON MOVE DISTANCE MY BLOCK (MOVE_CM)
Sci 701 Unit 5 Speed is a measure of how fast an object is moving, that is, how much distance it will travel over a given time. This measure is given.
Circles. diameter Circumference radius Circumference- the distance around the circle. About 3X the diameter.
EV3 Software EV3 Robot Workshop
ROBOTC Software EV3 Robot Workshop
Circles Review 3 rd Grade Geometry. What is the diameter of a circle?
How to Find the Area of a Circle by : Rachel Sorenson.
BEGINNER FLL PROGRAMMING WORKSHOP BY DROIDS ROBOTICS & EV3LESSONS.
ROBOTC Software EV3 Robot Workshop Lawrence Technological University.
Circles Javier Soto (click to continue).

MEH108 - Intro. To Engineering Applications KOU Electronics and Communications Engineering.
Area & Perimeter Circumference of a Circle Grade 3.
Do Now:. Circumference What is circumference? Circumference is the distance around a circle.
EV3 Programming: Moving and Turning CONFIDENTIAL © 2014 Cymer, LLC.
Forward Until Near Stop when near a wall.
+ Math Module 1 Rates of Change & Mathematical Models.
Get In Gear. Opening Activity Describe what “speed” is. Give a verbal definition, any equations you know, and examples of different speeds.
Calculating Rotations for Turns
INTERMEDIATE PROGRAMMING Lesson
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
Measured Turns.
Introductory Presentation
Introductory Presentation
Introductory Presentation
INTERMEDIATE PROGRAMMING LESSON
Forward Until Touch Robot goes forward until it hits a wall.
Beginner Programming Lesson
INTERMEDIATE PROGRAMMING LESSON
11.1 Arc Length.
Repeating Behaviors.
Wheels and Distance.
Getting started with LEGO EV3 Mindstorms software
Presentation transcript:

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 steps would the robot have to take in order to go forward for 2 rotations?

Minds and Computers 3.2 Preview Now lets examine what that would look like in the NXT Educational Programming Software. 1.Spin left motor2. Spin right motor 3. Wait for 2 rotations 4. Stop left motor5. Stop right motor

Minds and Computers 3.3 Preview While programming your motor blocks, make sure you select the proper output ports, and set both motors to the same direction and power level.

Minds and Computers 3.4 Preview l Don’t forget, the comments you include in your program don’t actually have any effect on what your robot will do. l Comments simply act as reminders for you when you edit your program. Here, the “wait for 1440 degrees” won’t do anything because the actual Wait Block is set to wait for 720 degrees.

Minds and Computers 3.5 Opening Activity 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

Minds and Computers 3.6 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. STARTFINISH

Minds and Computers 3.7 Review Let’s start with the basics. Answer the following: 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 from the center to the outside of a circle. The distance, through a circle’s center, from one edge to another. Circumference= diameter * π rd

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

Minds and Computers 3.9 Preview Finally, be sure to save frequently. That way, if anything happens to your computer you don’t have to start over.