

The Mini Fuente Poder 12+5 V by Chino is a compact and versatile power supply unit designed to deliver two fixed output voltages: 12 volts and 5 volts. This dual-output capability makes it an ideal choice for powering a wide range of electronic devices and circuits, including microcontrollers, sensors, and small motors. Its small form factor and reliable performance make it a popular choice for hobbyists, students, and professionals working on embedded systems and prototyping projects.








The following table outlines the key technical details of the Mini Fuente Poder 12+5 V:
| Parameter | Specification |
|---|---|
| Input Voltage | 110-240 V AC (50/60 Hz) |
| Output Voltage 1 | 12 V DC |
| Output Voltage 2 | 5 V DC |
| Maximum Output Current | 1 A (12 V) / 2 A (5 V) |
| Efficiency | ≥ 85% |
| Dimensions | 50 mm x 30 mm x 20 mm |
| Operating Temperature | -10°C to 50°C |
| Protection Features | Overload, short-circuit, and overheat |
The Mini Fuente Poder 12+5 V has the following input and output connections:
| Pin/Terminal | Label | Description |
|---|---|---|
| 1 | AC IN L | Live wire for AC input (110-240 V AC) |
| 2 | AC IN N | Neutral wire for AC input |
| 3 | GND | Ground connection for DC output |
| 4 | +12V | Positive 12 V DC output |
| 5 | +5V | Positive 5 V DC output |
Connect the AC Input:
AC IN L and AC IN N terminals, respectively.Connect the DC Outputs:
+12V and +5V terminals to power your devices or circuits.GND terminal to the ground of your circuit.Verify Connections:
Power On:
The Mini Fuente Poder 12+5 V can be used to power an Arduino UNO. Below is an example of how to connect it:
+5V terminal to the Arduino's 5V pin.GND terminal to the Arduino's GND pin.Here is a simple Arduino code example to blink an LED while powered by the Mini Fuente Poder 12+5 V:
// Simple LED Blink Example
// This code blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the Mini Fuente Poder 12+5 V is properly connected to the Arduino.
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
}
No Output Voltage:
AC IN L and AC IN N terminals. Check the output connections for proper polarity.Overheating:
Device Not Powering On:
+12V or +5V) and that the polarity matches the device's requirements.Intermittent Power Loss:
Q: Can I use this power supply to charge a USB device?
A: Yes, you can use the 5 V output to power or charge USB devices, but ensure the current requirement does not exceed 2 A.
Q: Is this power supply suitable for outdoor use?
A: No, the Mini Fuente Poder 12+5 V is not weatherproof and should only be used in dry, indoor environments.
Q: Can I use both 12 V and 5 V outputs simultaneously?
A: Yes, you can use both outputs at the same time, provided the total current draw does not exceed the rated limits.
Q: What happens if I connect the AC input wires incorrectly?
A: Incorrect wiring can damage the power supply or cause a short circuit. Always double-check the connections before powering on.
By following this documentation, you can safely and effectively use the Mini Fuente Poder 12+5 V in your projects.