MPU6050
MPU6050 copied to clipboard
Basic MPU6050 Arduino sketch of sensor function
Hi kris, when using your code , who_am_i register is returning the value 0xFF. what does it mean??
Hello mr kris,Thank you for your great effort and dedication. Your code has really helped me a lot. I tested your code using MPU6050 sensor and an arduino uno board...
I download the github repo and extract it to my Arduino folder in My Documents. Then, I try and run MUP6050IMU.ino file and it says "MadgwickQuaternionUpdate' was not declared in...
Hi I need use a MPU6050 with a board NUCLEO-F746ZG, the programing is in MBED. Is posible use this library in this board or is necessary change something?
Hi, I am using ICM-20948 by TDK InvenSense, which has on board digital motion processing unit. My host processor is MediaTek MT-2523G. InvenSense provides DMP firmware, that has to be...
Hi, I am facing a problem in icm 20948 with msp430fr5994 by using int .i set a threshold values so that onece when my threshold values is cross i should...
Hey Kris, First of all, many thanks for sharing your work and knowledge about the IMU sesnor fusion. i'm hoping to get your advice about an issue i'm dealing when...
Kris, I was hoping you would respond to this teensy forum https://forum.pjrc.com/threads/33328-Prop-Shield-Beta-Test?p=101499&viewfull=1#post101499 Your prop-shield sketch does fusion updates even if there is no new data, and you argue in your...
Hi, I was looking at your file "MPU9250_MS5637_AHRS_t3" and there is something that I don't understand. at the line 373 when you used this function : `accelgyrocalMPU9250(gyroBias, accelBias); // Calibrate...
I'm not new to projects or programing, but at the basic level. I am trying to understand how IMU's work. For that I'm reading both projects (yours and https://github.com/AritroMukherjee/MPU5060sensor) and...