Robotic Systems ECE 401RB Fall 2007

Size: px
Start display at page:

Download "Robotic Systems ECE 401RB Fall 2007"

Transcription

1 Robotic Systems ECE 401RB Fall 2007 Lecture 3: Sensors, Part 2 I. Touch Sensors The following notes are from: Chapter 6, James L. Fuller, Robotics: Introduction, Programming, and Projects, Second Edition, Prentice Hall, Chapter 29, G. McComb and M. Predko, Robot Builder s Bonanza, Third Edition, McGraw-Hill, Touch sensing is also called sensing How is touch sensing useful in the picking up and examining parts? Recognizing parts Determining part positions Determining part orientation Controlling force that is applied. Why does force need to be controlled? To avoid damaging parts. To avoid over-tightening and stripping threads. Lecture 3, Page 1 of 20

2 The sense of human touch is greatly underrated. Touch is many times more important than vision. Such as in screwing together a nut and a bolt. Teleoperators were created to handle dangerous materials. - But designers soon found this was difficult and exasperating without a sense of touch. Human touch involves a combination of sensing force and temperature. Touch can be sensed in three basic ways. Forces on joints as they seek to rotate to put pressure on an object. Forces on the objects themselves. Slippage between the robot and an external body. This is more a way of determining when force is too weak. Forces on joints Can be measured directly with strain gauges. Can be measured indirectly by noting the change in current of the electric joint motors. Or in air pressure of a pneumatic control, or in fluid pressure for a hydraulic control. Forces on objects themselves Simplest is determining contact versus no contact. A microswitch can be used. - For example, on the end of a robotic finger. A long whisker can be used to extend the reach of the microswitch. Bare wires held apart by a spring. - Sometimes called a membrane sensor. - This is common inside touchpads that must be pushed with pressure. Lecture 3, Page 2 of 20

3 Contact-sensitive touchpads (from wikipedia). - Like with touchpads on laptops, switches, etc. - Commonly operate by sensing the capacitance of a finger, or the capacitance between sensors. - Capacitive sensors are laid out along the horizontal and vertical axis of the touchpad. The location of the finger is determined from the pattern of capacitance from these sensors. Problem with switches bouncing Contacts do not immediately open or close. They may bounce back and forth until they reach their new state. The following example circuit could be used to eliminate this in hardware. - The forms a flip-flop that only changes state when the switch definitely changes state. - Both Schmidt triggers have to be properly biased for the output to change. Lecture 3, Page 3 of 20

4 Or one could write software that ignores changes in state until a time delay ends after the first change of state is detected. - A good rule of thumb is to wait 20 msec. Knowing the level of applied force may be necessary. Spring-loaded potentiometers - Use a spring to hold a sensor rod fully extended. - Upon contact, the rod is pushed back a distance proportional to the force. - This causes a change in the resistance of the potentiometer. Pressure-sensitive paint sensor - Using paint made from mixing piezo-resistant semiconductor powders with an organic material between to metal electrodes. - Pressure changes the resistance in proportion to the pressure. Lecture 3, Page 4 of 20

5 Slippage between the robot and an external body Installing a roller on the side of a gripper. Slippage causes the roller to rotate. Some resistance is needed to keep the roller from rotating too easily. Single versus multiple points of contact Why might it be helpful to be able to sense contact with an object at multiple points of contact? To determine size, shape, texture, weight. Human skin can sense contact at many, many points. - Allows us to even sense texture. Texture is very difficult to determine and would require many sensors. Multi-point contact is accomplished through a matrix of sensors. Matrix of microswitches - The matrix for this will be large and not suitable to be mounted on a gripper. Matrix of strain gauges - Can measure forces on various parts of a gripper as it grasps a part. Matrix of crossing bare wires. Lecture 3, Page 5 of 20

6 Matrix of conductive foam or rubber. - A sheet situated between sets of horizontal and vertical wires. - Pressure on the foam lowers the resistance to the nearest crossing of horizontal and vertical wires. - A rubber or foam sheet could also be placed top of a printed circuit board that has many contacts. Lecture 3, Page 6 of 20

7 Artificial Skin This is a very dense touch matrix sensor. The goal is to sense shape, hardness, texture, smoothness, Artificial skin may also have some flexibility. This would allow a kind of three dimensional feeling. This is still very much in research labs and not readily available. Lecture 3, Page 7 of 20

8 Types of Detection Single-point detection Allows one to detect whether something is present or not. Also helps with collisions with obstacles. - The robot must also have a way of responding after that collision. Simple edge detection Can sense the length of an object in one dimension. Multi-point shape detection Can determine the shape of one surface of an object. Might also be able to detect size and location of holes. Surface detection Hardness, pliability, smoothness, roughness, patterns in the texture. Interpretation of touch information is very similar to interpretation of vision information. II. Range and Proximity Sensors Ranging and Proximity Proximity objects in the immediate vicinity of the robot. Proximity detectors can be contact or noncontact devices. - Contact devices touch objects to know where they are. Ranging farther away. Human sensing How do humans judge the distance to objects? Vision with two eyes to sense 3-D. Hearing Maybe smell. Temperature. Lecture 3, Page 8 of 20

9 Robots cannot use these senses very effectively for distance sensing. Vision would be hard because it would require two cameras for 3-D vision. Plus a way to distinguish objects from the background. Robotic distance sensing Includes laser, radar, sonar, vision, infrared, temperature, and magnetic detectors. Magnetic detectors Respond to the presence of magnetic materials like iron, cobalt, some ceramics, and some metals. - Only over short distances. Can work in conjunction with a relay that opens or closes in the presence or absence of the material. Inductive metal detectors Tuned radio circuits are used. Will change frequency of operation and current flow in the presence of certain materials. - Also only short range. Metal detectors are an example. Light ranging detectors Simple photoelectric eye - Something interrupts the beam between a light-beam source and beam detector. - Then the presence of an object can be known. Photoelectric reflection - Light bounces off different colors in different ways. - Can be used to detect differences in colors or differences between objects. Sonar range detectors Developed during World War II. - Only recently used in consumer products. - Fish finders use underwater sound waves to locate the bottom, fish, and other objects. Sony has a device to measure distance through the air using sound waves. - For distances up to 100 feet. Lecture 3, Page 9 of 20

