-4H1-R2
AI

The term **4H1-R2** is most commonly associated with a specific electronic component: a **Resistor Network** or **Resistor Array**. These parts are designed to house multiple resistors within a single package to save space on a Printed Circuit Board (PCB).
---
### 1. Technical Specifications
While exact specs can vary by manufacturer (such as Bourns or Panasonic), the code typically breaks down as follows:
| Feature | Specification | Description |
| :--- | :--- | :--- |
| **Circuit Type** | Isolated or Bussed | Usually refers to how the resistors are linked internally. |
| **Package Style** | SIP (Single In-line Package) | A thin, rectangular component with pins in one row. |
| **Pin Count** | 4-Pin / 8-Pin | Depends on the "4H" designation (often 4 resistors in a specific config). |
| **Resistance Value** | Varies | Indicated by additional marking (e.g., 102 for 1kΩ). |
| **Tolerance** | ±2% to ±5% | Standard precision for pull-up/pull-down tasks. |
---
### 2. Internal Configuration
The "R2" suffix often denotes the internal schematic of the network. There are two primary types found in these series:
* **Isolated (R1/R2 Style):** Each resistor is independent. A 4-pin package might contain 2 isolated resistors.
* **Bussed:** All resistors share one common pin (usually for power or ground), while the other ends are connected to separate pins.
### 3. Common Applications
These components are used in high-density electronic circuits where multiple identical resistance values are needed in close proximity:
1. **Pull-up/Pull-down Resistors:** Used in digital logic to ensure a pin stays at a high or low voltage state.
2. **LED Current Limiting:** Providing uniform resistance for a row of LED indicators.
3. **Bus Termination:** Used in communication lines (like SCSI or parallel ports) to prevent signal reflection.
---
### 4. Identification Example
If you are looking at the physical part, you might see a code like `4H1-103`.
* **4H1:** The series/package type.
* **103:** The resistance value ($10 \times 10^3 = 10,000 \Omega$ or 10kΩ).
---
- ⤷
How do I determine if a 4H1-R2 is bussed or isolated using a multimeter?
- ⤷ What are the physical dimensions of a standard SIP resistor array?
- ⤷ Can I replace a resistor array with individual discrete resistors?