

The AC110-245V to DC12V 6A Power Supply Module (Manufacturer Part ID: WX-DC2407) is a compact and efficient power supply solution designed to convert high-voltage alternating current (AC) input (110-245V) into a stable 12V direct current (DC) output. With a maximum current capacity of 6A and a power output of 70W, this module is ideal for powering a wide range of electronic devices, including LED strips, surveillance cameras, and small appliances.








The following table outlines the key technical details of the module:
| Parameter | Specification |
|---|---|
| Input Voltage Range | AC 110V - 245V |
| Output Voltage | DC 12V |
| Maximum Output Current | 6A |
| Maximum Power Output | 70W |
| Efficiency | ≥85% |
| Operating Temperature | -20°C to +60°C |
| Dimensions | 85mm x 58mm x 33mm |
| Weight | ~120g |
| Protection Features | Overload, Overvoltage, Short Circuit |
The module has clearly labeled input and output terminals for easy integration into circuits. The table below describes the terminal connections:
| Terminal Label | Description |
|---|---|
| L | Live AC input (110-245V) |
| N | Neutral AC input |
| GND | Ground connection for DC output |
| +12V | Positive 12V DC output |
L.N.+12V terminal.GND terminal.This module can be used to power an Arduino UNO and other peripherals. Below is an example of how to connect the module to an Arduino UNO:
+12V terminal of the module to the VIN pin of the Arduino UNO.GND terminal of the module to the GND pin of the Arduino UNO.// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the Arduino is powered via the 12V power supply module
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
}
No Output Voltage:
L and N).Overheating:
Output Voltage Fluctuations:
Short Circuit Protection Triggered:
Q1: Can this module be used outdoors?
A1: No, the module is not waterproof. It should be used in a dry, indoor environment.
Q2: Can I use this module to charge a 12V battery?
A2: This module is not designed for battery charging as it lacks current regulation features required for safe charging.
Q3: What happens if the input voltage exceeds 245V?
A3: The module may get damaged. Always ensure the input voltage stays within the specified range of 110-245V AC.
Q4: Is it safe to use this module with inductive loads like motors?
A4: Yes, but ensure the load does not exceed the module's power and current ratings. For high inrush currents, additional protection may be required.
By following this documentation, users can safely and effectively integrate the AC110-245V to DC12V 6A Power Supply Module into their projects.