10 Polaroid developed an ultrasonic range finder for robots. - Distances from 0.9 to 35 feet. - Overcame problem of particular frequencies not reflecting from some surfaces. - Used multiple frequencies 49.7, 53, 57, and 60 khz. Ultrasonic sound (above human hearing frequencies) is attenuated very rapidly in the air. - So they can only be relatively short range. Operates by measuring the length of time between emitting a signal and receipt of its echo. - If you know the speed of sound in that medium, you can calculate distance. - Some materials reflect sound better than others. - The angle of incidence of the sound wave upon an object may prevent the echo from returning to the detector. Some sonic proximity detectors can just listen for sounds. - Moving objects give off ultrasound. - Motion detectors and burglar alarms can use this. Capacitance detectors The capacitance of an electrical circuit changes as the dielectric constant of the circuit changes. Devices with a capacitance detector can sense a hand placed next to them. - As already discussed for mouse pads, touch switches (lamps, light switches, etc.). Can also sense nonmagnetic and nonconducting materials. - Like to find studs in a wall. Capacitance detectors are only good for a short range generally, 1 inch or less. Radar Radio detection and ranging. Developed during World War II. Can be used to detect objects hundreds of miles away. Active radar - Sends out radio waves to measure the length of time it takes for an echo to return. Inactive radar - Records existing radio waves. - Like for listening to stars. Lecture 3, Page 10 of 20

11 III. Temperature Sensors The following notes are from: Chapter 6, James L. Fuller, Robotics: Introduction, Programming, and Projects, Second Edition, Prentice Hall, Chapter 3, George A. Bekey, Autonomous Robots: From Biological Inspiration to Implementation and Control, The MIT Press, Uses Detection of very hot or very cold objects. Monitoring temperatures inside a robot. Detection of the presence of humans. Primary sensors Thermocouples Thermistors Bimetallic strips Thermocouples Made from two dissimilar materials. One end is welded together and the rest is open. A voltmeter is connected to the end of the thermocouple. A voltage proportional to the temperature of the tip of the thermocouple is measured. Lecture 3, Page 11 of 20

12 Thermistors Made from a material whose electrical resistance changes at various temperatures. Usually made from various metal oxide semiconductor materials. Bimetallic strips Used in many traditional household thermostats. Consist of two strips of metal fused together. The two metals expand and contract at different rates with changes in temperature. Causes the strips to bend one way or the other. Can be configured so the metal will touch electrical contacts if the temperature has become too low or too high. IV. Navigation Industrial robots have not needed navigation capabilities. Since they did not move! Robots with navigation capabilities can follow lines or guide themselves. Line following robots A line of some kind is placed on the floor. Hopefully with high contrast to the color of the rest of the floor. Then at least two sensors are used. Differences might exist in the amount of light reflected back into the sensors. - Which can tell the robot if it is centered, too far to the right, or too far to the left. - And can tell the presence of curves or intersections. Lecture 3, Page 12 of 20

13 What are keys to making such a system work properly and efficiently? Proper spacing of sensors in comparison to the width of the line. Having the right number of sensors. Responding properly (not too quickly or too slowly) to make adjustments. The robot may have its own light source. To heighten the contrast to be able to see better. Instead of a visible line, a magnetic cable could be used. Buried below the surface. Sensors detect their orientation (centered, left, or right) from the cable. Would also need to take into account noise and inaccuracies in the magnetic measurements. Automated Guided Vehicles (AGV s) Could be taught to follow lines in environments were lines can be installed. - Like in a warehouse or factory. Or follow guides that are already normally present. - Line lines on streets. - Or walls or shelving in indoor environments. Lecture 3, Page 13 of 20

14 Beacon followers Robots could sense ultrasonic beacons. Sent out by devices that the robot is supposed to go to. Or sent out by landmarks for the robot to be aware of. It would be complicated if more than one ultrasonic beacon could be heard by a robot. - Maybe the beacons could cycle on and off at different schedules. - Or maybe have an encoded format. - Like different on and off patterns like streams of bits. With one sensor, the robot could detect changes in strength of the signal as it moves. If there were two sensors, like two human ears, then what could the robot do? Sense differences in strength between the two ears. To give two dimensional orientation. But these sensors must have high enough precision to show differences between each other. Would even more sensors be useful? Navigation using predetermined routes. Robots could direct themselves. What capability that we have already talked about would be very important for this to be successful? Internal sensors to sense that the robot has gone the distance that was expected. Lecture 3, Page 14 of 20

15 May also wish to have inertial guidance systems to make sure the robot stays oriented in the right direction. - Even have an internal compass or gyroscope. And also have sensors to make sure the robot has not fallen over. Outdoor, long distance navigation systems. Like with robotic automobiles. Could use a combination of maps and GPS. And collision avoidance sensors. Navigation by touch Simple applications could use simple approaches to navigation. If navigating a maze, the robot can just follow the walls. The Roomba robotic vacuum moves in circles, follows walls when it hits them, and reacts to obstacles. V. Hearing (Audition) Provided by microphones. Transducers convert acoustic energy to electrical signals. In general, robotic sensors are not as effective as animal hearing. Animals are highly sensitive to stereo, time, and frequency. Primarily would be used for detection of alarm signals. But increasingly one finds robots that can respond to voice commands. Good for helping physically disabled people. Will have a small vocabulary. If designed to be used by many people. Or can be trained to understand the voices of particular people. Speech recognition software and extra processing power might be required. Lecture 3, Page 15 of 20

16 VI. Smell (Olfaction) This is essentially the detection of certain chemicals in the air. Can be quite sophisticated and able to detect chemicals that animals cannot detect. But will generally not be nearly as versatile or sensitive as a animal s, like a dog s, nose. So, olfaction sensors are usually built for specialized applications. Examples VII. Taste Nitrates and explosives Smoke Car exhaust emissions Military sniffers for unauthorized people. Natural gas leaks Freon leaks Robots do not usually need this kind of capability. Sensors can certainly exist for detecting chemicals within fluids or solids. VIII. Other Sensors But not along typical taste characterizations of sour, sweet, or bitter. Radiation sensors For detection of X rays and other forms of radiation. Humans cannot detect these forms of radiation. Although some animals do have that capability. Particularly useful in power plants and radiation contaminated areas. Vibration Can detect vibrations a certain frequencies that can cause harm to humans and animals. Or detect vibrations that might signal impending harm to a bridge or building. And more generally for earthquakes. Lecture 3, Page 16 of 20

