Unit 1 - Introduction to VEX Robotics

Slides:



Advertisements
Similar presentations
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.
Advertisements

Engineering Roles We will be forming groups of 3 students
Photos and Sensor Instructions
Connecting VEX and ROBOTC
By Droids Robotics Good Coding Practices: Start with Pseudocode BEGINNER EV3 PROGRAMMING LESSON © 2015 EV3Lessons.com, Last edit 4/1/
Basic Robot Design. 3 Steps Design Build Program Drawing and thinking of ideas Using your design to make a robot Telling your robot what to do.
Robotics Abstractions: Levels of language, world view
BEGINNER EV3 PROGRAMMING Lesson
Robot C and Natural Language
Negative Power or Negative Rotation makes robot go backwards. But if both are negative, the robot will go forward! Move Steering Block.
Introduction to Vexnet
Photos and Sensor Instructions
Obstacle Detection. In the previous program the robot moves forward and then checks for something in the way. As we observed it only checks for things.
ROBOTC for VEX Robotics (VEX IQ) On-Line Session 2014 My name is Jason McKenna I will be leading you through these sessions Teacher for 17 years Hopewell.
Mechanical Components and Programming Ken Youssefi Introduction to Engineering – E10 1.
Unit 1 - Introduction to VEX Robotics
Project Overview  Structural part Introduction  Laser cutting & forming  Model making  Designing & Developing  Manufacturing  Building & Analysing.
Project Overview  Introduction  Clawbot Build  Design Modification  Design Development  Programming  Sensors  Advanced Sensors  Open design challenges.
Storyboard Robotics: Autodesk Design Team Members: Ariana Lopez, Anthony Radizunas, Erica Jones, Tatiana Martin, & Rawan Elshamsy.
Unit 1 – Introduction to VEX Robotics Unit 1 - Introduction to VEX Robotics Lesson 6 – Creating the Final VEX Robot.
Connect VEX and ROBOTC Electrical Engineer Responsibilities © 2011 Project Lead The Way, Inc.Automation and Robotics VEX.
Project Overview  Introduction  Clawbot Build  Design Modification  Design Development  Programming  Sensors  Advanced Sensors  Open design challenges.
Unit 1 – Introduction to VEX Robotics Unit 1 - Introduction to VEX Robotics Lesson 4 – Exploring the Design Brief.
Project Overview  Introduction  Clawbot Build  Design Modification  Design Development  Programming  Sensors  Advanced Sensors  Open design challenges.
Project Overview  Introduction  Frame Build  Motion  Power  Control  Sensors  Advanced Sensors  Open design challenges  Project evaluation.
Adding the Cortex and Testing Lesson 03. OBJECTIVES FOR TODAY By the end of this lesson you will be able to: Complete construction of the VEX Clawbot.
With. Project Overview  Introduction to Factory Automation Numerical Control  Build an autonomous robotic solution  Testing an autonomous robot build.
Project Overview  Introduction  Clawbot Build  Design Modification  Design Development  Programming  Sensors  Advanced Sensors  Open design challenges.
Using the Engineering Notebook and Designing Lesson 05.
With. Project Overview  Introduction to Factory Automation Numerical Control  Build an autonomous robotic solution  Testing an autonomous robot build.
Robotics Abstractions: Levels of language, world view
Project Overview Introduction Clawbot Build Design Modification
Introduction to Vexnet
Electrical Engineer Responsibilities
Project Overview Introduction Clawbot Build Design Modification
Unit 1 - Introduction to VEX Robotics
VEX IQ Curriculum It’s Your Future Lesson 01 Lesson Materials:
VEX IQ Curriculum Smart Machines Lesson 09 Lesson Materials:
VEX IQ Curriculum It’s Your Future Lesson 11 Lesson Materials:
ClawBot Beginning Programing.
VEX IQ Curriculum Smart Machines Lesson 09 Lesson Materials:
An Introduction to VEX IQ Programming with Modkit
Lesson Materials: Lesson hand-outs as desired Student Matching Exercise for Unit Student Matching Exercise Answer Key for Lesson Pencils or pens Internet.
VEX IQ Mix & Match Curriculum
Introduction to VEX Robotics
Electrical Engineer Responsibilities
Introduction to Handshaking Communication with SSC-32U
Robotics Abstractions: Levels of language, world view
Creating the Final VEX Robot
Project Overview Introduction Clawbot Build Design Modification
Project Overview Introduction Clawbot Build Design Modification
Introduction to Handshaking Communication with SSC-32
Electrical Engineer Responsibilities
Electrical Engineer Responsibilities
BEGINNER EV3 PROGRAMMING Lesson
BEGINNER PROGRAMMING LESSON
Project Overview Introduction Clawbot Build Design Modification
By Sanjay and Arvind Seshan
BEGINNER PROGRAMMING LESSON
An Introduction to VEX IQ Programming with Modkit
BEGINNER PROGRAMMING LESSON
An Introduction to VEX IQ Programming with Modkit
Pair work – Do you want to change seats??
Photos and Sensor Instructions
BEGINNER EV3 PROGRAMMING Lesson
VEX IQ Curriculum It’s Your Future Lesson 01 Lesson Materials:
An Introduction to VEX IQ Programming with Modkit
Pair work – Do you want to change seats??
Intro to Robotics It’s YOUR FUTURE.
Introduction to VEX Robotics
Presentation transcript:

