Hi
My hardware diagram as follow:
reference DS90UB964-Q1 chapter 8.53 on page 41
WriteI2C(0x58,0x58) # enable pass throu
WriteI2C(0x5c,0x18) # "SER_ALIAS_ID"
WriteI2C(0x5d,0x60) # "SlaveID[0]"
WriteI2C(0x65,0x60) # "SlaveAlias[0]"
as example , soc can access 933 by 0x18 addr, access sensor by 0x60 addr.
if i want to access four 933 device at the same time, i think it should have four group registers(SER_ID/SER_ALIAS_ID),but datasheet only have one group register.
Please help me. Thanks.