

The Connector 2 In 2 Out is a versatile electronic component designed to route two input signals to two separate output paths. This component is commonly used in circuits where signal distribution or splitting is required. It provides a simple and reliable way to manage multiple signal paths without the need for complex circuitry.








The Connector 2 In 2 Out is a passive component with no active electronic parts. Below are its key technical details:
| Parameter | Value | 
|---|---|
| Maximum Voltage | 30V DC | 
| Maximum Current | 2A | 
| Contact Resistance | ≤ 50 mΩ | 
| Insulation Resistance | ≥ 100 MΩ | 
| Operating Temperature | -20°C to +70°C | 
| Connector Type | Screw terminal or pin header | 
| Dimensions | 25mm x 15mm x 10mm | 
The Connector 2 In 2 Out typically has four terminals or pins. The table below describes the pin configuration:
| Pin | Label | Description | 
|---|---|---|
| 1 | IN1 | First input signal terminal | 
| 2 | IN2 | Second input signal terminal | 
| 3 | OUT1 | Output terminal corresponding to IN1 | 
| 4 | OUT2 | Output terminal corresponding to IN2 | 
The Connector 2 In 2 Out can be used to route signals from an Arduino UNO to multiple devices. Below is an example of how to use it to distribute a PWM signal:
// Example code to generate a PWM signal on pin 9 of Arduino UNO
// This signal will be routed through the Connector 2 In 2 Out
void setup() {
  pinMode(9, OUTPUT); // Set pin 9 as an output
}
void loop() {
  analogWrite(9, 128); // Generate a 50% duty cycle PWM signal
  delay(1000);         // Wait for 1 second
  analogWrite(9, 255); // Generate a 100% duty cycle PWM signal
  delay(1000);         // Wait for 1 second
}
No Signal at Output Terminals
Signal Distortion
Overheating
Intermittent Connections
Q: Can this connector be used for AC signals?
A: Yes, the Connector 2 In 2 Out can handle low-frequency AC signals, provided they are within the voltage and current ratings.
Q: Is this connector suitable for high-speed data signals?
A: This connector is not optimized for high-speed data signals due to potential signal degradation. Use a specialized connector for such applications.
Q: Can I use this connector to split power signals?
A: Yes, it can be used to distribute power signals, but ensure the total current does not exceed 2A.
Q: How do I clean the connector?
A: Use a soft brush or compressed air to remove dust. Avoid using liquids that may damage the insulation.