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

How to Use CABLE AC 3 PIN: Examples, Pinouts, and Specs

Image of CABLE AC 3 PIN
Cirkit Designer LogoDesign with CABLE AC 3 PIN in Cirkit Designer

Introduction

The CABLE AC 3 PIN is a widely used electrical component designed for connecting devices to an alternating current (AC) power source. It features three pins: live, neutral, and ground, ensuring safe and reliable power delivery. This cable is commonly used in household appliances, computers, power tools, and other electronic devices requiring a grounded connection for safety.

Explore Projects Built with CABLE AC 3 PIN

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Dual 5V Power Supply Distribution Circuit with Toggle Switch Control
Image of rfdriver: A project utilizing CABLE AC 3 PIN in a practical application
This circuit consists of two 5V 5A power supplies connected to an AC wall plug point, providing DC output through a 12-way connector. The ground connections from both power supplies are interconnected and also connected to the ground pins of two toggle switches. The DC outputs from the power supplies are separately connected to different pins on the 12-way connector, with each power supply output being switchable via one of the toggle switches.
Cirkit Designer LogoOpen Project in Cirkit Designer
Wi-Fi Enabled AC Power Switch with RTL8720DN and 5V Relay
Image of Wiring Dehumidifier Controller: A project utilizing CABLE AC 3 PIN in a practical application
This circuit is designed to control an AC load using a 5V relay module, which is driven by a RTL8720DN microcontroller. The AC-DC PSU board converts 220V AC to 5V DC to power the microcontroller and the relay module. The microcontroller can switch the relay to turn the connected AC load on or off.
Cirkit Designer LogoOpen Project in Cirkit Designer
ESP32C3-Based Smart AC Light Controller with Voltage Sensing
Image of plugins: A project utilizing CABLE AC 3 PIN in a practical application
This circuit appears to be a smart AC power control system. The XIAO ESP32C3 microcontroller is used to monitor AC voltage through the ZMPT101B module and to control a 12v Relay, which in turn switches an AC Bulb on or off. The Mini AC-DC module provides the 5V power required by the microcontroller and the relay, while the AC Wire provides the AC power to the system.
Cirkit Designer LogoOpen Project in Cirkit Designer
AC-Powered 220 Fan and Water Pump Control System
Image of Air Cooler: A project utilizing CABLE AC 3 PIN in a practical application
This circuit consists of an AC power source that supplies power to both a 220V fan and a water pump. The AC source's positive and negative terminals are connected to the corresponding positive and negative inputs of the water pump and the 'L' and 'N' inputs of the fan, respectively, indicating that both loads are in parallel with the AC source.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with CABLE AC 3 PIN

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 rfdriver: A project utilizing CABLE AC 3 PIN in a practical application
Dual 5V Power Supply Distribution Circuit with Toggle Switch Control
This circuit consists of two 5V 5A power supplies connected to an AC wall plug point, providing DC output through a 12-way connector. The ground connections from both power supplies are interconnected and also connected to the ground pins of two toggle switches. The DC outputs from the power supplies are separately connected to different pins on the 12-way connector, with each power supply output being switchable via one of the toggle switches.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Wiring Dehumidifier Controller: A project utilizing CABLE AC 3 PIN in a practical application
Wi-Fi Enabled AC Power Switch with RTL8720DN and 5V Relay
This circuit is designed to control an AC load using a 5V relay module, which is driven by a RTL8720DN microcontroller. The AC-DC PSU board converts 220V AC to 5V DC to power the microcontroller and the relay module. The microcontroller can switch the relay to turn the connected AC load on or off.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of plugins: A project utilizing CABLE AC 3 PIN in a practical application
ESP32C3-Based Smart AC Light Controller with Voltage Sensing
This circuit appears to be a smart AC power control system. The XIAO ESP32C3 microcontroller is used to monitor AC voltage through the ZMPT101B module and to control a 12v Relay, which in turn switches an AC Bulb on or off. The Mini AC-DC module provides the 5V power required by the microcontroller and the relay, while the AC Wire provides the AC power to the system.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Air Cooler: A project utilizing CABLE AC 3 PIN in a practical application
AC-Powered 220 Fan and Water Pump Control System
This circuit consists of an AC power source that supplies power to both a 220V fan and a water pump. The AC source's positive and negative terminals are connected to the corresponding positive and negative inputs of the water pump and the 'L' and 'N' inputs of the fan, respectively, indicating that both loads are in parallel with the AC source.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Powering desktop computers, monitors, and printers
  • Connecting household appliances such as microwaves and refrigerators
  • Supplying power to industrial equipment and power tools
  • Ensuring electrical safety through proper grounding in sensitive devices

