Hi,
I have a question: is it possible to connect two ADS1115 on one I2C channel? Won't Arduino go crazy when I send the same register address to begin communication?
Or maybe I can use Arduino Due for this? It has 2 I2C channels.
Thanks.
Hi,
I have a question: is it possible to connect two ADS1115 on one I2C channel? Won't Arduino go crazy when I send the same register address to begin communication?
Or maybe I can use Arduino Due for this? It has 2 I2C channels.
Thanks.
Do they have an address select pin? Many I2C parts do.
Okay, thanks, I've figured it out.
Saalnite:
Okay, thanks, I've figured it out.
Do share: it might help the next person.