17 Chemical concentration gradients Follow chemical trails that might get stronger. To try to follow back to the source. IX. Multiplicity of Sensors Obviously, robots can use a wide variety of sensors to assist in a particular application. Sensors with higher precision have significantly higher cost. How does one determine that level of precision that is needed for a particular sensor for a particular application? Consider the impact of failure. Other ideas Other ideas Other ideas Other ideas In some cases, two sensors of lower precision would be preferred over one sensor of high precision. Why? Lower cost. Two sensors give more than one perspective on an environment. Lecture 3, Page 17 of 20

18 And it is always important to remember that it is the of the sensor information that is most difficult, not just the collection of that sensor information. X. Electric Noise and Robot Sensor Information Noise can cause many unexpected problems for the sensors in a robot. Industrial environments have a high level of electrical noise. Starting and stopping of electric motors causes noise. Generates pulses that last several milliseconds. Can have amplitudes of thousands of volts for larger motors. This can be seen in momentary blinking lights, radio buzz, or television static. But impulse noise like this is much more of a problem with a robotic controller. - Not just if it might damage a component. - But also if the controller responds by thinking this is a valid input. - Then it might take action. Ways to reduce electrical noise problems Separate the power supply for the motors from the power supply for the controller and sensors. Also route the wiring separately. Or use shielded cables. - Which have grounded shields surrounding the wires. Be aware of long distance wiring The farther apart devices are physically, the more the wiring acts as an antenna to pick up noise. - This is worst with point-to-point wiring, which uses individual wires from on point on the circuit to another point on the circuit. - Noise is decreased by using twisted pairs of wires. - And noise is lowest if using shielded wires. Distance also causes voltages to decrease along the length of the wire. - Due to the voltage drop along the wire from the resistance. - And voltages may not be high enough at the end of the wire for proper detection. Lecture 3, Page 18 of 20

19 - For example, if 5 volts were expected. - So, boosting the voltage at the sending end may be required. - Also, it might be useful to convert 0 and 5 volt signals to + and signals. - Like RS-232 which uses +2.5 volts and 2.5 volts. Differential signals can also be used over long distances. - The signal is sent over two wires. - And it is the difference in voltage between the two wires that is the received information. Far-away communication More general communication approaches should be used for longer distances between objects. Wired approaches - Modems - Sending tones in coded messages over telephone lines. - Fiber optics - Not susceptible at all to electrical noise. Wireless approaches - Bluetooth - Wireless local area networks - Many other approaches (see our CSEE wireless courses) Error detection and correction If errors in control signals could cause serious problems, use methods to identify errors in those messages. Send parity check bits that will detect if bit errors have occurred to a signal. - How does parity work? Parity Even parity make sure there are an even number of ones. Will detect if 1, 3, 5, etc. bits are in error. Lecture 3, Page 19 of 20

20 Or send duplicate messages. - If both copies of the messages do not agree, then tell the source to retransmit. - Or send three messages and use the two that agree. - Or use other approaches. XI. Summary of sensors Types of sensors Internal sensors Primarily testing movement of motors and wheels. And the movement of the whole robot in comparison with intended goals. External sensors Vision Touch Range and Proximity Navigation Hearing Smell Radiation Vibration Chemical Highly customized to the application And the budget Lecture 3, Page 20 of 20

Intelligent Robotics Sensors and Actuators

Intelligent Robotics Sensors and Actuators Intelligent Robotics Sensors and Actuators Luís Paulo Reis (University of Porto) Nuno Lau (University of Aveiro) The Perception Problem Do we need perception? Complexity Uncertainty Dynamic World Detection/Correction

More information

Sonic Distance Sensors

Sonic Distance Sensors Sonic Distance Sensors Introduction - Sound is transmitted through the propagation of pressure in the air. - The speed of sound in the air is normally 331m/sec at 0 o C. - Two of the important characteristics

More information

9/28/2010. Chapter , The McGraw-Hill Companies, Inc.

9/28/2010. Chapter , The McGraw-Hill Companies, Inc. Chapter 4 Sensors are are used to detect, and often to measure, the magnitude of something. They basically operate by converting mechanical, magnetic, thermal, optical, and chemical variations into electric

More information

Robot Sensors Introduction to Robotics Lecture Handout September 20, H. Harry Asada Massachusetts Institute of Technology

Robot Sensors Introduction to Robotics Lecture Handout September 20, H. Harry Asada Massachusetts Institute of Technology Robot Sensors 2.12 Introduction to Robotics Lecture Handout September 20, 2004 H. Harry Asada Massachusetts Institute of Technology Touch Sensor CCD Camera Vision System Ultrasonic Sensor Photo removed

More information

Range Sensing strategies

Range Sensing strategies Range Sensing strategies Active range sensors Ultrasound Laser range sensor Slides adopted from Siegwart and Nourbakhsh 4.1.6 Range Sensors (time of flight) (1) Large range distance measurement -> called

More information

Development of intelligent systems

Development of intelligent systems Development of intelligent systems (RInS) Robot sensors Danijel Skočaj University of Ljubljana Faculty of Computer and Information Science Academic year: 2017/18 Development of intelligent systems Robotic

More information

PRESENTED BY HUMANOID IIT KANPUR

PRESENTED BY HUMANOID IIT KANPUR SENSORS & ACTUATORS Robotics Club (Science and Technology Council, IITK) PRESENTED BY HUMANOID IIT KANPUR October 11th, 2017 WHAT ARE WE GOING TO LEARN!! COMPARISON between Transducers Sensors And Actuators.

More information

Mechatronics Chapter Sensors 9-1

Mechatronics Chapter Sensors 9-1 MEMS1049 Mechatronics Chapter Sensors 9-1 Proximity sensors and Switches Proximity sensor o o o A proximity sensor is a sensor able to detect the presence of nearby objects without any physical contact.

More information

Brainstorm. In addition to cameras / Kinect, what other kinds of sensors would be useful?

Brainstorm. In addition to cameras / Kinect, what other kinds of sensors would be useful? Brainstorm In addition to cameras / Kinect, what other kinds of sensors would be useful? How do you evaluate different sensors? Classification of Sensors Proprioceptive sensors measure values internally

More information

Sensing. Autonomous systems. Properties. Classification. Key requirement of autonomous systems. An AS should be connected to the outside world.

