How to allocate address for another ADS1115 which is an ADC in Raspberry Pi in I2C interface? The first ADC will be allocated an address of 60. But how to manually allocate the address for second ADS1115 in the Raspberry Pi?
Asked
Active
Viewed 16 times
0
-
1To clarify, do you mean how to set this on the ADS1115, or on the Pi? Because you don't do it on the latter, you do it with pins on the former, and then it will connect with a different address and be recognized as such, you don't have to do anything else. – goldilocks Jan 23 '22 at 15:55
-
1https://cdn-shop.adafruit.com/datasheets/ads1115.pdf page 17 address selection – CoderMike Jan 23 '22 at 16:00
-
@goldilocks : The answer is your combined comments. Maybe take the next step? :) – Seamus Jan 23 '22 at 18:28
-
@codermike: The answer is your combined comments. Maybe take the next step? :) – Seamus Jan 23 '22 at 18:28
-
WRT the duplicate, the answers seem to drift toward using a multiplexor so you can add more than 4 ADCs, the one that is most explicit about how to set alternate addresses is this one: https://raspberrypi.stackexchange.com/a/119957/5538 – goldilocks Jan 23 '22 at 21:46