

The WX-DC2416 is a compact and efficient AC-DC power supply designed to convert alternating current (AC) from a mains power source into a stable direct current (DC) output. Manufactured by Generic, this power supply is ideal for powering a wide range of electronic devices and circuits that require a reliable DC voltage source. Its robust design ensures consistent performance, making it suitable for both hobbyist and professional applications.








The WX-DC2416 is designed to meet the needs of various low-power electronic applications. Below are its key technical specifications:
| Parameter | Specification |
|---|---|
| Input Voltage Range | 100-240V AC, 50/60Hz |
| Output Voltage | 24V DC |
| Output Current | 1.6A |
| Output Power | 38.4W |
| Efficiency | ≥85% |
| Ripple and Noise | ≤120mV |
| Operating Temperature | -20°C to +60°C |
| Storage Temperature | -40°C to +85°C |
| Dimensions | 85mm x 58mm x 33mm |
| Weight | 120g |
| Safety Features | Overload, overvoltage, and short-circuit protection |
The WX-DC2416 features a simple input and output terminal configuration:
| Pin/Terminal | Label | Description |
|---|---|---|
| 1 | L | Live AC input (connect to mains live wire) |
| 2 | N | Neutral AC input (connect to mains neutral wire) |
| 3 | +V | Positive DC output |
| 4 | -V | Negative DC output (ground) |
Connect the AC Input:
Connect the DC Output:
Power On:
The WX-DC2416 can be used to power an Arduino UNO by connecting its output to the Arduino's power input. Below is an example setup:
// Example Arduino code to blink an LED when powered by WX-DC2416
// Connect an LED to pin 13 with a 220-ohm 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
}
No Output Voltage:
Output Voltage Too Low or Unstable:
Overheating:
Short Circuit Protection Triggered:
Q: Can the WX-DC2416 be used outdoors?
A: The WX-DC2416 is not weatherproof and should only be used in dry, indoor environments. For outdoor use, ensure it is housed in a weatherproof enclosure.
Q: Is the output voltage adjustable?
A: No, the WX-DC2416 provides a fixed 24V DC output.
Q: Can I use this power supply to charge a 24V battery?
A: While the WX-DC2416 can provide 24V DC, it is not specifically designed for battery charging. Use a dedicated battery charger for optimal performance and safety.
Q: What happens if I exceed the maximum output current?
A: The WX-DC2416 includes overload protection, which will shut down the output to prevent damage. Reduce the load and restart the power supply.
By following this documentation, users can safely and effectively integrate the WX-DC2416 into their projects.