

The Convertidor reductor 24V/12V a 5V - 5A 25W USB-C is a DC-DC step-down converter designed to efficiently reduce input voltages of 24V or 12V to a stable 5V output. It is capable of delivering up to 5A of current, providing a maximum power output of 25W. The output is delivered through a USB-C interface, making it ideal for powering or charging USB-C-compatible devices such as smartphones, tablets, single-board computers (e.g., Raspberry Pi), and other electronics.








| Parameter | Value |
|---|---|
| Input Voltage Range | 8V to 24V |
| Output Voltage | 5V (regulated) |
| Maximum Output Current | 5A |
| Maximum Output Power | 25W |
| Efficiency | Up to 96% |
| Output Interface | USB-C |
| Operating Temperature | -40°C to +85°C |
| Dimensions | Varies by model (e.g., 50x25mm) |
The converter typically has the following input and output connections:
| Pin Name | Description |
|---|---|
| VIN+ | Positive input voltage (8V to 24V). |
| VIN- | Negative input voltage (ground). |
| Pin Name | Description |
|---|---|
| USB-C | 5V regulated output via USB-C port. |
Connect the Input Voltage:
VIN+ pin.VIN- pin.Connect the Output Device:
Verify Connections:
Power On:
The converter can be used to power an Arduino UNO via its USB port. Below is an example of how to connect the converter to an Arduino UNO:
VIN+ and VIN- pins of the converter to a 12V power source.Here is a simple Arduino sketch to blink an LED while powered by the converter:
// This code blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the Arduino is powered via the USB-C connection from the 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 | Incorrect input connections | Verify VIN+ and VIN- connections. |
| Output voltage is unstable | Input voltage is outside the range | Ensure input voltage is between 8V-24V. |
| Device not charging via USB-C | Device requires higher voltage/current | Confirm device compatibility with 5V/5A. |
| Converter overheating | High current draw or poor ventilation | Add a heatsink or improve airflow. |
Can this converter be used with a 9V battery?
Is the USB-C port compatible with fast charging protocols?
What happens if the input voltage exceeds 24V?
Can I use this converter to power a Raspberry Pi?
By following this documentation, you can safely and effectively use the Convertidor reductor 24V/12V a 5V - 5A 25W USB-C in your projects.