Presentation is loading. Please wait.

Presentation is loading. Please wait.

INTRODUCTION TO ROBOTICS INTRODUCTION TO ROBOTICS Part 4: Sensors Robotics and Automation Copyright © Texas Education Agency, 2013. All rights reserved.

Similar presentations


Presentation on theme: "INTRODUCTION TO ROBOTICS INTRODUCTION TO ROBOTICS Part 4: Sensors Robotics and Automation Copyright © Texas Education Agency, 2013. All rights reserved."— Presentation transcript:

1 INTRODUCTION TO ROBOTICS INTRODUCTION TO ROBOTICS Part 4: Sensors Robotics and Automation Copyright © Texas Education Agency, 2013. All rights reserved. 1

2 So, like, dude, what’s a sensor? Copyright © Texas Education Agency, 2013. All rights reserved. 2

3 A sensor detects the environment. Copyright © Texas Education Agency, 2013. All rights reserved. 3

4 What does that mean? Copyright © Texas Education Agency, 2013. All rights reserved. 4

5 A sensor is like one of our five (5) senses; it tells you what is going on in the outside world; except that sensors send information to an electronic device, like a computer. Copyright © Texas Education Agency, 2013. All rights reserved. 5

6 Yeah, a sensor can help a robot move around without running into anything. Copyright © Texas Education Agency, 2013. All rights reserved. 6

7 Sensors A device that measures something (a detector) A transducer that converts one form of energy into another form of energy (example: temperature into voltage) Produces an output related to what it measures Copyright © Texas Education Agency, 2013. All rights reserved. 7

8 Characteristics of a Sensor Is sensitive only to the property you want to measure and insensitive to any other property Does not influence the measurement itself The output has a mathematical relationship to the measured property Copyright © Texas Education Agency, 2013. All rights reserved. 8

9 Human Senses Humans have five senses: o Sight o Sound o Taste o Touch o Smell Humans have a brain to analyze and interpret what they sense. http://en.wikipedia.org/wiki/File:Structure_of_sensory_system_%284_models%29_E.PNG Copyright © Texas Education Agency, 2013. All rights reserved. 9

10 Human vs. Mechanical Human senses are generally much more sensitive than sensors we can build. There are many, many individual sensors. o For example, an eye has about 120 million rods for light detection. Human senses are generally not precise. o How hot is it? o How many pounds of pressure are exerted? Copyright © Texas Education Agency, 2013. All rights reserved. 10

11 Sensor Output Sensor output needs to be in a form that can be analyzed. o Output needs to be a number. o Computers work with binary numbers. Sensor output needs to be in a form that can be measured. Generally, this means the output must be electrical. Copyright © Texas Education Agency, 2013. All rights reserved. 11

12 Input Voltage is Useful The galvanometer is an example where a voltage creates a force that can be seen and measured. It is easy for voltage to be measured, and there are a lot of ways of doing so. This makes voltage the preferred type of input to a computer or electronic device. Copyright © Texas Education Agency, 2013. All rights reserved. 12

13 Galvanometer Copyright © Texas Education Agency, 2013. All rights reserved. 13

14 A Galvanometer A galvanometer uses a needle on a dial to indicate the amount of voltage or current present. Two forces: o The force of interaction due to a magnetic field created by and proportional to the input o The force of a spring deflected by the previous force The needle comes to rest at a position where the two forces are equal. Copyright © Texas Education Agency, 2013. All rights reserved. 14

15 Sensor Outputs Some sensors will produce a voltage output. This voltage output can be used directly by an electronic device. Other sensors do not produce a voltage output. The output they produce must be converted to voltage. Copyright © Texas Education Agency, 2013. All rights reserved. 15

16 Temperature Sensors One type of temperature sensor called a thermocouple produces an output voltage related to the temperature. Another type of temperature sensor called an Resistance Temperature Detector (RTD) produces a resistance change related to the temperature. The resistance change can be converted into a voltage, so the two (2) sensors are roughly equivalent. Copyright © Texas Education Agency, 2013. All rights reserved. 16

