Dual Pin 12V 2Amp Power Adapter
Dual Pin 12V 2Amp Power Adapter
The Dual Pin 12V 2Amp Power Adapter is a compact and efficient power supply component designed to provide a stable 12V DC output at a maximum current of 2A. This adapter is ideal for powering small to medium-sized devices, peripherals, and IoT projects that require a reliable and consistent power source.
| The primary function of the Dual Pin 12V 2Amp Power Adapter is to convert AC power from a mains outlet to a stable DC output, which can be used to power devices such as |
Small electronics and gadgets
IoT devices and sensors
Peripherals such as routers, modems, and hubs
Low-power motors and actuators
LED strips and lighting systems
Overvoltage protection (OVP)
Short-circuit protection (SCP)
Overcurrent protection (OCP)
Thermal protection
UL (Underwriters Laboratories) certified
CE (Conformit Europene) certified
RoHS (Restriction of Hazardous Substances) compliant
60mm x 40mm x 25mm (2.36in x 1.57in x 0.98in)
120g (4.3oz)
Fire-resistant plastic
| The Dual Pin 12V 2Amp Power Adapter is suitable for a wide range of applications, including |
IoT projects and devices
Home automation systems
Small electronics and gadgets
LED lighting systems
Peripherals and accessories for computers and gaming consoles
Polybag or bubble wrap
10 pieces per box, with each box containing 10 individual adapters
Dual Pin 12V 2Amp Power Adapter DocumentationOverviewThe Dual Pin 12V 2Amp Power Adapter is a compact and efficient power supply module designed for IoT applications. It provides a stable 12V output with a maximum current rating of 2A, making it suitable for powering small to medium-sized devices. This adapter features a dual-pin connector, allowing for easy integration into a variety of projects.Key FeaturesInput: 100-240V AC, 50-60Hz
Output: 12V DC, 2A
Dual-pin connector (2.5mm x 5.5mm)
Compact size: 45mm x 25mm x 25mm
High efficiency: >85%
Overload and short-circuit protectionConnecting the Power AdapterTo use the Dual Pin 12V 2Amp Power Adapter, simply connect it to a power source (such as a wall outlet) and attach the dual-pin connector to your device.Example 1: Powering an Arduino ProjectIn this example, we'll use the Dual Pin 12V 2Amp Power Adapter to power an Arduino Uno board and a small LED circuit.Hardware RequirementsArduino Uno board
Dual Pin 12V 2Amp Power Adapter
LED module (12V)
Breadboard and jumper wiresCode Example (Arduino)
```c
const int ledPin = 13; // Pin 13 for the LED modulevoid setup() {
pinMode(ledPin, OUTPUT);
}void loop() {
digitalWrite(ledPin, HIGH);
delay(1000);
digitalWrite(ledPin, LOW);
delay(1000);
}
```
Example 2: Powering a Raspberry Pi ProjectIn this example, we'll use the Dual Pin 12V 2Amp Power Adapter to power a Raspberry Pi 4 and a small USB device.Hardware RequirementsRaspberry Pi 4
Dual Pin 12V 2Amp Power Adapter
USB device (e.g., USB keyboard)Code Example (Python)
```python
import timewhile True:
# Perform some task here, e.g., read data from a sensor
print("Raspberry Pi is running...")
time.sleep(1)
```
Important NotesEnsure the Dual Pin 12V 2Amp Power Adapter is used within its specified operating conditions to avoid damage or failure.
Always follow proper safety precautions when working with electrical components.
The power adapter should be used with devices that require a 12V DC input and do not exceed the maximum current rating of 2A.