Search found 2 matches
- Tue Nov 07, 2023 2:51 am
- Forum: ESP32 Arduino
- Topic: I2C devices interfering
- Replies: 3
- Views: 2330
Re: I2C devices interfering
Thank you very much for the reply and link to great documentation! I will spend some time reading through that... However I am not sure that capacitance could be the issue - the circuit is physically unchanged during my testing, all the pullup resistors are present in each case. Surely if that was t...
- Mon Nov 06, 2023 10:56 am
- Forum: ESP32 Arduino
- Topic: I2C devices interfering
- Replies: 3
- Views: 2330
I2C devices interfering
Hi all, I am having some issues trying to get several devices to share the I2C bus. Two of them don't play nicely together, and I am at a loss as to why. Devices: MCP23017 on address 0x20 ADS1115 on address 0x48 GP8302 on address 0x58 (I have verified these addresses with I2C scanner) The ADS1115 AD...