17 Computers Need Numbers There is generally at least one more step in the conversion process. The process of converting the voltage value into a binary number. Some types of sensors can produce binary numbers without using voltage. Copyright © Texas Education Agency, 2013. All rights reserved. 17

18 Global Positioning System A GPS tells you your position. Data is sent digitally and received digitally from at least four (4) satellites. Your GPS receiver basically measures time. The time it takes for each signal to go from the satellite to the receiver is a function of the distance to the satellite. The onboard computer can triangulate a position from those four (4) signals. Time is accurate to 10 nanoseconds. Copyright © Texas Education Agency, 2013. All rights reserved. 18

19 Sensor Technologies Most sensor technologies are not as complex as GPS. The GPS example shows how digital data (binary numbers) are getting more and more important and more and more common these days for sensors. Because of how we use sensor data, in a computer, there is a link between sensor technology and computers. Copyright © Texas Education Agency, 2013. All rights reserved. 19

20 Computer Programming The link between a sensor and a computer is the software program. A sensor is only as useful as a software program can make it. o Sensor data must be analyzed. o Decisions must be made as a result. A software program is used to do both. Copyright © Texas Education Agency, 2013. All rights reserved. 20

21 Example Is the room temperature above 75 degrees and rising? Turn on the air conditioner. Is the room temperature below 72 degrees and falling? Turn off the air conditioner. A microcontroller can be, and often is, used to control an air conditioner. Copyright © Texas Education Agency, 2013. All rights reserved. 21

22 Categories of Sensors There are many different ways to categorize sensors: o What they measure o How they work o Type of output they produce Copyright © Texas Education Agency, 2013. All rights reserved. 22

23 Sensor Measurement Sound level Fluid flow Electrical current Voltage Temperature Position Pressure Force Proximity Copyright © Texas Education Agency, 2013. All rights reserved. 23

24 Chemical: pH, smoke detectors, carbon monoxide, gas detectors Electrical: capacitance, galvanometer, Hall effect, resistance, voltage, current, metal detector, piezoelectric Mechanical: fluid flow (air and water), bi-metallic strip, encoder (rotary and linear ), position, diaphragm Radiation: Geiger counter, photoresistor, light sensitive diode, scintillation counter, particle detector, bubble chamber, Fabry-Perot Copyright © Texas Education Agency, 2013. All rights reserved. 24 Sensor Process Types

25 Robotic Sensors Robotic sensors are only as useful as the ability to use a computer program to evaluate data and make decisions as a result. Sensors are getting more and more complicated and so are the computer programs needed to use them. Copyright © Texas Education Agency, 2013. All rights reserved. 25

26 26 There is a link between computer programming and the usefulness of a sensor. Therefore, we will categorize sensors based on the type of computer programming needed to make them work. Copyright © Texas Education Agency, 2013. All rights reserved. Robotic Sensors (cont’d)

27 Simple Sensors The simplest sensor acts like a switch. Produces only two values: o On o Off These values correspond directly to the language a computer uses: Binary (1 or 0). Copyright © Texas Education Agency, 2013. All rights reserved. 27

28 First Example Contact switch (Bumper Switch) Normally open switch Closes on contact with an object Open, value = 0 Closed, value = 1 Input + 5 V Output + 5 V Output 0 V Input + 5 V Copyright © Texas Education Agency, 2013. All rights reserved. 28

29 V S = + 5V V O = + 0V The diode is an open switch, the output is connected to ground. V O = 0 V Here is the same example using a light sensitive diode. Copyright © Texas Education Agency, 2013. All rights reserved. 29

30 V S = + 5V V O = + 5V The diode is a closed switch, the output is connected to power. V O = 5 V Here is the same example using a light sensitive diode Here is the same example using a light sensitive diode. Copyright © Texas Education Agency, 2013. All rights reserved. 30


Download ppt "INTRODUCTION TO ROBOTICS INTRODUCTION TO ROBOTICS Part 4: Sensors Robotics and Automation Copyright © Texas Education Agency, 2013. All rights reserved."

Similar presentations


Ads by Google