This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:iot-open:hardware2:sensors_distance [2023/11/14 14:45] – pczekalski | en:iot-open:hardware2:sensors_distance [2024/05/27 12:02] (current) – ktokarz | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Proximity and Distance Sensors ==== | + | ====== Proximity and Distance Sensors |
- | + | {{: | |
- | === Infrared Sensor | + | == Infrared Sensor == |
An infrared (IR) proximity sensor detects objects and measures distance without physical contact. IR sensor consists of an infrared emitter, a receiving sensor or array of sensors and a signal processing logic. The output of a sensor differs depending on the type – simple proximity detection sensor outputs //HIGH// or //LOW// level when an object is in its sensing range, but sensors which can measure distance output an analogue signal or use some communication protocol, like I2C to send sensor measuring results. | An infrared (IR) proximity sensor detects objects and measures distance without physical contact. IR sensor consists of an infrared emitter, a receiving sensor or array of sensors and a signal processing logic. The output of a sensor differs depending on the type – simple proximity detection sensor outputs //HIGH// or //LOW// level when an object is in its sensing range, but sensors which can measure distance output an analogue signal or use some communication protocol, like I2C to send sensor measuring results. | ||
IR sensors are used in robotics to detect obstacles located a few millimetres to several meters from the sensor and in mobile phones to help detect accidental screen touching.\\Sample IR sensor device is present in figure {{ref> | IR sensors are used in robotics to detect obstacles located a few millimetres to several meters from the sensor and in mobile phones to help detect accidental screen touching.\\Sample IR sensor device is present in figure {{ref> | ||
Line 38: | Line 38: | ||
</ | </ | ||
- | === Ultrasonic Sensor | + | == Ultrasonic Sensor == |
The ultrasonic sensor measures the distance to objects by emitting a short ultrasound sound pulse and measuring its returning time. The sensor consists of an ultrasonic emitter and receiver; sometimes, they are combined into a single device for emitting and receiving. Ultrasonic sensors can measure greater distances and cost less than infrared sensors but are more imprecise and interfere with each other' | The ultrasonic sensor measures the distance to objects by emitting a short ultrasound sound pulse and measuring its returning time. The sensor consists of an ultrasonic emitter and receiver; sometimes, they are combined into a single device for emitting and receiving. Ultrasonic sensors can measure greater distances and cost less than infrared sensors but are more imprecise and interfere with each other' | ||
Examples of IoT applications are robotic obstacle detection and room layout scanning. | Examples of IoT applications are robotic obstacle detection and room layout scanning. | ||
Line 85: | Line 85: | ||
</ | </ | ||
- | === Motion Detector | + | == Motion Detector == |
The motion detector is a sensor that detects moving objects, primarily people. Motion detectors use different technologies, | The motion detector is a sensor that detects moving objects, primarily people. Motion detectors use different technologies, | ||
Motion sensors are used in security alarm systems, automated lights and door control. As an example in IoT, the PIR motion sensor can detect motion in security systems in a house or any building.\\Sample PIR sensor is present in {{ref> | Motion sensors are used in security alarm systems, automated lights and door control. As an example in IoT, the PIR motion sensor can detect motion in security systems in a house or any building.\\Sample PIR sensor is present in {{ref> | ||
Line 95: | Line 95: | ||
<figure motion2> | <figure motion2> | ||
- | {{ : | + | {{ : |
< | < | ||
</ | </ | ||
Line 129: | Line 129: | ||
</ | </ | ||
- | === Fluid Level Sensor | + | == Fluid Level Sensor == |
A level sensor detects the level of fluid or fluidised solid. Level sensors can be divided into two groups: | A level sensor detects the level of fluid or fluidised solid. Level sensors can be divided into two groups: | ||
* **continuous level sensors** that can detect the exact position of the fluid. Proximity sensors, like ultrasonic or infrared, are usually used for level detection. Capacitive sensors can also be used by recording the changing capacitance value depending on the fluid level. The output can be either analogue or digital value; | * **continuous level sensors** that can detect the exact position of the fluid. Proximity sensors, like ultrasonic or infrared, are usually used for level detection. Capacitive sensors can also be used by recording the changing capacitance value depending on the fluid level. The output can be either analogue or digital value; |