I try to operate two MPU-9250 via I2C. Somehow, it is not possible for me to access the AK8963 magnetometer of the MPU with AD0-address pin on high. I tried all possible addresses according to the datasheet of the AK8963, but none worked (could not read the wai register correctly). The other MPU with AD0 on low works fine.
Is it possible to accesse the AK8963 with the AD0 on high? Otherwise, I can just think of toggeling AD0, configuring the magnetometer to send the measurment values to FIFO and disable the bypass. Or is there a more elegant way?