Hello everyone,
I am currently working on some drone project. I want to use the internal DMP (Digital Motion Processor) of MPU6050 sensor to get the computed data from the sensor since it is more accurate as compared to computing the sensor data on the host controller. I am greatly impressed by the https://github.com/DesignBuildDestroy/digital_spirit_level present on the github. The project is the digital level which uses mpu6050 interfaced with arduino. I want to use stm32 instead of arduino for making the drone.
I was trying to understand the library. There are many registers defined in the mpu6050.h especially defined for DMP like for ex: MPU6050_RA_DMP_INT_STATUS 0x39 which i found to be missing the datasheet. Even i am not able to get the documentation for DMP in MPU050 datasheet.
Can anybody help me in this?
Thankyou
I am currently working on some drone project. I want to use the internal DMP (Digital Motion Processor) of MPU6050 sensor to get the computed data from the sensor since it is more accurate as compared to computing the sensor data on the host controller. I am greatly impressed by the https://github.com/DesignBuildDestroy/digital_spirit_level present on the github. The project is the digital level which uses mpu6050 interfaced with arduino. I want to use stm32 instead of arduino for making the drone.
I was trying to understand the library. There are many registers defined in the mpu6050.h especially defined for DMP like for ex: MPU6050_RA_DMP_INT_STATUS 0x39 which i found to be missing the datasheet. Even i am not able to get the documentation for DMP in MPU050 datasheet.
Can anybody help me in this?
Thankyou