Yesterday, 01:46 AM
Hello everyone,
I’m trying to read data from the MPU6050 6-axis sensor via I²C on my Pine64 board, but I’m running into some issues.
System: Armbian
I²C is already enabled, and I can see the device address 0x68 with i2cdetect -y 1
My Python script runs, but the data I get is unstable and often jumps around
Has anyone successfully driven the MPU6050 on Pine64? Do I need any additional configuration?
Thanks!
I’m trying to read data from the MPU6050 6-axis sensor via I²C on my Pine64 board, but I’m running into some issues.
System: Armbian
I²C is already enabled, and I can see the device address 0x68 with i2cdetect -y 1
My Python script runs, but the data I get is unstable and often jumps around
Has anyone successfully driven the MPU6050 on Pine64? Do I need any additional configuration?
Thanks!