Hey all,
I am looking for some design guidance on on DACs & I2C.
I am designing a circuit which includes two DAC & Amplifier subcircuits, we can call it 5V_DAC and 24V_DAC.
Both of them use the MCP4725AOT DAC which does not have an enable pin.
They both rely on the SCL and SDA signals from an esp32 to generate their waveforms.
I want both of the 5V_DAC and 24V_DAC to be able to communicate on the I2C lines but I don't need them to both operate simultaneously and I would like to completely isolate one while the other is in operation.
Currently i'm thinking of using a TCA9548A I2C Switch but then I have to find a way to deal with the input and output power of the DAC that is not selected. Any suggestions?


I am looking for some design guidance on on DACs & I2C.
I am designing a circuit which includes two DAC & Amplifier subcircuits, we can call it 5V_DAC and 24V_DAC.
Both of them use the MCP4725AOT DAC which does not have an enable pin.
They both rely on the SCL and SDA signals from an esp32 to generate their waveforms.
I want both of the 5V_DAC and 24V_DAC to be able to communicate on the I2C lines but I don't need them to both operate simultaneously and I would like to completely isolate one while the other is in operation.
Currently i'm thinking of using a TCA9548A I2C Switch but then I have to find a way to deal with the input and output power of the DAC that is not selected. Any suggestions?

