Closed AntarCreates closed 1 year ago
Running I2C scanner is the easiest way to debug/find the address of connected I2C slaves.
When I run i2c scanner, it says that no i2c device is found.
Assuming you did use TwoWire instance for I2C Scanner, it may be a connection issue, or the module is just defective.
Great approach. I was interested in interfacing esp32 ai thinker with MPU6050 sensor which should take a similar approach, but it can't find the mpu6050 chip. I'm adding the code I used for reference. Any help would be greatly appreciated.