R10-R
AI

The term **"R10"** or **"R"** in electronics usually refers to standard resistor designations based on international standards (IEC 60063) or component identification on a circuit board (PCB).
---
## 1. Reference Designators (PCB Labeling)
On a printed circuit board, the letter **R** stands for **Resistor**. The number following it (e.g., R10) is a positional identifier used to locate the part in a schematic diagram.
| Designator | Component Type | Function |
| :--- | :--- | :--- |
| **R10** | 10th Resistor in the circuit | Limits current flow or divides voltage. |
| **R1** | 1st Resistor | Typically used at the input or power stage. |
| **R** | General prefix | Indicates any resistive element. |
---
## 2. R10 Preferred Number Series (E-Series)
In component manufacturing, the **R10 series** refers to a specific logarithmic scale used to determine standard values for resistors and capacitors. It is part of the ISO 3 standard (Renard numbers).
### The R10 Series Values
The R10 series divides a decade (e.g., 1 to 10) into 10 steps. Every value is approximately $10^{1/10}$ (or ~1.25) times the previous value.
| Step | Value (Base 10) |
| :--- | :--- |
| 1 | **1.0** |
| 2 | **1.25** |
| 3 | **1.6** |
| 4 | **2.0** |
| 5 | **2.5** |
| 6 | **3.15** |
| 7 | **4.0** |
| 8 | **5.0** |
| 9 | **6.3** |
| 10 | **8.0** |
---
## 3. Resistance Marking Codes
In small Surface Mount Device (SMD) resistors, the letter **R** is often used as a **decimal point** to indicate low resistance values.
### Common Examples:
* **10R**: This means **10 $\Omega$** (The 'R' replaces the $\Omega$ symbol).
* **R10**: This means **0.10 $\Omega$** (The 'R' acts as a leading decimal).
* **4R7**: This means **4.7 $\Omega$**.
* **1R0**: This means **1.0 $\Omega$**.
### Code Logic Table
| Code | Meaning | Value |
| :--- | :--- | :--- |
| `R10` | $0.10 \Omega$ | Fractional Ohms (Current Sensing) |
| `10R` | $10 \Omega$ | Low Resistance |
| `100` | $10 \times 10^0$ | $10 \Omega$ (3-digit code) |
| `101` | $10 \times 10^1$ | $100 \Omega$ |
---
## 4. Why use R10 (0.1 Ohm) Resistors?
Resistors labeled **R10** (0.1 $\Omega$) are frequently used as **Shunt Resistors** for:
1. **Current Sensing:** Measuring the voltage drop across the resistor to calculate current flow ($I = V/R$).
2. **Over-current Protection:** Triggering a shutdown if the voltage across the R10 resistor exceeds a threshold.
3. **LED Drivers:** Balancing current in high-power LED arrays.
- ⤷
What is the difference between R10 and 10R in SMD marking?
- ⤷ How do you calculate the power rating for an R10 shunt resistor?
- ⤷ What are the E-series standards for resistor tolerances?