This command reads data (from 1 to 32 bytes) from requested I2C address.

Byte

Value

Description

1

0xAE

I2C_READ command ID

2

Address

I2C Address

3

size

Number of bytes to write (max 32)

From 4 to 64

-

Not used

EEPROM_WRITE Command Packet Layout.

Reply packet contains requested data.

Byte

Description

From 1 to size

Read result

From size to 64

Not used

I2C_READ Reply Packet Layout.
  • No labels