"I have only used barometric sensors in weather station applications so really don't know. It depends on whether the pressure is actually fused to the other data by the software.
What I was trying to do is to enhance the heading precision and…"
I've put my project on hold due to other priorities but the last I worked on it was with a MPU-9150 board and code supplied by Pansenti. This worked very well in my quick tests.
Pansenti has taken down all of their stuff (not sure why) but I…"
"I see it stabilize but it starts drifting again as soon as it is moved to a new orientation. Still very good performance and your support to ArduIMU is much appreciated! Thanks My application requires good yaw (heading) performance so I would like…"
"Thanks!! That was it. I had wondered about this as a problem but didn't know where in the code to fix it. I made the change to FreeIMU.cpp in getQ() by adding the second #elif i.e.:
"After the huge response I got from this post <g>, I did the port myself. This is for ArduIMU V3 and entailed creating an MPU-6000 (SPI) library, verifying the FreeIMU library for the HMC58X3 worked on the ArduIMU hardware, and updating FreeIMU.cpp…"
I have an application where I wish to (eventually) auto-steer a competitive waterski boat in a straight line over approx. a 1200’ distance at up to 36mph (measurement/control duration is about 23 seconds). The straight line is between 8 pairs of…