

The DC-DC 24V-5V Converter (Manufacturer: Elektrokit, Part ID: 41017426) is a step-down voltage regulator designed to convert a 24V DC input to a stable 5V DC output. This component is ideal for powering devices that require a 5V supply, such as microcontrollers, sensors, and other low-voltage electronics, from a higher voltage source.








Below are the key technical details of the DC-DC 24V-5V Converter:
| Parameter | Value |
|---|---|
| Input Voltage Range | 18V to 36V DC |
| Output Voltage | 5V DC |
| Output Current | Up to 3A |
| Efficiency | Up to 92% |
| Ripple and Noise | < 50mV (typical) |
| Operating Temperature | -40°C to +85°C |
| Dimensions | 25mm x 20mm x 10mm |
| Weight | 10g |
The DC-DC converter typically has four pins or terminals for connection. The table below describes each pin:
| Pin | Name | Description |
|---|---|---|
| 1 | VIN (+) | Positive input voltage terminal (connect to 24V DC source). |
| 2 | GND (Input) | Ground terminal for the input voltage. |
| 3 | VOUT (+) | Positive output voltage terminal (provides 5V DC output). |
| 4 | GND (Output) | Ground terminal for the output voltage. |
Connect the Input Voltage:
Connect the Output Voltage:
Verify Connections:
Power On:
The DC-DC 24V-5V Converter can be used to power an Arduino UNO from a 24V power source. Below is an example wiring diagram and Arduino code:
// Example code to blink an LED connected to pin 13 of the Arduino UNO
// This demonstrates the Arduino being powered by the DC-DC 24V-5V Converter
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
}
| Issue | Possible Cause | Solution |
|---|---|---|
| No output voltage | Incorrect wiring or polarity | Verify all connections and ensure correct polarity for input and output pins. |
| Output voltage is unstable or noisy | Excessive load or insufficient input power | Ensure the load does not exceed 3A and the input voltage is stable. |
| Converter overheats | High current draw or poor ventilation | Reduce the load or improve heat dissipation with a heatsink or better airflow. |
| Device connected to output is not working | Output voltage is too low or too high | Measure the output voltage and ensure it is 5V. Check for proper connections. |
Can this converter be used with a 12V input?
What happens if the load exceeds 3A?
Is the converter protected against reverse polarity?
Can I use this converter in outdoor environments?
By following this documentation, you can effectively integrate the DC-DC 24V-5V Converter into your projects and troubleshoot common issues.