

The Ali AC-36VDC 180W 5A Power Supply (Manufacturer Part ID: WX-DC2416) is a high-performance power supply unit designed and manufactured by Shenzhen Smart Electronics Co., Ltd. This device efficiently converts AC voltage to a stable 36V DC output, delivering up to 180 watts of power with a maximum current of 5 amps. It is ideal for powering a wide range of electronic devices and systems, including industrial equipment, LED lighting, motor drivers, and other DC-powered applications.








The following table outlines the key technical specifications of the Ali AC-36VDC 180W 5A Power Supply:
| Parameter | Specification |
|---|---|
| Input Voltage Range | 100-240V AC, 50/60Hz |
| Output Voltage | 36V DC |
| Output Current | Up to 5A |
| Output Power | 180W (maximum) |
| Efficiency | ≥85% |
| Operating Temperature | -10°C to +60°C |
| Cooling Method | Natural air cooling |
| Dimensions | 110mm x 78mm x 36mm |
| Weight | Approximately 300g |
| Protection Features | Overload, overvoltage, short circuit |
The power supply has clearly labeled input and output terminals for easy connection. The table below describes the terminal configuration:
| Terminal Label | Description |
|---|---|
| L | Live wire input (AC mains) |
| N | Neutral wire input (AC mains) |
| GND | Ground connection (optional) |
| V+ | Positive DC output (36V) |
| V- | Negative DC output (ground) |
Input Connection:
L (Live) and N (Neutral) terminals.GND terminal for safety.Output Connection:
V+ (positive) and V- (negative) terminals.Power On:
The Ali AC-36VDC 180W 5A Power Supply can be used to power devices connected to an Arduino UNO. However, since the Arduino operates at 5V, a step-down voltage regulator (e.g., LM2596) is required to convert 36V to 5V. Below is an example circuit and Arduino code:
V+ and V- terminals to the input of the LM2596 voltage regulator.VIN and GND pins.// Example code to blink an LED connected to pin 13
// Ensure the power supply is properly connected to the Arduino via a step-down regulator
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
}
| Issue | Possible Cause | Solution |
|---|---|---|
| No output voltage | Incorrect input connection | Verify AC mains connections to L and N. |
| Output voltage too low or unstable | Overloaded power supply | Reduce the load to within 180W/5A limits. |
| Power supply overheating | Poor ventilation or excessive load | Ensure proper airflow and reduce the load. |
| Short circuit protection triggered | Output terminals shorted | Check and fix any short circuits in the load. |
Can this power supply be used outdoors?
What happens if the load exceeds 5A?
Can I adjust the output voltage?
Is it safe to operate the power supply continuously at full load?
By following this documentation, users can safely and effectively integrate the Ali AC-36VDC 180W 5A Power Supply into their projects.