When will the platform independent software be released? It was stated previously that it would be released this week.
Will this software/documentation explain how to calibrate and fuse the magnetometer data with the quaternion output?
Thanks
- Log in to post comments
phpbb Topic ID
14772
Re: Re: platform independent release?
Will the new release perform a real independence?
And will there be the possibility to just include MotionApps to my code for different MCUs without the need to "understand" the MotionApps code? I'm not an expert in programming and I hope just to include it and get the quaternion data for my own code.
Re: Re: platform independent release?
There are some final tweaks being made to this release. It will be distributed shortly, thank you for your patience.
Re: Re: platform independent release?
Looking forward to this release.
Re: Re: platform independent release?
Same here; I am very much looking forward to this platform independent (portable) version. Any news about the release date?
Thanks, Jorg
Re: Re: platform independent release?
Due to resource constraints and revisions that have to be made to the code we are targeting a release the week of 11/12.
Re: Re: platform independent release?
Dear Invensense, any news here? Is this week still the release target?
Thank you!
Re: Re: platform independent release?
What I want most out of this release is a description of the method to fuse raw magnetometer data with the 6-axis (Acc+Gyro) quaternion so I can implement this on my Microcontroller (ideally with no library requirement). I can load the DMP effectively using Jeff Rowberg's hack, but need a way to get magnetometer fusion to have a non-drifting and absolute heading (referenced to the same global heading on multiple sensors, i.e. North)
Will this be provided?
Ideally, the DMP would do the complete 9-axis fusion, but I understand that this is not currently possible
Re: Re: platform independent release?
This will be outlined in the User Guide
Re: Re: platform independent release?
Dear sectionsbest,
any update here on the planed release date? Please keep us informed.
Thank you! Jorg Conradt
Re: Re: platform independent release?
Any news on this release and the User Guide?
Re: Re: platform independent release?
One more day left in November. Any chance we will see the platform independent release?
Re: Re: platform independent release?
I'm waiting for this platform independent release too. When will it be available?
Re: Re: platform independent release?
I'm in need of a very slim DMP setup. I'm dealing with the MSP430G2553 which has 16KB Flash and 512B RAM.
Will this software release allow me to do this?
Re: Re: platform independent release?
@parco,
I'm also using the G2553. I use Jeff Rowberg's hack http://www.i2cdevlib.com/devices/mpu6050#source
It mimics MotionFit v4.1 (http://www.i2cdevlib.com/tools/analyzer/23). I'm planning to update the DMP configuration to the MotionFit v5.1 (http://www.i2cdevlib.com/tools/analyzer/32).
However, I still don't have a good way to fuse the magnetometer data with the 6-axis quaternion, as this source code has not been released (and cannot be listened in on like the DMP configuration over the I2C lines). The code works quite well (other than the heading drift) and is very slim and doesn't use any libraries.
Re: Re: platform independent release?
@yorisimo
Thanks for the link, do you think this will work for quat output from the 9150?
https://github.com/jrowberg/i2cdevlib/blob/master/Arduino/MPU6050/Examples/MPU6050_DMP6/MPU6050_DMP6.ino
I'm having trouble making it through the initialization process but i think it might be because of my i2c code. Do you happen to have a library that you use for i2c and could possibly share it?
Re: Re: platform independent release?
I used this:
http://code.google.com/p/trowelproject/source/browse/trunk/code/USCI+I2C+Master+Library/?r=46
In the .c file
change line 28 to:
change lines 51 and 74 to (add both lines to both places):
In the .h file
change lines 3 and 4 to:
This does work for the 6-axis quaternion output from the MPU9150, but invensense does not yet fuse the compass data with the 6-axis quaternion on the DMP, so that has to be done on the MSP430G2553. If you post your email address, maybe we can work together on this more effectively.
Re: Re: platform independent release?
@yorisimo,
Let's collaborate, email me at paulmdemarco@gmail.com
Re: Re: platform independent release?
Any news on this release? will it be released this year?
Re: Re: platform independent release?
Yes, a release this year would be awesome. Before the apocalypse, even better. ;)
Re: Re: platform independent release?
Happy New Year, everyone. ... and to make it even more happy:
Any news about the planned release date?
Thanks, Jorg
Re: Re: platform independent release?
Where's the release?!?!?!
Re: Re: platform independent release?
IT IS NOW AVAILABLE, THANK YOU ALL FOR BEING PATIENT.
PLEASE PROVIDE FEEDBACK, COMMENTS, QUESTIONS, CONCERNS ETC ANYWHERE ON THE FORUM.
WE ARE VERY EXCITED AND ANXIOUS TO SEE HOW THE DEVELOPER COMMUNITY RESPONDS TO THIS.
ONCE AGAIN, THANK YOU ALL FOR YOUR PATIENCE!!!
Re: Re: platform independent release?
Thank you! :D
I really appreciate this release and your (invensense's) efforts put into a platform independent solution!
We will get back to you with feedback shortly!
Jorg Conradt
Re: Re: platform independent release?
Thank you! :D
Re: Re: platform independent release?
Excellent!
Re: Re: platform independent release?
Thank you so much for the release !
There is less files in this version compare to the eMPL5.1 for Motion Fit SDK.
I think it is because there is no 9 axis in this version. Is it possible to easily merge the new features of this version (motion interrupt, ...) with the other one to get 9 axis fusion data ?
Thanks.
Re: Re: platform independent release?
sectionsbest,
Could you suggest where this "platform independent release" can be downloaded? The latest released in the "download" page is MotionDriver v5.1. Is it "platform independent release"? But it does not have any source code for eCompass calibration.
Thanks,
Re: Re: platform independent release?
Embedded MotionDriver v5.1 is the correct release. This is an open souce 6-axis solution, hence you do not see much of any compasss related code.
You can take a look at the compass calibration and integration section within the MotionDriver tutorial for a link to third party source code for compass cal.