10-R01
AI

The term **10-R01** (or **R010**) in electronics usually refers to a specific type of resistor used for current sensing. This code follows standard SMD (Surface Mount Device) marking conventions.
---
### 1. Identifying the Component
The code **10-R01** typically describes a **Low-Ohmic Current Sense Resistor**. Here is how to break down the marking:
| Component Marking | Meaning | Value |
|:---|:---|:---|
| **R** | Decimal Point | Acts as a separator |
| **01** | Digits | Represents the numerical value |
| **Total Value** | **0.01 Ohms** | **10 Milliohms (mΩ)** |
### 2. Technical Specifications
While exact specs depend on the manufacturer (like Vishay, Panasonic, or Yageo), "R01" class resistors usually share these characteristics:
* **Resistance:** 0.01Ω (extremely low resistance).
* **Tolerance:** Usually tight (±0.5% to ±1%) to ensure accurate measurement.
* **Power Rating:** Typically ranges from 0.25W to 3W depending on the package size (e.g., 0805, 1206, or 2512).
* **Composition:** Often made of metal foil or thick film to handle heat dissipation without shifting resistance.
---
### 3. Common Applications
Because the resistance is so low, these parts are not used to limit current like standard resistors. Instead, they are used to **measure** it.
| Application | Description |
|:---|:---|
| **Current Sensing** | Placed in series with a load; the voltage drop across it is measured to calculate current ($I = V / R$). |
| **Battery Management** | Used in laptops and phones to monitor charging and discharging rates. |
| **Motor Control** | Monitors current spikes to prevent motor burnout. |
| **Overcurrent Protection** | Triggers a shutdown if the voltage across the resistor exceeds a safe threshold. |
---
### 4. Circuit Example
In a typical power management circuit, the R01 resistor is placed between the load and the ground (Low-side sensing):
```text
[Power Source] ---> [Load] ---> [10-R01 Resistor] ---> [Ground]
|
v
(Voltage measured here)
```
- ⤷
What is the difference between a thick film and a metal strip R01 resistor?
- ⤷ How do I calculate the power rating needed for a 0.01 ohm resistor?
- ⤷ Can I use a standard multimeter to measure a 10mΩ resistor accurately?