Adafruit has hundreds of designs that use I2C - a two-wire protocol that can let you quickly connect sensors, OLEDs, GPIO expanders, and more. Folks love I2C because you can simply connect 4 wires for power and data, and even better, share those wires with multiple devices!

One things folks don't like about I2C is that each device requires it's own unique 'address'. You can only have one device with a 0x20 address, for example, so while in theory you could have up to 127 device, each for the 7-bits of address space available, in reality you will quickly bump into two sensors with the same address. Many I2C components have jumpers or switches that allow changing the address, but not all. And some only let you pick between two values. One solution is to use an I2C multiplexer,  and these work pretty well, but they require some noodling in your code to set up the 'plexer and then switch between the devices being plexed.

The Adafruit LTC4316 I2C Address Translator is another solution, with some magic sprinkled inside. This chip does on the fly address translation. There's an 'input I2C' half, and an 'output I2C' half. And any devices on the 'output' half will automatically have their addresses translated from the input half. Specifically, each device will have bit A6 flipped  (most-significant-bit of the address) and then bits A4 and A5 can also be flipped or kept the same, with the two DIP switches on board. To determine the translated address, we use XOR bitwise math.

OK that's a little confusing so let's work through an example. Say we have an AHT20 connected on the output side of this breakout. The AHT20 does not have an adjustable I2C address: it's fixed at 0x38. If both DIP switches are ON, then only A6 is flipped. That means the I2C controller on the input side will see 0x38 XOR 0x40 = 0x78 address. If we flip the A5 switch off, now it will be 0x38 XOR 0x60 = 0x58 and if both switches are off, now bits A4, A5 and A6 will be flipped, so 0x38 XOR 0x70 = 0x48. As far as the AHT20 is concerned, it will happily still see I2C writes and reads on 0x38, but from the I2C controller's perspective, the device is responding on the new address.

If you need more than 4 address translation options (two switches give you 4 options) we also have a spot where you can solder an XOR_LOW resistor for setting the 'bottom' 3 bits by soldering in a resistor value according to the datasheet. It can get confusing quickly so we definitely recommend using an I2C scanner to debug. Note also that you have to reset the LTC if you change the translation address with resistors or the DIP switches: the translation value is picked up on chip boot and isn't on-the-fly adjustable without a toggle of the Enable pin.

While this chip is magical, there's a few things to watch for: it doesn't seem to support clock-stretching so not for funky chips like BNO055. Just because you can change the address on the fly, doesn't mean the drive supports it! Some firmware is expecting a specific address and it may not be trivial to change the address. Check the driver to make sure you know how to change the address, to the new value.

To get you going fast, we spun up a custom-made PCB in the STEMMA QT form factor, making it easy to interface. The STEMMA QT connectors on either side are compatible with the SparkFun Qwiic I2C connectors. This allows you to make solderless connections between your development board and the LTC4316 or to chain it with a wide range of other sensors and accessories using a compatible cable. QT Cable is not included, but we have a variety in the shop. 

Technical Details:

  • Product Dimensions: 25.2mm x 17.7mm x 5.8mm / 1.0" x 0.7" x 0.2"

Package Includes:

  • 1 x Adafruit 5914 LTC4316 I2C Address Translator - Stemma QT / Qwiic

Write a review

Please login or register to review

Adafruit 5914 LTC4316 I2C Address Translator - Stemma QT / Qwiic

  • Brand: Adafruit
  • Product Code:NR-Ada-5914-LTC4316-I2C
  • Reward Points:10
  • Availability:In Stock
  • रo 1,139.88

  • Ex Tax:रo 966.00
  • Price in reward points:1019

  • 45 or more रo 998.28
  • 160 or more रo 993.56

Related Products

Adafruit 4756 LTC4311 I2C Extender / Active Terminator - STEMMA QT / Qwiic

Adafruit 4756 LTC4311 I2C Extender / Active Terminator - STEMMA QT / Qwiic

I2C stands for Inter-Integrated-Circuit communications, its meant for short distances on a PCB or su..

रo 954.62 Ex Tax:रo 809.00

Adafruit 4903 ISO1540 Bidirectional I2C Isolator - STEMMA QT / Qwiic

Adafruit 4903 ISO1540 Bidirectional I2C Isolator - STEMMA QT / Qwiic

Whatever it is, you can use the Adafruit ISO1540 Bidirectional I2C Isolator to add full electrical i..

रo 1,010.08 रo 1,139.88 Ex Tax:रo 856.00

Adafruit 5626 PCA9548 8-Channel STEMMA QT / Qwiic I2C Multiplexer - TCA9548A Compatible

Adafruit 5626 PCA9548 8-Channel STEMMA QT / Qwiic I2C Multiplexer - TCA9548A Compatible

You just found the perfect I2C sensor, available in a handy chainable Qwiic, or STEMMA QT package, a..

रo 885.00 Ex Tax:रo 750.00

Adafruit 5664 PCA9546 4-Channel STEMMA QT / Qwiic I2C Multiplexer - TCA9546A Compatible

Adafruit 5664 PCA9546 4-Channel STEMMA QT / Qwiic I2C Multiplexer - TCA9546A Compatible

You just found the perfect I2C sensor, available in a handy chainable Qwiic, or STEMMA QT package, a..

रo 502.68 Ex Tax:रo 426.00

Adafruit 5663 PCA9546 4-Channel I2C Multiplexer - TCA9546A Compatible

Adafruit 5663 PCA9546 4-Channel I2C Multiplexer - TCA9546A Compatible

You just found the perfect I2C sensor, and you want to wire up two or three or more of them to your ..

रo 502.68 Ex Tax:रo 426.00

Adafruit 2264 FT232H Breakout - General Purpose USB to GPIO, SPI, I2C - USB C & Stemma QT

Adafruit 2264 FT232H Breakout - General Purpose USB to GPIO, SPI, I2C - USB C & Stemma QT

Wouldn't it be cool to drive a tiny OLED display, read a color sensor, or even just flash some LEDs ..

रo 1,905.70 Ex Tax:रo 1,615.00

Adafruit 4471 MCP2221A Breakout - General Purpose USB to GPIO ADC I2C - Stemma QT / Qwiic

Adafruit 4471 MCP2221A Breakout - General Purpose USB to GPIO ADC I2C - Stemma QT / Qwiic

Wouldn't it be cool to drive a tiny OLED display, read a color sensor, or even just flash some LEDs ..

रo 828.36 Ex Tax:रo 702.00

Adafruit 2717 TCA9548A I2C Multiplexer

Adafruit 2717 TCA9548A I2C Multiplexer

You just found the perfect I2C sensor, and you want to wire up two or three or more of them to your ..

रo 784.70 Ex Tax:रo 665.00

Tags: Adafruit, Address, Translator, Stemma QT, Qwiic

The product is currently Out-of-Stock. Enter your email address below and we will notify you as soon as the product is available.

Name
Email
Phone
Comments