I2C scanner

Use it for scanning i2c bus for devices and sensors

Simple I2C scanner

A simple I2C scanner for an Arduino

Just scanning and showwing adresses.

Some devices are known like BMP280

(click for i2c scanner code)

click for raw headerfile code

I2C scanner with mpu6050 bypass

Some IMU boards uses the secondary i2c bus behind the mpu 6050 This scanner do activate the gateway so also devcies behind the mpu6050 can be seen

You need to have mpu6050 installed

(click for mpu6050 i2c scanner code)

click for raw headerfile code

Jens