Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use SOCKET 3 GANG: Examples, Pinouts, and Specs

Image of SOCKET 3 GANG
Cirkit Designer LogoDesign with SOCKET 3 GANG in Cirkit Designer

Introduction

The SOCKET 3 GANG (Manufacturer: MK, Part ID: 13 AMP DOUBLE POLE) is a multi-socket connector designed to allow three devices to be plugged in simultaneously. It is commonly used for power distribution in electronic circuits, home appliances, and industrial setups. This component is ideal for applications requiring multiple power connections from a single source, ensuring convenience and efficient power management.

Explore Projects Built with SOCKET 3 GANG

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Heater Control Circuit with Power Socket Integration
Image of Simple Water Heater: A project utilizing SOCKET 3 GANG in a practical application
The circuit connects a heater to a power source via a socket. The heater is likely to be powered directly from the socket, with the positive and negative terminals of the socket providing the necessary voltage and ground connections to the heater. There are no control elements or sensors present in the circuit, indicating that the heater operates at a constant power level when connected.
Cirkit Designer LogoOpen Project in Cirkit Designer
Toggle Switch Controlled Lamp Circuit with Banana Sockets
Image of STAIRCASE: A project utilizing SOCKET 3 GANG in a practical application
This circuit consists of two toggle switches and a red lamp connected to panel mount banana sockets. The switches control the connection between the red and black banana sockets, allowing the lamp to be turned on or off depending on the switch positions.
Cirkit Designer LogoOpen Project in Cirkit Designer
ESP32-Controlled AC Lighting System with Current Sensing
Image of medidor-energia-1: A project utilizing SOCKET 3 GANG in a practical application
This circuit features an ESP32 microcontroller connected to a 4-channel relay module, which is used to control the power to three AC LED bulbs. The ESP32's GPIO pins are wired to the relay inputs, enabling it to switch the bulbs on and off. Additionally, a current sensor is connected to one of the relay's common terminals to monitor the current flow, and all LED bulbs share a common neutral connection to a socket.
Cirkit Designer LogoOpen Project in Cirkit Designer
ESP32 CAM Controlled Traffic Light System
Image of traffic light: A project utilizing SOCKET 3 GANG in a practical application
This circuit consists of multiple ESP32 CAM modules each connected to a corresponding traffic light module, controlling the red, yellow, and green LEDs through GPIO pins. A TP4056 charging module is connected to a 12V battery, providing power management and charging capabilities. A rocker switch (SPST) is used to control the power flow from the battery to the ESP32 CAM modules and traffic light modules.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with SOCKET 3 GANG

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of Simple Water Heater: A project utilizing SOCKET 3 GANG in a practical application
Heater Control Circuit with Power Socket Integration
The circuit connects a heater to a power source via a socket. The heater is likely to be powered directly from the socket, with the positive and negative terminals of the socket providing the necessary voltage and ground connections to the heater. There are no control elements or sensors present in the circuit, indicating that the heater operates at a constant power level when connected.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of STAIRCASE: A project utilizing SOCKET 3 GANG in a practical application
Toggle Switch Controlled Lamp Circuit with Banana Sockets
This circuit consists of two toggle switches and a red lamp connected to panel mount banana sockets. The switches control the connection between the red and black banana sockets, allowing the lamp to be turned on or off depending on the switch positions.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of medidor-energia-1: A project utilizing SOCKET 3 GANG in a practical application
ESP32-Controlled AC Lighting System with Current Sensing
This circuit features an ESP32 microcontroller connected to a 4-channel relay module, which is used to control the power to three AC LED bulbs. The ESP32's GPIO pins are wired to the relay inputs, enabling it to switch the bulbs on and off. Additionally, a current sensor is connected to one of the relay's common terminals to monitor the current flow, and all LED bulbs share a common neutral connection to a socket.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of traffic light: A project utilizing SOCKET 3 GANG in a practical application
ESP32 CAM Controlled Traffic Light System
This circuit consists of multiple ESP32 CAM modules each connected to a corresponding traffic light module, controlling the red, yellow, and green LEDs through GPIO pins. A TP4056 charging module is connected to a 12V battery, providing power management and charging capabilities. A rocker switch (SPST) is used to control the power flow from the battery to the ESP32 CAM modules and traffic light modules.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Power distribution in residential and commercial environments.
  • Connecting multiple electronic devices to a single power source.
  • Temporary power setups for events or workshops.
  • Industrial equipment requiring multiple power outlets.