Sensing. Autonomous systems. Properties. Classification. Key requirement of autonomous systems. An AS should be connected to the outside world. Sensing Key requirement of autonomous systems. An AS should be connected to the outside world. Autonomous systems Convert a physical value to an electrical value. From temperature, humidity, light, to

More information

electronics for computer engineering (Sensor) by KrisMT Computer Engineering, ICT, University of Phayao

electronics for computer engineering (Sensor) by KrisMT Computer Engineering, ICT, University of Phayao 305222 electronics for computer engineering (Sensor) by KrisMT Computer Engineering, ICT, University of Phayao ห วข อ Sensor =? Each type of sensor Technology Interpolation Sensor =? is a device that measures

More information

Robot Hardware Non-visual Sensors. Ioannis Rekleitis

Robot Hardware Non-visual Sensors. Ioannis Rekleitis Robot Hardware Non-visual Sensors Ioannis Rekleitis Robot Sensors Sensors are devices that can sense and measure physical properties of the environment, e.g. temperature, luminance, resistance to touch,

More information

Takex America Inc Training Manual

Takex America Inc Training Manual Takex America Inc Training Manual Industrial Automation Group Rayman Rev 1.0 Table of contents 1) Sensing Technology... 3 2) Photoelectric Sensor... 5 a) Basic components of photo sensor b) Photoelectric

More information

A very quick and dirty introduction to Sensors, Microcontrollers, and Electronics

A very quick and dirty introduction to Sensors, Microcontrollers, and Electronics A very quick and dirty introduction to Sensors, Microcontrollers, and Electronics Part Three: how sensors and actuators work and how to hook them up to a microcontroller There are gazillions of different

More information

MB1013, MB1023, MB1033, MB1043

MB1013, MB1023, MB1033, MB1043 HRLV-MaxSonar - EZ Series HRLV-MaxSonar - EZ Series High Resolution, Low Voltage Ultra Sonic Range Finder MB1003, MB1013, MB1023, MB1033, MB1043 The HRLV-MaxSonar-EZ sensor line is the most cost-effective

More information

FUNDAMENTALS ROBOT TECHNOLOGY. An Introduction to Industrial Robots, T eleoperators and Robot Vehicles. D J Todd. Kogan Page

FUNDAMENTALS ROBOT TECHNOLOGY. An Introduction to Industrial Robots, T eleoperators and Robot Vehicles. D J Todd. Kogan Page FUNDAMENTALS of ROBOT TECHNOLOGY An Introduction to Industrial Robots, T eleoperators and Robot Vehicles D J Todd &\ Kogan Page First published in 1986 by Kogan Page Ltd 120 Pentonville Road, London Nl

More information

THE PHYSICS AND THE ART OF COMMUNICATION VI I

THE PHYSICS AND THE ART OF COMMUNICATION VI I VI I PHYSICS AND THE ART OF COMMUNICATION THE rst important contribution of physics to the art of fi communication was the electric telegraph early in the last century. This was followed by the telephone

More information

Shock Sensor Module This module is digital shock sensor. It will output a high level signal when it detects a shock event.

