The HLK-PM01 is a compact, high-efficiency AC-DC power module manufactured by HI LINK. This module is designed to convert AC mains voltage to a stable DC output, making it an ideal choice for powering various electronic devices. Its small size and high efficiency make it suitable for applications where space and power efficiency are critical.
Parameter | Value |
---|---|
Input Voltage | 90-264V AC |
Output Voltage | 5V DC |
Output Current | 600mA |
Output Power | 3W |
Efficiency | ≥70% |
Ripple & Noise | ≤50mV |
Operating Temp. | -25°C to +60°C |
Storage Temp. | -40°C to +80°C |
Dimensions | 35mm x 18mm x 15mm |
Weight | 12g |
Pin Number | Pin Name | Description |
---|---|---|
1 | AC(L) | Live AC input |
2 | AC(N) | Neutral AC input |
3 | +Vout | Positive DC output (5V) |
4 | -Vout | Negative DC output (Ground) |
No Output Voltage:
Overheating:
Output Voltage Fluctuations:
Q1: Can I use the HLK-PM01 to power my Arduino UNO?
Q2: Is the HLK-PM01 suitable for outdoor use?
Q3: What should I do if the module stops working?
Below is an example code to power an Arduino UNO using the HLK-PM01 module:
// Example code to blink an LED on Arduino UNO powered by HLK-PM01
const int ledPin = 13; // Pin number for 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
}
This code will blink the onboard LED of the Arduino UNO, demonstrating a simple use case of the HLK-PM01 module as a power supply.
This documentation provides a comprehensive overview of the HLK-PM01 AC-DC power module, including its technical specifications, usage instructions, and troubleshooting tips. Whether you are a beginner or an experienced user, this guide will help you effectively utilize the HLK-PM01 in your projects.