Unit 2 – What is a Robot? Pg34 - 42.

Slides:



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

RCX Workshop Day 2 Programming with Touch Sensor Light Sensor Repeat CJ Chung Associate Professor of Computer Science Lawrence Technological University.
You need to press F5 to start Multimedia Presentations Making things a little more interesting Multimedia Presentations.
What is a robot? By Kolby H. 8-B What is A robot? A robot is a mechanical device that can help in everyday life by using different programs or.
EV3 Workshop Curriculum Developed by Joe DeRose, Ph.D.
Introductory Presentation
An Intro to Robots and Computer Programming
The NXT is the brain of a MINDSTORMS® robot. It’s an intelligent, computer-controlled LEGO® brick that lets a MINDSTORMS robot come alive and perform.
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.
EG1003: Introduction to Engineering and Design Sensors.
Program ultrasonic range sensor in autonomous mode
The George Washington University Electrical & Computer Engineering Department ECE 002 Dr. S. Ahmadi Class 2.
Reactive robots UPNA The Public University of Navarra Material for pupils & students.
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
Obstacle Detection Introductory Presentation. Opening Activity If you were blindfolded, what senses would you use to find things in the room?
Barclays Robot Challenge Learn how to Program Robots.
Sentry System Multiple Sensors
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.
How to connect your NXT via Bluetooth A step-by-step instruction.
Clap On, Clap Off Introductory Presentation. Opening Activity What is a sensor? Can you give examples? ?
The If Block. IF The “if” block can be found in the control tab. The if block means, “IF this happens, THEN do this.” You can put blocks ON the if block.
Program Flow LabVIEW Robotics Fundamentals. Unintuition You know what this program does… So what does this one do? Inserted code.
1 RoboticsPresents KaaShiv InfoTech For Inplant Training / Internship, please download the "Inplant training registration form" from our website
Oregon Robotics Tournament and Outreach Program RCX Basics.
1 RoboticsPresents KaaShiv InfoTech For Inplant Training / Internship, please download the "Inplant training registration form" from our website
Enables your robot to see, recognize, avoid objects, and detect movement. It uses the same scientific principle that bats use. It measures distance in.
EG1003: Introduction to Engineering and Design Laboratory 4: Sensors.
Barclays Robot Challenge Learn how to Program Robots.
Multimedia Presentations Making things a little more interesting Multimedia Presentations.
Speedway Schools. A computer has many parts that make it work. Some of those parts we can see. Others are hidden inside where we can't see them. In this.
Lego Mindstorm Robots 9797 kit.  Students will learn how to identify how to detect a change in a condition.  Students will learn where and how to identify.
How Do You Make a Program Wait?
Standard Methods of Input.
Introductory Presentation
VEX IQ Curriculum Smart Machines Lesson 09 Lesson Materials:
Input devices.
Exploring Computer Science Lesson 6-5
Introductory Presentation
Project Overview Introduction & Product Analysis
Introductory Presentation
Mindstorms EV3 Programming
TYPICAL INPUT DEVICES By Dajia Forbes 1c.
Mindstorms EV3 Programming
IGCSE ICT Robots.
Programming Part 2 Mod Kit
Input devices.
Introduction to robotics
How Does a Touch Sensor Work?
DT-Assessment Frame Work Term2
Mindstorms EV3 Programming
Music by Touch Music by Touch Presentation > TeachEngineering.org
Introductory Presentation
Robot Programming Computer Literacy S2.
Introductory Presentation
Obstacle Detection Ultrasonic Sensor.
Introductory Presentation
Introductory Presentation
Learning Outcomes List all Edison’s Sensors and actions
Exploring Computer Science Lesson 6-5
Holyoke Codes LEGO ROBOTICS
Line Following Behavior
An Introduction to VEX IQ Programming with Modkit
Introductory Presentation
Using the sensor Lesson 5.
Obstacle Detection.
Oregon Robotics Tournament and Outreach Program
Downloading to the NXT requires the correct hardware setup
LEGO MINDSTORMS NXT PROGRAMMING
Presentation transcript:

Unit 2 – What is a Robot? Pg34 - 42

What is a robot A robot is a machine that can do the work of a human. Robot main parts: Sensors (eyes and ears)s: tell the robot about its surroundings, examples: Light sensors detect light or brightness. Sound sensors allow measurements of sound. Touch sensors are sensors that must be touched by an object to work. Temperature sensors find out the surrounding temperature.

What is a robot 2. Control system: a device that manages or controls the behavior of the robot. It act as the brain of the robot. 3. Actuator/Output: the part of the robot that performs a physical action. Uses of robots: Fun and entertainment, like playing computer games. Building things like cars. Carrying heavy things from one place to another.

Unit 3 – What is Edison? Pg50 - 54

What is Edison? Edison is a robot that can do many things such as: Turn on its lights. Follow a line. Avoid things. Make a sound if it senses a danger. Play music. You can tell Edison how to think and act by using a program called EdWare.

Edison

Edison

Edison

Bar code reading Edison is programmed to do something using bar code. - A bar code has information that a machine can read Supermarkets use bar codes to tell the checkout the price of items. Edison has many ready-made programs. Each program has its own bar code which are on the Edison mat.

Bar code reading: 1. Edison has a sound sensor it can hear sounds, like clapping. This bar code is “Clap controlled driving” program. 2. Avoid obstacles. 3. Line tracking. 4. Follow torch.

To read a bar code you must follow these 4 steps: Put Edison on the right side of the bar code. Press the record (round) button three time. It drives forward for a short distance. It scans the bar code. Press the play (Triangle) button once. Edison runs the program. To start the “clap controlled driving” program: 1. clap your hands close to Edison. He turns to his right. 2. clap you hands twice. Edison drives forward about 30cm.

To read a bar code you must follow these 4 steps: For each bar code program, follow the for steps. Your must stop the program before you start a new one.

EdComm cable - To fully control Edison, you need a software called “EdWare”. EdWare is a programming software. It uses picture block to build a program. To download programs, you need the EdComm cable, it connects into the headphone socket on your computer. For more explanation see (student book pages 55-56).

To Download a test program. - See (student book page 57).