Tool/software:
Hi everyone,
I'm working with an MCU (3.3V) as an I2C master, and I need to isolate two different segments of the bus to interact with:
- Two DACs (0x20 and 0x21, powered at 5V) for analog outputs (0–10V and 4–20mA).
- Two I/O Expanders (0x14 and 0x15, powered at 5V) for digital signals up to 24V.
My idea is to use two ISO1541s, both connected to the same ESP32 I2C bus on the non-isolated side (SDA/SCL at 3.3V), and then isolate each I2C segment separately on the 5V side as shown in the following schematic.
- Is this configuration valid from an ISO1541 operation perspective?
- Are there any limitations when connecting multiple ISO1541s to the same MCU I2C bus as shown here?
Thank you in advance for your help.