I found this in one of my rss feeds:
The MPU-9150™ is the world’s first 9-axis motion tracking device designed for the low power, low cost, and high performance requirements of consumer electronics equipment including smartphones, tablets and wearable sensors.
The MPU-9150™ is actually two chips in one package: the MPU-6050 ( 3-axis gyro / 3-axis accelerometer ), and an AK8975 ( 3-axis digital compass ). They’ve also included what they call a Digital Motion Processor™ (DMP™) which is used to precisely process and ship sensor data over I2C.
It’s pretty small- 4x4x1mm with a 2.4 to 3.34V operating range. So… probably not something you can hook-up directly to a microcontroller. [Via]

Comments
I would like to hear from people who have used the HMC5883L and the MPU9150. While trying the sensors as a compass, we realised that the 9150 was too sensitive and varied too much while the hmc was more stable. Any suggestions on how to get more stable values out the 9150 when used as a compass.
Also on the hmc, you can change the sensitivity. Is it possible to do so on the 9150?
Though I'm not using MPU6050 DMP at present, I'm using Mahony's DCM filter in quaternion form to fuse data from MPU6050 & HMC5883L. I have no problems so far. Fusion is working fine.
I also like to experiment DMP soon. For any updates check : http://harinadha.wordpress.com/
I heard AK8975 ( 3-axis digital compass ) on MPU-9150 is too sensitive.
@Logan Greenlee, this link might be useful regarding your i2c question:
http://electronics.stackexchange.com/questions/29037/tradeoffs-when...
AFAIK the DMP code only exists on the I2C version of the chip and hasn't been ported to the SPI version used by the ArduIMU V3. This assumes that the I2C binary blob is the same as the SPI, which isn't necessarily the case.
Short of finding an SPI chip in the wild and grabbing the code off the bus during startup, Invensense does not seem to be in any hurry to support DMP on the chip used on the ArduIMU V3. SPI Embedded MotionApps is supposed to be under development, but it's anyone's guess when that will be delivered. The I2C arduino code has just been updated this last week though.
Regarding the MPU 9150, I'm not going to be an early adopter this time around. If Invensense delivers an actual working product this time I will probably suck it up, but I'm waiting for success stories before I spend any money. "Fool me once..."
@Andras: Everbody and their brother in the open source world now appears to have the code necessary to use the DMP.
@Jawahar: That's really neat! I'd love to see that used on the next APM, with wireless data transfer to the main CPU/IO unit. No more wires getting in the way of a great vibration damping system for those gyros!
Andras, sorry, our project is not open source, at least we can't provide the code before our first official firmware release.
As for DMP, yes, it was very hard to make communication with it, however, we finally did it. Main MCU reads already-processed data (quaternion / Euler Angles) via FIFO at 200Hz rate (the maximum which MPU provides).
It flies very stable, you can check it here http://sky-drones.com/video.php
Nice find Jawahar! You can buy it here ($ 199): http://us-dc1-order.store.yahoo.net/cgi-bin/wg-order?ysco_key_event...
Why vaporware? I've a MPU6000 lying on my desk, so it seems to exist.
Regarding to closed source: you can access the sensor data of gyro and acc directly and make your own sensor fusion :)
InvenSense just announced a new wearable sensor SDK for health and fitness [and UAV] applications . Based around the new MPU-9150, which is the first integrated 9-axis MEMS MotionTracking™ device, this kit adds a pressure sensor, MCU & bluetooth radio !
-
1
-
2
of 2 Next