

The SMPS_9V_UP15S09, manufactured by GPS, is a switched-mode power supply (SMPS) designed to convert a wide range of input voltages into a stable 9V DC output. This component is highly efficient, compact, and reliable, making it ideal for powering low-power electronic devices, microcontrollers, and other circuits requiring a regulated 9V supply. Its robust design ensures minimal heat generation and high energy efficiency, even under varying load conditions.








The following table outlines the key technical details of the SMPS_9V_UP15S09:
| Parameter | Value |
|---|---|
| Input Voltage Range | 85V AC to 265V AC (universal input) |
| Output Voltage | 9V DC |
| Output Current | Up to 1.5A |
| Output Power | 13.5W |
| Efficiency | ≥ 85% |
| Ripple and Noise | ≤ 50mV |
| Operating Temperature | -25°C to +70°C |
| Storage Temperature | -40°C to +85°C |
| Dimensions | 50mm x 25mm x 20mm |
| Weight | 30g |
| Protection Features | Overload, Overvoltage, Short Circuit |
The SMPS_9V_UP15S09 has four primary pins for input and output connections. The table below describes each pin:
| Pin Name | Description |
|---|---|
| AC_IN1 | AC input terminal 1 (Live or Neutral) |
| AC_IN2 | AC input terminal 2 (Live or Neutral) |
| DC_OUT+ | Positive 9V DC output |
| DC_OUT- | Negative (Ground) 9V DC output |
Below is an example of how to connect the SMPS_9V_UP15S09 to an Arduino UNO:
// Example Arduino code to blink an LED when powered by SMPS_9V_UP15S09
// Connect an LED to pin 13 with a 220-ohm resistor
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_IN1 and AC_IN2 connections. |
| Output voltage is unstable or noisy | Load exceeds maximum current rating | Reduce the load to within 1.5A limit. |
| Excessive heat generation | Poor ventilation or high ambient temperature | Improve ventilation or reduce load. |
| Device not powering on | Faulty connections or damaged component | Check all connections and replace if needed. |
Can I use this SMPS to power a 12V device?
Is the SMPS_9V_UP15S09 safe for outdoor use?
What happens if the input voltage exceeds 265V AC?
Can I use this SMPS with a battery as input?
By following this documentation, users can safely and effectively integrate the SMPS_9V_UP15S09 into their projects.