# Adafruit AS5600 Magnetic Angle Sensor

## Overview

![demo gif of the sensor with a magnet](https://cdn-learn.adafruit.com/assets/assets/000/137/977/medium800thumb/sensors_6357-05.jpg?1750886456 )

Add rotational sensing - without a mechanical connection - with the **Adafruit AS5600 Magnetic Angle Sensor**. Featuring the classic [ams AS5600](https://ams-osram.com/products/sensor-solutions/position-sensors/ams-as5600-position-sensor), this board can sense a rotating N/S magnetic field up to 3mm away from the chip body. These sensors are often used to create 'frictionless' rotary encoders or potentiometers, without the risk of mechanical failure or noise. Magnetic angle sensors get the best of 'both worlds': like rotary encoders they can rotate freely 360 degrees around, and like potentiometers, they have absolute location detection.

![front view of the breakout](https://cdn-learn.adafruit.com/assets/assets/000/137/987/medium800/sensors_6357-04.jpg?1750937129 )

All you need is a microcontroller or microcomputer with I2C - we have Arduino, Python and CircuitPython driver support. Then, identify the north and south of a magnet: we recommend a rare earth magnet. Note that many round magnets have the N/S on alternate 'coin face' sides, so you'll need to rotate it on the edge. Place the magnet near the middle of the chip and rotate it in place. The firmware will detect the magnetic field and report the angle from 0 to 359 with 0.1° precision and 0.4° accuracy.

![back view of the board](https://cdn-learn.adafruit.com/assets/assets/000/137/988/medium800/sensors_6357-02.jpg?1750937151 )

To make usage plug-and-play, we added [SparkFun qwiic](https://www.sparkfun.com/qwiic)-compatible **[STEMMA QT](https://learn.adafruit.com/introducing-adafruit-stemma-qt)** connectors for the I2C bus, **so you don't even need to solder the I2C and power lines.** Simply 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 AS5600 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).

![stemma view of the breakout](https://cdn-learn.adafruit.com/assets/assets/000/137/989/medium800/sensors_6357-03.jpg?1750937217 )

Comes as a fully assembled breakout board a small bit of header. Some light soldering is required to attach the header for use on a breadboard.

# Adafruit AS5600 Magnetic Angle Sensor

## Pinouts

![front and back views of the board](https://cdn-learn.adafruit.com/assets/assets/000/138/125/medium800/sensors_double.jpg?1751469081 )

The I2C address is&nbsp; **0x36**.

## Power Pins

- **VIN** &nbsp;- this is the power pin.&nbsp;It can be powered by 3V or 5V. Give it the same power as the logic level of your microcontroller - e.g. for a 5V micro like Arduino, use 5V.
- **3Vo** - this is the 3.3V output from the voltage regulator, you can grab up to 100mA from this if you like.
- **GND** &nbsp;- common ground for power and logic.

## 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).

## PWM Output

- **OUT** - This is the analog/PWM output pin. In addition to reading data over I2C, you can read an analog or PWM output via this pin. In analog output mode, 0V corresponds to 0 degrees and VDD corresponds to 360 degrees. In PWM output mode, 0% duty cycle corresponds to 0 degrees and 100% duty cycle corresponds to 360 degrees.

## Direction Jumper

- **DIR** - On the back of the board is the direction jumper, labeled **DIR** on the board silk. This pin determines the direction of the magnetic rotation measurement. By default, the jumper is tied to ground, which sets the direction to clockwise. You can cut this jumper to pull it high to set the direction to counter-clockwise.

## Power LED and Jumper

- **Power LED -** In the upper left corner, above the STEMMA connector, on the front of the board, is the power LED, labeled **on**. It is a green LED.
- **LED jumper&nbsp;** - This jumper is located on the back of the board and is labeled **LED** on the board silk. Cut the trace on this jumper to cut power to the " **on**" LED.

## PGO Pad

- **PGO** - On the back of the board, is a circular pad labeled **PGO** on the board silk. This is the program option pin and is used to calibrate and program the sensor. It is for **advanced use only** , since it changes the programming on the AS5600. More information on this pin and programming modes can be found in the datasheet, starting on page 22.

# Adafruit AS5600 Magnetic Angle Sensor

## CircuitPython and Python

It's easy to use the **AS5600 breakout** with Python or CircuitPython, and the [Adafruit\_CircuitPython\_AS5600](https://github.com/adafruit/Adafruit_CircuitPython_AS5600) module. This module allows you to easily write Python code to read data from the AS5600 with a magnet.

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).

### High-strength 'rare earth' magnet

[High-strength 'rare earth' magnet](https://www.adafruit.com/product/9)
Yow! These things are super powerful. .47" diameter and .18" thick discs. Great for use with your SpokePOV Kit. If you have an aluminium frame, use tape/foam sticky tape to attach it.

In Stock
[Buy Now](https://www.adafruit.com/product/9)
[Related Guides to the Product](https://learn.adafruit.com/products/9/guides)
![Angled shot of a High-strength 'rare earth' magnet.](https://cdn-shop.adafruit.com/640x480/9-01.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:

- **Board STEMMA 3V** to **breakout STEMMA&nbsp;**** VIN (red wire)**  
- **Board STEMMA GND** to **breakout**  **STEMMA** **GND (black wire)**  
- **Board STEMMA SCL** to **breakout**  **STEMMA** **SCL (yellow wire)**  
- **Board STEMMA SDA** to **breakout**  **STEMMA** **SDA (blue wire)**

![feather stemma qt fritzing](https://cdn-learn.adafruit.com/assets/assets/000/138/165/medium640/sensors_feather_stemma_bb.jpg?1751901779)

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)**

![feather breadboard fritzing](https://cdn-learn.adafruit.com/assets/assets/000/138/166/medium640/sensors_feather_bb_bb.jpg?1751901816)

## 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:

- **Pi 3V** to **breakout STEMMA** **VIN (red wire)**  
- **Pi GND** to **breakout**  **STEMMA** **GND (black wire)**  
- **Pi SCL** to **breakout**  **STEMMA** **SCL (yellow wire)**  
- **Pi SDA** to **breakout**  **STEMMA** **SDA (blue wire)**

![raspberry pi stemma fritzing](https://cdn-learn.adafruit.com/assets/assets/000/138/167/medium640/sensors_piStemma_bb.jpg?1751901856)

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)**

![raspberry pi breadboard fritzing](https://cdn-learn.adafruit.com/assets/assets/000/138/168/medium640/sensors_piBB_bb.jpg?1751901892)

## Python Installation of AS5600 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-as5600`

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\_AS5600** 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 folders and file:

- **adafruit\_bus\_device/**
- **adafruit\_register/**
- **adafruit\_as5600.mpy**

![CIRCUITPY drive](https://adafruit.github.io/Adafruit_CircuitPython_Bundle/as5600_as5600_simpletest.py.png )

## 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_AS5600/blob/main/examples/as5600_simpletest.py

First, the AS5600 sensor is recognized over I2C. Then, in the loop, it waits to sense a magnet. Take your magnet and rotate it over the sensor. Once it detects the magnet, you'll see the 12-bit raw angle, 12-bit scaled angle and magnitude readings printed out to the serial console.

![serial console output from circuitpython](https://cdn-learn.adafruit.com/assets/assets/000/138/176/medium800/sensors_Screenshot_2025-07-07_141916.png?1751912377 )

# Adafruit AS5600 Magnetic Angle Sensor

## Python Docs

# Adafruit AS5600 Magnetic Angle Sensor

## Arduino

Using the AS5600 breakout with Arduino involves wiring up the breakout to your Arduino-compatible microcontroller, installing the [Adafruit\_AS5600](https://github.com/adafruit/Adafruit_AS5600) library, and running the provided example code. You'll need a magnet to use the sensor.

### High-strength 'rare earth' magnet

[High-strength 'rare earth' magnet](https://www.adafruit.com/product/9)
Yow! These things are super powerful. .47" diameter and .18" thick discs. Great for use with your SpokePOV Kit. If you have an aluminium frame, use tape/foam sticky tape to attach it.

In Stock
[Buy Now](https://www.adafruit.com/product/9)
[Related Guides to the Product](https://learn.adafruit.com/products/9/guides)
![Angled shot of a High-strength 'rare earth' magnet.](https://cdn-shop.adafruit.com/640x480/9-01.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 sensor VIN.

Here is an Adafruit Metro wired up to the sensor using the STEMMA QT connector:

- **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)**

![metro stemma fritzing](https://cdn-learn.adafruit.com/assets/assets/000/138/157/medium640/sensors_metroSTEMMA_bb.jpg?1751901558)

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)**

![metro breadboard fritzing](https://cdn-learn.adafruit.com/assets/assets/000/138/158/medium640/sensors_metroBB_bb.jpg?1751901589)

## Library Installation

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

![arduino ide menu](https://cdn-learn.adafruit.com/assets/assets/000/138/136/medium800/sensors_Arduino_Open_Library_Manager.png?1751474933 )

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

![as5600 library install](https://cdn-learn.adafruit.com/assets/assets/000/138/143/medium800/sensors_Screenshot_2025-07-02_205504.png?1751504140 )

If asked about dependencies, click "Install all".

![as5600 library dependencies](https://cdn-learn.adafruit.com/assets/assets/000/138/144/medium800/sensors_Screenshot_2025-07-02_205513.png?1751504151 )

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

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

## Example Code
https://github.com/adafruit/Adafruit_AS5600/blob/main/examples/AS5600_basic/AS5600_basic.ino

Upload the sketch to your board and open up the Serial Monitor ( **Tools -\> Serial Monitor** ) at 115200 baud. You'll see the AS5600 recognized over I2C. Then, take a magnet and rotate it above the sensor. You'll see the raw angle and scaled angle printed out to the Serial Monitor, which are 12-bit values. If the magnet is too close or too far from the sensor, you'll see a warning printed to the Serial Monitor.

![serial output from the as5600 basic test](https://cdn-learn.adafruit.com/assets/assets/000/138/147/medium800/sensors_Screenshot_2025-07-02_211631.png?1751505421 )

# Adafruit AS5600 Magnetic Angle Sensor

## Arduino Docs

# Adafruit AS5600 Magnetic Angle Sensor

## WipperSnapper

![](https://cdn-learn.adafruit.com/assets/assets/000/139/479/medium800/sensors_f85r3pNymD.png?1756998898)

## What is WipperSnapper

WipperSnapper is a firmware designed to turn any WiFi-capable board into an Internet-of-Things device without programming a single line of code. WipperSnapper connects to [Adafruit IO](https://io.adafruit.com/), a web&nbsp;platform designed ([by Adafruit!](https://www.adafruit.com/about)) to&nbsp;_display_,&nbsp;_respond_, and&nbsp;_interact_&nbsp;with your project's data.

Simply load the WipperSnapper firmware onto your board, add credentials, and plug it into power. Your board will automatically register itself with your Adafruit IO account.

From there, you can add&nbsp;_components_&nbsp;to your board such as buttons, switches, potentiometers, sensors, and more! Components are&nbsp;_dynamically&nbsp;_added to hardware, so you can&nbsp;immediately start interacting, logging, and streaming the data your projects produce without writing code.

If you've never used WipperSnapper, click below to read through the quick start guide before continuing.

[Quickstart: Adafruit IO WipperSnapper](https://learn.adafruit.com/quickstart-adafruit-io-wippersnapper)
## Wiring
First, wire up a AS5600 to your board exactly as follows. Here is an example of the AS5600 wired to an&nbsp;[Adafruit ESP32 Feather V2](https://www.adafruit.com/product/5400)&nbsp;using I2C&nbsp;[with a STEMMA QT cable (no soldering required)](https://www.adafruit.com/product/4210)

- **Board 3V** &nbsp;to&nbsp;**sensor VIN (red wire on STEMMA QT)**  
- **Board GND** &nbsp;to&nbsp;**sensor GND (black wire on STEMMA QT)**  
- **Board SCL** &nbsp;to&nbsp;**sensor SCL (yellow wire on STEMMA QT)**  
- **Board SDA** &nbsp;to&nbsp;**sensor SDA (blue wire on STEMMA QT)**

![StemmaQT cable connecting an Adafruit Feather ESP32 v2 and the AS6500 sensor](https://cdn-learn.adafruit.com/assets/assets/000/139/450/medium640/sensors_featherESP32v2_stemma.png?1756932582)

![Adafruit Feather ESP32 v2 and an AS6500 sensor mounted in a prototyping breadboard with wires connecting VCC to 3v3, Grounds, SDAs, and SCLs.-+](https://cdn-learn.adafruit.com/assets/assets/000/139/452/medium640/sensors_featherESP32v2_bb.png?1756932902)

## Usage

Connect your board to Adafruit IO Wippersnapper and **[navigate to the WipperSnapper board list](https://io.adafruit.com/wippersnapper).**

On this page, **select the WipperSnapper board you're using** to be brought to the board's interface page.

![](https://cdn-learn.adafruit.com/assets/assets/000/139/457/medium800/sensors_64UwioLuVB.png?1756991440)

If you do not see your board listed here - you need [to connect your board to Adafruit IO](https://learn.adafruit.com/quickstart-adafruit-io-wippersnapper) first.

On the device page, quickly&nbsp; **check that you're running the latest version of the WipperSnapper firmware**.

The device tile on the left indicates the version number of the firmware running on the connected board.

- **If the firmware version is green with a checkmark -** &nbsp;continue with this guide.
- **If the firmware version is red with an exclamation mark "!" -** &nbsp;[update to the latest WipperSnapper firmware](https://learn.adafruit.com/quickstart-adafruit-io-wippersnapper)&nbsp;on your board before continuing.

![](https://cdn-learn.adafruit.com/assets/assets/000/139/458/medium640/sensors_WeIq4J3YcT.png?1756991618)

![](https://cdn-learn.adafruit.com/assets/assets/000/139/459/medium640/sensors_2t9FECOBDFF.png?1756991678)

Next, make sure the sensor is plugged into your board and click the **&nbsp;I2C Scan&nbsp;** button.

![](https://cdn-learn.adafruit.com/assets/assets/000/113/177/medium800/sensor_page_crop_scan.png?1657724520)

You should see the AS5600's default I2C address of `0x36`&nbsp;pop-up in the I2C scan list.

![](https://cdn-learn.adafruit.com/assets/assets/000/139/460/medium800/sensors_jLZ6Vha1cA.png?1756991909)

###  I don't see the sensor's I2C address listed! 


First, double-check the connection and/or wiring between the sensor and the board.

Then, reset the board and let it re-connect to Adafruit IO WipperSnapper.

With the sensor detected in an I2C scan, you're ready to add the sensor to your board.

**Click the New Component button or the + button** to bring up the component picker.

![](https://cdn-learn.adafruit.com/assets/assets/000/127/931/medium800/sensor_page_temperature___humidity_06_AddComponent.png?1708631009)

Adafruit IO supports a large amount of components. To quickly find your sensor, type&nbsp;`AS6500`&nbsp;into the search bar, then select the&nbsp; **AS6500** component.

![](https://cdn-learn.adafruit.com/assets/assets/000/139/478/medium800/sensors_xf3Dcyk69O.png?1756998818)

On the component configuration page, the AS5600's sensor address should be listed along with the sensor's settings.

The&nbsp; **Send Every** &nbsp;option is specific to each sensor's measurements. This option will tell the Feather how often it should read from the AS5600 sensor and send the data to Adafruit IO. Measurements can range from every second to every 24 hours.

For this example, set the&nbsp; **Send Every&nbsp;** interval to every 5 seconds. You can update it later using the settings cog at the end of the component row on the device page.

![](https://cdn-learn.adafruit.com/assets/assets/000/139/462/medium800/sensors_uZO1fWiKx8.png?1756992629)

Your device interface should now show the sensor components you created. After the interval you configured elapses, WipperSnapper will automatically read values from the sensor(s) and send them to Adafruit IO.

Warning: A diametrically magnetized magnet must be positioned above the AS5600 sensor, centered over the chip with an air gap of 0.5-3mm.

If your sensor only shows a value of **null** , then try looking at the serial monitor for your device (it writes debugging log information to a serial port), or using another magnet.

![](https://cdn-learn.adafruit.com/assets/assets/000/139/463/medium800/sensors_KMhEzWy11E.png?1756993443)

To view the data that has been logged from the sensor, click on the graph next to the sensor name.

![](https://cdn-learn.adafruit.com/assets/assets/000/139/464/medium800/sensors_Hdc4zs0pc5.png?1756993483)

Here you can see the feed history and edit things about the feed such as the name, privacy, webhooks associated with the feed and more. If you want to learn more about how feeds work, [check out this page](https://learn.adafruit.com/all-the-internet-of-things-episode-four-adafruit-io/advanced-feeds).

![](https://cdn-learn.adafruit.com/assets/assets/000/139/465/medium800/sensors_yB3zgaeQjC.png?1756993582)

# Adafruit AS5600 Magnetic Angle Sensor

## Downloads

## Files

- [AS5600 Datasheet](https://cdn-learn.adafruit.com/assets/assets/000/138/130/original/Magnetic_Rotary_Position_Sensor_AS5600_Datasheet.pdf?1751470027)
- [EagleCAD PCB files on GitHub](https://github.com/adafruit/Adafruit-AS5600-Magnetic-Angle-Sensor-PCB)
- [3D models on GitHub](https://github.com/adafruit/Adafruit_CAD_Parts/tree/main/6357%20AS5600%20Magnetic%20Sensor)
- [Fritzing object in the Adafruit Fritzing Library](https://github.com/adafruit/Fritzing-Library/blob/master/parts/Adafruit%20AS5600%20Magnetic%20Angle%20Sensor.fzpz)

## Schematic and Fab Print
![schematic](https://cdn-learn.adafruit.com/assets/assets/000/137/991/medium800/sensors_schem.png?1750938800 )

![fab print for pcb](https://cdn-learn.adafruit.com/assets/assets/000/137/992/medium800/sensors_fab.png?1750938819 dimensions are in inches)

![](https://cdn-learn.adafruit.com/assets/assets/000/138/029/medium800/sensors_6357_AS5600_Magnetic_Sensor.jpg?1751289200 )


## Primary Products

### Adafruit AS5600 Magnetic Angle Sensor

[Adafruit AS5600 Magnetic Angle Sensor](https://www.adafruit.com/product/6357)
Add rotational sensing - without a mechanical connection -&nbsp;with&nbsp;the&nbsp; **Adafruit AS5600 Magnetic Angle Sensor**. Featuring the classic&nbsp;[ams AS5600](https://ams-osram.com/products/sensor-solutions/position-sensors/ams-as5600-position-sensor), this board...

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

## Featured Products

### High-strength 'rare earth' magnet

[High-strength 'rare earth' magnet](https://www.adafruit.com/product/9)
Yow! These things are super powerful. .47" diameter and .18" thick discs. Great for use with your SpokePOV Kit. If you have an aluminium frame, use tape/foam sticky tape to attach it.

In Stock
[Buy Now](https://www.adafruit.com/product/9)
[Related Guides to the Product](https://learn.adafruit.com/products/9/guides)
### 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...>

Out of 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)

## Related Guides

- [AS5600 Super Smooth Rotary Encoder](https://learn.adafruit.com/as5600-smooth-rotary-encoder.md)
- [Building and Running MicroPython on the ESP8266](https://learn.adafruit.com/building-and-running-micropython-on-the-esp8266.md)
- [Adafruit Sparkle Motion Stick](https://learn.adafruit.com/adafruit-sparkle-motion-stick.md)
- [Adafruit INA228 I2C Power Monitor](https://learn.adafruit.com/adafruit-ina228-i2c-power-monitor.md)
- [How to Add a New Sensor or Component to Adafruit IO WipperSnapper](https://learn.adafruit.com/how-to-add-a-new-component-to-adafruit-io-wippersnapper.md)
- [Adafruit CharliePlex LED Matrix Bonnet](https://learn.adafruit.com/adafruit-charlieplex-bonnet.md)
- [Adafruit Hallowing M0](https://learn.adafruit.com/adafruit-hallowing.md)
- [Minesweeper on the Fruit Jam and Metro RP2350](https://learn.adafruit.com/minesweeper-on-metro-rp2350.md)
- [LED Masquerade Masks with n00ds](https://learn.adafruit.com/led-masquerade-masks-with-n00ds.md)
- [Adafruit MEMENTO Camera Board](https://learn.adafruit.com/adafruit-memento-camera-board.md)
- [Adafruit STEMMA & STEMMA QT](https://learn.adafruit.com/introducing-adafruit-stemma-qt.md)
- [CustomEyesation: DIY Monster M4SK Graphics](https://learn.adafruit.com/customeyesation-diy-monster-m4sk-graphics.md)
- [BlueLive: Livestream Studio switcher controller](https://learn.adafruit.com/bluelive.md)
- [Adafruit DS2484 I2C to 1-Wire Bus Adapter Breakout](https://learn.adafruit.com/adafruit-ds2484-i2c-to-1-wire-bus-adapter-breakout.md)
- [Adjustable Breadboard Power Supply Kit](https://learn.adafruit.com/adjustable-breadboard-power-supply-kit.md)
