The MeanWell LRS-100-12 is a compact and reliable AC-to-DC power supply designed to deliver a stable 12V DC output with a maximum current of 8.5A. This power supply is ideal for powering a wide range of electronic devices, including LED lighting systems, industrial control systems, single-board computers, and other low-voltage applications. Its robust design ensures high efficiency, low power consumption, and long-term reliability.
The following table outlines the key technical specifications of the MeanWell LRS-100-12 power supply:
Parameter | Value |
---|---|
Input Voltage Range | 85-264V AC / 120-370V DC |
Output Voltage | 12V DC |
Maximum Output Current | 8.5A |
Maximum Output Power | 102W |
Efficiency | Up to 89% |
Operating Temperature | -30°C to +70°C |
Dimensions | 129mm x 97mm x 30mm |
Weight | 340g |
Protection Features | Overload, Overvoltage, Overtemperature, Short Circuit |
The MeanWell LRS-100-12 features screw terminal connections for input and output. The pin configuration is as follows:
Pin | Label | Description |
---|---|---|
1 | L | Live AC input |
2 | N | Neutral AC input |
3 | FG | Frame Ground (Earth connection) |
Pin | Label | Description |
---|---|---|
1 | V+ | Positive DC output (12V) |
2 | V- | Negative DC output (Ground) |
L
terminal.N
terminal.FG
terminal for safety.V+
terminal to the positive input of your load or circuit.V-
terminal to the ground or negative input of your load or circuit.To power an Arduino UNO using the MeanWell LRS-100-12:
V+
terminal to the Arduino's VIN pin.V-
terminal to the Arduino's GND pin.Here is an example Arduino sketch to blink an LED when powered by the LRS-100-12:
// Blink an LED connected to pin 13
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
}
No Output Voltage:
L
and N
) and ensure the power supply is receiving power.V+
and V-
terminals.Overheating:
Voltage Fluctuations:
Short Circuit Protection Triggered:
Q: Can I use this power supply to charge a 12V battery?
A: While the LRS-100-12 can provide 12V DC, it is not designed as a battery charger. Use a dedicated battery charger for safe and efficient charging.
Q: Is the power supply suitable for outdoor use?
A: No, the LRS-100-12 is not weatherproof. It should be used in indoor environments or within a weatherproof enclosure.
Q: Can I connect multiple LRS-100-12 units in parallel for higher current?
A: No, the LRS-100-12 is not designed for parallel operation. Use a higher-capacity power supply if more current is required.
Q: How do I know if the power supply is overloaded?
A: The power supply includes overload protection. If overloaded, it will reduce the output or shut down to protect itself. Reduce the load and restart the power supply.