File:Example pcb pictures.jpg and Resistors - Repair Basics: Difference between pages

File on Repair Wiki
(Difference between pages)
No edit summary
 
No edit summary
 
Line 1: Line 1:
{{Explanatory Guide
|Device=Resistors
|Type=Component
|Difficulty=1. Easy
}}
This article aims to provide a comprehensive overview of resistors from a repair perspective, detailing their function, types, common issues, testing methods, and replacement considerations.
[[File:Resistor symbols.jpg|thumb|Resistor symbols commonly found in schematics (Figure 1)]]


==What is a resistor?==
A resistor is a fundamental electrical component found in every single electronic device and circuit. '''Its role is controlling the flow of electric current within a circuit (limit the current).'''
Resistors are measured in "Ohms (Ω)"
Resistors in schematics look like in Figure 1 and are usually denoted with the letter R followed by an identifier number. (E.g. R381)
=== Function ===
Even though resistors can only limit the current, they can be used in clever ways -using physical laws- to perform different functions in electrical circuits. Here are a few common ones:
==== Voltage divider ====
A voltage divider is an electrical circuit that divides a higher input voltage into a lower output voltage using two or more resistors in series. It is commonly used to create reference voltages or reduce voltage levels for specific applications in electronics.
The output voltage is determined by the ratio of the resistance values in the circuit like so:[[File:Voltage divider circuit.png|thumb|234x234px|Voltage divider circuit (Figure 2)]]
'''Voltage Divider formula (assuming NO LOAD on Vout):''' <math>V_\mathrm{out} = \frac{R_2}{R_1+R_2} \cdot V_\mathrm{in}</math>
Uses:
* Reference Voltage: Voltage dividers are employed to create stable reference voltages for sensor calibration, analog signal processing, and feedback in control systems.
* Voltage Scaling: They can be used to scale down high input voltages to levels suitable for analog-to-digital converters (ADCs) or microcontrollers, ensuring safe and accurate measurements.
* Biasing Transistors: Voltage dividers set the base voltage of transistors in amplifier and switching circuits, influencing their behavior.
* Voltage Monitoring: In battery-powered devices, voltage dividers are used to monitor the battery voltage to determine its state of charge.
* Voltage Regulation: In some cases, voltage dividers are used in conjunction with other components to approximate voltage regulation in simple power supply circuits.
* And much more
==== Resistor sensors ====
Resistor sensors, also known as resistive sensors, are a class of sensors that rely on changes in resistance to detect and measure various physical phenomena, such as temperature or light
==== Pull-up / Pull-down ====
Pull-up and pull-down resistors are commonly used in digital electronics to ensure that a digital input signal is in a known state when it's not actively being driven by an external source. They are essential for preventing floating or undefined states
A pull-up resistor connects a digital input to a voltage level (usually Vcc, which is the supply voltage). This effectively "pulls up" the input to a logical HIGH state when the switch or sensor is not actively grounding it. Pull-up resistors are often used with switches and sensors that are normally open. When the switch is closed or the sensor is active, it grounds the input, causing it to read as LOW. When the switch is open or the sensor is inactive, the pull-up resistor ensures the input reads as HIGH.
A pull-down resistor connects a digital input to ground (GND). This "pulls down" the input to a logical LOW state when the switch or sensor is not actively driving it HIGH. Pull-down resistors are typically employed with switches and sensors that are normally closed. When the switch is open or the sensor is inactive, it keeps the input grounded (LOW). When the switch is closed or the sensor is active, it drives the input HIGH.
Usually, pullup or pulldown resistors are 2.2k to 10k ohms.
==== Current measurement ====
Current measurement using shunt resistors is a widely used method in electronics and electrical engineering to accurately measure the current flowing through a circuit.
The principle behind this technique is Ohm's Law <math>V = I * R</math>
A low resistance, precise "Shunt" resistor is used in series with the rest of the circuit "load" to measure the current flowing in said circuit by measuring the voltage drop across the shunt. In some cases, the voltage drop is very tiny and needs to be amplified using [[Repair Basics - Operational Amplifiers (Op-Amps)|Op-Amps]]. In modern electronics, specialized Integrated Circuits "ICs" are used to measure the voltage drop/current draw.
The shunt resistor is specifically designed with a known and well-calibrated resistance value, very close to 0 Ohms, usually 0.002.
Usually, the shunt resistor is placed where a fuse might be, where all the current passes through it. Sometimes, the shunt resistor itself acts as a fuse if a short circuit happens since it will be the highest resistance point in the circuit.
[https://www.researchgate.net/figure/Current-measurement-with-a-shunt-resistor-and-low-pass-filteradapted-from-14_fig2_221045514 Example and further reading]
=== Types ===
==== Fixed value resistors ====
These are the most common type and come in various packages, sizes, and materials.
[[File:Resistor types.png|thumb|192x192px|Different types of resistors (Figure 3)]]
===== SMD Fixed value resistors =====
SMD (surface mount) resistors are usually black with numbers on top. [https://www.newmatik.com/knowledge-base/KB-EN-00928/resistor-case-sizes They come in different sizes], and there are multiple standards for value marking, most common one is numeric where the last number is the multiplier or "number of zeroes" (for example, 221 on a resistor means 220 ohms).
"R" on SMD resistors means a dot "." (for example 5R60 means 5.60 Ohms)
[https://www.digikey.com/en/resources/conversion-calculators/conversion-calculator-smd-resistor-code Here is an online calculator]  for the 3 widely used standards.
===== THT Fixed value resistors =====
THT (Through Hole) resistors are varied in colors and [https://www.electricalengineering.xyz/sheet/resistor-power-rating-chart/ sizes], they usually have [https://www.digikey.com/en/resources/conversion-calculators/conversion-calculator-resistor-color-code colored bands on them to indicate their value]. On ceramic type, the value is written.
==== Variable resistors ====
===== Potentiometers =====
These can be adjusted to change the resistance value, usually with a knob or a screw.
They find applications in volume controls, dimmer switches, and tuning circuits.
===== Thermistors =====
Thermistors are designed to exhibit a predictable change in resistance in response to changes in temperature, which makes them useful in a wide range of applications, especially in temperature-sensing and temperature-compensation circuits.
There are two common types of thermistors:
====== Negative Temperature Coefficient (NTC) ======
* NTC thermistors are the most common type. As the temperature increases, their resistance decreases, hence the term "negative temperature coefficient."
* The resistance-temperature relationship of NTC thermistors is nonlinear, meaning that the change in resistance is more significant at some temperature ranges than others.
* NTC thermistors are often used in temperature sensors and temperature compensation circuits or protection circuits. For example, they are found in thermostats, thermometers, and devices that require temperature control.
====== Positive Temperature Coefficient (PTC) ======
* PTC thermistors exhibit an increase in resistance as the temperature rises, hence the term "positive temperature coefficient."
* The resistance-temperature relationship for PTC thermistors is also nonlinear.
* '''PTC thermistors can be used as self-resetting fuses or current limiters. When they heat up due to excessive current, their resistance increases, reducing the current flow.'''
===== Varistors =====
A varistor is an electronic component that is used to protect electrical circuits and devices from voltage spikes or transient overvoltage conditions. Varistors are also known as voltage-dependent resistors (VDRs) because their electrical resistance changes with the applied voltage. They are commonly used in various electronic and electrical systems to absorb and dissipate excess voltage, preventing damage to sensitive components.
===== Photoresistors (LDRs) =====
Also known as Light Dependent Resistors, these exhibit changes in resistance based on the intensity of light falling on them. They are used in light-sensitive applications.

Revision as of 12:42, 22 October 2023

Resistors - Repair Basics
Type Component
Device(s) Resistors
Difficulty ◉◌◌◌ Easy

This article aims to provide a comprehensive overview of resistors from a repair perspective, detailing their function, types, common issues, testing methods, and replacement considerations.

Resistor symbols commonly found in schematics (Figure 1)

What is a resistor?

A resistor is a fundamental electrical component found in every single electronic device and circuit. Its role is controlling the flow of electric current within a circuit (limit the current).

Resistors are measured in "Ohms (Ω)"

Resistors in schematics look like in Figure 1 and are usually denoted with the letter R followed by an identifier number. (E.g. R381)

Function

Even though resistors can only limit the current, they can be used in clever ways -using physical laws- to perform different functions in electrical circuits. Here are a few common ones:

Voltage divider

A voltage divider is an electrical circuit that divides a higher input voltage into a lower output voltage using two or more resistors in series. It is commonly used to create reference voltages or reduce voltage levels for specific applications in electronics.

The output voltage is determined by the ratio of the resistance values in the circuit like so:

Voltage divider circuit (Figure 2)

Voltage Divider formula (assuming NO LOAD on Vout):

Uses:

  • Reference Voltage: Voltage dividers are employed to create stable reference voltages for sensor calibration, analog signal processing, and feedback in control systems.
  • Voltage Scaling: They can be used to scale down high input voltages to levels suitable for analog-to-digital converters (ADCs) or microcontrollers, ensuring safe and accurate measurements.
  • Biasing Transistors: Voltage dividers set the base voltage of transistors in amplifier and switching circuits, influencing their behavior.
  • Voltage Monitoring: In battery-powered devices, voltage dividers are used to monitor the battery voltage to determine its state of charge.
  • Voltage Regulation: In some cases, voltage dividers are used in conjunction with other components to approximate voltage regulation in simple power supply circuits.
  • And much more

Resistor sensors

Resistor sensors, also known as resistive sensors, are a class of sensors that rely on changes in resistance to detect and measure various physical phenomena, such as temperature or light

Pull-up / Pull-down

Pull-up and pull-down resistors are commonly used in digital electronics to ensure that a digital input signal is in a known state when it's not actively being driven by an external source. They are essential for preventing floating or undefined states A pull-up resistor connects a digital input to a voltage level (usually Vcc, which is the supply voltage). This effectively "pulls up" the input to a logical HIGH state when the switch or sensor is not actively grounding it. Pull-up resistors are often used with switches and sensors that are normally open. When the switch is closed or the sensor is active, it grounds the input, causing it to read as LOW. When the switch is open or the sensor is inactive, the pull-up resistor ensures the input reads as HIGH. A pull-down resistor connects a digital input to ground (GND). This "pulls down" the input to a logical LOW state when the switch or sensor is not actively driving it HIGH. Pull-down resistors are typically employed with switches and sensors that are normally closed. When the switch is open or the sensor is inactive, it keeps the input grounded (LOW). When the switch is closed or the sensor is active, it drives the input HIGH. Usually, pullup or pulldown resistors are 2.2k to 10k ohms.

Current measurement

Current measurement using shunt resistors is a widely used method in electronics and electrical engineering to accurately measure the current flowing through a circuit.

The principle behind this technique is Ohm's Law

A low resistance, precise "Shunt" resistor is used in series with the rest of the circuit "load" to measure the current flowing in said circuit by measuring the voltage drop across the shunt. In some cases, the voltage drop is very tiny and needs to be amplified using Op-Amps. In modern electronics, specialized Integrated Circuits "ICs" are used to measure the voltage drop/current draw.

The shunt resistor is specifically designed with a known and well-calibrated resistance value, very close to 0 Ohms, usually 0.002.

Usually, the shunt resistor is placed where a fuse might be, where all the current passes through it. Sometimes, the shunt resistor itself acts as a fuse if a short circuit happens since it will be the highest resistance point in the circuit.

Example and further reading

Types

Fixed value resistors

These are the most common type and come in various packages, sizes, and materials.

Different types of resistors (Figure 3)
SMD Fixed value resistors

SMD (surface mount) resistors are usually black with numbers on top. They come in different sizes, and there are multiple standards for value marking, most common one is numeric where the last number is the multiplier or "number of zeroes" (for example, 221 on a resistor means 220 ohms).

"R" on SMD resistors means a dot "." (for example 5R60 means 5.60 Ohms)

Here is an online calculator for the 3 widely used standards.

THT Fixed value resistors

THT (Through Hole) resistors are varied in colors and sizes, they usually have colored bands on them to indicate their value. On ceramic type, the value is written.

Variable resistors

Potentiometers

These can be adjusted to change the resistance value, usually with a knob or a screw.

They find applications in volume controls, dimmer switches, and tuning circuits.

Thermistors

Thermistors are designed to exhibit a predictable change in resistance in response to changes in temperature, which makes them useful in a wide range of applications, especially in temperature-sensing and temperature-compensation circuits.

There are two common types of thermistors:

Negative Temperature Coefficient (NTC)
  • NTC thermistors are the most common type. As the temperature increases, their resistance decreases, hence the term "negative temperature coefficient."
  • The resistance-temperature relationship of NTC thermistors is nonlinear, meaning that the change in resistance is more significant at some temperature ranges than others.
  • NTC thermistors are often used in temperature sensors and temperature compensation circuits or protection circuits. For example, they are found in thermostats, thermometers, and devices that require temperature control.
Positive Temperature Coefficient (PTC)
  • PTC thermistors exhibit an increase in resistance as the temperature rises, hence the term "positive temperature coefficient."
  • The resistance-temperature relationship for PTC thermistors is also nonlinear.
  • PTC thermistors can be used as self-resetting fuses or current limiters. When they heat up due to excessive current, their resistance increases, reducing the current flow.
Varistors

A varistor is an electronic component that is used to protect electrical circuits and devices from voltage spikes or transient overvoltage conditions. Varistors are also known as voltage-dependent resistors (VDRs) because their electrical resistance changes with the applied voltage. They are commonly used in various electronic and electrical systems to absorb and dissipate excess voltage, preventing damage to sensitive components.

Photoresistors (LDRs)

Also known as Light Dependent Resistors, these exhibit changes in resistance based on the intensity of light falling on them. They are used in light-sensitive applications.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current12:23, 22 October 2023Thumbnail for version as of 12:23, 22 October 20231,920 × 1,080 (533 KB)ASRepairs (talk | contribs)

More than 100 pages use this file. The following list shows the first 100 pages that use this file only. A full list is available.

View more links to this file.