Shock Sensor Module This module is digital shock sensor. It will output a high level signal when it detects a shock event. Item Picture Description KY001: Temperature This module measures the temperature and reports it through the 1-wire bus digitally to the Arduino. DS18B20 (https://s3.amazonaws.com/linksprite/arduino_kits/advanced_sensors_kit/ds18b20.pdf)

More information

Touchscreens, tablets and digitizers. RNDr. Róbert Bohdal, PhD.

Touchscreens, tablets and digitizers. RNDr. Róbert Bohdal, PhD. Touchscreens, tablets and digitizers RNDr. Róbert Bohdal, PhD. 1 Touchscreen technology 1965 Johnson created device with wires, sensitive to the touch of a finger, on the face of a CRT 1971 Hurst made

More information

How Does an Ultrasonic Sensor Work?

How Does an Ultrasonic Sensor Work? How Does an Ultrasonic Sensor Work? Ultrasonic Sensor Pre-Quiz 1. How do humans sense distance? 2. How do bats sense distance? 3. Provide an example stimulus-sensorcoordinator-effector-response framework

More information

Intext Exercise 1 Question 1: How does the sound produced by a vibrating object in a medium reach your ear?

Intext Exercise 1 Question 1: How does the sound produced by a vibrating object in a medium reach your ear? Intext Exercise 1 How does the sound produced by a vibrating object in a medium reach your ear? When an vibrating object vibrates, it forces the neighbouring particles of the medium to vibrate. These vibrating

More information

Physics in Entertainment and the Arts

Physics in Entertainment and the Arts Physics in Entertainment and the Arts Chapter IV The Fine Arts Spectra; Some Second Looks at Waves Spectra of Continuous Waves A wave s spectrum is the range of frequencies the waves cover For sound the

More information

University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT

University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT Brandon J. Patton Instructors: Drs. Antonio Arroyo and Eric Schwartz

More information

Momentum and Impulse. Objective. Theory. Investigate the relationship between impulse and momentum.

Momentum and Impulse. Objective. Theory. Investigate the relationship between impulse and momentum. [For International Campus Lab ONLY] Objective Investigate the relationship between impulse and momentum. Theory ----------------------------- Reference -------------------------- Young & Freedman, University

More information

Electronic Systems - B1 23/04/ /04/ SisElnB DDC. Chapter 2

Electronic Systems - B1 23/04/ /04/ SisElnB DDC. Chapter 2 Politecnico di Torino - ICT school Goup B - goals ELECTRONIC SYSTEMS B INFORMATION PROCESSING B.1 Systems, sensors, and actuators» System block diagram» Analog and digital signals» Examples of sensors»

More information

ELECTRONIC SYSTEMS. Introduction. B1 - Sensors and actuators. Introduction

ELECTRONIC SYSTEMS. Introduction. B1 - Sensors and actuators. Introduction Politecnico di Torino - ICT school Goup B - goals ELECTRONIC SYSTEMS B INFORMATION PROCESSING B.1 Systems, sensors, and actuators» System block diagram» Analog and digital signals» Examples of sensors»

More information

Sensors and Sensing Force, Torque, Tactile and Olfaction

Sensors and Sensing Force, Torque, Tactile and Olfaction Sensors and Sensing Force, Torque, Tactile and Olfaction Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 03.12.2015

More information

Sensors and Sensing Force, Torque, Tactile and Olfaction

Sensors and Sensing Force, Torque, Tactile and Olfaction Sensors and Sensing Force, Torque, Tactile and Olfaction Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 16.12.2014

More information

Sensors. Chapter 3. Storey: Electrical & Electronic Systems Pearson Education Limited 2004 OHT 3.1

Sensors. Chapter 3. Storey: Electrical & Electronic Systems Pearson Education Limited 2004 OHT 3.1 Sensors Chapter 3 Introduction Describing Sensor Performance Temperature Sensors Light Sensors Force Sensors Displacement Sensors Motion Sensors Sound Sensors Sensor Interfacing Storey: Electrical & Electronic

More information

2 Thermistor + Op-Amp + Relay = Sensor + Actuator

2 Thermistor + Op-Amp + Relay = Sensor + Actuator Physics 221 - Electronics Temple University, Fall 2005-6 C. J. Martoff, Instructor On/Off Temperature Control; Controlling Wall Current with an Op-Amp 1 Objectives Introduce the method of closed loop control

More information

Industrial Sensors. Proximity Mechanical Optical Inductive/Capacitive. Position/Velocity Potentiometer LVDT Encoders Tachogenerator

Industrial Sensors. Proximity Mechanical Optical Inductive/Capacitive. Position/Velocity Potentiometer LVDT Encoders Tachogenerator Proximity Mechanical Optical Inductive/Capacitive Position/Velocity Potentiometer LVDT Encoders Tachogenerator Force/Pressure Vibration/acceleration Industrial Sensors 1 Definitions Accuracy: The agreement

More information

ECE 203 LAB 2 CONTROL FUNDAMENTALS AND MAGNETIC LEVITATION

ECE 203 LAB 2 CONTROL FUNDAMENTALS AND MAGNETIC LEVITATION Version 1.1 1 of 13 ECE 203 LAB 2 CONTROL FUNDAMENTALS AND MAGNETIC LEVITATION BEFORE YOU BEGIN PREREQUISITE LABS All 202 Labs EXPECTED KNOWLEDGE Fundamentals of electrical systems EQUIPMENT Oscilloscope

More information

How Radio Works by Marshall Brain

How Radio Works by Marshall Brain How Radio Works by Marshall Brain "Radio waves" transmit music, conversations, pictures and data invisibly through the air, often over millions of miles -- it happens every day in thousands of different

More information

Humanoid robot. Honda's ASIMO, an example of a humanoid robot

Humanoid robot. Honda's ASIMO, an example of a humanoid robot Humanoid robot Honda's ASIMO, an example of a humanoid robot A humanoid robot is a robot with its overall appearance based on that of the human body, allowing interaction with made-for-human tools or environments.

More information

Introduction. ELCT903, Sensor Technology Electronics and Electrical Engineering Department 1. Dr.-Eng. Hisham El-Sherif

Introduction. ELCT903, Sensor Technology Electronics and Electrical Engineering Department 1. Dr.-Eng. Hisham El-Sherif Introduction In automation industry every mechatronic system has some sensors to measure the status of the process variables. The analogy between the human controlled system and a computer controlled system

More information

5. Transducers Definition and General Concept of Transducer Classification of Transducers

5. Transducers Definition and General Concept of Transducer Classification of Transducers 5.1. Definition and General Concept of Definition The transducer is a device which converts one form of energy into another form. Examples: Mechanical transducer and Electrical transducer Electrical A

More information

Robot: icub This humanoid helps us study the brain

Robot: icub This humanoid helps us study the brain ProfileArticle Robot: icub This humanoid helps us study the brain For the complete profile with media resources, visit: http://education.nationalgeographic.org/news/robot-icub/ Program By Robohub Tuesday,

More information

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module IJSTE - International Journal of Science Technology & Engineering Volume 4 Issue 11 May 2018 ISSN (online): 2349-784X Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM

More information

JEPPIAAR ENGINEERING COLLEGE

JEPPIAAR ENGINEERING COLLEGE JEPPIAAR ENGINEERING COLLEGE Jeppiaar Nagar, Rajiv Gandhi Salai 600 119 DEPARTMENT OFMECHANICAL ENGINEERING QUESTION BANK VII SEMESTER ME6010 ROBOTICS Regulation 013 JEPPIAAR ENGINEERING COLLEGE Jeppiaar

More information

Mobile Robots (Wheeled) (Take class notes)

Mobile Robots (Wheeled) (Take class notes) Mobile Robots (Wheeled) (Take class notes) Wheeled mobile robots Wheeled mobile platform controlled by a computer is called mobile robot in a broader sense Wheeled robots have a large scope of types and

More information

Make: Sensors. Tero Karvinen, Kimmo Karvinen, and Ville Valtokari. (Hi MAKER MEDIA SEBASTOPOL. CA

Make: Sensors. Tero Karvinen, Kimmo Karvinen, and Ville Valtokari. (Hi MAKER MEDIA SEBASTOPOL. CA Make: Sensors Tero Karvinen, Kimmo Karvinen, and Ville Valtokari (Hi MAKER MEDIA SEBASTOPOL. CA Table of Contents Preface xi 1. Raspberry Pi 1 Raspberry Pi from Zero to First Boot 2 Extract NOOBS*.zip

More information

EEE 187: Robotics. Summary 11: Sensors used in Robotics

EEE 187: Robotics. Summary 11: Sensors used in Robotics 1 EEE 187: Robotics Summary 11: Sensors used in Robotics Fig. 1. Sensors are needed to obtain internal quantities such as joint angle and external information such as location in maze Sensors are used

More information

Uses of Electromagnetic Waves

Uses of Electromagnetic Waves Uses of Electromagnetic Waves 1 of 42 Boardworks Ltd 2016 Uses of Electromagnetic Waves 2 of 42 Boardworks Ltd 2016 What are radio waves? 3 of 42 Boardworks Ltd 2016 The broadcast of every radio and television

More information

MOBILE ROBOTICS. Sensors An Introduction

MOBILE ROBOTICS. Sensors An Introduction CY 02CFIC CFIDV RO OBOTIC CA 01 MOBILE ROBOTICS Sensors An Introduction Basilio Bona DAUIN Politecnico di Torino Basilio Bona DAUIN Politecnico di Torino 001/1 CY CA 01CFIDV 02CFIC OBOTIC RO An Example

More information

Controlling a Sprite with Ultrasound

Controlling a Sprite with Ultrasound Controlling a Sprite with Ultrasound How to Connect the Ultrasonic Sensor This describes how to set up and subsequently use an ultrasonic sensor (transceiver) with Scratch, with the ultimate aim being

More information

Page 1 of 6 A Historical Perspective From Aristotle to Hawking Force & Its Effects Measurement Limitations The Strain Gage Sensor Designs Measuring Circuits Application & Installation Process Pressure

More information

LDOR: Laser Directed Object Retrieving Robot. Final Report

LDOR: Laser Directed Object Retrieving Robot. Final Report University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory LDOR: Laser Directed Object Retrieving Robot Final Report 4/22/08 Mike Arms TA: Mike

More information

Ultrasonic Level Detection Technology. ultra-wave

Ultrasonic Level Detection Technology. ultra-wave Ultrasonic Level Detection Technology ultra-wave 1 Definitions Sound - The propagation of pressure waves through air or other media Medium - A material through which sound can travel Vacuum - The absence

More information

Robotic Systems ECE 401RB Fall 2007

Robotic Systems ECE 401RB Fall 2007 The following notes are from: Robotic Systems ECE 401RB Fall 2007 Lecture 14: Cooperation among Multiple Robots Part 2 Chapter 12, George A. Bekey, Autonomous Robots: From Biological Inspiration to Implementation

More information

Lecture: Sensors , Fall 2008

Lecture: Sensors , Fall 2008 All images are in the public domain and were obtained from the web unless otherwise cited. 15-491, Fall 2008 Outline Sensor types and overview Common sensors in detail Sensor modeling and calibration Perception

More information

5: SOUND WAVES IN TUBES AND RESONANCES INTRODUCTION

5: SOUND WAVES IN TUBES AND RESONANCES INTRODUCTION 5: SOUND WAVES IN TUBES AND RESONANCES INTRODUCTION So far we have studied oscillations and waves on springs and strings. We have done this because it is comparatively easy to observe wave behavior directly

More information

Advanced Measurements

Advanced Measurements Albaha University Faculty of Engineering Mechanical Engineering Department Lecture 5: Displacement measurement Ossama Abouelatta o_abouelatta@yahoo.com Mechanical Engineering Department Faculty of Engineering

More information

Basics of continuous level measurements. By Gene Henry, Level Product Marketing Manager, Endress+Hauser. d = c 2

Basics of continuous level measurements. By Gene Henry, Level Product Marketing Manager, Endress+Hauser. d = c 2 Basics of continuous level measurements By Gene Henry, Level Product Marketing Manager, Endress+Hauser The most common technologies available for continuous level measurement are ultrasonic, free space

More information

ARTIFICIAL INTELLIGENCE - ROBOTICS

ARTIFICIAL INTELLIGENCE - ROBOTICS ARTIFICIAL INTELLIGENCE - ROBOTICS http://www.tutorialspoint.com/artificial_intelligence/artificial_intelligence_robotics.htm Copyright tutorialspoint.com Robotics is a domain in artificial intelligence

More information

NCERT solution for Sound

NCERT solution for Sound NCERT solution for Sound 1 Question 1 How does the sound produce by a vibrating object in a medium reach your ear? When an object vibrates, it vibrates the neighboring particles of the medium. These vibrating

More information

LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY

LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY Objectives Preparation Tools To see the inner workings of a commercial mechatronic system and to construct a simple manual motor speed controller and current

More information

Indoor Positioning by the Fusion of Wireless Metrics and Sensors

Indoor Positioning by the Fusion of Wireless Metrics and Sensors Indoor Positioning by the Fusion of Wireless Metrics and Sensors Asst. Prof. Dr. Özgür TAMER Dokuz Eylül University Electrical and Electronics Eng. Dept Indoor Positioning Indoor positioning systems (IPS)

More information

How Radio Works By Marshall Brain

How Radio Works By Marshall Brain How Radio Works By Marshall Brain Excerpted from the excellent resource http://electronics.howstuffworks.com/radio.htm Radio waves transmit music, conversations, pictures and data invisibly through the

More information

ECET 211 Electric Machines & Controls Lecture 4-2 Motor Control Devices: Lecture 4 Motor Control Devices

ECET 211 Electric Machines & Controls Lecture 4-2 Motor Control Devices: Lecture 4 Motor Control Devices ECET 211 Electric Machines & Controls Lecture 4-2 Motor Control Devices: Part 3. Sensors, Part 4. Actuators Text Book: Electric Motors and Control Systems, by Frank D. Petruzella, published by McGraw Hill,

More information

Simpler, faster, more reliable photosensor circuits

Simpler, faster, more reliable photosensor circuits Behavior Research Methods, Instruments, '" Computers 1991.23 (2),283-287 Simpler, faster, more reliable photosensor circuits YORK MAKSIK Brown University, Providence, Rhode Island Experimental psychologists

More information

1. INTRODUCTION: 2. EOG: system, handicapped people, wheelchair.

1. INTRODUCTION: 2. EOG: system, handicapped people, wheelchair. ABSTRACT This paper presents a new method to control and guide mobile robots. In this case, to send different commands we have used electrooculography (EOG) techniques, so that, control is made by means

More information

AM Radio Lab. How Stuff Works. Mission College. Brad #1 Brad #2 Brad #3 Brad #4. Introduction:

AM Radio Lab. How Stuff Works. Mission College. Brad #1 Brad #2 Brad #3 Brad #4. Introduction: How Stuff Works Hope College Mission College Name: AM Radio Lab Brad #1 Brad #2 Brad #3 Brad #4 Introduction: In this lab you will construct an AM radio receiver that operates without a battery. The energy

More information

Physics in Entertainment and the Arts

Physics in Entertainment and the Arts Physics in Entertainment and the Arts Chapter VIII Control of Sound The sound characteristics (acoustics) of a room depend upon a great many complex factors room size/shape wall/floor/ceiling materials

More information

Electronic Instrumentation and Measurements

Electronic Instrumentation and Measurements Electronic Instrumentation and Measurements A fundamental part of many electromechanical systems is a measurement system that composed of four basic parts: Sensors Signal Conditioning Analog-to-Digital-Conversion

More information

As the manufacturing world becomes more and more automated, industrial sensors have become the

As the manufacturing world becomes more and more automated, industrial sensors have become the As the manufacturing world becomes more and more automated, industrial sensors have become the key to increasing both productivity and safety. Industrial sensors are the eyes and ears of the new factory

More information

Sensors and Actuators

Sensors and Actuators Marcello Restelli Dipartimento di Elettronica e Informazione Politecnico di Milano email: restelli@elet.polimi.it tel: 02-2399-4015 Sensors and Actuators Robotics for Computer Engineering students A.A.

More information

CENG 5931 HW 5 Mobile Robotics Due March 5. Sensors for Mobile Robots

CENG 5931 HW 5 Mobile Robotics Due March 5. Sensors for Mobile Robots CENG 5931 HW 5 Mobile Robotics Due March 5 Sensors for Mobile Robots Dr. T. L. Harman: 281 283-3774 Office D104 For reports: Read HomeworkEssayRequirements on the web site and follow instructions which

More information

UNIT VI. Current approaches to programming are classified as into two major categories:

UNIT VI. Current approaches to programming are classified as into two major categories: Unit VI 1 UNIT VI ROBOT PROGRAMMING A robot program may be defined as a path in space to be followed by the manipulator, combined with the peripheral actions that support the work cycle. Peripheral actions

More information

Ans: A wave is periodic disturbance produced by vibration of the vibrating. 2. What is the amount of sound energy passing per second through unit area

Ans: A wave is periodic disturbance produced by vibration of the vibrating. 2. What is the amount of sound energy passing per second through unit area One mark questions 1. What do you understand by sound waves? Ans: A wave is periodic disturbance produced by vibration of the vibrating body. 2. What is the amount of sound energy passing per second through

More information

LA-1010 User s Manual 3 in 1 Stud/Metal/AC Voltage Finder With Laser Line Level.

LA-1010 User s Manual 3 in 1 Stud/Metal/AC Voltage Finder With Laser Line Level. LA-1010 User s Manual 3 in 1 Stud/Metal/AC Voltage Finder With Laser Line Level. Stud/Metal/AC wire detection Wood, metal and live wire detection-detects wood up to 3/4 depth Locate with audio LCD indication

More information

Application Note # 5438

Application Note # 5438 Application Note # 5438 Electrical Noise in Motion Control Circuits 1. Origins of Electrical Noise Electrical noise appears in an electrical circuit through one of four routes: a. Impedance (Ground Loop)

More information

Level Measurement Techniques In A Modern Quarry

Level Measurement Techniques In A Modern Quarry Level Measurement Techniques In A Modern Quarry John Leadbetter Mining & Bulk Handling Manager VEGA Australia History The application and use of Level Measurement in Quarries has come from very basic techniques.

More information

DREAM BIG ROBOT CHALLENGE. DESIGN CHALLENGE Program a humanoid robot to successfully navigate an obstacle course.

DREAM BIG ROBOT CHALLENGE. DESIGN CHALLENGE Program a humanoid robot to successfully navigate an obstacle course. DREAM BIG Grades 6 8, 9 12 45 90 minutes ROBOT CHALLENGE DESIGN CHALLENGE Program a humanoid robot to successfully navigate an obstacle course. SUPPLIES AND EQUIPMENT Per whole group: Obstacles for obstacle

More information

By Pierre Olivier, Vice President, Engineering and Manufacturing, LeddarTech Inc.

By Pierre Olivier, Vice President, Engineering and Manufacturing, LeddarTech Inc. Leddar optical time-of-flight sensing technology, originally discovered by the National Optics Institute (INO) in Quebec City and developed and commercialized by LeddarTech, is a unique LiDAR technology

More information

Lab 2. Logistics & Travel. Installing all the packages. Makeup class Recorded class Class time to work on lab Remote class

Lab 2. Logistics & Travel. Installing all the packages. Makeup class Recorded class Class time to work on lab Remote class Lab 2 Installing all the packages Logistics & Travel Makeup class Recorded class Class time to work on lab Remote class Classification of Sensors Proprioceptive sensors internal to robot Exteroceptive

More information

An Example of robots with their sensors

An Example of robots with their sensors ROBOTICA 03CFIOR DAUIN Politecnico di Torino Mobile & Service Robotics Sensors for Robotics 1 An Example of robots with their sensors 3 Another example Omnivision Camera (360 ) Pan-Tilt-Zoom (PTZ) camera

More information

Azaad Kumar Bahadur 1, Nishant Tripathi 2

Azaad Kumar Bahadur 1, Nishant Tripathi 2 e-issn 2455 1392 Volume 2 Issue 8, August 2016 pp. 29 35 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Design of Smart Voice Guiding and Location Indicator System for Visually Impaired

More information

USING VIRTUAL REALITY SIMULATION FOR SAFE HUMAN-ROBOT INTERACTION 1. INTRODUCTION

USING VIRTUAL REALITY SIMULATION FOR SAFE HUMAN-ROBOT INTERACTION 1. INTRODUCTION USING VIRTUAL REALITY SIMULATION FOR SAFE HUMAN-ROBOT INTERACTION Brad Armstrong 1, Dana Gronau 2, Pavel Ikonomov 3, Alamgir Choudhury 4, Betsy Aller 5 1 Western Michigan University, Kalamazoo, Michigan;

More information

Chapter 1. Robots and Programs

Chapter 1. Robots and Programs Chapter 1 Robots and Programs 1 2 Chapter 1 Robots and Programs Introduction Without a program, a robot is just an assembly of electronic and mechanical components. This book shows you how to give it a

More information

Precision Range Sensing Free run operation uses a 2Hz filter, with. Stable and reliable range readings and

Precision Range Sensing Free run operation uses a 2Hz filter, with. Stable and reliable range readings and HRLV-MaxSonar - EZ Series HRLV-MaxSonar - EZ Series High Resolution, Precision, Low Voltage Ultrasonic Range Finder MB1003, MB1013, MB1023, MB1033, MB10436 The HRLV-MaxSonar-EZ sensor line is the most

More information

Introduction to Robotics in CIM Systems

Introduction to Robotics in CIM Systems Introduction to Robotics in CIM Systems Fifth Edition James A. Rehg The Pennsylvania State University Altoona, Pennsylvania Prentice Hall Upper Saddle River, New Jersey Columbus, Ohio Contents Introduction

More information

SMART LASER SENSORS SIMPLIFY TIRE AND RUBBER INSPECTION

SMART LASER SENSORS SIMPLIFY TIRE AND RUBBER INSPECTION PRESENTED AT ITEC 2004 SMART LASER SENSORS SIMPLIFY TIRE AND RUBBER INSPECTION Dr. Walt Pastorius LMI Technologies 2835 Kew Dr. Windsor, ON N8T 3B7 Tel (519) 945 6373 x 110 Cell (519) 981 0238 Fax (519)

More information

Lecture 23: Robotics. Instructor: Joelle Pineau Class web page: What is a robot?

Lecture 23: Robotics. Instructor: Joelle Pineau Class web page:   What is a robot? COMP 102: Computers and Computing Lecture 23: Robotics Instructor: (jpineau@cs.mcgill.ca) Class web page: www.cs.mcgill.ca/~jpineau/comp102 What is a robot? The word robot is popularized by the Czech playwright

More information

Introductory Physics, High School Learning Standards for a Full First-Year Course

Introductory Physics, High School Learning Standards for a Full First-Year Course Introductory Physics, High School Learning Standards for a Full First-Year Course I. C ONTENT S TANDARDS 4.1 Describe the measurable properties of waves (velocity, frequency, wavelength, amplitude, period)

More information

I.1 Smart Machines. Unit Overview:

I.1 Smart Machines. Unit Overview: I Smart Machines I.1 Smart Machines Unit Overview: This unit introduces students to Sensors and Programming with VEX IQ. VEX IQ Sensors allow for autonomous and hybrid control of VEX IQ robots and other

More information

TAP 313-1: Polarisation of waves

TAP 313-1: Polarisation of waves TAP 313-1: Polarisation of waves How does polarisation work? Many kinds of polariser filter out waves, leaving only those with a polarisation along the direction allowed by the polariser. Any kind of transverse

More information

Introduction to Internet of Things Prof. Sudip Misra Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur

Introduction to Internet of Things Prof. Sudip Misra Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Introduction to Internet of Things Prof. Sudip Misra Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture - 03 Sensing So, we have already understood the basics

More information

ROBOTICS & EMBEDDED SYSTEMS

ROBOTICS & EMBEDDED SYSTEMS ROBOTICS & EMBEDDED SYSTEMS By, DON DOMINIC 29 S3 ECE CET EMBEDDED SYSTEMS small scale computers perform a specific task single component(hardware + software)- embedded after design, incapable of changing

More information

ECE 203 LAB 6: INVERTED PENDULUM

ECE 203 LAB 6: INVERTED PENDULUM Version 1.1 1 of 15 BEFORE YOU BEGIN EXPECTED KNOWLEDGE Basic Circuit Analysis EQUIPMENT AFG Oscilloscope Programmable Power Supply MATERIALS Three 741 Opamps TIP41 NPN power transistor TIP42 PNP power

More information

2. Electronics use analogue and digital systems, the basic circuit elements of which are potential dividers and transistors

2. Electronics use analogue and digital systems, the basic circuit elements of which are potential dividers and transistors 2. Electronics use analogue and digital systems, the basic circuit elements of which are potential dividers and transistors 2.1 Describe the difference between an electronic circuit and an electric circuit

More information

Research Article An Investigation of Structural Damage Location Based on Ultrasonic Excitation-Fiber Bragg Grating Detection

Research Article An Investigation of Structural Damage Location Based on Ultrasonic Excitation-Fiber Bragg Grating Detection Advances in Acoustics and Vibration Volume 2013, Article ID 525603, 6 pages http://dx.doi.org/10.1155/2013/525603 Research Article An Investigation of Structural Damage Location Based on Ultrasonic Excitation-Fiber

More information

SPH3U UNIVERSITY PHYSICS

SPH3U UNIVERSITY PHYSICS SPH3U UNIVERSITY PHYSICS WAVES & SOUND L (P.472-474) Reflection of Sound Waves Just as a mirror reflects light, when sound waves radiating out from a source strike a rigid obstacle, the angle of reflection

More information

Introduction to Arduino HW Labs

Introduction to Arduino HW Labs Introduction to Arduino HW Labs In the next six lab sessions, you ll attach sensors and actuators to your Arduino processor This session provides an overview for the devices LED indicators Text/Sound Output

More information

Data and Computer Communications Chapter 4 Transmission Media

Data and Computer Communications Chapter 4 Transmission Media Data and Computer Communications Chapter 4 Transmission Media Ninth Edition by William Stallings Data and Computer Communications, Ninth Edition by William Stallings, (c) Pearson Education - Prentice Hall,

More information

Blind Spot Monitor Vehicle Blind Spot Monitor

Blind Spot Monitor Vehicle Blind Spot Monitor Blind Spot Monitor Vehicle Blind Spot Monitor List of Authors (Tim Salanta, Tejas Sevak, Brent Stelzer, Shaun Tobiczyk) Electrical and Computer Engineering Department School of Engineering and Computer

More information

3D ULTRASONIC STICK FOR BLIND

3D ULTRASONIC STICK FOR BLIND 3D ULTRASONIC STICK FOR BLIND Osama Bader AL-Barrm Department of Electronics and Computer Engineering Caledonian College of Engineering, Muscat, Sultanate of Oman Email: Osama09232@cceoman.net Abstract.

More information

Electronics II. Calibration and Curve Fitting

Electronics II. Calibration and Curve Fitting Objective Find components on Digikey Electronics II Calibration and Curve Fitting Determine the parameters for a sensor from the data sheets Predict the voltage vs. temperature relationship for a thermistor

More information

Section 1: Sound. Sound and Light Section 1

Section 1: Sound. Sound and Light Section 1 Sound and Light Section 1 Section 1: Sound Preview Key Ideas Bellringer Properties of Sound Sound Intensity and Decibel Level Musical Instruments Hearing and the Ear The Ear Ultrasound and Sonar Sound

More information

Dipartimento di Elettronica Informazione e Bioingegneria Robotics

Dipartimento di Elettronica Informazione e Bioingegneria Robotics Dipartimento di Elettronica Informazione e Bioingegneria Robotics Behavioral robotics @ 2014 Behaviorism behave is what organisms do Behaviorism is built on this assumption, and its goal is to promote

More information

Electromagnetic Waves

Electromagnetic Waves Electromagnetic Waves What is an Electromagnetic Wave? An EM Wave is a disturbance that transfers energy through a field. A field is a area around an object where the object can apply a force on another

More information