Technical Specifications

Key Technical Details

Parameter Specification
Voltage Rating 110V - 250V AC
Current Rating 6A - 16A (varies by cable type)
Frequency 50Hz / 60Hz
Cable Length Typically 1m to 3m (varies by model)
Connector Type IEC 60320 C13 (common for devices)
Pin Configuration Live, Neutral, Ground
Insulation Material PVC or Rubber
Operating Temperature -10°C to 70°C
Safety Standards Compliant with IEC and UL standards

Pin Configuration and Descriptions

Pin Name Description Wire Color (Standard)
Live (L) Carries the active current from the power source Brown
Neutral (N) Returns current to the power source Blue
Ground (G) Provides a safety path for fault currents Green/Yellow

Usage Instructions

How to Use the Component in a Circuit

  1. Inspect the Cable: Before use, ensure the cable is free from visible damage, such as cuts or exposed wires.
  2. Connect to Device: Plug the IEC connector (C13 or similar) into the device's power input port.
  3. Connect to Power Source: Insert the three-pin plug into a compatible AC wall socket.
  4. Verify Grounding: Ensure the wall socket has a proper ground connection to avoid electrical hazards.
  5. Power On: Turn on the device and confirm it operates as expected.

Important Considerations and Best Practices

  • Check Compatibility: Ensure the cable's voltage and current ratings match the device's requirements.
  • Avoid Overloading: Do not use the cable with devices that exceed its current rating.
  • Inspect Regularly: Periodically check for wear and tear, especially near the connectors.
  • Use in Dry Environments: Avoid using the cable in wet or humid conditions to prevent electrical shocks.
  • Proper Grounding: Always use a grounded outlet to ensure safety and prevent damage to sensitive electronics.

Example: Connecting to an Arduino UNO

While the CABLE AC 3 PIN itself does not directly interface with an Arduino UNO, it can be used to power an external power supply or adapter that provides DC power to the Arduino. Below is an example of how to use the cable indirectly:

  1. Connect the CABLE AC 3 PIN to an AC-to-DC adapter.
  2. Plug the adapter's DC output into the Arduino UNO's power jack.
  3. Use the following Arduino code to verify the board is powered and functioning:
// Simple LED Blink Test to Verify Arduino Power
// Connect an LED to pin 13 with a resistor in series

void setup() {
  pinMode(13, OUTPUT); // Set pin 13 as an output
}

void loop() {
  digitalWrite(13, HIGH); // Turn the LED on
  delay(1000);            // Wait for 1 second
  digitalWrite(13, LOW);  // Turn the LED off
  delay(1000);            // Wait for 1 second
}

Troubleshooting and FAQs

Common Issues Users Might Face

  1. Cable Does Not Fit the Device or Socket:

    • Solution: Verify the connector type (e.g., IEC C13) and ensure compatibility with the device and wall socket.
  2. Device Does Not Power On:

    • Solution: Check the wall socket for power. Inspect the cable for damage or loose connections.
  3. Overheating of the Cable:

    • Solution: Ensure the connected device does not exceed the cable's current rating. Replace the cable if insulation appears damaged.
  4. Electrical Shocks or Sparks:

    • Solution: Stop using the cable immediately. Inspect for exposed wires or damaged insulation. Ensure the wall socket is properly grounded.

Tips for Troubleshooting

  • Use a multimeter to check continuity between the pins and wires.
  • Test the wall socket with another device to confirm it is supplying power.
  • Replace the cable if it shows signs of wear, such as frayed wires or loose connectors.

By following this documentation, users can safely and effectively utilize the CABLE AC 3 PIN for powering their devices while ensuring proper operation and safety.