Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use 2.1mm Barrel Jack with Terminal Block: Examples, Pinouts, and Specs

Image of 2.1mm Barrel Jack with Terminal Block
Cirkit Designer LogoDesign with 2.1mm Barrel Jack with Terminal Block in Cirkit Designer

Introduction

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.

Explore Projects Built with 2.1mm Barrel Jack with Terminal Block

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Battery-Powered Multi-Voltage Supply with Barrel Jack Connectors
Image of Battery Setup: A project utilizing 2.1mm Barrel Jack with Terminal Block in a practical application
This circuit consists of multiple 9V batteries connected in series and parallel configurations to provide power to three separate 2.1mm barrel jacks. Each barrel jack receives a different combination of series and parallel battery connections to achieve the desired voltage and current levels.
Cirkit Designer LogoOpen Project in Cirkit Designer
Multi-Channel Load Cell Measurement System with JYS60 Amplifiers and DAQ Integration
Image of Load Cell Circuit: A project utilizing 2.1mm Barrel Jack with Terminal Block in a practical application
This is a multi-channel load cell measurement system with several JYS60 amplifiers connected to load cells for weight or force sensing. The amplified signals are directed to a DAQ system for data capture, and power is supplied through a barrel jack. Grounding is achieved via an AdaGator Side Black component.
Cirkit Designer LogoOpen Project in Cirkit Designer
Peltier-Controlled Thermal Management System with SPST Switch
Image of Mini car refrigerator circuit: A project utilizing 2.1mm Barrel Jack with Terminal Block in a practical application
This circuit consists of multiple Peltier modules and fans connected in parallel to a digital power supply, with a rocker switch (SPST) controlling the power flow to one of the Peltier modules and multiple fans. The 2.1mm Barrel Jack with Terminal Block serves as the power input connector, and the rocker switch allows for selective enabling or disabling of the connected devices. The circuit is designed to provide cooling or heating through the Peltier modules while the fans assist in heat dissipation or air circulation.
Cirkit Designer LogoOpen Project in Cirkit Designer
LED Indicator Circuit with Dual Rocker Switches and Resistors
Image of Light panel control - simple: A project utilizing 2.1mm Barrel Jack with Terminal Block in a practical application
This circuit is a simple LED control system powered by a DC barrel jack. It uses two SPST rocker switches to control the current flow through two resistors and a green LED, allowing the LED to be turned on or off.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with 2.1mm Barrel Jack with Terminal Block

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of Battery Setup: A project utilizing 2.1mm Barrel Jack with Terminal Block in a practical application
Battery-Powered Multi-Voltage Supply with Barrel Jack Connectors
This circuit consists of multiple 9V batteries connected in series and parallel configurations to provide power to three separate 2.1mm barrel jacks. Each barrel jack receives a different combination of series and parallel battery connections to achieve the desired voltage and current levels.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Load Cell Circuit: A project utilizing 2.1mm Barrel Jack with Terminal Block in a practical application
Multi-Channel Load Cell Measurement System with JYS60 Amplifiers and DAQ Integration
This is a multi-channel load cell measurement system with several JYS60 amplifiers connected to load cells for weight or force sensing. The amplified signals are directed to a DAQ system for data capture, and power is supplied through a barrel jack. Grounding is achieved via an AdaGator Side Black component.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Mini car refrigerator circuit: A project utilizing 2.1mm Barrel Jack with Terminal Block in a practical application
Peltier-Controlled Thermal Management System with SPST Switch
This circuit consists of multiple Peltier modules and fans connected in parallel to a digital power supply, with a rocker switch (SPST) controlling the power flow to one of the Peltier modules and multiple fans. The 2.1mm Barrel Jack with Terminal Block serves as the power input connector, and the rocker switch allows for selective enabling or disabling of the connected devices. The circuit is designed to provide cooling or heating through the Peltier modules while the fans assist in heat dissipation or air circulation.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Light panel control - simple: A project utilizing 2.1mm Barrel Jack with Terminal Block in a practical application
LED Indicator Circuit with Dual Rocker Switches and Resistors
This circuit is a simple LED control system powered by a DC barrel jack. It uses two SPST rocker switches to control the current flow through two resistors and a green LED, allowing the LED to be turned on or off.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Powering Arduino boards, Raspberry Pi, and other microcontrollers
  • Connecting DC power supplies to LED strips, motors, or sensors
  • Prototyping circuits with external power sources
  • DIY electronics projects requiring quick and secure power connections

Technical Specifications

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

Pin Configuration and Descriptions

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.

Usage Instructions

How to Use the Component in a Circuit

  1. Prepare the Wires: Strip the insulation from the ends of the wires you want to connect to the terminal block.
  2. Connect the Wires:
    • Loosen the screws on the terminal block using a small screwdriver.
    • Insert the positive wire into the terminal marked "+" and the negative wire into the terminal marked "-".
    • Tighten the screws to secure the wires in place.
  3. Connect the Barrel Jack:
    • Plug the barrel jack into the corresponding female connector of your device or circuit.
  4. Power the Circuit: Connect the other end of the wires to a DC power source, ensuring the voltage and current ratings are within the component's specifications.

Important Considerations and Best Practices

  • Polarity: Ensure correct polarity when connecting wires to the terminal block. Reversing polarity may damage your circuit.
  • Voltage and Current Limits: Do not exceed the voltage and current ratings of the barrel jack to avoid overheating or damage.
  • Secure Connections: Tighten the terminal block screws firmly to prevent loose connections, which can cause intermittent power issues.
  • Insulation: Use heat shrink tubing or electrical tape to insulate exposed wire ends for safety.

Example: Connecting to an Arduino UNO

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:

  1. Connect a 9V DC power supply to the terminal block (positive wire to "+", negative wire to "-").
  2. Plug the barrel jack into the Arduino UNO's power input port.
  3. Ensure the power supply is within the Arduino's recommended voltage range (7-12V).

Arduino Code Example

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
}

Troubleshooting and FAQs

Common Issues Users Might Face

  1. Loose Connections:

    • Problem: The circuit intermittently loses power.
    • Solution: Ensure the terminal block screws are tightened securely and the wires are properly inserted.
  2. Incorrect Polarity:

    • Problem: The connected device does not power on or behaves abnormally.
    • Solution: Double-check the polarity of the wires connected to the terminal block.
  3. Overheating:

    • Problem: The barrel jack or wires become hot during operation.
    • Solution: Verify that the voltage and current ratings of the power source do not exceed the component's specifications.
  4. Barrel Jack Does Not Fit:

    • Problem: The barrel jack does not connect properly to the device.
    • Solution: Ensure the device's female connector is compatible with a 2.1mm inner diameter and 5.5mm outer diameter barrel jack.

FAQs

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.