<p>Because there&#39;s no device address, the I2C address is just the word address (here &quot;word&quot; is 8-bits, so it&#39;s the address of a byte). So this is all you need to read the whole thing from `glasgow repl i2c-initiator`:</p><p>(await iface.read(0, 128)).tobytes()</p><p>Dump that to a file and you get:</p>
Attached image 0
Reply