

The LRS2092s is a low-profile, high-efficiency switching power supply designed for a wide range of electronic applications. It delivers a stable output voltage and current, making it ideal for powering devices in industrial, telecommunications, and consumer electronics. Its compact design and high efficiency make it a reliable choice for systems requiring consistent power delivery in a small form factor.








| Parameter | Value |
|---|---|
| Input Voltage Range | 85-264 VAC / 120-370 VDC |
| Output Voltage Options | 5V, 12V, 24V, 48V (varies by model) |
| Output Current | Up to 10A (depending on model) |
| Efficiency | Up to 91% |
| Operating Temperature | -30°C to +70°C |
| Dimensions | 159mm x 97mm x 30mm |
| Weight | ~0.5 kg |
| Protection Features | Overload, overvoltage, short circuit |
The LRS2092s features screw terminal connections for input and output. Below is the pin configuration:
| Pin Name | Description |
|---|---|
| L | Live AC input |
| N | Neutral AC input |
| FG | Frame ground (Earth connection) |
| Pin Name | Description |
|---|---|
| V+ | Positive DC output |
| V- | Negative DC output (ground) |
| ADJ | Output voltage adjustment (potentiometer) |
The LRS2092s can be used to power an Arduino UNO and other peripherals. Below is an example setup:
// Example code to blink an LED using Arduino UNO powered by LRS2092s
// Ensure the LRS2092s output is set to 5V before connecting to the Arduino.
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
}
| Issue | Possible Cause | Solution |
|---|---|---|
| No output voltage | Input power not connected or incorrect | Verify AC input connections and voltage |
| Output voltage too high/low | Incorrect ADJ potentiometer setting | Adjust the ADJ potentiometer |
| Overheating | Poor ventilation or excessive load | Improve airflow or reduce load |
| Load not powering on | Load exceeds power supply rating | Check load specifications and reduce load |
Can the LRS2092s be used with DC input?
What happens if the load exceeds the rated current?
Can I use the LRS2092s to charge batteries?
Is the LRS2092s suitable for outdoor use?
By following this documentation, users can effectively integrate the LRS2092s into their projects and troubleshoot common issues.