

The Adaptor 12V by Power (Manufacturer Part ID: Power) is a device designed to convert electrical power from a standard AC outlet (typically 110V or 220V, depending on the region) into a stable 12-volt DC output. This adaptor is widely used to power a variety of electronic devices, including routers, LED strips, small appliances, and DIY electronics projects.








Below are the key technical details for the Adaptor 12V:
| Parameter | Specification |
|---|---|
| Input Voltage | 100-240V AC, 50/60Hz |
| Output Voltage | 12V DC |
| Output Current | 1A, 2A, or 5A (varies by model) |
| Power Rating | Up to 60W (depending on model) |
| Connector Type | Barrel Jack (5.5mm outer, 2.1mm inner) |
| Efficiency | ≥ 85% |
| Operating Temperature | 0°C to 40°C |
| Storage Temperature | -20°C to 70°C |
| Safety Features | Overload protection, short-circuit protection, over-voltage protection |
The Adaptor 12V typically uses a barrel jack connector. Below is the pin configuration:
| Pin | Description |
|---|---|
| Outer | Ground (GND) |
| Inner | +12V DC (Positive Voltage) |
The Adaptor 12V can be used to power an Arduino UNO via its DC barrel jack. Below is an example of how to connect and use it:
If you are using the adaptor to power an Arduino UNO for a project, here is a simple example code to blink an LED:
// This code blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the adaptor is properly connected to power the Arduino.
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
}
Adaptor Not Powering the Device
Device Not Turning On
Adaptor Overheating
LED Indicator Not Lit
Q: Can I use this adaptor to charge a 12V battery?
A: No, this adaptor is not designed for charging batteries. It provides a constant 12V output, which is unsuitable for battery charging applications.
Q: Is the adaptor waterproof?
A: No, the adaptor is not waterproof. Avoid using it in wet or humid environments.
Q: Can I use this adaptor with a device requiring less than 12V?
A: No, using this adaptor with a device requiring less than 12V may damage the device. Always match the voltage requirements.
Q: What happens if I reverse the polarity?
A: Reversing the polarity can damage the connected device. Always ensure the inner pin is positive and the outer sleeve is ground.
This concludes the documentation for the Adaptor 12V by Power.