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

How to Use 2.1mm DC Barrel Jack to Pigtail: Examples, Pinouts, and Specs

Image of 2.1mm DC Barrel Jack to Pigtail
Cirkit Designer LogoDesign with 2.1mm DC Barrel Jack to Pigtail in Cirkit Designer

Introduction

The 2.1mm DC Barrel Jack to Pigtail is a versatile connector designed to simplify the process of supplying DC power to electronic devices. It features a standard 2.1mm barrel jack on one end, compatible with most DC power adapters, and exposed wires (pigtail) on the other end for direct wiring into circuits or devices. This component is widely used in prototyping, DIY electronics projects, and powering small devices such as Arduino boards, LED strips, and other low-power electronics.

Explore Projects Built with 2.1mm DC Barrel Jack to Pigtail

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 DC Barrel Jack to Pigtail 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 DC Barrel Jack to Pigtail 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
LED Indicator Circuit with Dual Rocker Switches and Resistors
Image of Light panel control - simple: A project utilizing 2.1mm DC Barrel Jack to Pigtail 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
PWM-Controlled DC Motor Speed Regulator with DC Barrel Jack Power Input
Image of Siren: A project utilizing 2.1mm DC Barrel Jack to Pigtail in a practical application
This circuit controls the speed of a DC motor using a 12V PWM speed controller. Power is supplied to the speed controller through a 2.1mm DC barrel jack, which then modulates the voltage and current to the motor's terminals to adjust its speed. There is no microcontroller code involved, indicating that the speed control is likely adjusted manually via the speed controller's onboard settings.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with 2.1mm DC Barrel Jack to Pigtail

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 DC Barrel Jack to Pigtail 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 DC Barrel Jack to Pigtail 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 Light panel control - simple: A project utilizing 2.1mm DC Barrel Jack to Pigtail 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
Image of Siren: A project utilizing 2.1mm DC Barrel Jack to Pigtail in a practical application
PWM-Controlled DC Motor Speed Regulator with DC Barrel Jack Power Input
This circuit controls the speed of a DC motor using a 12V PWM speed controller. Power is supplied to the speed controller through a 2.1mm DC barrel jack, which then modulates the voltage and current to the motor's terminals to adjust its speed. There is no microcontroller code involved, indicating that the speed control is likely adjusted manually via the speed controller's onboard settings.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Powering Arduino boards and other microcontrollers
  • Supplying power to LED strips, small motors, or sensors
  • Prototyping and testing circuits
  • Replacing or extending power connections in electronic devices

Technical Specifications

  • Connector Type: 2.1mm DC barrel jack (female) to pigtail wires
  • Wire Length: Typically 15–30 cm (varies by manufacturer)
  • Wire Gauge: 22 AWG (common), suitable for low-power applications
  • Voltage Rating: Up to 24V DC
  • Current Rating: Up to 3A (depending on wire gauge and insulation)
  • Polarity:
    • Red wire: Positive (+)
    • Black wire: Negative (−)
  • Insulation Material: PVC or silicone (varies by manufacturer)

Pin Configuration and Descriptions

Pin/Connection Description
Barrel Jack Center Positive terminal (+)
Barrel Jack Sleeve Negative terminal (−)
Red Wire Positive terminal (+)
Black Wire Negative terminal (−)

Usage Instructions

How to Use the Component in a Circuit

  1. Identify Polarity:
    • The red wire corresponds to the positive terminal (+), and the black wire corresponds to the negative terminal (−). Ensure the polarity matches the requirements of your circuit or device.
  2. Connect to Power Source:
    • Plug the 2.1mm barrel jack into a compatible DC power adapter.
  3. Wire to Circuit:
    • Solder or connect the pigtail wires to the appropriate terminals in your circuit. Use screw terminals, wire nuts, or soldering for a secure connection.
  4. Verify Connections:
    • Double-check the polarity and ensure there are no short circuits before powering the device.

Important Considerations and Best Practices

  • Polarity Check: Always verify the polarity of the power adapter and the pigtail wires before connecting to avoid damaging your device.
  • Current and Voltage Ratings: Ensure the power adapter and wires can handle the required current and voltage of your circuit.
  • Strain Relief: Use cable ties or strain relief mechanisms to prevent stress on the wires and connections.
  • Heat Management: Avoid exceeding the current rating of the wires to prevent overheating.

Example: Connecting to an Arduino UNO

The 2.1mm DC Barrel Jack to Pigtail can be used to power an Arduino UNO. Below is an example of how to connect it:

  1. Plug the barrel jack into a 9V DC power adapter.
  2. Connect the red wire to the VIN pin on the Arduino UNO.
  3. Connect the black wire to the GND pin on the Arduino UNO.

Sample Arduino Code

// Example code to blink an LED connected to pin 13 on the Arduino UNO
// Ensure the Arduino is powered using the 2.1mm DC Barrel Jack to Pigtail

void setup() {
  pinMode(13, OUTPUT); // Set pin 13 as an output pin
}

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
}

Troubleshooting and FAQs

Common Issues Users Might Face

  1. Device Not Powering On:

    • Cause: Incorrect polarity or loose connections.
    • Solution: Verify the polarity of the wires and ensure all connections are secure.
  2. Overheating Wires:

    • Cause: Exceeding the current rating of the wires.
    • Solution: Use a power adapter and wires rated for the required current.
  3. Intermittent Power Loss:

    • Cause: Poor connection between the barrel jack and the power adapter.
    • Solution: Ensure the barrel jack is fully inserted into the power adapter and check for any damage.
  4. Short Circuit:

    • Cause: Exposed wires touching each other or other conductive surfaces.
    • Solution: Use heat shrink tubing or electrical tape to insulate exposed wires.

FAQs

Q: Can I use this component with a 12V power adapter?
A: Yes, as long as the connected device and wires can handle 12V and the required current.

Q: Is the barrel jack compatible with all DC power adapters?
A: The barrel jack is compatible with most 2.1mm DC power adapters. However, ensure the adapter's polarity and size match the jack.

Q: Can I extend the pigtail wires?
A: Yes, you can extend the wires using additional wire of the same or higher gauge. Ensure proper insulation and secure connections.

Q: What happens if I reverse the polarity?
A: Reversing the polarity can damage your device. Always double-check the polarity before connecting.