# Adafruit VCNL4030 Proximity and Lux Sensor

## Overview

![](https://cdn-learn.adafruit.com/assets/assets/000/143/109/medium800thumb/adafruit_products_6491-00.jpg?1773931921)

The VCNL4030 is a handy two-in-one sensor, with a proximity sensor that works from **0 to 300mm** (about 12 inches) and light sensor with range of **0.004&nbsp;to 16,768 lux**.

We've all been there. That thing is&nbsp;_close_&nbsp;but&nbsp;_how close?_ When you need to measure a small distance with reasonable accuracy, such as the rough height of particularly calm bumble bee, the VCNL4030 Proximity Sensor from Vishay can do that for you. If perchance you also needed to measure the amount of light at the same time, perhaps to let the bee to know if it's time for bed, you're in luck! The VCNL4030 can do that too (bumble bee not included, we tried putting it in the breathable anti-static bag but it started buzzing in a threatening manner).

![Overhead shot VCNL4030 proximity and lux sensor breakout.](https://cdn-learn.adafruit.com/assets/assets/000/143/145/medium800/adafruit_products_top_straight.jpg?1774038454 )

 **Note there's quite a few chips in the VCNL4xxx series, with varying ranges and prices.** While the sensors look and sound similar, the firmware for these chips is not identical, so you cannot swap the VCNL4030 for VCNL4040 or others without recompiling with the respective libraries!

The VCNL4030 has a nice set of configuration knobs that let you tweak both the proximity sensor (PS) and light sensor (ALS) - for example integration time, dynamic range and sensitivity. Higher integration times mean slower conversion but you can measure dimmer light more precisely. Conversely shorter times mean fast conversion, and can measure brighter lights without oversaturating the sensor. For proximity you can also set up the duty cycle and built-in IR LED current. This lets you balance conversion speed, measurement range, precision and power usage as necessary.

![Close-up of VCNL4030 4-pin JST-SH connector on breakout.](https://cdn-learn.adafruit.com/assets/assets/000/143/146/medium800/adafruit_products_stemma_end.jpg?1774038652 )

To make life easier, so you can focus on your important work, we've taken the VCNL4030 and put it onto a breakout PCB along with support circuitry to let you use this little wonder with 3.3V (Feather/Raspberry Pi) or 5V (Arduino/ Metro328) logic levels. Additionally, since it speaks I2C, you can easily connect it up with two wires (plus power and ground!).&nbsp; We've even included [SparkFun qwiic](https://www.sparkfun.com/qwiic)&nbsp;compatible**&nbsp;[STEMMA QT](https://learn.adafruit.com/introducing-adafruit-stemma-qt)**&nbsp;connectors for the I2C bus so&nbsp; **you don't even need to solder!** &nbsp;[Just wire up to your favorite micro and you can use our CircuitPython/Python or Arduino drivers to easily interface with the VCNL4030](https://github.com/adafruit/?q=vcnl4030&type=all&language=&sort=)and make approximate approximations of proximity in no time!&nbsp;[**QT Cable is not included** , but we have a variety in the shop](https://www.adafruit.com/?q=stemma+qt+cable&sort=BestMatch).&nbsp;

![Back of proximity and lux sensor breakout with U.S. quarter for scale.](https://cdn-learn.adafruit.com/assets/assets/000/143/147/medium800/adafruit_products_bottom.jpg?1774038696 )

# Adafruit VCNL4030 Proximity and Lux Sensor

## Pinouts

![Adafruit VCNL4030 breakout seen from both top and bottom sides of the PCB.](https://cdn-learn.adafruit.com/assets/assets/000/143/148/medium800/adafruit_products_pinouts_header.png?1774038871 )

The fixed I2C address is **0x60**.

## Power Pins
- **Vin** - this is the power pin. Since the sensor chip uses 3VDC, we have included a voltage regulator on board that will take 3-5VDC and safely convert it to 3VDC. 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.
- **3Vo** - this is the 3.3V output from the voltage regulator, you can grab up to 100mA from this if you like
- **GND** - common ground for power and logic

![Adafruit VCNL4030 Proximity and light sensor breakout with power pins VIN, 3Vo, and GND highlighted](https://cdn-learn.adafruit.com/assets/assets/000/143/149/medium640/adafruit_products_pinouts_power.png?1774040519)

## I2C Data Pins
- **SCL&nbsp;** - the I2C clock pin, connect to your microcontroller's I2C clock line.
- **SDA** -&nbsp;the I2C data pin, connect to your microcontroller's I2C data line.
- **[STEMMA QT](https://learn.adafruit.com/introducing-adafruit-stemma-qt)&nbsp;-** These connectors allow you to connectors to dev boards with&nbsp; **STEMMA QT** connectors or to other things with&nbsp;[various associated accessories](https://www.adafruit.com/?q=JST%20SH%204)

![Adafruit VCNL4030 Proximity & light sensor breakout with STEMMA QT connectors and I2C logic pins SDA, and SCL, highlighted](https://cdn-learn.adafruit.com/assets/assets/000/143/150/medium640/adafruit_products_pinouts_i2c.png?1774040797)

## Interrupt Pin
 **INT** - the interrupt pin. It is an open-drain interrupt. To use, connect the pin to a GPIO pin on your microcontroller and configure as pull up.

![Adafruit VCNL4030 Proximity & Light breakout with the interrupt pin labeled "INT" highlighted](https://cdn-learn.adafruit.com/assets/assets/000/143/232/medium640/adafruit_products_pinouts_interrupt.png?1774299067)

![Wiring illustration showing the VCNL4030 breakout connected to a Feather RP2040 via STEMMA QT connection and the INT pin on the breakout connected to pin D9 on the feather via breadboard.](https://cdn-learn.adafruit.com/assets/assets/000/143/233/medium640/adafruit_products_interrupt_wiring_bb.png?1774299095)

## LED and LED Jumper
Above the left STEMMA QT connector there is a small green **ON** power indicator LED. When the breakout is powered this LED will turn on.&nbsp;

On the back of the VCNL4030 breakout there is a jumper with a small trace between two pads that can be cut to disable the **ON** power indicator LED on the board.

![Adafruit VCNL4030 breakout with the power indicator LED next to the STEMMA connector highlighted.](https://cdn-learn.adafruit.com/assets/assets/000/143/234/medium640/adafruit_products_pinouts_on_led.png?1774299139)

![VCNL4030 breakout bottom side with LED jumper highlighted](https://cdn-learn.adafruit.com/assets/assets/000/143/235/medium640/adafruit_products_pinouts_led_jumper.png?1774299169)

# Adafruit VCNL4030 Proximity and Lux Sensor

## CircuitPython and Python

It's easy to use the&nbsp; **VCNL4030** with Python or CircuitPython, and the [Adafruit\_CircuitPython\_VCNL4030](https://github.com/adafruit/Adafruit_CircuitPython_VCNL4030) module. This module allows you to easily write Python code to read data from the sensor.

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

## CircuitPython Microcontroller Wiring

First wire up a VCNL4030 to your board exactly as shown below. Here's an example of wiring a Feather RP2040 to the sensor with I2C using one of the handy [**STEMMA QT**](https://learn.adafruit.com/introducing-adafruit-stemma-qt) connectors:

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

![Wiring illustration showing an Adafruit Feather RP2040 connected to the VCNL4030 breakout via STEMMA QT connector](https://cdn-learn.adafruit.com/assets/assets/000/143/236/medium640/adafruit_products_circuitpython_stemma_bb.png?1774299672)

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

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

![Wiring illustration showing an Adafruit Feather PR2040 connected to the VCNL4030 breakout via 3V, GND, SCL, and SDA pins on a solderless breadboard ](https://cdn-learn.adafruit.com/assets/assets/000/143/239/medium640/adafruit_products_circuitpython_breadboard_bb.png?1774299989)

## 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 **sensor VIN (red wire)**  
- **Pi GND** to&nbsp; **sensor** **GND (black wire)**  
- **Pi SCL** to&nbsp; **sensor** **SCL (yellow wire)**  
- **Pi SDA** to&nbsp; **sensor** **SDA (blue wire)**

![Wiring illustration showing Adafruit VCNL4030 breakout connected to a Raspberry Pi via Stemma QT cable connected to 3V, SDA, SCL, and GND on the Pi.](https://cdn-learn.adafruit.com/assets/assets/000/143/237/medium640/adafruit_products_raspi_stemma_bb.png?1774299764)

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

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

![Wiring illustration showing the VCNL4030 breakout connected to a Raspberry Pi pins 3V, SDA, SCL, and GND via a solderless breadboard.](https://cdn-learn.adafruit.com/assets/assets/000/143/238/medium640/adafruit_products_raspi_breadboard_bb.png?1774299808)

## Python Installation of VCNL4030 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-vcnl4030`

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\_VCNL4030** &nbsp;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\_vcnl4030.mpy**

![Screenshot of required files and libraries](https://adafruit.github.io/Adafruit_CircuitPython_Bundle/vcnl4030_vcnl4030_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_VCNL4030/blob/main/examples/vcnl4030_simpletest.py

First, the sensor gets initialized over I2C. In the main loop the light and proximity data is read from the sensor and the values are printed to the serial console once per second.

![Serial output from the VCNL4030 simpletest showing data readings for proximity, lux, and white channel.](https://cdn-learn.adafruit.com/assets/assets/000/143/298/medium800/adafruit_products_circuitpython_simpletest_serial_output.png?1774388576 )

# Adafruit VCNL4030 Proximity and Lux Sensor

## Python Docs

# Adafruit VCNL4030 Proximity and Lux Sensor

## Arduino

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

## Wiring

Wire as shown for a&nbsp; **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)**

![Wiring illustration showing Adafruit Metro wired to the VCNL4030 breakout via STEMMA QT connector to pins 5V, GND, SCL, and SDA](https://cdn-learn.adafruit.com/assets/assets/000/143/240/medium640/adafruit_products_arduino_stemma_bb.png?1774300104)

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** **SCL (yellow wire)**  
- **Board SDA** to **breakout** &nbsp;**SDA (blue wire)**

![Wiring illustration showing Adafruit Metro connected to the VCNL4030 breakout via solderless breadboard connected to pins 5V, GND, SCL, and SDA](https://cdn-learn.adafruit.com/assets/assets/000/143/241/medium640/adafruit_products_arduino_breadboard_bb.png?1774300141)

## Library Installation

You can install the **Adafruit VCNL4030** &nbsp;library for Arduino using the Library Manager in the Arduino IDE.

![Arduino IDE showing the tools menu open with Manage Libraries highlighted](https://cdn-learn.adafruit.com/assets/assets/000/143/243/medium800/adafruit_products_arduino_manage_libs.png?1774300311 )

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

![Arduino IDE library manager open with "Adafruit VCNL4030" in the search box and library in the results list.](https://cdn-learn.adafruit.com/assets/assets/000/143/244/medium800/adafruit_products_arduino_ide_install_vcnl4030.png?1774300494 )

If asked about dependencies, click "Install all".

![Arduino IDE pop up window asking to install dependencies for the VCNL4030 driver](https://cdn-learn.adafruit.com/assets/assets/000/143/245/medium800/adafruit_products_arduino_ide_install_deps.png?1774300553 )

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_VCNL4030/blob/main/examples/simpletest/simpletest.ino

Upload the sketch to your board and open up the Serial Monitor ( **Tools -\> Serial Monitor** ) at 115200 baud. You'll see the VCNL4030 recognized over I2C. Then, the reading values of different light channels will be printed out to the Serial Monitor.

![VCNL4030 simpletest serial output showing data readings for proximity, lux, and white channel](https://cdn-learn.adafruit.com/assets/assets/000/143/299/medium800/adafruit_products_arduino_simpletest_serial_output.png?1774389062 )

# Adafruit VCNL4030 Proximity and Lux Sensor

## Arduino Docs

# Adafruit VCNL4030 Proximity and Lux Sensor

## WipperSnapper

![](https://cdn-learn.adafruit.com/assets/assets/000/144/099/medium800/adafruit_products_Screenshot_2026-05-07_201502.png?1778181314)

## 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
Wire up the VCNL4030 exactly as follows. Here it's shown connected via our convenient StemmaQT cable, or alternatively wired up on a prototyping breadboard:

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

![](https://cdn-learn.adafruit.com/assets/assets/000/144/109/medium640/adafruit_products_FeatherESP32v2_stemma_vcnl4030_bb.png?1778184391)

![](https://cdn-learn.adafruit.com/assets/assets/000/144/112/medium640/adafruit_products_FeatherESP32v2_breadboard_vcnl4030_bb.png?1778184547)

## 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/144/105/medium800/adafruit_products_RQNhj9y4Pk.png?1778182727)

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/144/106/medium640/adafruit_products_DNAxWVz8Z1.png?1778182782)

![](https://cdn-learn.adafruit.com/assets/assets/000/144/107/medium640/adafruit_products_VG2VtiCI9Q.png?1778182797)

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 VCNL4030's default I2C address of `0x60`&nbsp;pop-up in the I2C scan list.

![](https://cdn-learn.adafruit.com/assets/assets/000/144/108/medium800/adafruit_products_xjUADfLa2B.png?1778182992)

###  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;`VCNL4030`&nbsp;into the search bar, then select the&nbsp; **VCNL4030** component.

![](https://cdn-learn.adafruit.com/assets/assets/000/144/101/medium800/adafruit_products_SJ1UloCSRH.png?1778181595)

On the component configuration page, the VCNL4030'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 VCNL4030 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 30 seconds.

![](https://cdn-learn.adafruit.com/assets/assets/000/144/100/medium800/adafruit_products_d7yZe95pny.png?1778181328)

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.

![](https://cdn-learn.adafruit.com/assets/assets/000/144/102/medium800/adafruit_products_Screenshot_2026-05-07_202243.png?1778181771)

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/144/103/medium800/adafruit_products_fr0phZZP8H.png?1778181812)

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/144/113/medium800/adafruit_products_IpNrYnx3Ll.png?1778184567)

# Adafruit VCNL4030 Proximity and Lux Sensor

## Downloads

## Files

- [VCNL4030 Datasheet](https://cdn-learn.adafruit.com/assets/assets/000/143/112/original/vcnl4030x01.pdf?1773932201)
- [EagleCAD PCB files on GitHub](https://github.com/adafruit/Adafruit-VCNL4030-Proximity-and-Lux-Sensor-PCB)
- [Fritzing object in the Adafruit Fritzing Library](https://github.com/adafruit/Fritzing-Library/blob/master/parts/Adafruit%20VCNL4030%20Proximity%20and%20Lux%20Breakout.fzpz)

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

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


## Primary Products

### Adafruit VCNL4030 Proximity and Lux Sensor - STEMMA QT / Qwiic

[Adafruit VCNL4030 Proximity and Lux Sensor - STEMMA QT / Qwiic](https://www.adafruit.com/product/6491)
The VCNL4030 is a handy two-in-one sensor, with a proximity sensor that works from **0 to 300mm** (about 12 inches) and light sensor with range of **0.004&nbsp;to 16,768 lux**.

We've all been there. That thing is&nbsp;_close_&nbsp;but&nbsp;_how..._

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

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

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

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

- [PyPortal MQTT Sensor Node/Control Pad for Home Assistant](https://learn.adafruit.com/pyportal-mqtt-sensor-node-control-pad-home-assistant.md)
- [CircuitPython Text Editor On The Go](https://learn.adafruit.com/circuitpython-text-editor-on-the-go.md)
- [Adafruit 1.27" and 1.5" Color OLED Breakout Board](https://learn.adafruit.com/adafruit-1-5-color-oled-breakout-board.md)
- [Adafruit E-Ink Bonnet for Raspberry Pi](https://learn.adafruit.com/adafruit-e-ink-bonnet-for-raspberry-pi.md)
- [Adafruit Slider Trinkey](https://learn.adafruit.com/adafruit-slider-trinkey.md)
- [Adafruit Ultimate GPS featherwing](https://learn.adafruit.com/adafruit-ultimate-gps-featherwing.md)
- [Adafruit STEMMA Soil Sensor - I2C Capacitive Moisture Sensor](https://learn.adafruit.com/adafruit-stemma-soil-sensor-i2c-capacitive-moisture-sensor.md)
- [Adafruit BMP580, BMP581, and BMP585 - Temperature and Pressure Sensor](https://learn.adafruit.com/adafruit-bmp580-bmp581-and-bmp585-temperature-and-pressure-sensor.md)
- [Piper Make With the Raspberry Pi Pico](https://learn.adafruit.com/piper-make-with-the-raspberry-pi-pico.md)
- [Adafruit Qwiik/STEMMA QT 5 Port Hub](https://learn.adafruit.com/qwiik-stemma-qt-5-port-hub.md)
- [Scroll an SMS Text Message on your RGB Matrix](https://learn.adafruit.com/scroll-an-sms-text-message-on-your-rgb-matrix.md)
- [Adafruit Audio BFF](https://learn.adafruit.com/adafruit-audio-bff.md)
- [Ambient Color Control Pad](https://learn.adafruit.com/ambient-color-controller.md)
- [Adafruit ADXL375](https://learn.adafruit.com/adafruit-adxl375.md)
- [Adafruit INA219 Current Sensor Breakout](https://learn.adafruit.com/adafruit-ina219-current-sensor-breakout.md)
