数据搜索系统,热门电子元器件搜索
  Chinese  ▼
ALLDATASHEETCN.COM

X  

  • DSP2A-DC3V-R

  • AI
    The **DSP2A-DC3V-R** is a high-sensitivity, miniature power relay manufactured by Panasonic (formerly Matsushita). It is widely used in control circuits where a small physical footprint and low power consumption are required. --- ### ## Technical Specifications Below is a breakdown of the key electrical and mechanical characteristics of the DSP2A-DC3V-R. | Parameter | Specification | | :--- | :--- | | **Contact Form** | 2 Form A (DPST-NO: Double Pole Single Throw, Normally Open) | | **Coil Voltage** | 3V DC | | **Rated Contact Current** | 5A | | **Max Switching Voltage** | 250V AC / 30V DC | | **Coil Power Consumption** | Approx. 300 mW | | **Mounting Type** | Through-Hole (PCB Mount) | | **Terminal Shape** | PC Board Terminal | | **Special Feature** | Reverse polarity type (indicated by the "-R" suffix) | --- ### ## Component Breakdown #### 1. Contact Configuration (2 Form A) The "2A" in the part number signifies that this relay has two sets of contacts, both of which are **Normally Open (NO)**. When the coil is energized, both circuits close simultaneously. This is ideal for switching two independent loads or both lines of a power circuit. #### 2. Coil Sensitivity (3V DC) The relay is designed to trigger with a low-voltage 3V DC signal. This makes it compatible with many battery-powered devices and low-voltage logic circuits, though a transistor or MOSFET driver is usually required to provide the necessary current. #### 3. Polarity ("-R" Suffix) The **-R** suffix is critical. It indicates a **Reverse Polarity** pinout for the coil compared to the standard DSP series. In these relays, the permanent magnet inside assists the electromagnetic force; therefore, the direction of the current flow in the coil matters. * **Standard:** Pin 1 (+) / Pin 16 (-) * **Reverse (-R):** Pin 1 (-) / Pin 16 (+) #### 4. Sealed Construction These relays are typically "Sealed" (plastic sealed), allowing them to be used in harsh environments where they might be exposed to dust or undergo automatic soldering and cleaning processes on a PCB production line. --- ### ## Common Applications * **Office Automation:** Printers, copiers, and fax machines. * **Industrial Equipment:** Small PLC outputs, robotic controllers, and sensors. * **Consumer Electronics:** Smart home appliances and HVAC controls. * **Battery Operated Devices:** Due to the low 3V coil requirement. --- ### ## Typical Circuit Connection When using this relay with a microcontroller (like an ESP32 or Arduino), ensure you use a **flyback diode** (e.g., 1N4148) across the coil to protect your driver circuit from voltage spikes when the relay turns off. ```cpp // Example: Logic for triggering the relay via a transistor digitalWrite(RELAY_PIN, HIGH); // Activates coil (3V), closes 2 Form A contacts ```
    ✨ Follow-up Questions
    • What is the difference between the standard DSP2A and the -R version in terms of wiring?
    • What is the maximum switching power for this relay in Watts?
    • Does this relay require a specific orientation for mounting on a PCB?