6V to 24V DC
6V to 24V DC
5V DC
Up to 0.4A
Up to 85%
-40C to 85C
-40C to 125C
21.5mm x 17.5mm x 10mm
approximately 5g
UL, CE, and RoHS compliant
Over-voltage protection, under-voltage protection, and short-circuit protection
Over-current protection and short-circuit protection
Galvanic isolation between input and output
Pinout
The HLK-2M05 module has four pins |
Input voltage pin (6V to 24V DC)
Output voltage pin (5V DC)
Ground pin
Enable pin (active low)
Applications
The Hi-Link HLK-2M05 is suitable for a wide range of applications, including |
IoT devices and sensors
Microcontroller-based projects
Small electronic devices and appliances
Battery-powered devices
Solar-powered devices
Industrial control systems
Advantages
High efficiency and low power consumption
Compact and lightweight design
Wide input voltage range
Stable and regulated output voltage
Over-voltage, under-voltage, and short-circuit protection
Galvanic isolation between input and output
Conclusion
The Hi-Link HLK-2M05 5V 0.4A Switch Power Supply Module is a reliable and efficient power solution for small electronic devices and IoT projects. Its compact design, high efficiency, and wide input voltage range make it an ideal choice for a variety of applications.
Hi-Link HLK-2M05 5V 0.4A Switch Power Supply Module Documentation
Overview
The Hi-Link HLK-2M05 is a compact, high-reliability switch power supply module that provides a regulated 5V output with a maximum current of 0.4A. This module is ideal for powering IoT devices, microcontrollers, and other small electronic projects.
Features
Input voltage: 100-240V AC
Output voltage: 5V DC
Output current: 0.4A
High efficiency: up to 85%
Compact size: 38.5 x 24.5 x 15.5 mm
Isolation: 3000V AC
Pinout
The HLK-2M05 module has a simple 4-pin interface:
Vin: Input voltage (100-240V AC)
GND: Ground
Vout: Regulated 5V output
GND: Ground
Using the Hi-Link HLK-2M05 with an Arduino Board
In this example, we will use the HLK-2M05 to power an Arduino Uno board, which requires a 5V power supply.
Hardware Connection
Connect the Vin pin of the HLK-2M05 to a 100-240V AC power source (e.g., a wall outlet)
Connect the GND pin of the HLK-2M05 to the GND pin of the Arduino Uno
Connect the Vout pin of the HLK-2M05 to the 5V pin of the Arduino Uno
Arduino Code
In this example, we will use the Arduino Uno to blink an LED connected to digital pin 13.
```c
void setup() {
pinMode(13, OUTPUT);
}
void loop() {
digitalWrite(13, HIGH);
delay(1000);
digitalWrite(13, LOW);
delay(1000);
}
```
Using the Hi-Link HLK-2M05 with a Raspberry Pi
In this example, we will use the HLK-2M05 to power a Raspberry Pi, which requires a 5V power supply.
Hardware Connection
Connect the Vin pin of the HLK-2M05 to a 100-240V AC power source (e.g., a wall outlet)
Connect the GND pin of the HLK-2M05 to the GND pin of the Raspberry Pi
Connect the Vout pin of the HLK-2M05 to the 5V pin of the Raspberry Pi
Python Code
In this example, we will use the Raspberry Pi to print a message to the console.
```python
print("Hello, World!")
```
Important Notes
Make sure to follow proper safety precautions when working with AC power sources.
Ensure that the HLK-2M05 module is properly ventilated to prevent overheating.
The HLK-2M05 module should be used within its specified operating temperature range of -20C to 60C.
By following these examples and guidelines, you can safely and effectively use the Hi-Link HLK-2M05 switch power supply module to power your IoT projects.