Sensors (Week 3) Flashcards

1
Q

Transducers

A

A decive that converts one form of energy or signal into another one (same of different form)

For example (Temperature -> voltage)

So it takes input energy and turns it into output energy, often in a different form.

These include sensors, and actuators

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Sensor

A

A sensor is an input device. It detects the changes in the physical environment (like temp, light, pressure, etc). It converts these changes into an electrical signal that the usstem can read.

Example:
A temperature sensor converts heat into a voltage

microprocessor or microcontroller (like an Arduino or ESP32) can’t directly “feel” temperature — it only understands electrical signals, like voltages or digital values (0s and 1s).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Actuator

A

This is an output device. It takes electrical signal from the system and turns it into a physical action.

Example: A motor converts electrical signal into motion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Six types of signals:

A
  1. Radiant (Radio waves, visable light, infared)
  2. Mechanical(Motion and forces)
  3. Thermal (Kinetic energy of atoms and molecules - temp, heat flow, conduction)
  4. Electrical (current voltage resistance)
  5. Magnetic (Magnetic flux, field strength)
  6. Chemical (pH value, chemical composition)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Transducer Signal: Analog

A

The signal’s voltage or current directly matches the real-world measurement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Transducer Signal: Digital

A

A signal that represents data using patterns or timing, not direct voltage levels.

Often involves frequency, pulses, or timing intervals.

Example:

The faster a pulse is sent, the brighter the light it represents.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Transducer Signal: Coded Digital

A

A signal that represents a value using binary code (0s and 1s).

It’s often sent as a parallel or serial digital message.

Example:
25°C might be sent as 00011001 (which is 25 in binary, using 8 bits).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Static charateristics

A

These describe how the system performs when the input stays constant (steady-state).

It tells you how accurate, precise, and stable the system is under stable conditions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Dynamic Charateristics

A

These describe the system’s behavior when the input changes over time.

Focuses on the transition — what happens between the input change and the system’s response stabilizing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Accuracy and uncertainty

A

Accuracy: Its a meadure of how closely a measured value agrees with its true value.
- its the summation of all possible errors (Bias+ precision)

Uncertainity: An estimate of the limits of error in the measurements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Bias Error (systematic/ fixed error)

A

These are consistent and repeatable because it happens everytime in the same way (the measurement is always off by the same amount)

Causes of Bias Error:
- Calibration Error (System is not properly adjusted to match the true value)—- TEmp sensor always reads 2 degrees to high

-Loading error (The sensor interferears with what ist measuring)—– Sensor touches the object and changes its temperature slightly

