

The VILONG 6-Outlet Power Strip (Part ID: 120v/15a/1800W) is a versatile and reliable power distribution device designed to provide six electrical outlets from a single wall socket. This power strip is ideal for powering multiple devices simultaneously, making it a convenient solution for home, office, and workshop environments. Many models also include surge protection to safeguard connected devices from voltage spikes, as well as individual switches for enhanced control.








| Parameter | Specification |
|---|---|
| Manufacturer | VILONG |
| Part ID | 120v/15a/1800W |
| Input Voltage | 120V AC |
| Maximum Current | 15A |
| Maximum Power Rating | 1800W |
| Number of Outlets | 6 |
| Surge Protection | Optional (varies by model) |
| Cord Length | Typically 4-6 feet (varies by model) |
| Outlet Type | Standard NEMA 5-15R (3-prong) |
| Safety Certifications | UL Listed (varies by model) |
The 6-outlet power strip does not have traditional pins like an IC or microcontroller. Instead, it features six standard NEMA 5-15R outlets. Below is a description of the key components:
| Component | Description |
|---|---|
| NEMA 5-15R Outlets | Standard 3-prong outlets for connecting devices. |
| Power Switch | Controls power to all outlets (some models may have individual switches). |
| Surge Protection Indicator | LED that indicates active surge protection (if included). |
| Reset Button | Resets the circuit breaker in case of overload (if included). |
| Power Cord | Connects the power strip to a wall socket. |
The 6-outlet power strip is a standalone device and does not require integration into a circuit. Follow these steps to use it safely:
While the 6-outlet power strip is not directly connected to an Arduino UNO, it can be used to power devices in an Arduino project setup. For example, you can use the power strip to supply power to an Arduino-compatible power adapter, sensors, or other peripherals.
// Example: Powering an Arduino UNO with a 6-outlet power strip
// Note: The power strip is used to supply power to the Arduino's adapter.
// Ensure the adapter is rated for 120V AC input and 5V DC output.
void setup() {
// Initialize Arduino components here
// Example: Setting up a pin for an LED
pinMode(13, OUTPUT); // Pin 13 is configured as an output for an LED
}
void loop() {
// Blink an LED to demonstrate Arduino functionality
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
}
Power Strip Does Not Turn On:
Devices Are Not Receiving Power:
Surge Protection Indicator Is Off:
Overheating or Burning Smell:
By following these guidelines, you can ensure safe and efficient use of the VILONG 6-Outlet Power Strip.