GIRLS Robotics Objective of today Review last Saturday’s Lesson Create our 1 st robot.

Slides:



Advertisements
Similar presentations
Vex Robotics Program five: using the radio control transmitter.
Advertisements

Jason Howard. Agenda I. How to download robotc II. What is tele-op used for? III. How to build a basic tele-op program IV. Getting the robot to drive.
How Do You Make a Program Wait?. 1. What is an algorithm? 2. Can you think of a reason why it might be inconvenient to program your robot to always go.
EIGHTH GRADE ROBOTICS KITTATINNY REGIONAL HIGH SCHOOL MR. SHEA Introduction to Programming
From the NXT top menu Connect desired hardware as indicated Enter a command in the box indicated from the menu provided Repeat for all 5 boxes.
Conceptual Model by Aaron Garrett and David Thornton Mindstorms Internet Control Environment.
Introduction to NXT Software and Functionality Bot’oberfest October 15, 2007.
Reviewing Common Blocks for St. Agnes Elementary School Teachers by Jenny Chang Feb. 26th, 2007 USC & University Neighborhood Outreach Robotics STEM program.
LEGO Mindstorms NXT Programming We will be using the Common Palette for our Robots This is how you download your program onto the brick Drag and drop a.
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.
What Is a Program?. What Is a Program? Pre-Quiz 1. What is a program? 2. What is an algorithm? Give an example. 2.
Programming 101 The Common Palette Content provided by Connor Statham (6 th Grade Student) Formatting by Shannon Sieber.
Getting Started! Lego Mindstorms Program NXT 2.0.
Wait Program! WAIT please!. 1. Why is it often better to use conditional commands rather than program a robot to move exact distances? 2. What is the.
Programming a light sensor to follow a black line.
Using Waits, Loops and Switches WAIT please!. Waits, Loops and Switches Pre-Quiz 1. In programming, what is a loop? When is a loop useful? 2. How can.
Robotics Overview of NXT-G Actuators in Mindstorms. Touch sensor Labwork: Right turn. Touch/bump. [Explore move versus Motor Move mini & motor mini. Motor*.]
Use bluetooth for communication 1. enable bluetooth in NXT and also enable visibility 2. configure setting in brickCC –Wait about 30 seconds for searching.
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.
What kind of robot have you decided to make? I’ve decided that we should have a homework android. It could do all our work after.
Negative Power or Negative Rotation makes robot go backwards. But if both are negative, the robot will go forward! Move Steering Block.
Graphical Programming Languages Lecture 19: Supporting Material Dr Kathryn Merrick Thursday 21 st May, 2009.
Conditions and loops Day 4 Computer Programming through Robotics CPST 410 Summer 2009.
According to the image, what is the file name? According to the image, what is the program name? Quiz Example.ev3 Falcon.
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.
Find the Mindstorms Icon on the computer.. To start a new program click go.
Use the book to build and mount the light sensor on your robot. This will allow the robot to remain inside the blue square (fight ring) on the tile floor.
LEGO® MINDSTORMS® NXT Move Block.
Com.Tech 3104 Outcome 12 By: Evan And Mark Progress Report.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
PROMGRAMING YOUR ROBOT How Servos Work: How to control your robot.
LEADERS: KRYSTAL BOWDEN AND SAISIA WADE MEMBERS: COURTNEY KALLEMERES, ANDREW ROBERTS, AND ALDRIN ENRIQUEZ Girls Robotics.
To insert a sound file, click insert / object. With the Create New tab visible, scroll down the list and choose Wave Sound / click OK.
Mindstorm NXT-G Introduction Towson University Robotics.
MICROSOFT WORD FAQ’S Smitha Middle School
CHOOSE 1 OF THESE.
Vex Robotics Program Two: Using two motors. Program two: using the motors In the last section, you learned how to turn on one motor. Now, you will take.
How to make a Line Follow program Using EV3 software and an NXT light sensor.
MEH108 - Intro. To Engineering Applications KOU Electronics and Communications Engineering.
ROBOTICS Jason Bell Brad Carlson
Instructions Quit H Robinson. Quit Start Game H Robinson Instructions: Enable Macros when prompted. If you were not prompted then open PowerPoint, go.
Guide to downloading files from the communication centre March 2013.
Pagination Using MS Word for Windows to Insert Page Numbers.
How Do You Make a Program Wait?
LEGO MINDSTORMS PROGRAMMING
Lego Mindstorm Robot Educator Tutorials
BEGINNER PROGRAMMING LESSON
Mindstorms EV3 Programming
MSSQL Server management
Follow the Light Follow the Light Presentation > TeachEngineering.org Center for Computational Neurobiology, University of Missouri.
Mindstorms EV3 Programming
Creating a Brochure Without a Wizard
Introduction To Programming with LEGO NXT 2
Loading a File to the UST Web Server
Mindstorms EV3 Programming
Loops and Switches Pre-Quiz
Music by Touch Music by Touch Presentation > TeachEngineering.org
Programming.
Module F: Presentation Understanding Robot Fundamentals
Lego Robotics Small Builds.
Lego Mindstorm Robot Educator Tutorials
Lego Mindstorm Robot Educator Tutorials
Lego Robotics Small Builds.
Holyoke Codes LEGO ROBOTICS
Updating Open Ticket.
Using Waits, Loops and Switches
Loops and Switches How Do You Make Loops and Switches? lesson > TeachEngineering.org Center for Computational Neurobiology, University of Missouri.
LEGO MINDSTORMS NXT PROGRAMMING
Presentation transcript:

GIRLS Robotics Objective of today Review last Saturday’s Lesson Create our 1 st robot

Today’s Lesson Step 1: Open the LEGO MINDSTORM NXT program Step 2: Click on file then click on new Step 3: Click on the common icon then click on the loop icon

Starting The Program

Programming… Step 4: Click the common icon then click the move icon and place the icon inside of the loop Step 5: Change move settings – Activate port A and deactivate ports B and C – Change power settings to 60 – Change Duration to unlimited – Change steering to A in first drop-down box and leave 2 nd drop-down box empty

Programming…

Programming Step 6: Repeat Step four Step 7: Change settings – Activate port C and deactivate ports A and B – Set power to 100 – Set duration to unlimited – Set steering to C in the first drop down box and leave the 2 nd drop-down box empty

Programming…

Step 8: Click on the common icon then choose the wait icon and place the wait icon inside of the loop

Programming…

Step 9: Change setting – Click the control drop-down box and choose time Step 10: Repeat step four Step 11: Change settings – Activate port A and deactivate ports B and C – Change settings to those of port C in step 7, leave the port set to A. Step 11: Repeat step 4 Step 12: Change settings – Activate port C and deactivate ports A and B – Change settings to those in step 5, leave port set to C Step 13: Repeat steps 8-9

Programming…