AI

The term **"120-R"** (or more commonly **120R**) in electronics is a standard shorthand notation used to define a component's resistance value. Here is a detailed breakdown of what it represents and its common applications.
---
## 1. Decoding the Notation
In electronics, the letter **"R"** acts as both the decimal point and the unit symbol for Ohms ($\Omega$).
| Notation | Meaning | Resistance Value |
| :--- | :--- | :--- |
| **120R** | 120 Ohms | $120\ \Omega$ |
| **1R2** | 1.2 Ohms | $1.2\ \Omega$ |
| **R120** | 0.120 Ohms | $0.120\ \Omega$ |
---
## 2. Common Components with "120-R" Marking
### A. SMD Resistors (Surface Mount)
On small Surface Mount Devices (SMD), you will often see "1200" or "121" printed on the body, which both equate to 120R depending on the coding system used:
* **3-Digit Code (121):** $12 \times 10^1 = 120\ \Omega$.
* **4-Digit Code (1200):** $120 \times 10^0 = 120\ \Omega$.
### B. Through-Hole Resistors (Color Bands)
For a standard 4-band axial resistor, the colors representing 120R are:
1. **Brown** (1)
2. **Red** (2)
3. **Brown** (Multiplier $\times10$)
4. **Gold/Silver** (Tolerance)
---
## 3. Key Applications of 120-R
The 120-ohm resistor is a "standard" value used frequently in specific circuit scenarios:
### CAN Bus Termination
The most critical use of a 120R resistor is in **Controller Area Network (CAN Bus)** systems (used in cars and industrial automation).
* A 120R resistor is placed at each end of the bus line.
* **Purpose:** To prevent signal reflection and ensure data integrity over long cables.
### LED Current Limiting
It is a common value for driving LEDs from a 5V source.
```text
Example Calculation:
Source: 5V
LED Forward Voltage: 2V
Target Current: 25mA
Formula: (5V - 2V) / 0.025A = 120 Ohms
```
---
## 4. Technical Specifications Table
If you are purchasing or identifying a 120-R part, consider these parameters:
| Parameter | Common Options |
| :--- | :--- |
| **Power Rating** | 1/8W, 1/4W (Typical), 1W+ (Power applications) |
| **Tolerance** | $\pm1\%$ (Precision), $\pm5\%$ (General Purpose) |
| **Package Type** | 0603, 0805, 1206 (SMD) or Axial (Through-hole) |
| **Composition** | Thick Film, Metal Film, or Carbon Composition |
---
- ⤷Why is 120 ohms specifically used for CAN Bus termination?
- ⤷ How do I identify a 120R resistor using a 5-band color code?
- ⤷ What happens if I use a 100R resistor instead of a 120R in a circuit?