R10S-R2W2DC
AI

The **R10S-R2W2-V185** (often referred to in the R10S series) is a high-sensitivity, multi-pole **electromechanical relay** manufactured by TE Connectivity (formerly Potter & Brumfield). These relays are widely used in legacy industrial controls, signal switching, and communication equipment.
---
## 1. Technical Specifications
| Parameter | Specification |
| :--- | :--- |
| **Contact Form** | DPDT (2 Form C) |
| **Coil Voltage** | 12V - 24V DC (Model dependent, usually V185/V700) |
| **Coil Sensitivity** | Ultra-sensitive (W2 suffix indicates ~50mW to 150mW) |
| **Contact Rating** | 2A @ 28VDC / 0.5A @ 120VAC |
| **Mounting Type** | Through-hole (Socket or PCB) |
| **Termination** | Solder/Plug-in terminals |
---
## 2. Breakdown of the Part Number Code
Understanding the alphanumeric code helps identify the specific electronic characteristics of the unit:
* **R10S**: The base series. "S" denotes a **sensitive** coil version, requiring significantly less power to trigger than the standard R10.
* **R2**: Indicates the **Contact Arrangement**. R2 specifically refers to **2 Form C (DPDT)** contacts.
* **W2**: Refers to the **Contact Material and Rating**. W2 typically signifies fine silver contacts, often gold-flashed, designed for low-level switching.
* **DC**: Indicates the input power type (Direct Current).
---
## 3. Key Electronic Components & Internal Logic
### The Coil System
The "S" (Sensitive) designation means the internal electromagnet is wound with extremely fine copper wire. This allows the relay to actuate using very low current (milliamps). This makes it suitable for circuits where the driving transistor or IC has limited current output.
### The Contact System
The **DPDT (Double Pole Double Throw)** configuration consists of:
1. **Common (COM):** The moving arm.
2. **Normally Closed (NC):** The path connected when the coil is OFF.
3. **Normally Open (NO):** The path connected when the coil is ON.
### Insulation and Housing
The parts are usually enclosed in a transparent polycarbonate "dust cover." This allows for visual inspection of the mechanical health of the contacts and ensures no debris interferes with the low-force mechanical movement required by the sensitive coil.
---
## 4. Common Applications
* **Low-Power Logic Interfacing:** Bridging a low-power microcontroller signal to a higher power peripheral.
* **Battery Powered Devices:** Since the coil consumes very little power (W2 rating), it preserves battery life.
* **Telecommunications:** Switching audio or data signals where low contact resistance is vital.
---
- ⤷
What is the maximum coil resistance for the R10S series?
- ⤷ How does the 'W2' contact material compare to 'X' or 'Y' variants?
- ⤷ Can this relay be driven directly by an Arduino GPIO pin?