

The 12V to 5V USB-C Connection by Klnuoxj (Manufacturer Part ID: DC 12V/24V to 5V USB C Step Down Converter) is a compact and efficient power conversion module. It steps down a 12V or 24V input voltage to a stable 5V output, making it ideal for powering USB-C devices such as smartphones, tablets, single-board computers, and other peripherals.
This module is designed for use in automotive, industrial, and DIY electronics projects where a reliable 5V USB-C power source is required.








| Parameter | Specification |
|---|---|
| Input Voltage Range | 12V to 24V DC |
| Output Voltage | 5V DC (USB-C) |
| Output Current | Up to 3A |
| Efficiency | ≥ 90% |
| Operating Temperature | -40°C to +85°C |
| Dimensions | 46mm x 26mm x 14mm |
| Weight | 20g |
| Protection Features | Over-voltage, over-current, short-circuit |
| Pin/Connector Name | Type | Description |
|---|---|---|
| Input (+) | Input (Wire) | Positive DC input (12V or 24V) |
| Input (-) | Input (Wire) | Negative DC input (Ground) |
| USB-C Port | Output | 5V DC output for USB-C devices |
Connect the Input Wires:
Connect the USB-C Device:
Power On:
The module can be used to power an Arduino UNO via its USB port. Below is an example of how to connect the module and upload a simple sketch to blink an LED.
// Simple LED Blink Example for Arduino UNO
// This code blinks the onboard LED connected to pin 13.
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 on USB-C port | Incorrect input voltage or loose wires | Verify input voltage is 12V-24V and check connections. |
| Device not charging or powering on | Exceeding maximum current limit | Ensure the connected device draws ≤ 3A. |
| Module overheating | High current draw or poor ventilation | Reduce load or improve airflow around the module. |
| Electrical noise or interference | Poor grounding or noisy power source | Ensure proper grounding and use a filtered power source. |
Can this module be used with a 24V battery system?
Is the USB-C port compatible with fast charging?
Can I use this module outdoors?
What happens if the input voltage exceeds 24V?
Can I use this module to power a Raspberry Pi?
This documentation provides all the necessary details to effectively use the 12V to 5V USB-C Connection module by Klnuoxj. For further assistance, refer to the manufacturer's datasheet or contact their support team.