The PSU 2 Elco is a compact and efficient power supply unit designed for use in electronic circuits requiring stable DC voltage. It features two electrolytic capacitors (Elco) for enhanced filtering and voltage stabilization, making it ideal for powering sensitive components and circuits. This component is commonly used in audio amplifiers, microcontroller-based projects, and other low-power electronic devices.
The PSU 2 Elco is designed to provide stable DC output with minimal ripple. Below are its key technical specifications:
Parameter | Value |
---|---|
Input Voltage Range | 6V to 24V AC or DC |
Output Voltage Range | 5V to 12V DC (depending on design) |
Maximum Output Current | 1A |
Ripple Voltage | < 50mV |
Capacitor Values | 2 x 1000µF (typical) |
PCB Dimensions | 50mm x 30mm |
The PSU 2 Elco typically has the following pin configuration:
Pin Name | Description |
---|---|
AC1 | AC input terminal 1 (for AC voltage input) |
AC2 | AC input terminal 2 (for AC voltage input) |
+V | Positive DC output terminal |
GND | Ground (negative DC output terminal) |
Below is an example of how to use the PSU 2 Elco to power an Arduino UNO:
// Example Arduino code to blink an LED using power from PSU 2 Elco
// Ensure the PSU 2 Elco is providing a stable 12V DC to the Arduino UNO
int ledPin = 13; // Pin connected to the onboard LED
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
No Output Voltage:
High Ripple Voltage:
Overheating:
Incorrect Output Voltage:
Q: Can I use the PSU 2 Elco with a DC input?
A: Yes, the PSU 2 Elco can accept a DC input. Connect the positive terminal to AC1 and the negative terminal to AC2.
Q: What happens if I exceed the maximum current rating?
A: Exceeding the 1A current rating may cause overheating, voltage drops, or damage to the PSU 2 Elco.
Q: Can I use the PSU 2 Elco to power a 5V device?
A: Yes, but you may need a voltage regulator (e.g., 7805) to step down the output voltage to 5V.
Q: How do I know if the onboard capacitors are damaged?
A: Damaged capacitors may appear swollen or leak electrolyte. You can also test them using a capacitance meter.