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

How to Use 24V_SMPS: Examples, Pinouts, and Specs

Image of 24V_SMPS
Cirkit Designer LogoDesign with 24V_SMPS in Cirkit Designer

Introduction

A 24V Switch Mode Power Supply (SMPS) is an electronic device designed to convert an input AC voltage (typically 110V or 220V) into a stable 24V DC output. It utilizes high-frequency switching technology to achieve efficient power conversion while minimizing heat generation. This makes it a reliable and compact solution for powering various electronic devices and systems.

Explore Projects Built with 24V_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 24V_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 24V_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
12V UPS System with Dual 18650 Li-ion Battery Backup and Voltage Regulation
Image of Power supply: A project utilizing 24V_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
Battery-Powered Adjustable Voltage Regulator with Li-ion 18650 Batteries and BMS
Image of mini ups: A project utilizing 24V_SMPS in a practical application
This circuit is a power management system that uses four Li-ion 18650 batteries connected to a 2S 30A BMS for battery management and protection. The system includes step-up and step-down voltage regulators to provide adjustable output voltages, controlled by a rocker switch, and multiple DC jacks for power input and output.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with 24V_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 24V_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 24V_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 24V_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
Image of mini ups: A project utilizing 24V_SMPS in a practical application
Battery-Powered Adjustable Voltage Regulator with Li-ion 18650 Batteries and BMS
This circuit is a power management system that uses four Li-ion 18650 batteries connected to a 2S 30A BMS for battery management and protection. The system includes step-up and step-down voltage regulators to provide adjustable output voltages, controlled by a rocker switch, and multiple DC jacks for power input and output.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Industrial automation systems
  • LED lighting systems
  • CNC machines and 3D printers
  • Robotics and motor controllers
  • Telecommunications equipment
  • Battery charging systems

Technical Specifications

Below are the key technical details and pin configurations for a typical 24V SMPS:

Key Technical Details

Parameter Value
Input Voltage Range 100-240V AC, 50/60Hz
Output Voltage 24V DC
Output Current 2A to 10A (varies by model)
Power Output 48W to 240W (varies by model)
Efficiency ≥85%
Ripple and Noise ≤120mVp-p
Operating Temperature -10°C to +50°C
Protection Features Overload, Overvoltage, Short Circuit

Pin Configuration and Descriptions

Pin Name Description
L (Line) AC live input (110V/220V AC)
N (Neutral) AC neutral input
GND (Ground) Earth/ground connection for safety
V+ Positive 24V DC output
V- Negative 24V DC output (ground)
Adjust (Trim) Output voltage adjustment (optional)

Usage Instructions

How to Use the Component in a Circuit

  1. Input Connection:

    • Connect the AC input terminals (L and N) to the mains power supply (110V or 220V AC).
    • Ensure the ground (GND) terminal is properly connected to the earth for safety.
  2. Output Connection:

    • Connect the V+ terminal to the positive input of your load or circuit.
    • Connect the V- terminal to the ground or negative input of your load.
  3. Voltage Adjustment (if applicable):

    • Some 24V SMPS units include a trim potentiometer to fine-tune the output voltage.
    • Use a small screwdriver to adjust the trim potentiometer while monitoring the output voltage with a multimeter.
  4. Load Considerations:

    • Ensure the total load current does not exceed the rated output current of the SMPS.
    • For inductive loads (e.g., motors), consider adding a flyback diode to protect the SMPS from voltage spikes.

Important Considerations and Best Practices

  • Ventilation: Ensure adequate airflow around the SMPS to prevent overheating.
  • Mounting: Secure the SMPS in a well-ventilated, dry location away from moisture and dust.
  • Fusing: Use an appropriate fuse on the input side to protect against overcurrent conditions.
  • Isolation: Avoid direct contact with the SMPS while it is powered to prevent electric shock.

Example: Connecting to an Arduino UNO

A 24V SMPS can be used to power an Arduino UNO via a step-down voltage regulator (e.g., LM2596) to convert 24V to 5V. Below is an example circuit and Arduino code:

Circuit Setup

  1. Connect the V+ and V- terminals of the SMPS to the input of the LM2596 regulator.
  2. Adjust the LM2596 output to 5V using its potentiometer.
  3. Connect the 5V output of the LM2596 to the Arduino UNO's 5V and GND pins.

Arduino Code Example

// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the Arduino is powered via the 5V output of the LM2596 regulator

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
}

Troubleshooting and FAQs

Common Issues and Solutions

Issue Possible Cause Solution
No output voltage Incorrect input connection Verify L and N connections.
Blown fuse Check and replace the input fuse.
Output voltage too high/low Misadjusted trim potentiometer Adjust the trim potentiometer.
Overloaded SMPS Reduce the load to within rated limits.
SMPS overheating Poor ventilation Ensure proper airflow around the unit.
Overloaded or shorted output Check the load and wiring.
Noise or ripple in output voltage Insufficient filtering Add additional capacitors at the load.

FAQs

  1. Can I use a 24V SMPS to power a 12V device?

    • Yes, but you will need a step-down voltage regulator to convert 24V to 12V.
  2. What happens if I exceed the rated current?

    • The SMPS will activate its overload protection, shutting down the output to prevent damage.
  3. Is the SMPS safe to use with sensitive electronics?

    • Yes, but ensure the ripple and noise specifications meet the requirements of your device. You can add additional filtering if needed.
  4. Can I use the SMPS outdoors?

    • Only if it is specifically rated for outdoor use (IP-rated). Otherwise, keep it in a dry, protected environment.

By following this documentation, you can safely and effectively use a 24V SMPS in your projects.