

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








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 | ≤ 120mV (peak-to-peak) |
| Operating Temperature | -10°C to +50°C |
| Storage Temperature | -20°C to +85°C |
| Protection Features | Overload, Overvoltage, Short Circuit |
| Dimensions | 150mm x 80mm x 40mm |
| Weight | 450g |
The 24V PSU typically features screw terminals for input and output connections. The pin configuration is as follows:
| Terminal | Label | Description |
|---|---|---|
| 1 | L | Live AC input (mains voltage) |
| 2 | N | Neutral AC input (mains voltage) |
| 3 | GND | Earth/ground connection for safety |
| 4 | +V | Positive 24V DC output |
| 5 | -V | Negative 24V DC output (ground for the DC side) |
To power an Arduino UNO using the 24V PSU, you can use a DC-DC buck converter to step down the voltage to 5V. Below is an example Arduino code to blink an LED, assuming the Arduino is powered via the PSU:
// Blink an LED connected to pin 13 of the Arduino UNO
// Ensure the Arduino is powered via a 5V DC-DC converter from the 24V PSU
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 | Loose or incorrect input connections | Verify and secure the input connections. |
| Output voltage is unstable | Overload or insufficient ventilation | Reduce the load or improve ventilation. |
| PSU shuts down unexpectedly | Overload or short circuit protection active | Check for short circuits or reduce the load. |
| Excessive noise or ripple on output | Faulty PSU or external interference | Use a filter capacitor or replace the PSU. |
| Device not powering on | Incorrect polarity or insufficient current | Verify polarity and ensure current is adequate. |
Can I use this PSU to charge a 24V battery?
Is the PSU suitable for outdoor use?
What happens if I exceed the maximum output current?
Can I connect multiple devices to the PSU?
Does the PSU require a heatsink?
This concludes the documentation for the 24V PSU by Conor Curley. For further assistance, refer to the manufacturer's support resources.