# Adafruit VL53L1X Time of Flight Distance Sensor

## Overview

![](https://cdn-learn.adafruit.com/assets/assets/000/105/827/medium800thumb/adafruit_products_VL53L1X_display.jpg?1634922734)

The&nbsp; **Adafruit VL53L1X Time of Flight Distance Sensor** (also known as VL53L1CX) is a&nbsp;_Time of Flight_&nbsp;distance sensor that has a massive 4 meter range and LIDAR-like precision. The sensor contains a very tiny invisible laser source and a matching sensor. The VL53L1X can detect the "time of flight", or how long the light has taken to bounce back to the sensor.

Info: 

![](https://cdn-learn.adafruit.com/assets/assets/000/105/828/medium800/adafruit_products_VL53L1X_top.jpg?1634922744)

Since the sensor uses a very narrow light source, it is good for determining the distance of only the surface directly in front of it. Unlike sonar that bounces ultrasonic waves, the 'cone' of sensing is very narrow. Unlike IR distance sensors that try to measure the amount of light bounced, the VL53L1X is much more precise and doesn't have linearity problems or 'double imaging' where you can't tell if an object is very far or very close.

![](https://cdn-learn.adafruit.com/assets/assets/000/105/829/medium800/adafruit_products_VL53L1X_back.jpg?1634922755)

This is the 'next generation' of the&nbsp;[VL53L0X ToF sensor](https://www.adafruit.com/products/3317)&nbsp;and can handle about **~30 to 4000mm** of range distance, with up to 50Hz update rate. If you need an even smaller/closer range, check out the [VL6180X](https://www.adafruit.com/product/3316) which can measure 5mm to 200mm and also contains a light sensor.

![](https://cdn-learn.adafruit.com/assets/assets/000/105/830/medium800/adafruit_products_VL53L1X_top_header.jpg?1634922768)

The sensor is small and easy to use in any robotics or interactive project. Since it needs 2.8V power and logic we put the little fellow on a breakout board with a regulator and level shifting. You can use it with any 3-5V power or logic microcontroller with no worries. Works great with the&nbsp; **3.3V logic level of a Feather or Raspberry Pi, or the 5V level of a Metro 328 or Arduino Uno** , this breakout is ready to work with most common microcontrollers or SBCs. and since&nbsp;it speaks I2C, you can easily connect it up with two data wires plus power and ground.&nbsp;

![](https://cdn-learn.adafruit.com/assets/assets/000/105/831/medium800/adafruit_products_VL53L1X_STEMMA_side.jpg?1634922777)

As if that weren't enough, we've also added[&nbsp;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&nbsp; **so you don't even need to solder.** &nbsp;Just wire up to your favorite micro with a plug-and-play cable to get ToF data ASAP. For a no-solder experience,&nbsp;[just wire up to your favorite micro, like the STM32F405 Feather](https://www.adafruit.com/product/4382)&nbsp;using a&nbsp;[STEMMA QT adapter cable.](https://www.adafruit.com/?q=stemma%20qt%20cable)&nbsp;The Stemma QT connectors also mean the VL53L1X can be used with our&nbsp;[various associated accessories.](https://www.adafruit.com/?q=JST%20SH%204)&nbsp;[QT Cable is not included, but we have a variety in the shop](https://www.adafruit.com/?q=stemma+qt+cable&sort=BestMatch)

Communicating to the sensor is done over I2C with an API written by ST, so it's not too hard to port it to your favorite microcontroller. [We've written a wrapper library for Arduino so you can use it with any of your Arduino-compatible boards](https://github.com/adafruit/Adafruit_VL53L1X).

## Removing the Protective Tape
Warning: 

Using tweezers (or some other appropriate tool), CAREFULLY remove the protective tape over the sensor, as seen in the image below. There is a small tab on the side of the tape that you can use to remove it.

![](https://cdn-learn.adafruit.com/assets/assets/000/105/857/medium800/adafruit_products_VL53L1X_remove_tape.jpg?1634929858)

# Adafruit VL53L1X Time of Flight Distance Sensor

## Pinouts

![](https://cdn-learn.adafruit.com/assets/assets/000/105/834/medium800/adafruit_products_VL53L1X_pinouts.jpg?1634923211)

Info: 

## Power Pins

- **VIN** - 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 3V microcontroller like a Feather M4, use 3V, or for a 5V microcontroller like Arduino, use 5V.
- **GND** - This is common ground for power and logic.

## I2C Logic Pins

The default I2C address for the VL53L1X is **0x29**.

- **SCL** - I2C clock pin, connect to your microcontroller I2C clock line. There's a **10K pullup** on this pin.
- **SDA** - I2C data pin, connect to your microcontroller I2C data line. There's a **10K pullup** on this pin.
- [**STEMMA QT**](https://learn.adafruit.com/introducing-adafruit-stemma-qt) **&nbsp;-** These connectors allow you to connect to development boards with **STEMMA QT** connectors or to other things with&nbsp;[various associated accessories](https://www.adafruit.com/category/619).

## Other Pins

- **GPIO** - This is the interrupt output pin, it is 2.8V logic level output - it can be read by 3.3V and most 5V logic microcontrollers
- **XSHUT** - This is the shutdown pin. It is active low, and is logic-level shifted so you can use 3V or 5V logic.

## LED Jumper

- **LED jumper** - This jumper is located on the back of the board. Cut the trace on this jumper to cut power to the "on" LED.

# Adafruit VL53L1X Time of Flight Distance Sensor

## Python & CircuitPython

It's easy to use the **VL53L1X** with Python or CircuitPython, and the [Adafruit CircuitPython VL53L1X](https://github.com/adafruit/Adafruit_CircuitPython_VL53L1X) module. This module allows you to easily write Python code that reads the distance from the **VL53L1X** sensor.

You can use this sensor 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 VL53L1X to your board exactly as shown below. Here's an example of wiring a Feather M4 to the sensor with I2C using one of the handy [**STEMMA QT**](https://learn.adafruit.com/introducing-adafruit-stemma-qt) connectors:

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

![adafruit_products_VL53L1X_feather_STEMMA_bb.jpg](https://cdn-learn.adafruit.com/assets/assets/000/105/863/medium640/adafruit_products_VL53L1X_feather_STEMMA_bb.jpg?1634931388)

You can also use the standard **0.100" pitch** headers to wire it up on a breadboard:

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

![adafruit_products_VL53L1X_feather_breadboard_bb.jpg](https://cdn-learn.adafruit.com/assets/assets/000/105/864/medium640/adafruit_products_VL53L1X_feather_breadboard_bb.jpg?1634931422)

## Python Computer Wiring

Since there's _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).&nbsp;

Here's the Raspberry Pi wired to the sensor using I2C and a [**STEMMA QT**](https://learn.adafruit.com/introducing-adafruit-stemma-qt) connector:

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

![adafruit_products_VL53L1X_RasPi_STEMMA_bb.jpg](https://cdn-learn.adafruit.com/assets/assets/000/105/865/medium640/adafruit_products_VL53L1X_RasPi_STEMMA_bb.jpg?1634931451)

Finally here is an example of how to wire up a Raspberry Pi to the sensor using a solderless breadboard:

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

![adafruit_products_VL53L1X_RasPi_breadboard_bb.jpg](https://cdn-learn.adafruit.com/assets/assets/000/105/866/medium640/adafruit_products_VL53L1X_RasPi_breadboard_bb.jpg?1634931476)

## Python Installation of VL53L1X 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.&nbsp;[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-vl53l1x`

If your default Python is version 3, you may need to run `pip` instead. 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 VL53L1X 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\_vl53l1x.mpy**

![CIRCUITPY](https://adafruit.github.io/Adafruit_CircuitPython_Bundle/vl53l1x_vl53l1x_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
https://github.com/adafruit/Adafruit_CircuitPython_VL53L1X/blob/main/examples/vl53l1x_simpletest.py

 **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://cdn-learn.adafruit.com/assets/assets/000/105/862/medium800/adafruit_products_VL53L1X_CP_serial_output.png?1634931183)

Now try holding your hand in front of the sensor, and moving it closer and further away to see the values change!

First you import the necessary modules and libraries. Then you instantiate the sensor on I2C.

Then you're ready to read data from the sensor, including the initial information printed to the serial console.

Finally, inside the loop, you check the distance every second.

That's all there is to using the VL53L1X with CircuitPython!

## Connecting Multiple Sensors

I2C only allows one address-per-device so you have to make sure each I2C device has a unique address. The default address for the VL53L1X is **0x29** but you _can_ change this in software.

To set the new address, you need to use `set_address`. The good news is its easy to change, the annoying part is each _other_ sensor has to be in shutdown. You can shutdown each sensor by wiring up to the **XSHUT** pin to a microcontroller pin.

The following example shows how to use `set_address` to change the address on additional sensors plugged into the same I2C bus. It sets the addresses, prints the addresses in use, and then displays the distance data to the serial console. It is written for two sensors, but is easily modifiable to accommodate more.

https://github.com/adafruit/Adafruit_CircuitPython_VL53L1X/blob/main/examples/vl53l1x_set_address_multiple_sensors.py

That's all there is to setting the address of an additional sensor using CircuitPython!

# Adafruit VL53L1X Time of Flight Distance Sensor

## Python Docs

# Adafruit VL53L1X Time of Flight Distance Sensor

## Arduino

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

## Wiring
Wire as shown for a **5V** board like an UNO. If you are using a **3V** board, like an Adafruit Metro, wire the board's 3V pin to the VL53L1X Vin.

- **Board 5V** to **sensor**  **Vin**
- **Board GND** to **sensor**  **GND**
- **Board SCL** to **sensor**  **SCL**
- **Board SDA** to **sensor**  **SDA**
- **Board 2** to **sensor**  **GPIO**
- **Board 3** to **sensor**  **XSHUT**

![adafruit_products_vl53l1x_arduino_bb.jpg](https://cdn-learn.adafruit.com/assets/assets/000/105/861/medium640/adafruit_products_vl53l1x_arduino_bb.jpg?1634931026)

## Library Installation

You can install the **VL53L1X** library for Arduino using the Library Manager in the Arduino IDE.

![](https://cdn-learn.adafruit.com/assets/assets/000/105/932/medium800/adafruit_products_Arduino_Open_Library_Manager.png?1635264608)

Click the&nbsp; **Manage Libraries ...** menu item, search for **VL53L1X** ,&nbsp;and select the **Adafruit VL53L1X** library:

![](https://cdn-learn.adafruit.com/assets/assets/000/105/933/medium800/adafruit_products_VL53L!X_Arduino_lib_install.png?1635264739)

If asked about dependencies, click "Install all".

![](https://cdn-learn.adafruit.com/assets/assets/000/105/934/medium800/adafruit_products_VL53L1X_Arduino_deps_install.png?1635264754)

## Load Example

Open up **File**  **-\> Examples -\> Adafruit VL53L1X -\> VL53L1X\_simpletest** and upload to your Arduino wired to the sensor.

https://github.com/adafruit/Adafruit_VL53L1X/blob/main/examples/VL53L1X_simpletest/VL53L1X_simpletest.ino

Upload the sketch to your board and open up the Serial Monitor ( **Tools -\> Serial Monitor** ) at 115200 baud. You should see the the values from the senor being printed out.

![](https://cdn-learn.adafruit.com/assets/assets/000/105/858/medium800/adafruit_products_Screenshot_from_2021-10-22_12-15-39.png?1634930159)

# Adafruit VL53L1X Time of Flight Distance Sensor

## Arduino Docs

# Adafruit VL53L1X Time of Flight Distance Sensor

## WipperSnapper

![](https://cdn-learn.adafruit.com/assets/assets/000/128/870/medium800/adafruit_products_Screenshot_2024-03-22_133716.png?1711114678)

## 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 an VL53L1X to your board exactly as follows. Here is an example of the VL53L1X 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)

&nbsp;

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

![adafruit_products_featherV2_VL53L1X_STEMMAQT_bb.png](https://cdn-learn.adafruit.com/assets/assets/000/128/866/medium640/adafruit_products_featherV2_VL53L1X_STEMMAQT_bb.png?1711113855)

![adafruit_products_featherV2_VL53L1X_Breadboard_bb.png](https://cdn-learn.adafruit.com/assets/assets/000/128/868/medium640/adafruit_products_featherV2_VL53L1X_Breadboard_bb.png?1711113889)

## 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/128/871/medium800/adafruit_products_KmZMr0egOk.png?1711114749)

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.

![adafruit_products_04_LatestVersion_(1).png](https://cdn-learn.adafruit.com/assets/assets/000/128/872/medium640/adafruit_products_04_LatestVersion_%281%29.png?1711114860)

![adafruit_products_04_UpdateRequired_(1).png](https://cdn-learn.adafruit.com/assets/assets/000/128/873/medium640/adafruit_products_04_UpdateRequired_%281%29.png?1711114880)

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

![](https://cdn-learn.adafruit.com/assets/assets/000/128/875/medium800/adafruit_products_Screenshot_2024-03-22_134223.png?1711114979)

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

![](https://cdn-learn.adafruit.com/assets/assets/000/130/071/medium800/adafruit_products_ePMJs0a10C.png?1715941909)

On the component configuration page, the VL53L1X'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 VL53L1X sensor and send the data to Adafruit IO. Measurements can range from every 30 seconds 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/128/877/medium800/adafruit_products_DMspUa0g3Y.png?1711115326)

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/128/878/medium800/adafruit_products_dRItuNcMFc.png?1711115638)

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/128/879/medium800/adafruit_products_RYv7jGArhl.png?1711115688)

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/128/881/medium800/adafruit_products_Screenshot_2024-03-22_141050.png?1711116671)

# Adafruit VL53L1X Time of Flight Distance Sensor

## Downloads

## Files:

- [VL53L1X datasheet](https://cdn-learn.adafruit.com/assets/assets/000/105/859/original/vl53l1x.pdf?1634930163)
- [EagleCAD PCB files on GitHub](https://github.com/adafruit/Adafruit-VL53L1X-PCB)
- [3D models on GitHub](https://github.com/adafruit/Adafruit_CAD_Parts/tree/main/3967%20VL5SL1X%20TOF%20Sensor)
- [Fritzing object in the Adafruit Fritzing Library](https://github.com/adafruit/Fritzing-Library/blob/master/parts/Adafruit%20VL53L1X%20Time%20of%20Flight%20Sensor.fzpz)

# Schematic and Fab Print
![](https://cdn-learn.adafruit.com/assets/assets/000/105/870/medium800/adafruit_products_VL53L1X_sch.png?1634932917)

![](https://cdn-learn.adafruit.com/assets/assets/000/105/869/medium800/adafruit_products_VL53L1X_fab_print.png?1634932902)

# 3D Model
![](https://cdn-learn.adafruit.com/assets/assets/000/122/214/medium800/adafruit_products_3967_VL5SL1X_TOF_Sensor.jpg?1688136185)


## Primary Products

### Adafruit VL53L1X Time of Flight Distance Sensor - ~30 to 4000mm

[Adafruit VL53L1X Time of Flight Distance Sensor - ~30 to 4000mm](https://www.adafruit.com/product/3967)
The&nbsp; **Adafruit VL53L1X Time of Flight Distance Sensor** (also known as VL53L1CX) is a&nbsp;_Time of Flight_&nbsp;distance sensor that has a massive 4 meter range and LIDAR-like precision. The sensor contains a very tiny invisible laser source and a matching sensor....

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

## Related Guides

- [Haunted Air Blaster](https://learn.adafruit.com/automated-air-blaster.md)
- [PropMaker Jack O'Lantern](https://learn.adafruit.com/propmaker-jack-o-lantern.md)
- [Motion Sensor Bat](https://learn.adafruit.com/motion-sensor-bat.md)
- [Black Lives Matter Education & Workshop Kit](https://learn.adafruit.com/black-lives-matter-badge.md)
- [Adafruit High Power Infrared LED Emitter](https://learn.adafruit.com/adafruit-high-power-infrared-led-emitter.md)
- [Using the CircuitPython Extension for Visual Studio Code](https://learn.adafruit.com/using-the-circuitpython-extension-for-visual-studio-code.md)
- [IS31FL3731 16x9 Charlieplexed PWM LED Driver](https://learn.adafruit.com/i31fl3731-16x9-charliplexed-pwm-led-driver.md)
- [Adafruit 2.0" 320x240 Color IPS TFT Display](https://learn.adafruit.com/2-0-inch-320-x-240-color-ips-tft-display.md)
- [Adafruit ESP32-C6 Feather](https://learn.adafruit.com/adafruit-esp32-c6-feather.md)
- [Adafruit MPR121 12-Key Capacitive Touch Sensor Breakout Tutorial](https://learn.adafruit.com/adafruit-mpr121-12-key-capacitive-touch-sensor-breakout-tutorial.md)
- [Reading QR Codes with the Tiny Code Reader](https://learn.adafruit.com/reading-qr-codes-with-the-tiny-code-reader.md)
- [Adafruit GA1A12S202 Log-scale Analog Light Sensor](https://learn.adafruit.com/adafruit-ga1a12s202-log-scale-analog-light-sensor.md)
- [Adafruit MAX31865 RTD PT100 or PT1000 Amplifier](https://learn.adafruit.com/adafruit-max31865-rtd-pt100-amplifier.md)
- [UTi165 Thermal Fever Scanner Camera](https://learn.adafruit.com/uti165-thermal-fever-scanner-camera.md)
- [Infinity Mirror Collar](https://learn.adafruit.com/infinity-mirror-collar.md)
