cherbin
cherbin
Hi I’m using this mpu HiLetgo 3pcs GY-521 MPU-6050 MPU6050 3 Axis Accelerometer Gyroscope Module 6 DOF 6-axis Accelerometer Gyroscope Sensor Module 16 Bit AD Converter Data Output IIC I2C...
Also.. I'm using the demo_raw... I'm getting this as an output, but I'm not sure if its correct, and if it is correct, how do I convert the numbers to...
Hi, How do I set the offsets ? Can you please give an exact example? Thanks
Also I'm still getting these errors when running **./demo_dmp** ---------------- Initializing I2C devices... Testing device connections... MPU6050 connection failed Initializing DMP... DMP Initialization failed (code 1) **demo_raw output** ------------------ ./demo_raw...
Hi.. The code above is for Arduino. I'm using a Raspberry Pi. Can you give me an example to modify this so it does the calibration on the Raspberry Pi...
I used accelgyro instead of mpu , since accelgyro is defined.. but I get the following: Where are the CalibrateGyro and CalibrateAccel defined ? demo_raw.cpp: In function ‘void setup()’: demo_raw.cpp:20:11:...
Where can I download the updated MPU6050.cpp for the raspberry pi that contains these functions? I cant find it anywhere.
Here is my current MPU6050.cpp , but it does not contain the CalibrateAccel and CalibrateGyro. I do not see the update on github for Raspberry pi .. Can you please...