Technical Specifications

The following table outlines the key technical details of the SOCKET 3 GANG:

Parameter Specification
Manufacturer MK
Part ID 13 AMP DOUBLE POLE
Rated Voltage 250V AC
Rated Current 13A
Number of Outlets 3
Connector Type UK 3-pin (BS 1363)
Material High-quality thermoplastic
Safety Features Double pole switch, childproof shutters
Mounting Type Wall-mounted or portable
Dimensions 86mm x 146mm x 30mm (approx.)
Compliance BS 1363, CE certified

Pin Configuration and Descriptions

The SOCKET 3 GANG uses the standard UK 3-pin configuration. Below is a description of the pins:

Pin Name Description
Live (L) Supplies the active phase of the AC voltage.
Neutral (N) Completes the circuit for current flow.
Earth (E) Provides safety by grounding the device.

Usage Instructions

How to Use the Component in a Circuit

  1. Installation:

    • Ensure the power supply is turned off before installation.
    • If wall-mounting, securely fix the SOCKET 3 GANG to the wall using screws and anchors.
    • Connect the live (L), neutral (N), and earth (E) wires to the corresponding terminals on the socket.
  2. Operation:

    • Plug the devices into the three available outlets.
    • Use the double pole switch to turn the power on or off for all connected devices simultaneously.
  3. Testing:

    • After installation, test the socket with a voltage tester to ensure proper wiring.
    • Verify that all three outlets are functioning correctly.

Important Considerations and Best Practices

  • Overloading: Do not exceed the maximum current rating of 13A. Overloading can cause overheating and damage.
  • Grounding: Always ensure the earth pin is properly connected to avoid electrical hazards.
  • Environment: Avoid using the socket in damp or wet conditions unless it is specifically rated for such environments.
  • Inspection: Periodically inspect the socket for signs of wear, damage, or loose connections.

Arduino UNO Compatibility

The SOCKET 3 GANG is not directly compatible with Arduino UNO or other microcontrollers, as it is designed for high-voltage AC power distribution. However, it can be used in conjunction with relays or solid-state switches to control AC devices via an Arduino. Below is an example of how to control an AC device connected to the SOCKET 3 GANG using a relay module:

/*
  Example: Controlling an AC device connected to SOCKET 3 GANG
  using a relay module and Arduino UNO.

  Note: Ensure proper isolation between the high-voltage AC circuit
  and the low-voltage Arduino circuit. Use a relay module with optocoupler
  for safety.
*/

const int relayPin = 7; // Pin connected to the relay module

void setup() {
  pinMode(relayPin, OUTPUT); // Set relay pin as output
  digitalWrite(relayPin, LOW); // Ensure relay is off at startup
}

void loop() {
  // Turn on the relay (and the connected AC device)
  digitalWrite(relayPin, HIGH);
  delay(5000); // Keep the device on for 5 seconds

  // Turn off the relay (and the connected AC device)
  digitalWrite(relayPin, LOW);
  delay(5000); // Keep the device off for 5 seconds
}

Troubleshooting and FAQs

Common Issues Users Might Face

  1. No Power to Outlets:

    • Cause: Loose wiring or faulty connections.
    • Solution: Check the wiring connections and ensure they are secure.
  2. Overheating:

    • Cause: Overloading the socket beyond its 13A rating.
    • Solution: Reduce the load by unplugging some devices.
  3. Tripped Circuit Breaker:

    • Cause: Short circuit or ground fault.
    • Solution: Inspect the wiring and connected devices for faults.
  4. Device Not Turning On:

    • Cause: Faulty double pole switch or damaged outlet.
    • Solution: Replace the switch or socket if necessary.

Solutions and Tips for Troubleshooting

  • Always turn off the power supply before inspecting or repairing the socket.
  • Use a multimeter to check for continuity and proper voltage levels.
  • If the socket is damaged, replace it with a new one to ensure safety and reliability.
  • Consult a qualified electrician for complex issues or installations.

By following this documentation, users can safely and effectively utilize the SOCKET 3 GANG for their power distribution needs.