Embedded MotionDriver 6.12 is our first ever 9-axis solution not locked to a specific MCU.Version 6.1.2 is an update to 6.1 that includes bug fixes and new libraries. This release is supported across all ARM Mx core architectures and supports the InvenSense MPU-6000, 6050, 6500, 9150, and 9250. The release includes optimized libraries and example projects for M3 and M4 cores as well the generic ARM library for any Mx core and an additional library and project for the TI MSP430. eMD 6.1 also includes a Python client for both visualizing the sensor performance and commands for printing data. This solution will allow you to easily leverage and configure numerous features of the DMP and also benefit from dynamic features in the MPL software library. Libraries specific to IAR, Keil, and GCC are included.
2019-12-21 20:40:52 23.08MB MPU6050 MPU9250
1
STM32F103调试成功,基于卖家资料和正点原子代买所写。如果触犯他人权利,请联系我,会及时清除。
2019-12-21 20:34:58 3.65MB MPU9250
1
关于F1系列的MPU9250的DMP,能在正点原子Ministm32上直接运行,得到欧拉角。
2019-12-21 20:34:21 4.68MB MPU9250 DMP F103
1
基于nrf51822 MPU9250 SPI驱动
2019-12-21 20:01:13 4KB nrf51822 MPU9250 SP
1
9轴传感器官方驱动包,内含stm32F4驱动、mps430等驱动,各位下载下来后自己看吧。
2019-12-21 19:53:52 35.33MB 嵌入式
1
U_Print(USART1,int( angle[0].roll * Rad2Dree));// pitch mpu 1 U_Print(USART1,int (angle[0].pitch * Rad2Dree));// roll mpu1 U_Print(USART1,int( angle[0].yaw * Rad2Dree));// yaw mpu 1 U_Print_float(USART1,float (heading * Rad2Dree));
2019-12-21 19:35:00 3.08MB STM32F1 MPU6050 MPU9250 KALMAN
1
基于stm32f103ze+mpu9250通过官方DMP库串口输出角度。
2019-12-21 19:22:19 2.81MB MPU9250 DMP stm32
1
使用STM32F103RCT6读取MPU9250姿态数据,相关姿态解算已经实现
2019-12-21 18:56:36 698KB MPU9250 STM32F103
1
stm32F103通过IIC读取MPU9250用DMP融合得到欧拉角 //显示Pitch printf("Pitch:"); temp = (Pitch); printf("%f",temp); printf("度 "); //显示Roll printf("Roll:"); temp = (Roll); printf("%f",temp); printf("度 "); //显示Yaw printf("Yaw:"); temp = (Yaw); printf("%f",temp); printf("度 "); printf("\r\n");
2019-12-21 18:55:49 630KB stm32MPU9250
1
实测可用,精度不错; 改编自正点原子F4版;
2019-12-21 18:54:10 4.48MB MPU925 STM32F
1