Girl Scout Lego Robotics Workshop

Slides:



Advertisements
Similar presentations
LeJOS Java for Lego RCX CJ Chung Associate Professor of Computer Science Director of Robofest Assistants Maurice Tedder Steven Kryskalla.
Advertisements

Robofest 2005 Introduction to Programming RIS 2.0 RCX Code.
Chung for Robofest 05 1 Introduction to RoboLab CJ Chung Lawrence Technological University.
NXT 2-Motor Car Adapted from Physics by Design, Second Edition, by Barbara Bratzel, College House Enterprises, 2007 MAXA ROBOTICS 2011.
Robot Programming. Programming Behaviors Behaviors describe the actions and decisions of your robot.
The Turtle Laboratory Sequence Myles McNally LMICSE Workshop November , 2004 University of Mississippi.
Introduction to Lego Mindstorms LMICSE Workshop June , 2005 Alma College.
Not Quite C: A CS 0 Option LMICSE Workshop June , 2005 Alma College.
The Turtle Laboratory Sequence LMICSE Workshop June , 2005 Alma College.
EV3 Software EV3 Robot Workshop 2015
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.
1 Oregon Robotics Tournament and Outreach Program Programming Techniques Workshop for Mindstorms  NXT 2012 Opening doors to the worlds of science and.
Music by Touch. 1. Provide an example “stimulus-sensor- coordinator-effector-response” framework for both your (human) sense of touch and the robotic.
Adapted for STLP Camp ‘10 STLP Robotics Camp June 3 & 4.
Oregon Robotics Tournament and Outreach Program I. Introductory Workshop 2005 Opening doors to the worlds of science and technology for Oregon’s youth.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 3.
Twyla and Jordan.  Light over black line  Runs roverbot.
Oregon Robotics Tournament and Outreach Program I. Introductory Workshop for ORTOP’s FLL Program 2008 Opening doors to the worlds of science and technology.
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
1 Oregon Robotics Tournament and Outreach Program I. Introductory Workshop for ORTOP’s FLL Program 2011 Opening doors to the worlds of science and technology.
Motors and Sound Troubleshooting Tips. © H-CCS Problem 1 Why can’t I download my program to the RCX?
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.
Barclays Robot Challenge Learn how to Program Robots.
3 | Touch sensors Created by H. Robinson & A. Gostelow TOUCH SENSORS.
Erin Halseth, Will Gottschalk, Briana Warschun, and Michaella Gaines
By Eric Greene RMS / I. S. 192 Q. Smart Start Question How would you get the robot to flirt with disaster by touching the edge of the “table” as many.
Laboratory 7: Sensors. Overview Objective Background Materials Procedure Report / Presentation Closing.
Lesson 4: Conditional Statements Programming Solutions.
Minds and Computers 2.1 The RCX l Hitachi H8/3297 series processor l 3 inputs/sensors (1, 2, 3) l 3 outputs/motors (A, B, C) l 32k RAM/ 16k ROM ä 12 kB.
Oregon Robotics Tournament and Outreach Program I. Introductory Workshop 2006 Opening doors to the worlds of science and technology for Oregon’s youth.
Oregon Robotics Tournament and Outreach Program RCX Basics.
ATI LEGO ROBOLAB Steps To Getting Started. ROBOLAB Introduction  Robots are built around the RCX programmable LEGO brick that is used to control motors.
Rescue Robot Day 2 Exploring Computer Science Lesson 6-11.
Lego Robotics Anthony Goodwin. Course Schedule: Week: 1. Intro to RCX, building, and RoboLab: Build using instructions. 2. Build using instructions, modify,
Oregon Robotics Tournament and Outreach Program I. Introductory Workshop for ORTOP’s FLL Program 2009 Opening doors to the worlds of science and technology.
My first robot programming - Simple “Go” Young Joon Kim MSRDS First Beginner Course – STEP4.
Lesson 1: Motors and Sound Programming Solutions.
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.
Introduction to EV3. Many Different Types of Robots Snake Robot.
Casne.ncl.ac.uk Taking care of the CrumbleBot Please do NOT stress the robot's motors 1.Do NOT push the robot 2.Do NOT hold the.
DPS Secondary Science Institute 1 Agenda 8:30-8:45 Introduction and Overview 8:45-9:15 The Bumper Car 9:15-10:15 The Line Follower 10:15-10:30 Questions.
RoverBot Assembly The following pages show assembly plans for the RoverBot using the Consumer MindStorms or School Team Challenge Lego kit. Assemble the.
Instructions Quit H Robinson. Quit Start Game H Robinson Instructions: Enable Macros when prompted. If you were not prompted then open PowerPoint, go.
Introduction to Programming in RobotC
Exploring Computer Science Lesson 6-5
BEGINNER EV3 PROGRAMMING Lesson
Deriving Consistency from LEGOs
8/30/2004 RoverBot Assembly The following pages show assembly plans for the RoverBot using the Consumer MindStorms or School Team Challenge Lego kit. Assemble.
Mindstorm Robots 4th Grade Lesson 1.
By Sanjay and Arvind Seshan
Programming Part 2 Mod Kit
Robotics Getting Started with
Lego Robotics Will Schleter 11/12/2018.
Module F: Presentation Understanding Robot Fundamentals
ORTOP Robotics Techniques
ORTOP NXT Robotics Techniques Workshop 2006
Exploring Computer Science Lesson 6-5
Forward Until Touch Robot goes forward until it hits a wall.
BEGINNER PROGRAMMING LESSON
Holyoke Codes LEGO ROBOTICS
Navigating the transition to NXT
BEGINNER PROGRAMMING LESSON
Lesson 3: Sensor Wait-for’s Programming Solutions
You know how to do it (if not click HERE)
Computer Science Teachers Association Academy Lego Robotics
Oregon Robotics Tournament and Outreach Program
Exploring Computer Science Lesson 6-11
LEGO Mindstorms Robot and Java
Implementing Variables in Your Programs
LEGO MINDSTORMS NXT PROGRAMMING
Presentation transcript:

Girl Scout Lego Robotics Workshop Ruthe Farmer Cathy Swider Jim Ryan Roger Swanson April 19, 2003

Why Are We Here? Learn about robots Build some robots out of Legos Try some simple programming Have fun!!!

Agenda Housekeeping Robot video About Lego Robots Build a Roverbot and experiment with it Lunch CitySights demonstration Programming with Robolab The Can Do Challenge

Before We Start The RCX Motors Sensors Enable the default programs Outputs(A,B,C) Inputs (1,2,3) Buttons (On, Program, Run) Infrared port Motors Sensors Touch sensor Light sensor Enable the default programs

Build the Roverbot Follow pages 12-17 in the Constructopedia Run Program 1 and see the Roverbot in action Add two touch sensors to Inputs 1 and 3 and drive your Roverbot with Program 2 Add the light sensor on pages 34 and 35 and connect to Input 2 Use Program 3 to experiment with the light sensor

Programming with Robolab Load the firmware into the RCX Pilot 1 – very limited Pilot 2 – drive forward for 4 seconds Pilot 3 Go in a circle until touch sensor is touched Go forward and stop on black line Pilot 4 – Drive in a square

The Can Do Challenge Playing field is a white area with a black circle Some number of cans are inside the circle Adapt your Roverbot and program it in Pilot 4 to: Start inside the circle Push as many cans out of the circle as you can in 2 minutes