Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use SMPS : Examples, Pinouts, and Specs

Image of SMPS
Cirkit Designer LogoDesign with SMPS in Cirkit Designer

Introduction

A Switch Mode Power Supply (SMPS) is an electronic power supply that utilizes a switching regulator to efficiently convert electrical power. Unlike linear power supplies, SMPS achieves high efficiency by rapidly switching on and off, minimizing energy loss. It is widely used in applications requiring compact, lightweight, and energy-efficient power solutions.

Explore Projects Built with SMPS

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Modular Power Distribution System with Multiple SMPS Units and 120V Outlet
Image of Cellion-Tesla: A project utilizing SMPS  in a practical application
This circuit is designed to convert 240V AC power to both 12V and 24V DC outputs using multiple SMPS units. Terminal blocks are used to organize and distribute the power, while a 120V outlet provides additional AC power access. The circuit is likely used for powering various electronic devices that require different voltage levels.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered UPS with Step-Down Buck Converter and BMS
Image of Mini ups: A project utilizing SMPS  in a practical application
This circuit is a power management system that steps down a 240V AC input to a lower DC voltage using a buck converter, which then powers a 40W UPS. The UPS is controlled by a rocker switch and is backed up by a battery management system (BMS) connected to three 3.7V batteries in series, ensuring continuous power supply.
Cirkit Designer LogoOpen Project in Cirkit Designer
Solar-Powered Battery Backup System with Automatic Transfer Switch
Image of POWER SUPPLY: A project utilizing SMPS  in a practical application
This circuit is a solar power management system that integrates a solar panel, battery, and inverter to provide a stable 12V DC and 220V AC output. It includes automatic transfer switches (ATS) and circuit breakers for safety and reliability, as well as a low voltage disconnect to protect the battery from deep discharge.
Cirkit Designer LogoOpen Project in Cirkit Designer
12V UPS System with Dual 18650 Li-ion Battery Backup and Voltage Regulation
Image of Power supply: A project utilizing SMPS  in a practical application
This circuit is designed to provide an uninterruptible power supply (UPS) system with a 12V DC output. It includes a 12V 5A power supply connected to an AC source through a toggle switch, which charges a pair of 18650 Li-ion batteries via a voltage regulator (XL4016). The UPS module ensures a continuous power supply to the load by switching between the power supply and the battery bank.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with SMPS

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of Cellion-Tesla: A project utilizing SMPS  in a practical application
Modular Power Distribution System with Multiple SMPS Units and 120V Outlet
This circuit is designed to convert 240V AC power to both 12V and 24V DC outputs using multiple SMPS units. Terminal blocks are used to organize and distribute the power, while a 120V outlet provides additional AC power access. The circuit is likely used for powering various electronic devices that require different voltage levels.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Mini ups: A project utilizing SMPS  in a practical application
Battery-Powered UPS with Step-Down Buck Converter and BMS
This circuit is a power management system that steps down a 240V AC input to a lower DC voltage using a buck converter, which then powers a 40W UPS. The UPS is controlled by a rocker switch and is backed up by a battery management system (BMS) connected to three 3.7V batteries in series, ensuring continuous power supply.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of POWER SUPPLY: A project utilizing SMPS  in a practical application
Solar-Powered Battery Backup System with Automatic Transfer Switch
This circuit is a solar power management system that integrates a solar panel, battery, and inverter to provide a stable 12V DC and 220V AC output. It includes automatic transfer switches (ATS) and circuit breakers for safety and reliability, as well as a low voltage disconnect to protect the battery from deep discharge.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Power supply: A project utilizing SMPS  in a practical application
12V UPS System with Dual 18650 Li-ion Battery Backup and Voltage Regulation
This circuit is designed to provide an uninterruptible power supply (UPS) system with a 12V DC output. It includes a 12V 5A power supply connected to an AC source through a toggle switch, which charges a pair of 18650 Li-ion batteries via a voltage regulator (XL4016). The UPS module ensures a continuous power supply to the load by switching between the power supply and the battery bank.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Powering consumer electronics (e.g., TVs, computers, and gaming consoles)
  • Industrial automation systems
  • Battery charging circuits
  • LED lighting systems
  • Telecommunications equipment
  • Medical devices

