NetBurner 3.5.0
PDF Version
 
I2C Address Scan

Supported Platforms: MODM7AE70 SBE70LC

Scans the I2C bus for devices and display their addresses.

ScanI2CBus sends out a request on the I2C bus and waits for an ack, scanning each address in the address space. If a device responds, the device address is reported.

This utility is very helpful to:

  • Verify the hardware is connected correctly.
  • Understanding the addressing in I2C device data sheets. Some data sheets include the read/write bit as part of the address, and some do not.