SENSORS.

Slides:



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

Wait, sound sensor >70, Port 2 Flowchart – Heartbeat 1 Start Motor A, Move Backward, 1/3 Rotation, Power 20 Wait, 1 Second Sound Sensor (Port 2) Less than.
Photos and Sensor Instructions
An Intro to Robots and Computer Programming
BEGINNER EV3 PROGRAMMING Lesson
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.
Programming 101 The Common Palette Content provided by Connor Statham (6 th Grade Student) Formatting by Shannon Sieber.
BEGINNER EV3 PROGRAMMING Lesson
Reactive robots UPNA The Public University of Navarra Material for pupils & students.
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*.]
2 3  A machine  Built to help us  Autonomous (not remote control)  If we want robots to do things for us, we have.
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
Robotics Challenges. Challenge Slide 2 Have your robot make a left curved turn around your Lego person. Go forward, then reverse. Come to a stop, play.
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.
Photos and Sensor Instructions
BEGINNER EV3 PROGRAMMING Lesson
Com.Tech 3104 Outcome 12 By: Evan And Mark Progress Report.
BEGINNER EV3 PROGRAMMING LESSON By: Droids Robotics Using Sensor Data and Port View.
1 RoboticsPresents KaaShiv InfoTech For Inplant Training / Internship, please download the "Inplant training registration form" from our website
By Droids Robotics INTERMEDIATE PROGRAMMING LESSON BRICK BUTTONS AS SENSORS.
Programming 101 The Common Palette Content provided by Connor Statham (9 th Grade Student) Formatting by Shannon Sieber.
1 RoboticsPresents KaaShiv InfoTech For Inplant Training / Internship, please download the "Inplant training registration form" from our website
BEGINNER FLL PROGRAMMING WORKSHOP BY DROIDS ROBOTICS & EV3LESSONS.
BEGINNER EV3 PROGRAMMING LESSON By: Droids Robotics Topics Covered: Touch Sensor.
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.
Forward Until Near Stop when near a wall.
Robotics Programming Wall Follow Line tracking for a set amount of time Line tracking for a distance.
LOGICFUSION’S HANDS-ON ROBOTICS EV3 LEVEL 2! Welcome to.
Introduction to Programming in RobotC
BEGINNER PROGRAMMING LESSON
By Sanjay and Arvind Seshan
BEGINNER EV3 PROGRAMMING Lesson
Mindstorms EV3 Programming
By Sanjay and Arvind Seshan
Mindstorms EV3 Programming
Introduction To Programming with LEGO NXT 2
Touch Sensor.
Programming Part 2 Mod Kit
Mindstorms EV3 Programming
Loops and Switches Pre-Quiz
Music by Touch Music by Touch Presentation > TeachEngineering.org
Module F: Presentation Understanding Robot Fundamentals
BEGINNER PROGRAMMING LESSON
BEGINNER EV3 PROGRAMMING Lesson
BEGINNER EV3 PROGRAMMING Lesson
Robot Programming Computer Literacy S2.
BEGINNER EV3 PROGRAMMING Lesson
INTERMEDIATE PROGRAMMING LESSON
BEGINNER PROGRAMMING LESSON
Forward Until Touch Robot goes forward until it hits a wall.
Controlling your quadcopter
BEGINNER PROGRAMMING LESSON
Beginner Programming Lesson
INTERMEDIATE PROGRAMMING LESSON
Holyoke Codes LEGO ROBOTICS
Line Following Behavior
BEGINNER PROGRAMMING LESSON
Line Following Behavior
Lego EV3 Mindstorms SW Programming Blocks.
INTERMEDIATE PROGRAMMING LESSON
Introduction to programming consistent results
BEGINNER PROGRAMMING LESSON
BEGINNER EV3 PROGRAMMING Lesson
Photos and Sensor Instructions
Controlling your quadcopter
LEGO MINDSTORMS NXT PROGRAMMING
Presentation transcript:

SENSORS

Sesnors Sensors on a Robot take in DATA and then REACT based on the DATA.

LEARNING OBJECTIVE (1) I will be able to display a text, an image, a sound, a recorded sound, and display color on the status light by using the display and wait for block. (2) I will be able to use port view on my robot to read the values of each sensor and use it to inform my program.

Download the Sensors Powerpoint from the Website Download the Sensors Powerpoint from the Website. Follow the instructions on each slide. And Complete each challenge Save each challenge as a separate Program I am going to check the completion of them on Friday

Challenge 1 Part a: Have your robot say “go” and have it travel 15cm, then have it stop and say “stop”. Part B: Have your robot travel 15cm, then have it display an image. Part C: Have your robot travel 15cm, then have it display a text.

Challenge 2 Design your robot to move forward, stop, then reverse with a warning light and warning sound indicating it is moving in reverse using the brick status light.

Challenge 3 Deliver a message to Mr. Fava using your robot. Record your own message and have the robot stop and say it once Mr. Fava “bumps” the touch sensor.

The Touch Sensor November 28 and November 30th I will be able use the touch sensor to have my robot recognize when it has been touch then react given a challenge.

Challenge 1 Design and program your robot to move forward and stop when the touch sensor is touched. Hint: You will combine: Move Steering + Wait Block

Challenge 2 Program your robot to move until it hits the edge of a wall. Then back up and stop

Challenge 3 Program your robot to move until it hits the edge of a wall. Then back up and make an alert sound and stop

Challenge 4 Place both touch sensors on your bot. Design and program a robot that moves forward, and when the robot “bumps” into another object the robot will back up and turn and continue in a different direction.

Challenge 5 Drive your bot with your touch sensors as a remote control. Have the right touch sensor control the right motor and the left touch sensor control the left motor.

Ultra Sonic Sensor (Wall-e) Unattached the touch sensors and place them in your bins. Next attach the ultra sonic sensor to the Front of your bot. Make sure the ultrasonic sensor is attached securely – it should not move around. Help each other out attaching. Look at the next slide for ideas

Top of Bot Bottom of Bot

Ultra Sonic Challenge 1 Make the robot move until it is 20 cm away from the wall. Hint: Use the wait for block

Ultra Sonic Challenge 2 Part a: Make the robot move until it is 20 cm then stop, back up and make a warning sound with a flashing light. Part B: Make the robot move until it is 10 cm then stop, back up and turn around and head in a different direction for 5 seconds.

Ultra Sonic Challenge 3 – “Luke I am your father” Use the force to control your robot! If the robot is closer than 20cm away from your hand move backward, otherwise move forward. Hint you will need a Loop