Technical Specifications

Below are the general technical specifications for an SMPS. Note that specific values may vary depending on the model and manufacturer.

Key Technical Details

  • Input Voltage Range: 85V AC to 265V AC (universal input)
  • Output Voltage: 3.3V DC, 5V DC, 12V DC, 24V DC, or custom
  • Output Current: 0.5A to 50A (depending on the model)
  • Efficiency: Typically 80% to 95%
  • Switching Frequency: 20 kHz to 1 MHz
  • Ripple and Noise: <1% of output voltage
  • Operating Temperature: -20°C to +70°C
  • Protection Features: Overvoltage, overcurrent, short circuit, and thermal protection

Pin Configuration and Descriptions

The SMPS typically has input and output terminals. Below is a general pin configuration:

Pin Name Description
AC-L Live AC input (85V AC to 265V AC)
AC-N Neutral AC input
GND Ground connection for DC output
VOUT+ Positive DC output
VOUT- Negative DC output

For models with additional features, such as remote control or feedback, extra pins may be present.

Usage Instructions

How to Use the SMPS in a Circuit

  1. Input Connection:

    • Connect the AC-L and AC-N terminals to the live and neutral wires of the AC mains supply.
    • Ensure proper insulation and safety precautions when handling high-voltage AC inputs.
  2. Output Connection:

    • Connect the VOUT+ and VOUT- terminals to the load requiring DC power.
    • Verify that the load's voltage and current requirements match the SMPS output specifications.
  3. Grounding:

    • Connect the GND terminal to the system ground to ensure proper operation and safety.
  4. Mounting:

    • Secure the SMPS in a well-ventilated area to prevent overheating.
    • Avoid placing the SMPS near heat-sensitive components.

Important Considerations and Best Practices

  • Load Matching: Ensure the load does not exceed the SMPS's rated output current.
  • Heat Dissipation: Use proper heat sinks or cooling mechanisms if the SMPS operates at high power levels.
  • EMI/EMC Compliance: Use appropriate filters to minimize electromagnetic interference.
  • Safety: Always disconnect the SMPS from the mains supply before making any connections or adjustments.

Example: Using an SMPS with Arduino UNO

To power an Arduino UNO using a 5V DC SMPS:

  1. Connect the VOUT+ terminal of the SMPS to the Arduino's 5V pin.
  2. Connect the VOUT- terminal of the SMPS to the Arduino's GND pin.
  3. Ensure the SMPS output is stable and within the Arduino's voltage tolerance.

Here is a simple Arduino code example to blink an LED while powered by the SMPS:

// Blink an LED connected to pin 13 of the Arduino UNO
// Ensure the Arduino is powered by a 5V DC SMPS

void setup() {
  pinMode(13, OUTPUT); // Set pin 13 as an output pin
}

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
}

Troubleshooting and FAQs

Common Issues and Solutions

  1. No Output Voltage:

    • Check the AC input connections and ensure the mains supply is active.
    • Verify that the SMPS is not in protection mode due to overcurrent or short circuit.
  2. Overheating:

    • Ensure proper ventilation and cooling.
    • Check if the load exceeds the SMPS's rated power.
  3. High Ripple or Noise:

    • Add a capacitor or LC filter at the output to reduce ripple.
    • Verify that the load is stable and not causing fluctuations.
  4. Interference with Other Devices:

    • Use EMI filters on the input and output lines.
    • Ensure proper grounding and shielding.

FAQs

Q1: Can I use an SMPS to power sensitive electronics?
A1: Yes, but ensure the SMPS has low ripple and noise. Adding additional filtering may help.

Q2: What happens if I exceed the rated output current?
A2: The SMPS will typically enter protection mode or shut down to prevent damage.

Q3: Can I use an SMPS with a battery?
A3: Yes, but ensure the SMPS output voltage matches the battery's charging requirements.

Q4: Is it safe to touch the SMPS while in operation?
A4: No, avoid touching the SMPS during operation, especially the input side, as it involves high voltage.

By following these guidelines, you can safely and effectively use an SMPS in your electronic projects.