7.7 I2C Interface
The device provides one I2C bus interface that supports 3.3 V levels (open drain; a 1.5K pull up resistor is installed inside the device). It also supports a 3.3 V external powe…
1 min read · English documentation
The device provides one I2C bus interface that supports 3.3 V levels (open-drain; a 1.5K pull-up resistor is installed inside the device). It also supports a 3.3 V external power output with a current of less than 1 A. The interface pin definition is shown below.
| PIN1 | PIN2 | PIN3 | PIN4 |
|---|---|---|---|
| 3V3 | SCL | SDA | GND |
I2C Test
Test Equipment
Power adapter, Orin main unit, and AW2013 daughterboard.
Test Objective
Test the functionality of the I2C circuit path.
Test Procedure
- Connect the AW2013 daughterboard to the I2C interface.

- Enter the following command to become the superuser.
sudo su
- Enter the following command to check whether the device is detected.
i2cdetect -r -y 7 | grep 45

- The AW2013 daughterboard above can be replaced with another I2C device board. If you replace it, change the address in the command as follows:
i2cdetect -r -y 7 | grep address
