# Analog Devices ADT7410 Breakout

## Overview

![](https://cdn-learn.adafruit.com/assets/assets/000/120/261/medium800/temperature___humidity_4089-09.jpg?1681747987)

Analog Devices, known for their reliable and well-documented sensor chips - has a high precision and high resolution temperature sensor on the market, and we've got a breakout to make it easy to use! The **Analog Devices ADT7410** gets straight to the point - it's an I2C temperature sensor, with 16-bit 0.0078°C temperature resolution and 0.5°C temperature tolerance. Wire it up to your microcontroller or single-board computer to get reliable temperature readings with ease.

![](https://cdn-learn.adafruit.com/assets/assets/000/120/264/medium800/temperature___humidity_4089-07.jpg?1681748135)

The ADT7410 has 2 address pins, so you can have up to 4 sensors on one I2C bus. There's also interrupt and critical-temperature alert pins. The sensor is good from 2.7V to 5.5V power and logic, for easy integration.

We've got both&nbsp;[Arduino (C/C++)](https://learn.adafruit.com/adt7410-breakout/arduino)&nbsp;and&nbsp;[CircuitPython (Python 3)](https://learn.adafruit.com/adt7410-breakout/python-and-circuitpython)&nbsp;libraries available so you can&nbsp;[use it with any microcontroller like Arduino](https://learn.adafruit.com/adt7410-breakout/arduino), ESP8266, Metro, etc. or with [Raspberry Pi or other Linux computers](https://learn.adafruit.com/adt7410-breakout/python-and-circuitpython)&nbsp;[thanks to Blinka (our CircuitPython library support helper)](https://learn.adafruit.com/circuitpython-on-raspberrypi-linux).

![](https://cdn-learn.adafruit.com/assets/assets/000/120/262/medium800/temperature___humidity_4089-08.jpg?1681748106)

To get you going fast, we spun up a custom made PCB with the ADT7410 and some supporting circuitry such as pullup resistors and capacitors, in the [**STEMMA QT** form factor](https://www.adafruit.com/?q=stemma%20qt%20sensor "STEMMA QT form factor"), making them easy to interface with. The [STEMMA QT connectors](https://learn.adafruit.com/introducing-adafruit-stemma-qt/what-is-stemma-qt) on either side are compatible with the [SparkFun Qwiic](https://www.sparkfun.com/qwiic) I2C connectors. This allows you to make solderless connections between your development board and the ADT7410&nbsp;or to chain them with a wide range of other sensors and accessories using a [**compatible cable**](https://www.adafruit.com/?q=stemma%20qt%20cable). A [QT Cable is not included, but we have a variety in the shop](https://www.adafruit.com/?q=stemma+qt+cable&sort=BestMatch).

![](https://cdn-learn.adafruit.com/assets/assets/000/120/263/medium800/temperature___humidity_4089-05.jpg?1681748117)

Each order comes with a fully tested and assembled breakout and some header for soldering to a PCB or breadboard. You'll be up and running in under 5 minutes!

[Thanks to Digi-Key](https://www.digikey.com/) and [Analog Devices](https://www.analog.com/en/index.html) for sponsoring the development of this breakout board - we've made the PCB "[Digi-Key red](https://www.digikey.com/)" in their honor!

## Technical Specs

- Wide input-voltage range: 2.7 V to 5.5 V.
- Up to 16-bit temperature resolution (0.0078°C per lsb), default is&nbsp;13 bits (0.0625°C per lsb).
- Highly accurate temperature tolerances:
  - ±0.5°C from −40°C to +105°C (2.7 V to 3.6 V)
  - ±0.4°C from −40°C to +105°C (3.0 V)

- Configurable I2C address allows up to four sensors on the I2C bus.
- Operates over I2C, so only two shared lines required.

Info: 

![](https://cdn-learn.adafruit.com/assets/assets/000/070/800/medium800/temperature___humidity_4089_kit_ORIG_2019_01.jpg?1549485933)

# Analog Devices ADT7410 Breakout

## Pinouts

![](https://cdn-learn.adafruit.com/assets/assets/000/120/265/medium800/temperature___humidity_double.jpg?1681748568)

The default I2C address is **0x48**.

## Power Pins

- **VIN** : This is the voltage input to power for the sensor. You can connect either 5V or 3.3V to this, depending on the logic level of the MCU you are using. (Do not exceed 5V on this pin or you will permanently damage the sensor!)
- **GND** : Common ground for data and power.

## I2C Logic Pins

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

## Address Pins and Jumpers
![](https://cdn-learn.adafruit.com/assets/assets/000/136/118/medium800/adafruit_products_jumpers.png?1743524437 )

On the back of the board are&nbsp; **two address jumpers** , labeled **A0** and **A1**** , **above the** I2C Addr**&nbsp;label on the board silk. These jumpers allow you to chain up to 4 of these boards on the same pair of I2C clock and data pins. To do so, you solder the jumper "closed" by connecting the two pads.

On the front of the board are two address pins, labeled **A**** 0 **and** A1 **. Just like the jumpers, these pins allow you to change the I2C address to connect multiple boards by connecting them to&nbsp;** VIN**.

The default I2C address is&nbsp; **0x48**. The other address options can be calculated by “adding” the&nbsp; **A0** and **A1** to the base of&nbsp; **0x48**.

**A0** &nbsp;sets the lowest bit with a value of&nbsp; **1** and **A1&nbsp;** sets the next bit with a value of&nbsp; **2**. **&nbsp;** The final address is&nbsp; **0x48 + A0**  **+ A1** which would be&nbsp; **0x4B**.

 If&nbsp; **A**** 0 **&nbsp;is soldered closed, the address is&nbsp;** 0x48 + 1 = 0x49.**

 If&nbsp; **A1** &nbsp;is soldered closed, the address is&nbsp; **0x48 + 2 = 0x4A.**

The table below shows all possible addresses, and whether the pin(s) should be high (closed) or low (open).

![](https://cdn-learn.adafruit.com/assets/assets/000/120/267/medium800/temperature___humidity_i2ctable.png?1681749534)

## Other Pins

- **INT -** &nbsp;This is the 'open-drain' interrupt output pin, and can be optionally connected to your MCU to trigger a HW interrupt whenever an appropriate event happens with the sensor. See the datasheet and driver for further details. It will go low or logic '0' when it is asserted.
- **CT -** &nbsp;This 'open-drain' pin can be configured to trigger to go low or to logic '0' when a **Critical Temperature (CT)** threshold is passed.&nbsp;

## Power LED and Jumper

- **Power LED -&nbsp;** In the upper left corner, above the STEMMA connector, on the front of the board, is the power LED, labeled **&nbsp;on**. It is the green LED.
- **LED jumper** &nbsp;- To the right of the power LED is a jumper for the power LED. If you wish to disable the power LED, simply cut the trace on this jumper.

# Analog Devices ADT7410 Breakout

## Assembly

![](https://cdn-learn.adafruit.com/assets/assets/000/071/171/medium800/temperature___humidity_4089-04.jpg?1550193980)

## Assembly

Start by preparing the header strip, cut to length if necessary. It will be easier to solder if you insert it into a breadboard -&nbsp; **long pins down**.

![](https://cdn-learn.adafruit.com/assets/assets/000/071/172/medium800/temperature___humidity_DSC_4047.jpg?1550194090)

## Add the ADT7410:

&nbsp;

Place the board over the pins so that the short pins poke through the top of the breakout pads

![temperature___humidity_DSC_4049.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/170/medium640/temperature___humidity_DSC_4049.jpg?1550193949)

## And Solder!

&nbsp;

Be sure to solder all pins for reliable electrical contact.  
  
_(For tips on soldering, be sure to check out the&nbsp;_[_Guide to Excellent Soldering_](http://learn.adafruit.com/adafruit-guide-excellent-soldering)_)._

![temperature___humidity_DSC_4052.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/173/medium640/temperature___humidity_DSC_4052.jpg?1550194141)

![temperature___humidity_DSC_4055.jpg](https://cdn-learn.adafruit.com/assets/assets/000/071/174/medium640/temperature___humidity_DSC_4055.jpg?1550194215)

OK, you're done!

You can now plug in your ADT7410 breakout&nbsp;and enjoy using this high precision and high resolution temperature sensor.

![](https://cdn-learn.adafruit.com/assets/assets/000/071/175/medium800/temperature___humidity_DSC_4057.jpg?1550194246)

# Analog Devices ADT7410 Breakout

## Arduino

## Arduino Wiring

You can easily wire this breakout to any Arduino-compatible microcontroller.&nbsp;

Make the following connections between the **Metro** and the **ADT7410**

- **ADT7410 Vin** to **3V or 5V** (depending on the logic level of your board).
- **ADT7410&nbsp;**** GND&nbsp; **to** Metro GND**.
- **ADT7410 SCL&nbsp;** to&nbsp; **Metro SCL**
- **ADT7410 SDA&nbsp;** to&nbsp; **Metro SDA**

![temperature___humidity_arduinoStemma_bb.jpg](https://cdn-learn.adafruit.com/assets/assets/000/120/274/medium640/temperature___humidity_arduinoStemma_bb.jpg?1681758622)

![temperature___humidity_adt7410_metro_bb.png](https://cdn-learn.adafruit.com/assets/assets/000/120/275/medium640/temperature___humidity_adt7410_metro_bb.png?1681758635)

## Install Adafruit\_ADT7410 Library
To read data from your ADT7410, you will need to&nbsp;[install the Adafruit\_ADT7410 library](https://github.com/adafruit/Adafruit_ADT7410 "Link: https://github.com/adafruit/Adafruit\_Si7021"). It is available from the Arduino library manager so we recommend using that.

From the Arduino IDE, open the Library Manager ( **Sketch -\> Include Library -\> Manage Libraries** )

![](https://cdn-learn.adafruit.com/assets/assets/000/069/851/medium800/temperature___humidity_managelib.png?1548363070)

Type in **Adafruit ADT7410&nbsp;** and **click** &nbsp; **Install**

![](https://cdn-learn.adafruit.com/assets/assets/000/070/823/medium800/temperature___humidity_adt.png?1549493552)

You'll also need to install **Adafruit Unified Sensor Library** :

![](https://cdn-learn.adafruit.com/assets/assets/000/069/856/medium800/temperature___humidity_adafruitsensor.png?1548364623)

## Load Example
Open up&nbsp; **File -\> Examples -\> Adafruit ADT7410 Library&nbsp;**** -\>&nbsp;adt7410test** and upload to your Arduino wired up to the sensor

https://github.com/adafruit/Adafruit_ADT7410/blob/master/examples/adt7410test/adt7410test.ino

Upload the sketch to your board and open up the Serial Monitor ( **Tools-\>Serial Monitor** ). You should see the temperature in&nbsp;Celsius and Fahrenheit.

```auto
Temp: 23.25*C	73.85*F
Temp: 23.19*C	73.74*F
Temp: 23.25*C	73.85*F
Temp: 23.25*C	73.85*F

```

## Library Reference

Create the ADT7410 Sensor Object:

```auto
Adafruit_ADT7410 tempsensor = Adafruit_ADT7410();
```

Initialize the sensor with:

```auto
tempsensor.begin()
```

This function returns&nbsp; **True&nbsp;** if the ADT7410 was initialized correctly, and&nbsp; **False** if it was not.

Once initialized, you can query the temperature in&nbsp;°C with

```auto
tempsensor.readTempC()
```

Which will return floating point (decimal + fractional) temperature. You can convert to Fahrenheit by multiplying by 1.8 and adding 32 as you have learned in grade school!

# Analog Devices ADT7410 Breakout

## Arduino API

# Analog Devices ADT7410 Breakout

## Python and CircuitPython

It's easy to use the ADT7410 sensor with Python or CircuitPython, and the [Adafruit CircuitPython ADT7410](https://github.com/adafruit/Adafruit_CircuitPython_ADT7410) module. This module allows you to easily write Python code that reads temperature from the 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&nbsp;ADT7410 to your board exactly as shown on the previous page for Arduino.&nbsp;

Make the following connections between the CircuitPython board and the ADT7410:

- **Board 3V** &nbsp;to&nbsp; **ADT7410 VIN**
- **Board GND** &nbsp;to&nbsp; **ADT7410**** &nbsp;GND**
- **Board SCL** &nbsp;to&nbsp; **ADT7410**** &nbsp;SCL**
- **Board SDA** &nbsp;to&nbsp; **ADT7410**** &nbsp;SDA**

![temperature___humidity_featherBB.jpg](https://cdn-learn.adafruit.com/assets/assets/000/120/270/medium640/temperature___humidity_featherBB.jpg?1681758529)

![temperature___humidity_adt7410_feather_bb.png](https://cdn-learn.adafruit.com/assets/assets/000/120/271/medium640/temperature___humidity_adt7410_feather_bb.png?1681758544)

## Python Computer Wiring

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

Make the following connections between the Pi and the ADT7410:

- **Pi 3V** to **ADT7410 VIN**
- **Pi GND** to **ADT7410 GND**
- **Pi SCL** to **ADT7410 SCL**
- **Pi SDA** to **ADT7410 SDA**

![temperature___humidity_piStemma_bb.jpg](https://cdn-learn.adafruit.com/assets/assets/000/120/272/medium640/temperature___humidity_piStemma_bb.jpg?1681758565)

![temperature___humidity_adt7410_raspi_bb.png](https://cdn-learn.adafruit.com/assets/assets/000/120/273/medium640/temperature___humidity_adt7410_raspi_bb.png?1681758578)

## Python Installation of ADT7410 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:

- `sudo pip3 install adafruit-circuitpython-adt7410`

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 Installation of ADT7410 Library

To use with CircuitPython, you need to first install the [Adafruit CircuitPython ADT7410](https://github.com/adafruit/Adafruit_CircuitPython_ADT7410/) library, and its dependencies, into the&nbsp; **lib** &nbsp;folder on your&nbsp; **CIRCUITPY** &nbsp;drive. Then you need to update&nbsp; **code.py** &nbsp;with the example script.

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

Your&nbsp; **CIRCUITPY/lib** &nbsp;folder should contain the following folders and file:

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

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

## Example Code
https://github.com/adafruit/Adafruit_CircuitPython_ADT7410/blob/main/examples/adt7410_simpletest.py

## Python Usage

To demonstrate the usage of the ADT7410, we'll use the Python REPL.

First, we'll import the following modules:

```auto
import time
import board
import busio
import adafruit_adt7410
```

Next, we'll initialize the I2C bus and create the ADT object. We'll set it's `high_resolution`&nbsp;property to&nbsp;`True`, to use 16-bit resolution (instead of the default 13-bit).

```auto
i2c_bus = busio.I2C(board.SCL, board.SDA)
adt = adafruit_adt7410.ADT7410(i2c_bus, address=0x48)
adt.high_resolution = True
```

You can read the temperature using the `.temperature` property (the output will be in degrees Celsius). Try putting your finger on the sensor or holding it against something cold to see the values change.

```auto
adt.temperature
```

![](https://cdn-learn.adafruit.com/assets/assets/000/070/027/medium800/temperature___humidity_mu_adt7410.png?1548447072)

You can convert to Fahrenheit by multiplying by 1.8 and adding 32:

```auto
tempC = adt.temperature
tempF = tempC * 1.8 + 32.0
tempF
```

![](https://cdn-learn.adafruit.com/assets/assets/000/070/028/medium800/temperature___humidity_tempc_tempf_adt7410.png?1548447134)

That's all there is to reading the temperature with the ADT7410. Now you can use the ADT7410 temperature sensor to read the temperature in your project!

# Analog Devices ADT7410 Breakout

## Python Docs

# Analog Devices ADT7410 Breakout

## WipperSnapper

![](https://cdn-learn.adafruit.com/assets/assets/000/128/198/medium800/adafruit_products_01_DeviceList.png?1709128125)

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

![adafruit_products_featherV2_ADT7410_STEMMAQT_Above_bb.jpg](https://cdn-learn.adafruit.com/assets/assets/000/128/199/medium640/adafruit_products_featherV2_ADT7410_STEMMAQT_Above_bb.jpg?1709129106)

![adafruit_products_featherV2_ADT7410_Breadboard_bb.png](https://cdn-learn.adafruit.com/assets/assets/000/128/200/medium640/adafruit_products_featherV2_ADT7410_Breadboard_bb.png?1709129145)

## 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/223/medium800/adafruit_products_02_DeviceSelection.png?1709152405)

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_temperature___humidity_04_LatestVersion.png](https://cdn-learn.adafruit.com/assets/assets/000/128/224/medium640/adafruit_products_temperature___humidity_04_LatestVersion.png?1709152440)

![adafruit_products_temperature___humidity_04_UpdateRequired.png](https://cdn-learn.adafruit.com/assets/assets/000/128/225/medium640/adafruit_products_temperature___humidity_04_UpdateRequired.png?1709152458)

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 one of the ADT7410's supported I2C addresses pop-up in the I2C scan list. The ADT7410 supports four different I2C addresses: `0x48`, `0x49`, `0x4a`, `0x4b`

![](https://cdn-learn.adafruit.com/assets/assets/000/128/213/medium800/adafruit_products_Screenshot_2024-02-28_194011.png?1709149259)

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

![](https://cdn-learn.adafruit.com/assets/assets/000/128/214/medium800/adafruit_products_ADT7410-arrows.png?1709150478)

On the component configuration page, the **ADT7410**'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 **ADT7410** 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/222/medium800/adafruit_products_ET0nbYVVpj.png?1709152134)

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/220/medium800/adafruit_products_Screenshot_2024-02-28_202300.png?1709151818)

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/221/medium800/adafruit_products_aNHOtERySg.png?1709151881)

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/211/medium800/adafruit_products_Screenshot_2024-02-28_193906.png?1709149156)

# Analog Devices ADT7410 Breakout

## Downloads

## Files

- [ADT7410 Datasheet](https://www.analog.com/media/en/technical-documentation/data-sheets/adt7410.pdf)
- [Original Fritzing Object available in the Adafruit Fritzing Library](https://github.com/adafruit/Fritzing-Library/blob/master/parts/Adafruit%20ADT7410.fzpz)
- [STEMMA QT Fritzing Object available in the Adafruit Fritzing Library](https://github.com/adafruit/Fritzing-Library/blob/master/parts/Adafruit%20ADT7410%20Temperature%20Sensor%20STEMMA%20QT.fzpz)
- [EagleCAD PCB files on GitHub](https://github.com/adafruit/Adafruit-ADT7410-PCB)
- [3D models on GitHub](https://github.com/adafruit/Adafruit_CAD_Parts/tree/main/4089%20ADT7410%20Sensor)

## STEMMA QT Schematic and Fab Print

Dimensions are in inches.

![](https://cdn-learn.adafruit.com/assets/assets/000/120/268/medium800/temperature___humidity_schem.png?1681750072)

![](https://cdn-learn.adafruit.com/assets/assets/000/120/269/medium800/temperature___humidity_fab.png?1681750079)

![](https://cdn-learn.adafruit.com/assets/assets/000/120/316/medium800/adafruit_products_4089_ADT7410_Sensor.jpg?1681832614)

## Original Schematic and Fab Print
![](https://cdn-learn.adafruit.com/assets/assets/000/070/795/medium800/temperature___humidity_Adafruit_ADT7410_Schematic.png?1549479821)

![](https://cdn-learn.adafruit.com/assets/assets/000/070/798/medium800/temperature___humidity_Adafruit_ADT7410_Fab_Print.png?1549481565)


## Primary Products

### ADT7410 High Accuracy I2C Temperature Sensor Breakout Board

[ADT7410 High Accuracy I2C Temperature Sensor Breakout Board](https://www.adafruit.com/product/4089)
Analog Devices, known for their reliable and well-documented sensor chips - has a high precision and high resolution temperature sensor on the market, and we've got a breakout to make it easy to use! The&nbsp; **Analog Devices ADT7410** &nbsp;gets straight to the point -...

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

[STEMMA QT / Qwiic JST SH 4-Pin Cable - 200mm Long](https://www.adafruit.com/product/4401)
This 4-wire cable is a little over 200mm / 7.8" 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/4401)
[Related Guides to the Product](https://learn.adafruit.com/products/4401/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)
### 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)
### 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

- [IoT Temperature Logger with Analog Devices ADT7410, Raspberry Pi, and Adafruit IO](https://learn.adafruit.com/iot-temperature-logger-with-python-and-adafruit-io.md)
- [IoT Temperature Logger with Analog Devices ADT7410, Feather and Adafruit IO](https://learn.adafruit.com/iot-temperature-logger-with-arduino-and-adafruit-io.md)
- [All the Internet of Things - Episode Four: Adafruit IO](https://learn.adafruit.com/all-the-internet-of-things-episode-four-adafruit-io.md)
- [Adafruit Feather M4 Express](https://learn.adafruit.com/adafruit-feather-m4-express-atsamd51.md)
- [Bluefruit Luminary Lanterns with Capacitive Touch](https://learn.adafruit.com/bluefruit-luminary-lanterns-with-capacitive-touch.md)
- [Adafruit I2S Amplifier BFF](https://learn.adafruit.com/i2s-amplifier-bff.md)
- [Adafruit EyeLights LED Glasses and Driver](https://learn.adafruit.com/adafruit-eyelights-led-glasses-and-driver.md)
- [Princess Peach LED Crown](https://learn.adafruit.com/bowsette.md)
- [CircuitPython BLE Multi-Temperature Monitoring](https://learn.adafruit.com/circuitpython-multi-temperature-ble-monitoring.md)
- [DIY Trinkey No-Soldering USB Air Quality Monitor](https://learn.adafruit.com/diy-trinkey-no-solder-air-quality-monitor.md)
- [Monitor Your Greenhouse with a No-Code Environmental Sensor](https://learn.adafruit.com/monitor-your-greenhouse-with-a-no-code-environmental-sensor.md)
- [Adafruit pIRkey](https://learn.adafruit.com/adafruit-pirkey-python-programmable-infrared-usb-adapter.md)
- [Adafruit 2.8" PiTFT - Capacitive Touch](https://learn.adafruit.com/adafruit-2-8-pitft-capacitive-touch.md)
- [Adafruit Sparkle Motion Stick](https://learn.adafruit.com/adafruit-sparkle-motion-stick.md)
- [CircuitPython Animated Holiday Wreath Lights](https://learn.adafruit.com/circuitpython-animated-holiday-wreath-lights.md)
