A plug is a device that connects an electrical appliance to a power source, allowing electricity to flow into the appliance. It is an essential component in electrical systems, enabling the safe and efficient transfer of power. Plugs are commonly used in household appliances, industrial equipment, and portable devices. They come in various types and configurations to suit different power standards and regions.
The technical specifications of a plug can vary depending on its type and intended use. Below are general specifications for a standard household plug:
Parameter | Value/Description |
---|---|
Voltage Rating | 110V - 240V AC (varies by region) |
Current Rating | 6A - 16A (depending on plug type) |
Frequency | 50Hz or 60Hz |
Material | Thermoplastic or thermoset for insulation |
Contact Material | Brass or copper alloy |
Safety Features | Grounding pin, insulated prongs |
The pin configuration of a plug depends on its type. Below is an example of a standard three-pin plug:
Pin Name | Description |
---|---|
Live (L) | Carries the current from the power source. |
Neutral (N) | Completes the circuit back to the power source. |
Ground (G) | Provides a safety path for fault currents. |
If you are using a plug to power an Arduino UNO via an external power adapter, follow these steps:
// Example Arduino code to blink an LED
// Connect an LED to pin 13 with a resistor in series
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output pin
}
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
}
Plug Does Not Fit Outlet:
Appliance Does Not Power On:
Overheating Plug:
Sparking When Plugging In: