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.
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 |
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) |
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:
// 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
}
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. |
Can I use this PSU to charge a 24V battery?
Is the PSU suitable for outdoor use?
Can I connect multiple devices to the PSU?
What happens if the PSU is overloaded?
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.