The LRS-100-15 Power Supply by Mean Well is a compact, low-cost, and highly efficient switching power supply. It delivers a stable 15V DC output with a maximum current of 6.67A, making it ideal for powering a wide range of electronic devices and systems. With its robust design and high reliability, the LRS-100-15 is suitable for industrial automation, LED lighting, communication equipment, and general-purpose electronics.
The following table outlines the key technical details of the LRS-100-15 Power Supply:
Parameter | Value |
---|---|
Manufacturer | Mean Well |
Model Number | LRS-100-15 |
Output Voltage | 15V DC |
Output Current | 6.67A (maximum) |
Output Power | 100.05W (nominal), 105W (peak) |
Input Voltage Range | 85-264V AC / 120-370V DC |
Efficiency | Up to 89% |
Operating Temperature | -30°C to +70°C |
Dimensions | 129mm x 97mm x 30mm |
Weight | 340g |
Safety Standards | UL62368-1, EN62368-1, IEC62368-1 |
The LRS-100-15 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 (15V) |
2 | V- | Negative DC output (Ground) |
Pin | Label | Description |
---|---|---|
1 | V ADJ | Output voltage adjustment (13.5-16.5V) |
The LRS-100-15 can be used to power an Arduino UNO and other peripherals. Below is an example circuit and code:
// Example code to blink an LED using Arduino UNO powered by LRS-100-15
// Ensure the power supply output is properly connected to the Arduino VIN and GND.
const int ledPin = 13; // Built-in LED pin on Arduino UNO
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
}
Issue | Possible Cause | Solution |
---|---|---|
No output voltage | Input not connected or incorrect | Verify AC input connections and voltage. |
Output voltage too high or too low | Incorrect adjustment of V ADJ | Adjust the V ADJ potentiometer to the desired voltage. |
Overheating | Poor ventilation or overloading | Ensure proper airflow and reduce the load. |
Power supply shuts down intermittently | Overcurrent or short circuit protection | Check the load for shorts or excessive current draw. |
Can I use the LRS-100-15 to power a 12V device?
What happens if I exceed the maximum current rating?
Is the LRS-100-15 suitable for outdoor use?
Can I use this power supply with a battery?
By following the guidelines and recommendations in this documentation, you can safely and effectively use the LRS-100-15 Power Supply in your projects.