Hi
I’m wanna get readings of gyro and accelerometer using MPU6050 sensor and atmega2560 development board.
Pin connection
VCC - 3.3V
GND - GND
SCL - SCL
SDA - SDA
-
Set the scale of accelerometer and gyro
-
Read raw data
-
convert those into dps and acceleration
-
filter accelerometer value and gyro using best filter
I tried to figure out this using many examples but still i couldn’t manage to do that.
And i need this for my project so I will be really grateful if anyone could help me with these steps clearly
Thanks