

The HILINK 220V AC to 24V DC is a compact and efficient power supply module designed to convert high-voltage AC (220V) into a stable 24V DC output. This component is widely used in applications requiring low-voltage DC power, such as industrial control systems, IoT devices, LED lighting, and embedded systems. Its small size and high efficiency make it an excellent choice for space-constrained designs.








The following table outlines the key technical details of the HILINK 220V AC to 24V DC module:
| Parameter | Value |
|---|---|
| Input Voltage Range | 100V AC to 240V AC |
| Output Voltage | 24V DC |
| Output Current | 0.5A (maximum) |
| Output Power | 12W |
| Efficiency | ≥ 85% |
| Frequency Range | 50Hz to 60Hz |
| Operating Temperature | -25°C to +70°C |
| Storage Temperature | -40°C to +85°C |
| Dimensions | 52mm x 27mm x 22mm |
| Isolation Voltage | 3000V AC |
| Safety Standards | CE, RoHS compliant |
The module has six pins for input and output connections. The pin configuration is as follows:
| Pin Number | Pin Name | Description |
|---|---|---|
| 1 | AC-L | Live input for 220V AC |
| 2 | AC-N | Neutral input for 220V AC |
| 3 | GND | Ground for 24V DC output |
| 4 | +24V | Positive 24V DC output |
| 5 | NC | Not connected (leave unconnected) |
| 6 | NC | Not connected (leave unconnected) |
The HILINK 220V AC to 24V DC module can be used to power an Arduino UNO via a step-down regulator (e.g., LM2596) to convert 24V DC to 5V DC. Below is an example circuit and Arduino code:
// Example code to blink an LED using Arduino UNO
// Ensure the HILINK module powers the Arduino via a step-down regulator
const int ledPin = 13; // Pin connected to the onboard LED
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
No Output Voltage
Overheating
Output Voltage Fluctuations
Module Not Powering On
Q1: Can this module be used with 110V AC input?
A1: Yes, the module supports an input voltage range of 100V AC to 240V AC.
Q2: Is the module suitable for outdoor use?
A2: No, the module is not weatherproof. Use it in a dry, indoor environment or within a weatherproof enclosure.
Q3: Can I connect multiple devices to the 24V output?
A3: Yes, as long as the total current draw does not exceed 0.5A.
Q4: Does the module require additional filtering?
A4: No, the module includes built-in filtering for stable DC output. However, additional filtering can be added if required for sensitive applications.