Addressing multiple sensors to I2C

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
GhostStop
 
Posts: 3
Joined: Fri Sep 06, 2019 12:33 pm

Addressing multiple sensors to I2C

Post by GhostStop »

Hello, I'm working on a project that requires multiple tlv493d sensors. https://www.adafruit.com/product/4366?g ... BIQAvD_BwE

My goal is to make each sensor give individual readings to the Arduino. As far as I can tell, the tlv493d has a fixed i2c address. Is it possible to have them all connected on the same line and still get individual readings? Or will I need an i2c multiplexer to help solve this? Thank you!

User avatar
adafruit_support_carter
 
Posts: 29150
Joined: Tue Nov 29, 2016 2:45 pm

Re: Addressing multiple sensors to I2C

Post by adafruit_support_carter »

Check here for discussion of options:
https://learn.adafruit.com/working-with ... 2c-devices

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”