Concept Flow - i2cdetect for device scanning
Start i2cdetect command
Scan I2C bus addresses 0x03 to 0x77
Send probe to each address
Check for device response
Mark address
Display full address map
End
The i2cdetect command scans all possible I2C addresses on the bus, probing each one to see if a device responds, then shows a map of detected devices.