-External Variables (Other factors affecting the measurement that are not the main thing being measured.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Range and span

A

Range: Defines the limits betweens which the input can vary

Span: Max value-min value

ex.
range=-3 to 3
span =6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Precision Error (random error)

A

These are random errors. Unpreditable and incsistenet. Each measurement may be slightly different even if your measuring the same thing.

Causes:
- Flcutuations inside the sensor
- environmental interferarence
-imperfections in the system design (The system the sensor is integrated into)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Percision

A

It’s about the “sharpness” or repeatability of a measurement.

If you measure the same thing multiple times and get very similar values each time, that means the system is precise.

Precision ≠ Accuracy
A measurement can be precise but wrong (consistently off due to calibration).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Sensitivity (Scale factor)

A

which tells us how strongly a sensor reacts to changes in input.
- Ratio of the change in input to the change in output
-Usually indicates sensitivity to inputs other than those being measured. (i.e., impact of environmental changes)
-Important for where detecting small changes are require

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Hysteresis

A

Hysteresis is when a system gives different outputs for the same input, depending on whether the input is increasing or decreasing.

When input is increasing, output follows the upper curve.
When input is decreasing, output follows the lower curve.
The gap between the two is the hysteresis error.

Example:
You’re measuring temperature, and your input is going up:
At 50°C, the sensor gives an output of, say, 5V.

Now, you’re cooling it down:
At 50°C again (coming down this time), the sensor now gives 4.8V instead of 5V.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Resolution

A

Resolution is the smallest change in input that the system can detect and reflect in the output.

Resolution must be at least as good as the required precision — otherwise your data isn’t meaningful.

Imagine a super-sharp kitchen scale that gives readings like:
5.000g
5.001g
5.002g
But if your display can only show full grams, you’d just see:
5g
5g
5g
➡️ That means your precision is high, but your resolution is too low, so it’s useless.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Threshold? Explain what the dead zone is?

A

The smallest input change (starting from zero) that causes a noticeable change in the output.

If the input changes a tiny bit, and the output doesn’t react yet —
➡️ you’re below the threshold.

Once you cross the threshold —
➡️ the system starts responding.

Dead Zone- range of inputs where the output stays completely frozen at zero (no reaction at all)

Reaons for dead zone:
- Your in between the threshold for positive and negative input changes
-Could be static friction, or hysteresis, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Repeatability

A

Able to produce the same output for repeated applications of the input value.

-Same measurement process and environment
-same physical variable conditions every time

Repeatability is the closeness of the repeated measurements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Stability? What is drifting?

A

The ability of a sensor to give the same output when used to measure a constant input over a period of time.

If the sensor output drifts even though nothing has changed in the environment, that means the sensor is unstable.

Drift: The output shifts over time even though the input is constant
Zero drift: It doesn’t shift at all

Cause:
- Enviormental factors
-Internal sensor changes (Components inside the sensor age/ behave differently over time_)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Linearity

A

Linearity is a measure of how steadily a sensors output increases as the input increases.
If the output changes in equal steps for every equal change in input its linear behavior (same slop, so straight line)

If its non linear it wont change at a consistent rate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Nonlinearity error

A

Nonlinearity error used to describe difference from a straight- line response

How it looks:
You have a curved graph then either you draw a:
-End to end straight line
-line of best fit
-best straight line through zero
and the vertical spacing in between these two graphs is the percent error

11
Q

Input/Output impedances (comment on low output impedance and high input impedance)

A

When you’re connecting a sensor (output) to a device that reads the signal (input), the goal is to make sure the signal doesn’t get messed up or weakened.

This all depends on impedance, which is kind of like “resistance to signal flow.”

Low output impedance (FROM the sensor)- Want the sensor to have a low impedance so that it can send current easily, it wont get affected much by what its connected to and the signal stays strong. Helps to minimize signal loss and distortion.

High input impedance (TO the receiving system)- you want the device reading the signal (like a microcontroller) to have high input impedance. That means it will listen without interfearing.The sensor’s reading stays accurate — because the input device isn’t “pulling” on the signal too hard.

11
Q

Impedance matching

A

Some systems may require impedance matching. This is when the input and output impedance are equal. This helps transfer maximum power, and ensure accurate signal transmission between sensor and system.

12
There are 4 dynamic charateristics. What are they?
how quickly and smoothly a sensor or system reacts when the input suddenly changes. 1.Response Time - How long does it take to reach 95% of the final output after a sudden change (called step input)? 2. Time constant -The time it takes to reach 63.2% of the final value after the step input? -This is a way to describe the speed of the system (How fast will sensor respond to changes in input) 3. Rise time -The time taken to rise from one percentage of output to another 4. Settling Time The time it takes for the output to stop fluctuating and stay close to the final value
13
Microswitch
Small electric switch that requries physical contatct and small force to close
14
Sensing Resistors
special resistors whose resistance changes based on something physical (like temperature, pressure, or light). A voltage divider circuit is used to adjust the sensitivity and convert change of resistance to change in voltage
15
Resistive Position Sensing
devices that convert mechanical movement (like turning or sliding) into an electrical signal by potential/voltage divider principal
16
Resistive Force Sensing
flexible sensor whose resistance changes when you press on it. harder you press = less resistance = Higher voltage
17
Resistive Temperature sensing
Thermistor — temperature sensitive resistors Increase temperature = decrease resistance = increase voltage
18
Photoresistors (two configurations)
Resistance varies with light intensity. They use voltage dividers aswell. light intensity increase = resistance decrease 1)Photoresistor on top - Resitance decreases with light -in the upper part of the divider -light increase = resistance decreases = Vout increases 2)Photoreistor on bottom -Resistance decreases with light -In the lower part of the divider - as light increases = resistance decreases = voltage decreases You can choose the polarity of how you want it to behave.
19
Semiconductor light sensors
electronic components that detect and respond to light
20
Elecotromagnetic Spectrum
The electromagnetic spectrum is the full range of electromagnetic radiation. It includes things like visible light, gamma rays, microwaves, and radio waves. These are all types of electromagnetic radiation — they’re the same kind of wave, just with different wavelengths, frequencies, or energy levels. You can describe these waves in three ways: Wavelength (how long the wave is) Frequency (how fast the wave vibrates) Energy (how strong or powerful the wave is) The only real difference between them is how much energy they have, how fast they vibrate, and how long the waves are.
21
PN junction light detectors
its a PN junction (Joing positive and negative semiconductors) that can sense light. -If light hits them they generate a tiny electrical current -Photodiodes are special PN junctions made specifically to detect light more effectively - Can detect both visible light and near infared
22
Photodiodes
Photodiodes are a special kind of diode that is made to detect light, reverse biased (voltage is applied in the opposite direction). When light hits it, it generates a small current. -They react very quickly to changes in light - work best near infared light - They are not as good as detecting visible light
23
Use of carrier frequency
This slide explains how infrared communication works. Instead of just sending on/off signals, devices wrap the signal inside a fast wave (called a carrier wave), like 38 kHz. The receiver is tuned to detect only that specific frequency, which helps it filter out unwanted signals like sunlight or other lights.
24
Phototransistors
A phototransistor is like a regular transitor( switch/amplifier that controls the flow of current in a circuit), but instead of it using voltage/current to turn on it uses light. When the light hits it, it lets the current flow from the power supply through the transistor. More light= more current -It needs power from external supply (unlike photodiodes with generate their own small current) -simplest way to use it is to put a resistor in series with it -Larger resitor (100k-1M) =high sensitivity -Smaller resistor (~10) = faster response
25
Phototransistor circuit
A phototransistor circuit uses light to control current flow. -Rs (~300 ohms): Series resistor to allow current to flow - Rp (max 20k ohms): Variable resistor to adjust light sensitivity -More light -> more current -> higher Vout if Rs+Rp is large the phototransistor acts like a light activated switch it acts like a gate when the base current ib< threshold, the gate opens and current flows
26
Digital Optical encoders
It detects the rotational position using light and grating slits. - A rotating disk has clear sections (grating slits) - An LED light shines through the disk -There is a photodetector on the other side that detects when light passes through, and turns it into a digital signal -The signal tells the system how far the shaft has rotated or what exact position its in
27
Gray code
Each bit changes one at a time as the disk rotates -This means only one track changes at each position step ( When the encoder disk rotates from one position to the next, only one of those bits changes.) -it reduces the chance of mistakes
28
Binary Code
Muliple bits can change at once between steps -Could cause big errors
29
Gray code to binary code conversion
Gray code is really good for encoders, but computers like to work with binary. This means we need to know how to convert from gray code to binary code. - Can convert by adding N+1 binary number to it (B2= G2 +B3)
30
What is an incremental encoder
Normal encoder with tracks that allow light through in order to determine position. It tells you how much something has moved. It is used for measuring rotation, speed, direction, but it doesn't remember its position after power off.
31
Quadrature Encoder
-Uses two tracks and two sensors that are ¼ cycle out of phase with each other -Index is in the third track and can be used as reference/zero position -Shows speed and direction
32
infrared (IR) sensor
It measures distance. It outputs analog voltage that changes based on how far something is from the sensor. It has a fast response time
33
Ultrasonic Sensor
Ultrasonic sensor measures distance using sound waves How it works? 1.The sensor (called transducer) sends a quick sound pulse 2. sound travels straight 3. if it hits an object the sound bounces back 4. the sensor measures how long it took the sound to travel. It converts the sound energy into an electrical signal 5. using the speed of sound it calculates how far the object is away
34
Ultrasonic Beam Pattern
When an ultrasonic sensor sends its sound out it doesn't spread evenly in all directions. It spreads in the shape of a narrow cone. Center part of the cone is the main beam which is the strongest signal. The signals to the side are weaker
35
Hall Effect Sensors
it detects magnetic fields. So like is a magnet gets close it will detect it.
36
What are the types of Hall sensors
1. Linear hall sesnor - Output voltage changes continuously with field strength 2. Threshold Hall Sensors -Output switches on/off when field strength crosses a limit
37
What are Hall effect encoders
It detects rotation using a magnet with alternating poles. As it rotates the hall sensor detects the changing magnetic field. It produces digital pulses as encoder rotates.
38
Thermocouples
A thermocouple is a temperature sensor made by joining two different metals. When the junction (where the metals touch) is heated, it creates a small voltage. This voltage is proportional to the temperature difference between: The measurement junction (hot side) The reference junction (cold side) This effect is called the Seebeck Effect.
39
What is an Resistance Temperature Detector and how does it work?
Its a sensor that measures the temperature based on the fact that the electrical resistance a metal changes predictably with temperature. Temperature goes up = Reistance goes up
40
Thermistors
CHnages its electrical resistance based on temp. Same as RTD, but made out of ceramic material.
41
Semiconductor Temperature Sensor
A tiny chip that can measure temperature. It uses parts inside called transistors that change behavior when they get hot. When the chip heats up, the voltage changes in a way that tells us the temperature. -cant really handle high heat -In electronics like computers, phones, and batteries -Great for built-in systems (called embedded systems)