seems to be not compatible with the QT Py RP2040 board.
- Code: Select all | TOGGLE FULL SIZE
Error message: "Adafruit MPU6050 test! Failed to find MPU6050 chip"
I guess this is because the QT Py RP2040 uses I2C1 to communicate with the MPU6050, but the example code uses I2C0.
The I2C scanner test detects the MPU6050 correctly.
- Code: Select all | TOGGLE FULL SIZE
Scanning...
I2C device found at address 0x68 !
done