Hello,
i'm an inexperienced student and I got MPU6000 on Evaluation Board connected to ARM Intefernce Board. What is the easiest way for me to get sensor fused data?
- Log in to post comments
phpbb Topic ID
14070
Hello,
i'm an inexperienced student and I got MPU6000 on Evaluation Board connected to ARM Intefernce Board. What is the easiest way for me to get sensor fused data?
Re: Re: Sensor fused data
The ARM streams raw data only. It does not output the sensor fusion data. The way in which you can utilize our DMP and sensor fusion outputs is by using one of our libraries. We offer the Embedded MotionApps on our website's developer's corner for your type of request. There you will also find a lot of information regarding our device and its functionality. For a quick plug and play solution I suggest you put in a request for an
MPU-6000 sensor board for the Atmel UC03 Xplained board and purchase an Atmel UC03 Xplained board from Atmel. We have a complete AVR project in the downloads section that you can build and run and will default stream quaternion (sensor fused) data over the serial connection to the Xplained board. This project can also be altered to send whatever data you would like that our library offers.
Re: Re: Sensor fused data
Thank you very much.
What do you think is the possible accuracy of measuring change in position (from an inertial position) when i move the sensor about 4 meters?
I think the rotation is not the problem, but what about the distance?