

The LS35-12 is a compact, low-profile switching power supply designed for a wide range of electronic applications. It delivers a stable 12V DC output with a maximum current of 2.9A, making it ideal for powering devices such as LED strips, small motors, sensors, and other low-power electronics. Its efficient design and reliable performance make it a popular choice for hobbyists, engineers, and system integrators.








| Parameter | Value |
|---|---|
| Input Voltage Range | 85-264V AC or 120-370V DC |
| Output Voltage | 12V DC |
| Maximum Output Current | 2.9A |
| Output Power | 35W |
| Efficiency | Up to 85% |
| Operating Temperature | -20°C to +70°C |
| Dimensions | 99mm x 82mm x 30mm |
| Weight | 200g |
| Protection Features | Overload, Overvoltage, |
| and Short Circuit |
The LS35-12 has screw terminal connections for input and output. Below is the pin configuration:
| Terminal Label | Description |
|---|---|
| L | Live AC input |
| N | Neutral AC input |
| FG | Frame Ground (Earth) |
| +V | Positive DC output (12V) |
| -V | Negative DC output (Ground) |
Input Connection:
L and N) to a power source within the range of 85-264V AC.FG terminal to the earth ground.Output Connection:
+V terminal to the positive input of your load (e.g., LED strip, motor).-V terminal to the ground of your load.Load Considerations:
Mounting:
The LS35-12 can be used to power an Arduino UNO and additional peripherals like sensors or actuators. Below is an example circuit and code:
+V terminal of the LS35-12 to the Arduino's VIN pin.-V terminal of the LS35-12 to the Arduino's GND pin.FG terminal.// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the LS35-12 is providing a stable 12V to the Arduino's VIN pin
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
}
| Issue | Possible Cause | Solution |
|---|---|---|
| No output voltage | Incorrect input connection | Verify AC input connections to L and N. |
| No power to the input | Check the mains power supply and fuse. | |
| Output voltage too low | Overloaded power supply | Reduce the load to within 35W. |
| Poor ventilation causing overheating | Ensure proper airflow around the unit. | |
| Power supply shuts down | Overload or short circuit protection | Disconnect the load, check for shorts, and reconnect. |
| Audible noise from the supply | High-frequency switching noise | Ensure the load is stable and within specifications. |
Can the LS35-12 be used with a battery?
What happens if the load exceeds 2.9A?
Can I use the LS35-12 outdoors?
Is the output voltage adjustable?
By following this documentation, you can safely and effectively use the LS35-12 in your electronic projects.