

The MEAN WELL RS-35-12 is a compact and reliable switching power supply designed to convert AC voltage into a stable 12V DC output. With a maximum output current of 3A, this power supply is ideal for powering a wide range of electronic devices and circuits. Its robust design ensures high efficiency, low power consumption, and long-term reliability.








The following table outlines the key technical details of the RS-35-12 power supply:
| Parameter | Value |
|---|---|
| Manufacturer | Meanwell |
| Model Number | RS-35-12 |
| Input Voltage Range | 85-264VAC / 120-370VDC |
| Input Frequency | 47-63Hz |
| Output Voltage | 12V DC |
| Output Current | 3A |
| Output Power | 36W |
| Efficiency | Up to 83% |
| Operating Temperature | -20°C to +70°C |
| Dimensions | 99mm x 82mm x 30mm |
| Weight | 0.3kg |
| Safety Standards | UL62368-1, EN62368-1, IEC62368-1 |
The RS-35-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 of your load or circuit.The RS-35-12 can be used to power an Arduino UNO via its DC barrel jack or VIN pin. Below is an example circuit and Arduino code to blink an LED:
+V terminal of the RS-35-12 to the VIN pin of the Arduino UNO.-V terminal of the RS-35-12 to the GND pin of the Arduino UNO.// Simple LED Blink Example
// This code blinks an LED connected to pin 13 of the Arduino UNO.
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:
Overheating:
Intermittent Operation:
Output Voltage Too Low:
Q: Can the RS-35-12 be used outdoors?
A: No, the RS-35-12 is not weatherproof. It should be used in a dry, indoor environment.
Q: Does the RS-35-12 have short-circuit protection?
A: Yes, the RS-35-12 includes built-in short-circuit, overload, and overvoltage protection.
Q: Can I adjust the output voltage?
A: Yes, the RS-35-12 has a small potentiometer for fine-tuning the output voltage within a limited range (±10%).
Q: Is the RS-35-12 suitable for battery charging?
A: While it can be used for basic battery charging, it is not specifically designed for this purpose. Use a dedicated battery charger for optimal performance and safety.