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

How to Use 24V PSU: Examples, Pinouts, and Specs

Image of 24V PSU
Cirkit Designer LogoDesign with 24V PSU in Cirkit Designer

24V Power Supply Unit (PSU) Documentation

1. Introduction

The 24V Power Supply Unit (PSU), manufactured by Conor Curley, is a reliable and efficient device designed to convert AC mains voltage into a stable 24V DC output. This PSU is ideal for powering a wide range of electronic devices, industrial equipment, and circuits that require a 24V DC input. Its robust design ensures consistent performance, making it suitable for both hobbyist and professional applications.

Common Applications:

  • Powering industrial control systems
  • Driving DC motors and actuators
  • Supplying power to LED lighting systems
  • Providing power to Arduino-based and other microcontroller projects
  • Charging 24V battery systems
  • Laboratory and prototyping use

2. Technical Specifications

The following table outlines the key technical details of the 24V PSU:

Parameter Specification
Input Voltage Range 100-240V AC, 50/60Hz
Output Voltage 24V DC ± 1%
Maximum Output Current 5A
Maximum Output Power 120W
Efficiency ≥ 85%
Ripple and Noise ≤ 100mV
Operating Temperature -10°C to +50°C
Storage Temperature -20°C to +70°C
Protection Features Overload, Overvoltage, Short Circuit
Dimensions 150mm x 80mm x 40mm
Weight 450g

Pin Configuration and Descriptions

The PSU has the following input and output terminals:

Pin/Terminal Label Description
1 L Live AC input (100-240V AC)
2 N Neutral AC input
3 GND Earth/ground connection
4 +V Positive 24V DC output
5 -V Negative 24V DC output (ground)

3. Usage Instructions

Connecting the 24V PSU to a Circuit

  1. Safety First: Ensure the PSU is disconnected from the mains power before making any connections.
  2. Input Connection:
    • Connect the L terminal to the live wire of the AC mains.
    • Connect the N terminal to the neutral wire of the AC mains.
    • Optionally, connect the GND terminal to the earth wire for safety.
  3. 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 or circuit.
  4. Power On:
    • After verifying all connections, plug the PSU into the mains and switch it on.
    • Use a multimeter to confirm the output voltage is 24V DC before connecting sensitive devices.

Important Considerations:

  • Load Requirements: Ensure the total current draw of your load does not exceed the PSU's maximum output current (5A).
  • Ventilation: Place the PSU in a well-ventilated area to prevent overheating.
  • Polarity: Double-check the polarity of the output connections to avoid damaging your devices.
  • Fusing: Consider adding a fuse on the input or output side for additional protection.

4. Example Application: Using the 24V PSU with an Arduino UNO

The 24V PSU can be used to power an Arduino UNO indirectly by stepping down the voltage to 5V using a DC-DC buck converter. Below is an example setup:

Required Components:

  • 24V PSU
  • DC-DC buck converter (24V to 5V)
  • Arduino UNO
  • Jumper wires

Circuit Diagram:

  1. Connect the +V and -V terminals of the PSU to the input of the DC-DC buck converter.
  2. Adjust the buck converter to output 5V DC using its onboard potentiometer.
  3. Connect the 5V output of the buck converter to the 5V pin of the Arduino UNO.
  4. Connect the ground of the buck converter to the GND pin of the Arduino UNO.

Sample Arduino Code:

// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the Arduino is powered via the 24V PSU and a DC-DC converter

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
}

5. Troubleshooting and FAQs

Common Issues and Solutions:

Issue Possible Cause Solution
No output voltage Loose or incorrect input connections Verify AC input connections (L, N, GND).
Output voltage is not 24V Load exceeds PSU capacity Reduce the load to within 5A limit.
PSU overheats Poor ventilation or high ambient temp Ensure proper airflow around the PSU.
Device connected to PSU not working Incorrect polarity or loose connection Check output polarity and connections.

Frequently Asked Questions:

  1. Can I use this PSU to charge a 24V battery?

    • Yes, but ensure the battery charging current does not exceed the PSU's maximum output current (5A). Use a charge controller for optimal performance.
  2. Is the PSU suitable for outdoor use?

    • No, this PSU is not weatherproof. Use it in a dry, indoor environment.
  3. Can I connect multiple devices to the PSU?

    • Yes, as long as the total current draw of all devices does not exceed 5A.
  4. What happens if the PSU is overloaded?

    • The PSU has built-in overload protection and will shut down to prevent damage. Reduce the load and restart the PSU.

6. Conclusion

The 24V Power Supply Unit (PSU) by Conor Curley is a versatile and reliable power source for a wide range of applications. By following the usage instructions and best practices outlined in this documentation, users can ensure safe and efficient operation of the PSU. For further assistance, refer to the troubleshooting section or contact the manufacturer.

Explore Projects Built with 24V PSU

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
24V Pushbutton Control Interface with 40-Pin Connector
Image of 4 på rad: A project utilizing 24V PSU in a practical application
This circuit consists of a 24V power supply unit (PSU) connected to four pushbuttons. Each pushbutton is wired such that pressing it will send a 24V signal to a corresponding general-purpose input (GP In) on a 40-pin connector. The common return path for the pushbuttons is connected to the 0V of the PSU, which is also connected to the common (Com) for input pins on the 40-pin connector, completing the circuit for each button press.
Cirkit Designer LogoOpen Project in Cirkit Designer
Modular Power Distribution System with Multiple SMPS Units and 120V Outlet
Image of Cellion-Tesla: A project utilizing 24V PSU 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 PSU 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
ESP32-Based Wi-Fi Controlled 24V Input/Output Interface Module
Image of ESP32 4 på rad: A project utilizing 24V PSU in a practical application
This circuit uses an ESP32 microcontroller to interface with a 3.3V PNP to 24V NPN photoelectric isolation module, which in turn connects to a 40-pin connector for general-purpose input and output. The 24V power supply provides the necessary voltage for the isolation module and the 40-pin connector, enabling the ESP32 to control and monitor high-voltage signals safely.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with 24V PSU

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 4 på rad: A project utilizing 24V PSU in a practical application
24V Pushbutton Control Interface with 40-Pin Connector
This circuit consists of a 24V power supply unit (PSU) connected to four pushbuttons. Each pushbutton is wired such that pressing it will send a 24V signal to a corresponding general-purpose input (GP In) on a 40-pin connector. The common return path for the pushbuttons is connected to the 0V of the PSU, which is also connected to the common (Com) for input pins on the 40-pin connector, completing the circuit for each button press.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Cellion-Tesla: A project utilizing 24V PSU 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 PSU 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 ESP32 4 på rad: A project utilizing 24V PSU in a practical application
ESP32-Based Wi-Fi Controlled 24V Input/Output Interface Module
This circuit uses an ESP32 microcontroller to interface with a 3.3V PNP to 24V NPN photoelectric isolation module, which in turn connects to a 40-pin connector for general-purpose input and output. The 24V power supply provides the necessary voltage for the isolation module and the 40-pin connector, enabling the ESP32 to control and monitor high-voltage signals safely.
Cirkit Designer LogoOpen Project in Cirkit Designer