Introduction to Electronic Construction] “Very” Basic Usage of Resistors

YouTube

Table of Contents
0:00 Opening
0:14 Usage (1) Current Suppression
0:55 Usage (2) Separate voltage
1:56 Usage (3) Stabilizing voltage
3:12 Summary

The "very" basic use of resistance

I know there is a component called a resistor, but what exactly can this electronic component do?

Resistors are pretty much the main component among electronic components, but many people don't know the basics.

In this issue, we will introduce three very basic uses of resistors, which are key components in electronic construction, with examples under the title of "Super" Basic Uses of Resistors.

The basic use of resistors will be explained in detail, so even beginners in electronics should be able to understand it.

Please see the end of this section, as understanding resistors will give you a foothold to use many electronic components.

How to use resistance (1)

The first is the use of current suppression.

Since the maximum current that can flow through power supplies and electronic components is fixed, resistors are used to limit the current so that it does not exceed the maximum current.

Current Suppression

This is the most orthodox use of resistance and can be seen everywhere.

Can be seen everywhere.

For example, in Arduino, it is used in several places to limit the current flowing to LEDs.

Arduino limits the current flowing to LEDs

In this part, say, two 1kΩ resistors and an LED are connected to 5V.

Let us apply this connection situation to the following formula.

Then, since the overall resistance is 500Ω, Ohm's law indicates that the flowing current is limited to 6mA.

The following formulasYou can see that the current flow is limited to 6mA.

Resistance usage (2)

The next use is to divide the voltage, which is also technically called voltage divider.

When you are working on a circuit, you may want to adjust the magnitude of the voltage.

To adjust the voltage magnitude

For example, the following M5Stack circuit is a buck converter circuit that converts a USB 5V voltage to 3.3V using a switching method.

Buck Converter Circuit

The following section shows that the voltage on the output side of the power supply is divided by 510k and 110kΩ resistors and connected to the feedback terminal.

Connected to feedback terminal

Inside the IC, the switching is turned on and off by comparing a certain reference voltage with a feedback voltage.

However, since a very large reference voltage cannot be made, the voltage is divided by a resistor to drop the feedback voltage side.

To drop the feedback voltage side, divide the voltage with a resistor

As for the voltage value, the voltage divider rule relationship shown in the figure below holds, and the feedback terminal voltage is Vfb = 110k/(510k+110k) x 3.3V = 0.59V.

law of divided pressureFeedback terminal voltage is Vfb=110k/(510k+110k)×3.3V=0.59V

Resistance usage (iii)

The next use is to stabilize the voltage.

These are what we call pull-up and pull-down resistors, and are often used in conjunction with switches, buttons, etc.

Often used with switches, buttons, etc.

For example, the button on the microbit shown below has the voltage VREG applied via a 10kΩ resistor.

The microbit's buttons are subjected to a voltage called VREG through a 10kΩ resistor.

If the configuration were only switches, when the button is on, the voltage would be stable because it is connected to GND, but when it is off, nothing would be connected to the GND.

When the button is on, it is connected to GND so the voltage is stable, but when it is off, nothing is connected.

At this time, from an electrical point of view, it is equivalent to having an infinitely large resistance connected, and if even a small amount of current flows through it due to noise, etc., the voltage will fluctuate and create an unstable state.
This condition is commonly referred to as a "floating" condition.

To avoid creating a floating state, let's fix it at a certain voltage via a resistor as shown in the circuit below.

Fixed to a certain voltage through a resistor, as in the following circuit

This way, we can stabilize the voltage even when the button is off, and create a clear "off" state.

It is also known that a pull-up resistor is required on the output line of I2C, one of the major communication methods, as shown in the figure below.

Pull-up resistors are also required on the I2C output line

This is because the output pins of the IC are not connected to the power supply and can only create a low state.

When not low, the transistor is turned off, so a pull-up resistor is added to create a high state.

High state by adding pull-up resistor

Finally, I will summarize the three uses of resistance once again.

Resistance Usage
  1. suppress current
  2. separate the voltages
  3. Stabilize voltage

summary

In this issue, we introduced three uses of resistors, one of the main components of electronic circuits.

What we have discussed here is only the very basic use, and there are many more ways to use the resistance, which I hope to introduce again in other videos and articles.

On this site, we post videos and articles that allow you to systematically learn electronics construction from scratch, including explanations of the minimum knowledge and tools you need to acquire.

If you want to learn more about electronics, please check out our other videos and articles.