

The 24V Power Supply Unit (PSU) 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, industrial equipment, and circuits that require a consistent 24V DC supply. Its robust design ensures durability and stable performance, making it suitable for both professional and hobbyist applications.








Below are the key technical details of the 24V PSU:
| Parameter | Specification |
|---|---|
| Manufacturer | Conor Curley |
| Input Voltage Range | 100-240V AC, 50/60Hz |
| Output Voltage | 24V DC ± 1% |
| Output Current | Up to 5A |
| Power Rating | 120W |
| Efficiency | ≥ 85% |
| Ripple and Noise | ≤ 120mV |
| 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 |
The 24V PSU typically 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 for safety |
| 4 | +V | Positive 24V DC output |
| 5 | -V | Negative 24V DC output (ground for DC circuit) |
Wiring the Input:
Wiring the Output:
Powering On:
Load Considerations:
To power an Arduino UNO using the 24V PSU, you can use a buck converter to step down the voltage to 5V. Below is an example wiring and code:
// 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 buck converter
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 wiring or no AC input | Verify input connections and ensure mains power is on. |
| Output voltage fluctuates | Overload or insufficient ventilation | Reduce load or improve airflow around the PSU. |
| PSU shuts down intermittently | Overcurrent or short circuit protection triggered | Check for short circuits or reduce load. |
| High ripple or noise on output | Insufficient filtering | Add a capacitor (e.g., 1000µF) across the output terminals. |
| Device not powering on | Incorrect polarity or insufficient voltage | Verify polarity and ensure the device's voltage requirements are met. |
Can I use this PSU to power a 12V device?
Is the PSU safe to use with sensitive electronics?
What happens if I exceed the maximum current rating?
Can I use this PSU outdoors?
By following these guidelines and best practices, you can ensure safe and efficient operation of the 24V PSU in your projects.