Unit 1 - Introduction to VEX Robotics Lesson 3 – Adding the Control Unit and Testing

Objectives for Today By the end of this lesson you will be able to: Complete construction of the VEX Clawbot and add electrical wiring. Add the control unit to the VEX Clawbot and use the joystick to test the robot.

Starter – Team Meeting! As a team discuss what tasks you have completed so far and what you need to do in order to complete the construction of your robot. Make a list of jobs to complete, showing who needs to do what and by when. Job to be completed By whom? By when?

VEX Control Unit The VEX Control Unit allows you to control the robot and make it perform different functions. Think of it as the ‘brain’ of your robot. The joystick sends infra-red signals to the control unit, thus allowing you to control the robot’s actions and movements. VEX Control Unit VEX Joystick

Adding the Control Unit and Wiring Complete steps 1-27 of the instructions manual to finish construction of the Clawbot if not already done. Make sure motors etc are attached. Follow Step 24 (page 14) to add the VEX Control Unit. You must only add this when you are ready to test your robot as other groups will need it to test their Clawbots (1 per class). Use the wiring diagram on pages 16 and 17 to connect the motor wires to the control unit and connect the battery.

Control Unit and Motor Wiring Diagram 1

Control Unit and Motor Wiring Diagram 2

Testing Use the Joystick to check each motor works and the Clawbot moves backwards and forwards. Move the grabber up and down – can you pick up a classroom object such as a pencil sharpener or rubber? What to do if it doesn’t work? If the robot does not work as expected try the following before asking your teacher for help: Check all wiring is correct (are red, white and black wires connected to the right places on the control unit?). Check all connections of motors. Make sure nothing is blocking wheels etc.

Optional Programming Activity Programming the robot will make it autonomous. This means it is no longer reliant of human interaction and can perform actions for itself. Sensors can also be added to add extra functionality. Visit the VEX Curriculum Website – Programming and Sensors for more information. You will need to use RobotC, which is a drag and drop programming language designed specially for the VEX Cortex Microcontroller.

Extension Task & Homework Next lesson you will be introduced to a design brief to create your own robot design to solve a problem faced by NASA. Produce a page of research about NASA. Your page should include the following: Who are NASA and what do they do? What sort of missions have NASA completed? Show examples of robots that NASA have used in these missions and what they have used them for. Find out what you can about the terrain and geography of the planet Mars – this will help you next lesson!