The Power Supply 220V Gira 044030, manufactured by Schuko, is a reliable and efficient power supply unit designed to convert 220V AC mains voltage into a stable DC output. This component is ideal for powering a wide range of electronic devices and circuits, ensuring consistent performance and safety.
Below are the key technical details and pin configuration for the Gira 044030 power supply unit:
Parameter | Value |
---|---|
Manufacturer | Schuko |
Part ID | 044030 |
Input Voltage | 220V AC (±10%) |
Output Voltage | 12V DC (regulated) |
Output Current | 1.5A (maximum) |
Power Rating | 18W |
Efficiency | ≥85% |
Operating Temperature | -10°C to +50°C |
Dimensions | 45mm x 45mm x 30mm |
Mounting Type | DIN rail compatible |
Protection Features | Overload, short-circuit, and over-temperature protection |
Pin Number | Label | Description |
---|---|---|
1 | L (Line) | Connect to the live wire of the 220V AC mains. |
2 | N (Neutral) | Connect to the neutral wire of the 220V AC mains. |
3 | GND | Ground connection for the DC output. |
4 | +12V | Positive 12V DC output. |
The Gira 044030 power supply can be used to power an Arduino UNO. Below is an example of how to connect it:
Here is a simple Arduino code example to blink an LED when powered by the Gira 044030:
// This code blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the Arduino is powered by the Gira 044030 power supply.
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
}
No Output Voltage:
Overheating:
Output Voltage Fluctuations:
Short Circuit Protection Triggered:
Q1: Can this power supply be used with 110V AC mains?
A1: No, the Gira 044030 is designed specifically for 220V AC input. Using it with 110V AC may result in improper operation or damage.
Q2: Is the output voltage adjustable?
A2: No, the output voltage is fixed at 12V DC and cannot be adjusted.
Q3: Can I use this power supply outdoors?
A3: The Gira 044030 is not weatherproof. It should only be used in indoor environments or within a protective enclosure.
Q4: What happens if the load exceeds 1.5A?
A4: The power supply's overload protection will activate, shutting down the output to prevent damage. Reduce the load to within the rated limit before restarting.
By following this documentation, users can safely and effectively utilize the Gira 044030 power supply for their electronic projects and applications.