

The DC Barrel Jack 5.5x2.1mm Male is a widely used connector for power supply applications. It features a 5.5mm outer diameter and a 2.1mm inner diameter, making it compatible with a variety of power adapters and devices. This connector is commonly found in consumer electronics, DIY projects, and prototyping setups, providing a reliable and standardized method for delivering DC power.








The following table outlines the key technical details of the DC Barrel Jack 5.5x2.1mm Male:
| Parameter | Specification |
|---|---|
| Outer Diameter | 5.5mm |
| Inner Diameter | 2.1mm |
| Voltage Rating | Typically up to 24V DC |
| Current Rating | Typically up to 5A |
| Connector Type | Male (plug) |
| Material | Metal (conductive parts), plastic (insulation) |
| Compatibility | Standard 5.5x2.1mm female jacks |
The DC Barrel Jack 5.5x2.1mm Male has two main connections:
| Pin | Description |
|---|---|
| Outer Sleeve | Ground (GND) |
| Inner Pin | Positive Voltage (V+) |
Note: Ensure proper polarity when connecting the jack to avoid damaging your circuit.
The DC Barrel Jack 5.5x2.1mm Male can be used to power an Arduino UNO via its DC power input. Below is an example of how to connect it:
If powering sensors or modules connected to the Arduino, you can use the following code to test the setup:
// Simple Arduino code to blink an LED connected to pin 13
// Ensure the Arduino is powered via the DC barrel jack
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
}
Loose Connection:
Incorrect Polarity:
Overheating:
No Power to the Circuit:
Q: Can I use this jack with a 5V power supply?
A: Yes, the DC Barrel Jack 5.5x2.1mm Male is compatible with 5V power supplies, as long as the current does not exceed its rating.
Q: Is this jack waterproof?
A: No, this jack is not waterproof. Avoid using it in environments with moisture or water exposure.
Q: Can I use this jack for AC power?
A: No, this jack is designed for DC power only. Using it with AC power can damage your components and pose safety risks.
Q: How do I ensure a secure connection?
A: Use a compatible 5.5x2.1mm female jack and ensure the male jack is fully inserted. For soldered connections, use heat shrink tubing for insulation.
By following this documentation, you can effectively use the DC Barrel Jack 5.5x2.1mm Male in your projects and troubleshoot common issues with ease.