VEX Robotics Design System Sensors A Brief Overview

Slides:



Advertisements
Similar presentations
1 Signals, Circuits, and Computers John Athanasiou Part B Spring 2010.
Advertisements

Sensors For Robotics Robotics Academy All Rights Reserved.
VEX and Robot C Chris Patterson Presented by Modified by J. Andazola.
VEX Robotics Platform and ROBOTC Software Introduction.
VEX Robotics Platform and ROBOTC Software
Sensors For Robotics Robotics Academy All Rights Reserved.
Servos The material presented is taken from a variety of sources including:
Power, Torque and Robot arms An intro. VEX Arms Robert’s ARL robot in 2006.
EducateNXT NXT... an introduction The Kit and the Software.
 Potentiometers are a convenient method of converting the displacement in a sensor to an electrical variable.  The wiper or slider arm of a linear potentiometer.
1 Sensors BADI Year 3 John Errington MSc. 2 Sensors Allow a design to respond to its environment – e.g. a line following robot may use photosensors to.
Controller, Sensors and Motors Ding Ke Tutorial 1, UGB 230N.
J.M. Gabrielse VEX Grippers (Devices that can attach to objects)
VEX Robotics Platform and ROBOTC Software
Robot Sensors: Robots come in many designs, and perform many functions. One way of helping control these robots is through sensors. ©Emil Decker, 2009.
Program ultrasonic range sensor in autonomous mode
Programming Concepts Part B Ping Hsu. Functions A function is a way to organize the program so that: – frequently used sets of instructions or – a set.
Programming Concepts (Part B) ENGR 10 Introduction to Engineering 1 Hsu/Youssefi.
Introduction to the VEX ® Robotics Platform and ROBOTC Software © 2012 Project Lead The Way, Inc.Principles of Engineering.
Robot sensors MVRT 2010 – 2011 season. Analog versus Digital Analog Goes from 0 to 254 Numerous values Similar to making waves because there are not sudden.
Obstacle Detection Introductory Presentation. Opening Activity If you were blindfolded, what senses would you use to find things in the room?
Servos The material presented is taken from a variety of sources including:
GraffitiBot Sensor Report Andy Kobyljanec EEL 5666C March 25, 2008.
VEX and Robot C Chris Patterson Frisco ISD CTE Center Presented by.
Forward Until Near Stop when near a wall.
ROBOTC for VEX Online Professional Development. Homework Questions Thoughts? Questions?
Introduction to VEX® components
Optical Encoders Vallejo High Engineering Academy Jack Gillespie 2010.
LESSON 04 Starter Key words: Programmable, environment, design, manufacturing and application Modelling VEX Tumbler solutions In this lesson you are.
Basic Programming: Until Commands. The Problem with Wait States Motor Speed is affected by battery power. –If the battery is fully charged, the motors.
Robotics Programming Wall Follow Line tracking for a set amount of time Line tracking for a distance.
EV3 Attachments and Sensors. Ultrasonic Sensor  Purpose: detect distance from an object.  What it does: Generates sound waves and reads their echoes.
Programming Concepts (Part B) ENGR 10 Introduction to Engineering
VEX® Robotics Platform and ROBOTC Software
Programming & Sensors.
Know your Robot Electrical Parts
Project Overview Introduction & Product Analysis
- Usable range of 0 to 6 feet. - Find dark or bright areas.
VEX® Robotics Platform and ROBOTC Software
ROBOTC for VEX Online Professional Development
VEX Robotics Platform and ROBOTC Software
Sensors For Robotics Robotics Academy All Rights Reserved.
ROBOTC for VEX On-Site Professional Development
LESSON 04. LESSON 04 LESSON 04 STARTER Modelling VEX Tumbler solutions In this lesson you are going to adapt and improve your virtual CAD VEX Tumbler.
ROBOTC for VEX Online Professional Development
Servos The material presented is taken from a variety of sources including:
Sensors For Robotics Robotics Academy All Rights Reserved.
LEGO Robotics Ultrasonic Sensor
Programming Concepts (Part B) ENGR 10 Introduction to Engineering
Servos The material presented is taken from a variety of sources including:
RobotC Sensors.
RobotC Sensors.
Introductory Presentation
Introductory Presentation
Obstacle Detection Ultrasonic Sensor.
Motors and Sensors Large Motor
Introductory Presentation
TECH 1 BAMS Technology Education
VEX® Robotics Platform and ROBOTC Software
Hexbug Worksheet 02 Definitions of sensors:
Hexbug Worksheet 06 Definitions of sensors:
VEX® Robotics Platform and ROBOTC Software
VEX® Robotics Platform and ROBOTC Software
VEX® Robotics Platform and ROBOTC Software
Introductory Presentation
Programming & Sensors.
Obstacle Detection.
Programming Concepts (Part B) ENGR 10 Introduction to Engineering
Lego MINDSTORMS EV3.
Basic Robotic Programming
Presentation transcript:

VEX Robotics Design System Sensors A Brief Overview VexLabs’ Sensor Robot

Off the Shelf Sensors Bump Sensors Ultrasonic Range Finder bumper switches limit switches Ultrasonic Range Finder Line Tracking Kit Optical Shaft encoders * Light Sensors * We’d have to get these (we don’t have any)

Touch Sensors Bumper Switches Limit Switches designed to run into walls… Limit Switches designed to detect mechanical arms…

Ultrasonic Range Finder Detects the time it takes sound waves to return Used to measure distances from 3 cm to 3 m

Line Tracking Kit Detects reflected infra red light Used to follow lines

Optical Shaft Encoders * Detects 90 ticks per shaft rotation Useful for measuring speeds *Old encoders (they only have one PWM cable) can’t tell direction of rotation

Potentiometers (Variable Resistors) Resistance depends on shaft rotation Useful to accurately measure angles Limited range of rotation

Light Sensors I haven’t got a chance to play with these yet.