# Adafruit INA3221 Breakout

## Overview

![](https://cdn-learn.adafruit.com/assets/assets/000/133/208/medium800/adafruit_products_6062-04.jpg?1729184620)

This breakout board will solve all your multi-rail power-monitoring problems. Instead of struggling with up to 6 multimeters, you can just use the handy INA3221&nbsp;chip on this breakout to both measure both the high side voltage and DC current draw of _up to three power supplies_ over I2C with ±1% precision.

![](https://cdn-learn.adafruit.com/assets/assets/000/133/209/medium800/adafruit_products_6062-02.jpg?1729184660)

Most current-measuring devices such as our current panel meter are only good for _low side_ measuring. That means that unless you want to get a battery involved, you have to stick the measurement resistor between the target ground and true ground. This can cause problems with circuits since electronics tend to not like it when the ground references change and move with varying current draw. This chip is much smarter - it can handle high or low side current measuring, up to +26VDC, even though it is powered with 3 or 5V. It will also report back that high side voltage, which is great for tracking battery life or solar panels.

![](https://cdn-learn.adafruit.com/assets/assets/000/133/210/medium800/adafruit_products_6062-05.jpg?1729184689)

A precision amplifier measures the voltage across the built-in 0.05 ohm, 1% sense resistors. Since the amplifier maximum input difference is ±163.8mV this means it can measure up to ±3.2 Amps. With the internal 13 bit ADC, the resolution at ±3.2A range is 0.4mA. Advanced hackers can remove the 0.05 ohm current sense resistor and replace it with their own to change the range (say a 0.01 ohm to measure up 16.4 Amps with a resolution of 2mA)

![](https://cdn-learn.adafruit.com/assets/assets/000/133/211/medium800/adafruit_products_6062-01.jpg?1729184729)

Usage is simple. Power the sensor itself with 3 to 5VDC and connect the two I2C pins up to your microcontroller - the logic level will be the same as the Vin power level. Then connect your target power supplies to VIN1/2/3+ and the loads to ground to VIN1/2/3-. If you want, set up over-current alerts on the warning or critical IRQ pins. We have libraries in both Arduino and CircuitPython/Python so you can use it with boards as simple as Arduino-compatible ATmegas all the way up to the latest Raspberry Pi's.

![](https://cdn-learn.adafruit.com/assets/assets/000/133/212/medium800/adafruit_products_6062-03.jpg?1729184757)

You **don't even need to solder the I2C and power lines** : we pre-attach 3.5mm terminal blocks and added[SparkFun qwiic](https://www.sparkfun.com/qwiic) compatible **[STEMMA QT](https://learn.adafruit.com/introducing-adafruit-stemma-qt)** connectors for the I2C bus. Just wire up to your favorite micro using a [STEMMA QT adapter cable.](https://www.adafruit.com/?q=stemma%20qt%20cable) The Stemma QT connectors also mean the INA3221 can be used with our [various associated accessories.](https://www.adafruit.com/?q=JST%20SH%204) [QT Cable is not included, but we have a variety in the shop](https://www.adafruit.com/?q=stemma+qt+cable&sort=BestMatch). If you need access to all of the pins, we include 0.1" pin header (so you can easily attach this sensor to a breadboard).

# Adafruit INA3221 Breakout

## Pinouts

![](https://cdn-learn.adafruit.com/assets/assets/000/133/213/medium800/adafruit_products_double.jpg?1729190983)

Default I2C address is **0x40**.

## Power Pins

- **VCC** - this is the power pin. To power the board, give it the same power as the logic level of your microcontroller - e.g. for a 5V micro like Arduino, use 5V. It can be powered between from 2.7 V to 5.5 V.
- **GND** - common ground for power and logic.
- **VPU** - this is the pull-up supply voltage pin. It is used to provide bias to the power valid ( **VALID** ) interrupt pin. Connect this pin to **VCC** to match the same logic level of your microcontroller.

## I2C Logic Pins

- **SCL** - I2C clock pin, connect to your microcontroller's I2C clock line. This pin can use 3-5V logic, and there's a **10K pullup** on this pin.
- **SDA** - I2C data pin, connect to your microcontroller's I2C data line. This pin can use 3-5V logic, and there's a **10K pullup** on this pin.
- **[STEMMA QT](https://learn.adafruit.com/introducing-adafruit-stemma-qt) -** These connectors allow you to connect to development boards with **STEMMA QT** (Qwiic) connectors or to other things with [various associated accessories](https://www.adafruit.com/?q=JST%20SH%204).

## Input Channels

There are three input channels available on the INA3221: **VIN1** , **VIN2** and **VIN3**. Each input has a positive ( **+** ) and a negative ( **-** ) line. You'll connect your target power supplies to the positive line ( **VIN1/2/3+** ) and the loads to the negative ground line ( **VIN1/2/3-** ). These inputs are available as pins along the bottom of the board and via terminal blocks at the top; no soldering required.

You can measure high or low side current measuring up to +26VDC. The breakout will also report back the high side voltage, which is great for tracking battery life or solar panels. A precision amplifier measures the voltage across the built-in 0.05 ohm, 1% sense resistors. Since the amplifier maximum input difference is ±163.8mV, this means it can measure up to ±3.2 Amps. With the internal 13 bit ADC, the resolution at ±3.2A range is 0.4mA.

## Interrupts

- **WRN** - This is the averaged measurement warning alert interrupt pin. This interrupt is triggered if the averaged current reading on any input channel exceeds a set threshold. If the interrupt is triggered, the **WRN** pin goes low.
- **CRI** - This is the conversion-triggered critical alert interrupt pin. It detects overcurrent on any of the input channels. If the interrupt is triggered, the **CRI** pin goes low.
- **TC** - This is the timing control alert interrupt pin. It signals if the power supplies connected to the input channels do not power up in the correct sequence. If one bus voltage doesn't reach its target level within a set time after another, the **TC** pin goes low.
- **VALID** - This is the power valid alert interrupt pin. You can set an upper and lower limit threshold for this interrupt. When the upper limit interrupt is triggered, the pin goes high. When the lower limit interrupt is triggered, the pin goes low. You will need to connect the **VPU** pin to the same voltage as your microcontroller logic level (3V or 5V) to use the **VALID** interrupt.

## Address Jumper

- **Addr** - On the front of the board, below the **INA3221 label** on the board silk, is the I2C address jumper. It is labeled **Addr** on the board silk. You can solder this jumper closed to change the I2C address to **0x41**. Otherwise, the I2C address is **0x40** when the jumper is open (default).

## Power LED and Jumper

- **Power LED** - on the left side of the board, above the STEMMA QT connector, is the power LED, labeled **on**. It is a green LED.
- **LED jumper** - on the front of the board, directly to the right of the power LED, is a jumper for the power LED. It is labeled&nbsp; **LED** on the board silk. If you want to disable the power LED, cut the trace on this jumper.

# Adafruit INA3221 Breakout

## CircuitPython and Python

It's easy to use the **INA3221** with Python or CircuitPython, and the [Adafruit\_CircuitPython\_INA3221](https://github.com/adafruit/Adafruit_CircuitPython_INA3221) module. This module allows you to easily write Python code to read voltage and current draw from the three channels on the breakout.

You can use this driver with any CircuitPython microcontroller board or with a computer that has GPIO and Python [thanks to Adafruit\_Blinka, our CircuitPython-for-Python compatibility library](https://learn.adafruit.com/circuitpython-on-raspberrypi-linux).

You may find that using DC jacks with terminal blocks to interface between your power supply and load (device) will make interfacing with the INA3221 a little easier.

### Female DC Power adapter - 2.1mm jack to screw terminal block

[Female DC Power adapter - 2.1mm jack to screw terminal block](https://www.adafruit.com/product/368)
If you need to connect a DC power wall wart to a board that doesn't have a DC jack - this adapter will come in very handy! There is a 2.1mm DC jack on one end, and a screw terminal block on the other. The terminals are labeled with positive/negative assuming a positive-tip configuration...

In Stock
[Buy Now](https://www.adafruit.com/product/368)
[Related Guides to the Product](https://learn.adafruit.com/products/368/guides)
![Angle shot Female DC Power adapter - 2.1mm jack to screw terminal block](https://cdn-shop.adafruit.com/640x480/368-03.jpg)

### Male DC Power adapter - 2.1mm plug to screw terminal block

[Male DC Power adapter - 2.1mm plug to screw terminal block](https://www.adafruit.com/product/369)
If you need to connect a battery pack or wired power supply to a board that has a DC jack - this adapter will come in very handy! There is a 2.1mm DC plug on one end, and a screw terminal block on the other. The terminals are labeled with positive/negative assuming a positive-tip configuration...

In Stock
[Buy Now](https://www.adafruit.com/product/369)
[Related Guides to the Product](https://learn.adafruit.com/products/369/guides)
![Angled shot of a Male DC Power adapter - 2.1mm plug ](https://cdn-shop.adafruit.com/640x480/369-03.jpg)

## CircuitPython Microcontroller Wiring

First wire up the breakout to your board exactly as follows. The following is the breakout wired to a Feather RP2040 using the STEMMA connector with a power supply and device (load) connected to channel 1. You can use the same power supply and load wiring for the additional two channels (power supply to **+** and load to **-** ):

- **Board STEMMA 3V** to **breakout** **VIN (red wire)**  
- **Board STEMMA GND** to **breakout** &nbsp;**GND (black wire)**  
- **Board STEMMA SCL** to **breakout** &nbsp;**SCL (yellow wire)**  
- **Board STEMMA SDA** to **breakout** &nbsp;**SDA (blue wire)**
- **Power supply GND** to **load GND (black wire)**
- **Power supply positive** to **breakout 1+ (red wire)**
- **Load positive** to **breakout 1- (orange wire)**

![adafruit_products_featherSTEMMA_bb.jpg](https://cdn-learn.adafruit.com/assets/assets/000/133/268/medium640/adafruit_products_featherSTEMMA_bb.jpg?1729624741)

The following is the breakout wired to a Feather RP2040 using a solderless breadboard:

- **Board 3V** to **breakout** **VIN (red wire)**  
- **Board GND** to **breakout** &nbsp;**GND (black wire)**  
- **Board SCL** to **breakout** &nbsp;**SCL (yellow wire)**  
- **Board SDA** to **breakout** &nbsp;**SDA (blue wire)**
- **Power supply GND** to **load GND (black wire)**
- **Power supply positive** to **breakout 1+ (red wire)**
- **Load positive** to **breakout 1- (orange wire)**

![adafruit_products_featherBB_bb.jpg](https://cdn-learn.adafruit.com/assets/assets/000/133/269/medium640/adafruit_products_featherBB_bb.jpg?1729624939)

## Python Computer Wiring

Since there are _dozens_ of Linux computers/boards you can use, we will show wiring for Raspberry Pi. For other platforms, [please visit the guide for CircuitPython on Linux to see whether your platform is supported](https://learn.adafruit.com/circuitpython-on-raspberrypi-linux).

Here's the Raspberry Pi wired with I2C using the STEMMA connector with a power supply and device (load) connected to channel 1. You can use the same power supply and load wiring for the additional two channels (power supply to **+** and load to **-** ):

- **Pi 3V** to **breakout** **VIN (red wire)**  
- **Pi GND** to **breakout** &nbsp;**GND (black wire)**  
- **Pi SCL** to **breakout** &nbsp;**SCL (yellow wire)**  
- **Pi SDA** to **breakout** &nbsp;**SDA (blue wire)**
- **Power supply GND** to **load GND (black wire)**
- **Power supply positive** to **breakout 1+ (red wire)**
- **Load positive** to **breakout 1- (orange wire)**

![adafruit_products_piSTEMMA_bb.jpg](https://cdn-learn.adafruit.com/assets/assets/000/133/270/medium640/adafruit_products_piSTEMMA_bb.jpg?1729625014)

Here's the Raspberry Pi wired with I2C using a solderless breadboard:

- **Pi 3V** to **breakout** **VIN (red wire)**  
- **Pi GND** to **breakout** &nbsp;**GND (black wire)**  
- **Pi SCL** to **breakout** &nbsp;**SCL (yellow wire)**  
- **Pi SDA** to **breakout** &nbsp;**SDA (blue wire)**
- **Power supply GND** to **load GND (black wire)**
- **Power supply positive** to **breakout 1+ (red wire)**
- **Load positive** to **breakout 1- (orange wire)**

![adafruit_products_piBB_bb.jpg](https://cdn-learn.adafruit.com/assets/assets/000/133/271/medium640/adafruit_products_piBB_bb.jpg?1729625050)

## Python Installation of INA3221 Library

You'll need to install the **Adafruit\_Blinka** library that provides the CircuitPython support in Python. This may also require enabling I2C on your platform and verifying you are running Python 3. [Since each platform is a little different, and Linux changes often, please visit the CircuitPython on Linux guide to get your computer ready](https://learn.adafruit.com/circuitpython-on-raspberrypi-linux)!

Once that's done, from your command line run the following command:

- `pip3 install adafruit-circuitpython-ina3221`

If your default Python is version 3 you may need to run 'pip' instead. Just make sure you aren't trying to use CircuitPython on Python 2.x, it isn't supported!

## CircuitPython Usage

To use with CircuitPython, you need to first install the **Adafruit\_CircuitPython\_INA3221** library, and its dependencies, into the **lib** folder on your **CIRCUITPY** drive. Then you need to update **code.py** with the example script.

Thankfully, we can do this in one go. In the example below, click the **Download Project Bundle** button below to download the necessary libraries and the **code.py** file in a zip file. Extract the contents of the zip file, and copy the **entire**  **lib**  **folder** and the **code.py** file to your **CIRCUITPY** drive.

Your **CIRCUITPY/lib** folder should contain the following folder and file:

- **adafruit\_bus\_device/**
- **adafruit\_ina3221.mpy**

![](https://cdn-learn.adafruit.com/assets/assets/000/133/281/medium800/adafruit_products_ina3221_simpletest.py.jpg?1729626533)

## Python Usage

Once you have the library `pip3` installed on your computer, copy or download the following example to your computer, and run the following, replacing **code.py** with whatever you named the file:

`python3 code.py`

## Example Code

**If running CircuitPython:** Once everything is saved to the **CIRCUITPY** drive, [connect to the serial console](https://learn.adafruit.com/welcome-to-circuitpython/kattni-connecting-to-the-serial-console) to see the data printed out!

**If running Python:** The console output will appear wherever you are running Python.

https://github.com/adafruit/Adafruit_CircuitPython_INA3221/blob/main/examples/ina3221_simpletest.py

The INA3221 is instantiated over I2C. Then in the loop, the voltage and current readings for all three channels are printed to the serial monitor every two seconds. In the screenshot below, a QT Py CH32V203 running a NeoPixel swirl example was connected to channel 1 and a 9V guitar pedal was connected to channel 2. Nothing was connected to channel 3.

![](https://cdn-learn.adafruit.com/assets/assets/000/133/264/medium800/adafruit_products_Screenshot_2024-10-21_204608.png?1729557990)

# Adafruit INA3221 Breakout

## Python Docs

# Adafruit INA3221 Breakout

## Arduino

Using the INA3221 breakout with Arduino involves wiring up the breakout to your Arduino-compatible microcontroller, installing the [Adafruit\_INA3221](https://github.com/adafruit/Adafruit_INA3221) library, and running the provided example code.

You may find that using DC jacks with terminal blocks to interface between your power supply and load (device) will make interfacing with the INA3221 a little easier.

### Female DC Power adapter - 2.1mm jack to screw terminal block

[Female DC Power adapter - 2.1mm jack to screw terminal block](https://www.adafruit.com/product/368)
If you need to connect a DC power wall wart to a board that doesn't have a DC jack - this adapter will come in very handy! There is a 2.1mm DC jack on one end, and a screw terminal block on the other. The terminals are labeled with positive/negative assuming a positive-tip configuration...

In Stock
[Buy Now](https://www.adafruit.com/product/368)
[Related Guides to the Product](https://learn.adafruit.com/products/368/guides)
![Angle shot Female DC Power adapter - 2.1mm jack to screw terminal block](https://cdn-shop.adafruit.com/640x480/368-03.jpg)

### Male DC Power adapter - 2.1mm plug to screw terminal block

[Male DC Power adapter - 2.1mm plug to screw terminal block](https://www.adafruit.com/product/369)
If you need to connect a battery pack or wired power supply to a board that has a DC jack - this adapter will come in very handy! There is a 2.1mm DC plug on one end, and a screw terminal block on the other. The terminals are labeled with positive/negative assuming a positive-tip configuration...

In Stock
[Buy Now](https://www.adafruit.com/product/369)
[Related Guides to the Product](https://learn.adafruit.com/products/369/guides)
![Angled shot of a Male DC Power adapter - 2.1mm plug ](https://cdn-shop.adafruit.com/640x480/369-03.jpg)

## Wiring

Wire as shown for a **5V** board like an Uno. If you are using a **3V** board, like an Adafruit Feather, wire the board's 3V pin to the breakout VIN.

Here is an Adafruit Metro wired up to the breakout using the STEMMA QT connector with a power supply and device (load) connected to channel 1. You can use the same power supply and load wiring for the additional two channels (power supply to **+** and load to **-** ):

- **Board 5V** to **breakout** **VIN (red wire)**  
- **Board GND** to **breakout** &nbsp;**GND (black wire)**  
- **Board SCL** to **breakout** &nbsp;**SCL (yellow wire)**  
- **Board SDA** to **breakout** &nbsp;**SDA (blue wire)**
- **Power supply GND** to **load GND (black wire)**
- **Power supply positive** to **breakout 1+ (red wire)**
- **Load positive** to **breakout 1- (orange wire)**

![adafruit_products_metroSTEMMA_bb.jpg](https://cdn-learn.adafruit.com/assets/assets/000/133/274/medium640/adafruit_products_metroSTEMMA_bb.jpg?1729625399)

Here is an Adafruit Metro wired up using a solderless breadboard:

- **Board 5V** to **breakout** **VIN (red wire)**  
- **Board GND** to **breakout** &nbsp;**GND (black wire)**  
- **Board SCL** to **breakout** &nbsp;**SCL (yellow wire)**  
- **Board SDA** to **breakout** &nbsp;**SDA (blue wire)**
- **Power supply GND** to **load GND (black wire)**
- **Power supply positive** to **breakout 1+ (red wire)**
- **Load positive** to **breakout 1- (orange wire)**

![adafruit_products_metroBB_bb.jpg](https://cdn-learn.adafruit.com/assets/assets/000/133/273/medium640/adafruit_products_metroBB_bb.jpg?1729625378)

## Library Installation

You can install the **Adafruit\_INA3221** library for Arduino using the Library Manager in the Arduino IDE.

![](https://cdn-learn.adafruit.com/assets/assets/000/133/251/medium800/adafruit_products_Arduino_Open_Library_Manager.png?1729516056)

Click the **Manage Libraries ...** menu item, search for **Adafruit\_INA3221** , and select the **Adafruit INA3221** library:

![](https://cdn-learn.adafruit.com/assets/assets/000/133/252/medium800/adafruit_products_Screenshot_2024-10-21_091151.png?1729516370)

If asked about dependencies, click "Install all".

![](https://cdn-learn.adafruit.com/assets/assets/000/133/253/medium800/adafruit_products_Screenshot_2024-10-21_091200.png?1729516378)

If the "Dependencies" window does not come up, then you already have the dependencies installed.

Warning: If the dependencies are already installed, make sure you update them through the Arduino Library Manager before loading the example!

## Example Code
https://github.com/adafruit/Adafruit_INA3221/blob/main/examples/INA3221_basictest/INA3221_basictest.ino

Upload the sketch to your board and open up the Serial Monitor ( **Tools -\> Serial Monitor** ) at 115200 baud. After the INA3221 is recognized over I2C, you'll see the voltage and current readings for all three channels print to the Serial Monitor every 250 milliseconds. In the screenshot below, a QT Py CH32V203 running a NeoPixel swirl example was connected to channel 0 and a 9V guitar pedal was connected to channel 1. Nothing was connected to channel 2.

![](https://cdn-learn.adafruit.com/assets/assets/000/133/258/medium800/adafruit_products_Screenshot_2024-10-21_112430.png?1729533186)

# Adafruit INA3221 Breakout

## Arduino Docs

# Adafruit INA3221 Breakout

## Downloads

## Files

- [INA3221 Datasheet](https://cdn-learn.adafruit.com/assets/assets/000/133/205/original/ina3221.pdf?1729184492)
- [EagleCAD PCB Files on GitHub](https://github.com/adafruit/Adafruit-INA3221-Breakout-PCB)
- [3D models on GitHub](https://github.com/adafruit/Adafruit_CAD_Parts/tree/main/6062%20INA3221%20Power%20Monitor)
- [Fritzing object in the Adafruit Fritzing Library](https://github.com/adafruit/Fritzing-Library/blob/master/parts/Adafruit%20INA3221%20-%20Triple%200-26%20VDC%2C%20%C2%B13.2%20Amp%20Power%20Monitor%20-%20STEMMA%20QT%20-%20Qwiic.fzpz)

## Schematic and Fab Print
![](https://cdn-learn.adafruit.com/assets/assets/000/133/206/medium800/adafruit_products_schem.png?1729184593)

![](https://cdn-learn.adafruit.com/assets/assets/000/133/207/medium800/adafruit_products_fab.png?1729184600 dimensions are in inches)

![](https://cdn-learn.adafruit.com/assets/assets/000/139/075/medium800/adafruit_products_6062-INA3221-Power-Monitor.jpg?1755279307 )


## Primary Products

### Adafruit INA3221 - Triple 0-26 VDC, ±3.2 Amp Power Monitor

[Adafruit INA3221 - Triple 0-26 VDC, ±3.2 Amp Power Monitor](https://www.adafruit.com/product/6062)
This breakout board will solve all your multi-rail power-monitoring problems. Instead of struggling with up to 6 multimeters, you can just use the handy INA3221&nbsp;chip on this breakout to both measure both the high side voltage and DC current draw of&nbsp;_up to three power supplies_...

In Stock
[Buy Now](https://www.adafruit.com/product/6062)
[Related Guides to the Product](https://learn.adafruit.com/products/6062/guides)

## Featured Products

### STEMMA QT / Qwiic JST SH 4-Pin Cable - 50mm Long

[STEMMA QT / Qwiic JST SH 4-Pin Cable - 50mm Long](https://www.adafruit.com/product/4399)
This 4-wire cable is&nbsp;50mm / 1.9" long and fitted with JST SH female 4-pin connectors on both ends. Compared with the chunkier JST PH these are 1mm pitch instead of 2mm, but still have a nice latching feel, while being easy to insert and remove.

<a...></a...>

In Stock
[Buy Now](https://www.adafruit.com/product/4399)
[Related Guides to the Product](https://learn.adafruit.com/products/4399/guides)
### STEMMA QT / Qwiic JST SH 4-pin Cable - 100mm Long

[STEMMA QT / Qwiic JST SH 4-pin Cable - 100mm Long](https://www.adafruit.com/product/4210)
This 4-wire cable is a little over 100mm / 4" long and fitted with JST-SH female 4-pin connectors on both ends. Compared with the chunkier JST-PH these are 1mm pitch instead of 2mm, but still have a nice latching feel, while being easy to insert and remove.

<a...></a...>

In Stock
[Buy Now](https://www.adafruit.com/product/4210)
[Related Guides to the Product](https://learn.adafruit.com/products/4210/guides)
### STEMMA QT / Qwiic JST SH 4-pin Cable with Premium Female Sockets

[STEMMA QT / Qwiic JST SH 4-pin Cable with Premium Female Sockets](https://www.adafruit.com/product/4397)
This 4-wire cable is a little over 150mm / 6" long and fitted with JST-SH female 4-pin connectors on one end and premium female headers on the other. Compared with the chunkier JST-PH these are 1mm pitch instead of 2mm, but still have a nice latching feel, while being easy to insert and...

In Stock
[Buy Now](https://www.adafruit.com/product/4397)
[Related Guides to the Product](https://learn.adafruit.com/products/4397/guides)
### STEMMA QT / Qwiic JST SH 4-pin to Premium Male Headers Cable

[STEMMA QT / Qwiic JST SH 4-pin to Premium Male Headers Cable](https://www.adafruit.com/product/4209)
This 4-wire cable is a little over 150mm / 6" long and fitted with JST-SH female 4-pin connectors on one end and premium Dupont male headers on the other. Compared with the chunkier JST-PH these are 1mm pitch instead of 2mm, but still have a nice latching feel, while being easy to insert...

In Stock
[Buy Now](https://www.adafruit.com/product/4209)
[Related Guides to the Product](https://learn.adafruit.com/products/4209/guides)
### JST SH 4-pin Cable with Alligator Clips - STEMMA QT / Qwiic

[JST SH 4-pin Cable with Alligator Clips - STEMMA QT / Qwiic](https://www.adafruit.com/product/4398)
This cable will make it super easy to use our plug-and-play STEMMA QT boards with boards like Circuit Playground. On one end you get a Qwiic / STEMMA QT connector (technically known as a JST SH 4-pin plug)&nbsp; into 4 individual wires with grippy alligator clips. We're carrying these to...

Out of Stock
[Buy Now](https://www.adafruit.com/product/4398)
[Related Guides to the Product](https://learn.adafruit.com/products/4398/guides)
### Female DC Power adapter - 2.1mm jack to screw terminal block

[Female DC Power adapter - 2.1mm jack to screw terminal block](https://www.adafruit.com/product/368)
If you need to connect a DC power wall wart to a board that doesn't have a DC jack - this adapter will come in very handy! There is a 2.1mm DC jack on one end, and a screw terminal block on the other. The terminals are labeled with positive/negative assuming a positive-tip configuration...

In Stock
[Buy Now](https://www.adafruit.com/product/368)
[Related Guides to the Product](https://learn.adafruit.com/products/368/guides)
### Male DC Power adapter - 2.1mm plug to screw terminal block

[Male DC Power adapter - 2.1mm plug to screw terminal block](https://www.adafruit.com/product/369)
If you need to connect a battery pack or wired power supply to a board that has a DC jack - this adapter will come in very handy! There is a 2.1mm DC plug on one end, and a screw terminal block on the other. The terminals are labeled with positive/negative assuming a positive-tip configuration...

In Stock
[Buy Now](https://www.adafruit.com/product/369)
[Related Guides to the Product](https://learn.adafruit.com/products/369/guides)

## Related Guides

- [CompuCanvas 101 - Transitions](https://learn.adafruit.com/compucanvas-101.md)
- [CircuitPython Animated Holiday Wreath Lights](https://learn.adafruit.com/circuitpython-animated-holiday-wreath-lights.md)
- [Adafruit VCNL4200 Long Distance IR Proximity and Light Sensor](https://learn.adafruit.com/adafruit-vcnl4200-long-distance-ir-proximity-and-light-sensor.md)
- [What’s Fresh Today? In-Season Produce Reminder for Adafruit MagTag](https://learn.adafruit.com/seasonal-produce-for-adafruit-magtag.md)
- [Portable Solar Charging Tracker](https://learn.adafruit.com/portable-solar-charging-tracker.md)
- [PM2.5 Air Quality Sensor](https://learn.adafruit.com/pm25-air-quality-sensor.md)
- [Ethernet for CircuitPython with Wiznet5K](https://learn.adafruit.com/ethernet-for-circuitpython.md)
- [Pip-Boy 2040 Wrist-Mounted Prop](https://learn.adafruit.com/pip-boy-2040.md)
- [2.8" TFT Touch Shield](https://learn.adafruit.com/2-8-tft-touch-shield.md)
- [Adafruit PyRuler](https://learn.adafruit.com/adafruit-pyruler.md)
- [Adafruit SEN6x Breakout](https://learn.adafruit.com/adafruit-sen6x-breakout.md)
- [Bricktunes: LEGO Synthesizer Glove](https://learn.adafruit.com/bricktunes-lego-glove-synthesizer.md)
- [AdaBox 019](https://learn.adafruit.com/adabox019.md)
- [Adafruit MatrixPortal M4](https://learn.adafruit.com/adafruit-matrixportal-m4.md)
- [Adafruit Metro M7 1011 with AirLift](https://learn.adafruit.com/adafruit-metro-m7-with-airlift.md)
