

The 2.1mm Barrel Jack with Terminal Block is a versatile electrical connector designed for power supply connections. It features a cylindrical barrel jack with a 2.1mm inner diameter and a terminal block for easy wiring. This component is widely used in low-voltage DC power applications, offering a secure and reliable connection between a power source and electronic devices.








The following table outlines the key technical details of the 2.1mm Barrel Jack with Terminal Block:
| Parameter | Specification |
|---|---|
| Inner Diameter | 2.1mm |
| Outer Diameter | 5.5mm |
| Voltage Rating | Up to 24V DC |
| Current Rating | Up to 5A |
| Terminal Block Type | Screw terminal (2 positions) |
| Material | Plastic housing with metal contacts |
| Mounting Style | PCB or free-standing |
The 2.1mm Barrel Jack with Terminal Block has two main connections:
| Pin | Description |
|---|---|
| Positive (+) | Connects to the positive terminal of the power source. |
| Negative (-) | Connects to the negative terminal (ground) of the power source. |
The 2.1mm Barrel Jack with Terminal Block can be used to power an Arduino UNO. Below is an example of how to connect it:
If you're powering sensors or modules connected to the Arduino, you can use the following code to test the setup:
// Simple LED Blink Test
// Ensure the Arduino is powered via the 2.1mm barrel jack
const int ledPin = 13; // Built-in LED pin on most Arduino boards
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
Loose Connections:
Incorrect Polarity:
Overheating:
Barrel Jack Does Not Fit:
Q: Can this component handle AC power?
A: No, the 2.1mm Barrel Jack with Terminal Block is designed for DC power only. Using AC power may damage the component or connected devices.
Q: What wire gauge is compatible with the terminal block?
A: The terminal block typically supports wire gauges from 22 AWG to 18 AWG.
Q: Can I use this component for high-power applications?
A: This component is suitable for low to moderate power applications (up to 5A). For higher power, consider using connectors rated for higher currents.
Q: Is this component waterproof?
A: No, the 2.1mm Barrel Jack with Terminal Block is not waterproof. Use it in dry environments or enclosures to protect it from moisture.