ESP32-S3 multiple I2C performance
Posted: Sat Oct 14, 2023 9:25 pm
I want to connect 4 ADCs (ADS1015/1115) to an ESP32-S3 for a total of 16 inputs.
The data sheet for the ADCs suggest up to 4 can be connected on I2C line by addressing them appropriately.
But I've noticed that the ESP32-S3 can support 2 I2C controllers/ports.
If I want to sample these ADCs as fast as possible, would it be advantageous to split them up and put 2 ADS on each port?
Thanks.
The data sheet for the ADCs suggest up to 4 can be connected on I2C line by addressing them appropriately.
But I've noticed that the ESP32-S3 can support 2 I2C controllers/ports.
If I want to sample these ADCs as fast as possible, would it be advantageous to split them up and put 2 ADS on each port?
Thanks.