

The Splicing Connector 4 by WAGO is a compact and reliable electrical connector designed to join two or more wires securely. It ensures a stable and durable electrical connection while maintaining the integrity of the circuit. This connector is particularly useful in applications where quick and tool-free wire connections are required.








The following table outlines the key technical details of the Splicing Connector 4:
| Parameter | Specification | 
|---|---|
| Manufacturer | WAGO | 
| Part ID | Splicing Connector | 
| Number of Connections | 4 | 
| Wire Size Compatibility | 28–12 AWG (solid or stranded wires) | 
| Voltage Rating | 450 V AC | 
| Current Rating | 32 A | 
| Operating Temperature | -35°C to +85°C | 
| Housing Material | Polycarbonate (flame-retardant, UL94-V0) | 
| Connection Type | Push-in spring technology | 
| Dimensions (L x W x H) | 20.5 mm x 18.6 mm x 8.3 mm | 
The Splicing Connector 4 does not have traditional pins but features four wire entry points. Each entry point corresponds to a single wire connection. The table below describes the wire entry points:
| Entry Point | Description | 
|---|---|
| 1 | Wire connection 1 (input/output) | 
| 2 | Wire connection 2 (input/output) | 
| 3 | Wire connection 3 (input/output) | 
| 4 | Wire connection 4 (input/output) | 
While the Splicing Connector 4 is not directly connected to an Arduino UNO, it can be used to simplify wiring in Arduino-based projects. For example, you can use the connector to join multiple ground wires or power supply lines.
// Example: Using Splicing Connector 4 to distribute power in an Arduino project
// Connect the 5V pin of the Arduino UNO to one entry point of the splicing connector.
// Use the remaining entry points to distribute 5V power to multiple components, such as
// sensors or modules.
void setup() {
  // Initialize components connected to the splicing connector
  pinMode(13, OUTPUT); // Example: LED connected to pin 13
}
void loop() {
  digitalWrite(13, HIGH); // Turn on the LED
  delay(1000);            // Wait for 1 second
  digitalWrite(13, LOW);  // Turn off the LED
  delay(1000);            // Wait for 1 second
}
Loose Wire Connections
Overheating
Wire Slippage
Can the Splicing Connector 4 be reused?
Is the connector suitable for outdoor use?
Can I connect wires of different sizes?
What tools are required for installation?
By following this documentation, you can effectively use the WAGO Splicing Connector 4 in your electrical and electronic projects.