

The ANJ-HHS-11000W-48V, manufactured by ANENJI, is a high-performance power supply designed to deliver up to 11,000 watts of output power at a constant voltage of 48 volts. This robust and efficient power supply is ideal for demanding industrial and commercial applications, including high-power DC systems, electric vehicle charging stations, data centers, and renewable energy systems.
With its advanced design, the ANJ-HHS-11000W-48V ensures stable and reliable power delivery, making it a trusted choice for critical operations. Its compact form factor and high efficiency also make it suitable for space-constrained environments.








| Parameter | Value |
|---|---|
| Manufacturer | ANENJI |
| Model Number | ANJ-HHS-11000W-48V |
| Output Power | 11,000 W |
| Output Voltage | 48 V DC |
| Input Voltage Range | 180–260 V AC |
| Efficiency | ≥ 95% |
| Operating Temperature | -20°C to +50°C |
| Cooling Method | Forced air cooling (fan) |
| Dimensions | 300 mm x 200 mm x 100 mm |
| Weight | 5.5 kg |
| Protection Features | Overvoltage, Overcurrent, |
| Overtemperature, Short Circuit |
The ANJ-HHS-11000W-48V features terminal blocks for input and output connections. Below is the pin configuration:
| Pin Name | Description |
|---|---|
| L | Live AC input (180–260 V AC) |
| N | Neutral AC input |
| GND | Earth ground |
| Pin Name | Description |
|---|---|
| +V | Positive DC output (48 V) |
| -V | Negative DC output (Ground) |
Input Connection:
Output Connection:
Power On:
Load Considerations:
While the ANJ-HHS-11000W-48V is primarily designed for high-power applications, it can also be used to power low-voltage devices like an Arduino UNO by stepping down the voltage. Below is an example of how to use it with a DC-DC buck converter to power an Arduino UNO:
// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the Arduino is powered via the 5V output of the buck converter
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
}
| Issue | Possible Cause | Solution |
|---|---|---|
| No output voltage | Input power not connected or incorrect | Verify AC input connections and voltage |
| Overheating | Insufficient ventilation | Ensure proper airflow and cooling |
| Output voltage fluctuates | Load exceeds power supply capacity | Reduce the load to within 11,000 W |
| Power supply shuts down | Overcurrent or short circuit protection | Check for short circuits or reduce load |
Can I use this power supply for 12 V devices?
What happens if the input voltage exceeds 260 V AC?
Is the power supply waterproof?
Can I connect multiple units in parallel for higher power?
By following this documentation, users can safely and effectively integrate the ANJ-HHS-11000W-48V into their systems.