Oregon Robotics Tournament and Outreach Program

Slides:



Advertisements
Similar presentations
Robofest 2005 Introduction to Programming RIS 2.0 RCX Code.
Advertisements

NXT 2-Motor Car Adapted from Physics by Design, Second Edition, by Barbara Bratzel, College House Enterprises, 2007 MAXA ROBOTICS 2011.
Engineering Roles We will be forming groups of 3 students
Sensors For Robotics Robotics Academy All Rights Reserved.
Photos and Sensor Instructions
Robot Programming. Programming Behaviors Behaviors describe the actions and decisions of your robot.
Connecting VEX and ROBOTC
Debugging (updated 9/20/06 12:48pm) It doesn’t work…. What do I do????
FLL - The Power Puzzle 2007 Presentation by V. “ CyberGranny ” Greene Brics-2-Bots Lab To RCX or To NXT: That is the Question!
Old control system ( ) MVRT. Main Circuit Breaker Connected to the red wire (power) of the battery When turned off, all power is cut off and robot.
1 ©2006 INSciTE Lab Two Task: Make the program from Lab One (Move forward 5 rotations and turn right 90 degrees) into a MyBlock.
Session 2  The Touch Sensor  The Colour Sensor.
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.
Testbed: Exercises.
Wind Energy Station Directions. Simple Wind Generator 1.Connect the LED to the motor in the pvc stand (using the red and black wires). 2.Place the motor.
Creative Inventions and Robotics Programming with Robolab By Rebekah Gendron.
LabVIEW Program and Data Flow Review LabVIEW Robotics Fundamentals.
Exploring Boyle’s Law using Vernier Equipment
Twyla and Jordan.  Light over black line  Runs roverbot.
LabVIEW Basics Review LabVIEW Robotics Fundamentals.
Programming a light sensor to follow a black line.
Today’s Agenda 1.Scribbler Program Assignment 1.Project idea due next class 2.Program demonstration due Wednesday, June 3 2.Attendance & lab pair groupings.
Build a track for the ‘train’ to go back and forth across. It should switch directions after a set amount of time.
Motors and Sound Troubleshooting Tips. © H-CCS Problem 1 Why can’t I download my program to the RCX?
Human Vision Robot (Light Sensor) Vision White/Light: 100 Black/Dark: 0 Colors:
3 | Touch sensors Created by H. Robinson & A. Gostelow TOUCH SENSORS.
Gadget Project By: Steven Richardson and Damien Wellman.
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.
Photos and Sensor Instructions
Robot Programming. Programming Behaviors Behaviors describe the actions and decisions of your robot.
Program Flow LabVIEW Robotics Fundamentals. Unintuition You know what this program does… So what does this one do? Inserted code.
Vex Robotics Program four: reversing and turning.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4/Lab3.
Oregon Robotics Tournament and Outreach Program RCX Basics.
BEGINNER FLL PROGRAMMING WORKSHOP BY DROIDS ROBOTICS & EV3LESSONS.
BEGINNER EV3 PROGRAMMING LESSON By: Droids Robotics Topics Covered: Touch Sensor.
By Joshua Shaw.  Now that we have a program, we should see how it works in the real world  To do this we need the Cortex and the orange USB cable 
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.
Requirements Components Ready Light Status Board Orientation.
Basic Programming: Until Commands. The Problem with Wait States Motor Speed is affected by battery power. –If the battery is fully charged, the motors.
Python Programming Module 4 Sensors and Loops Python Programming, 2/e1.
EV3 Attachments and Sensors. Ultrasonic Sensor  Purpose: detect distance from an object.  What it does: Generates sound waves and reads their echoes.
Introduction to Programming in RobotC
Electrical Engineer Responsibilities
Installing an Xbox 360.
Deriving Consistency from LEGOs
Electrical Engineer Responsibilities
By Sanjay and Arvind Seshan
Electrical Engineer Responsibilities
Programming Part 2 Mod Kit
Electrical Engineer Responsibilities
INTERMEDIATE PROGRAMMING LESSON
Girl Scout Lego Robotics Workshop
BEGINNER EV3 PROGRAMMING Lesson
BEGINNER EV3 PROGRAMMING Lesson
Bristlebots
BEGINNER PROGRAMMING LESSON
Forward Until Touch Robot goes forward until it hits a wall.
BEGINNER PROGRAMMING LESSON
Line Following Behavior
BEGINNER PROGRAMMING LESSON
Lesson 3: Sensor Wait-for’s Programming Solutions
Exploring Boyle’s Law using Vernier Equipment
Photos and Sensor Instructions
Debugging It doesn’t work…. What do I do????
LEGO Education - Mindstorms EV3 - Computer/control center – The Brick
Lego MINDSTORMS EV3.
Programming Robots using Java
1 If a Delegate wishes to request to take the floor, please press the black button located to the right of the microphone ONLY ONCE. A red light will.
Presentation transcript:

Oregon Robotics Tournament and Outreach Program RCX Basics

Program 1 Motor wires attached to Ports A and C Press the red On-Off button. What happens? Press the Prgm button until a 1 appears Put your robot on the floor and press the Run button. What happens? Turn one of the motor wires 180 degrees and press the Run button. What happens?

Program 2 Connect two touch sensors with long wires to Ports 1 and 3 Turn on the RCX and select Program 2 Put your robot on the floor and press Run. What happens? Using the touch sensor on Port 1, push and hold the yellow button. What happens? Do the same with the touch sensor on Port 3 “Drive” your robot around the floor

Program 3 Light sensor connected to Port 2 Turn on the RCX and select Program 3 Hold your robot and press the Run button What happens as you move the light sensor between the white area and the black area below?