IMUs - so many choises

Post Reply
Mrman
Posts: 3
Joined: Sun Jun 17, 2012 5:04 pm

IMUs - so many choises

Post by Mrman »

I've been doing a lot of searches and I got quite a few results from this forum so thought I might ask for your opinions.

I'm working on a new project and I'm only interested in getting the the orientation(9DOF), I won't be using it with a flight controller of any kind - just IMU+Arduino.
I want an IMU that's easy to use with Arduino, accurate(Uses all 9DOF to calculate the orientation, Low or no drifting) and not too expensive, I've recently came across this IMU: http://www.ebay.com/itm/10DOF-MS5611-HM ... 27c66b2c67
The components seems to be identical to the FreeIMU v0.4, could I use the FreeIMU Arduino code with this module? Its less than half the price of the original FreeIMU.
In addition there are the drotek, ArduIMU, pololu and many others.

Which IMU would you recommend for my needs? I'm not very talented when it comes to electronics/programming so I'd really like something simple.
Thank you.

dr.tom
Posts: 141
Joined: Fri Mar 30, 2012 4:46 pm
Location: Croatia
Contact:

Re: IMUs - so many choices

Post by dr.tom »

can't help you with the rest,
but if you choose that IMU, it's 6$ cheaper here
http://www.ebay.com/itm/10DOF-IMU-MPU60 ... 0863094874
Bought it myself today.

Katch
Posts: 280
Joined: Thu Aug 04, 2011 1:44 pm

Re: IMUs - so many choises

Post by Katch »

that IMU is already supported in the current dev code - its the GY_86 and it is almost identical to the freeimu 0.4.3 - it's a lovely IMU and one that I fly myself.

Mrman
Posts: 3
Joined: Sun Jun 17, 2012 5:04 pm

Re: IMUs - so many choises

Post by Mrman »

Thanks dr.tom, every penny counts :)

Katch, Good to hear, is there a code example that just obtains the orientation without the flight control part? I downloaded the code but I'm pretty much lost.

alexia
Posts: 85
Joined: Sun Jun 17, 2012 10:23 pm
Contact:

Re: IMUs - so many choices

Post by alexia »

dr.tom wrote:can't help you with the rest,
but if you choose that IMU, it's 6$ cheaper here
http://www.ebay.com/itm/10DOF-IMU-MPU60 ... 0863094874
Bought it myself today.



great imu! cheap and good components :mrgreen:

Katch
Posts: 280
Joined: Thu Aug 04, 2011 1:44 pm

Re: IMUs - so many choises

Post by Katch »

in config.h all you need to do is uncomment #define gy_86 (latest dev) or you can use #define freeimu 0.4.3 in 2.0.

Mrman
Posts: 3
Joined: Sun Jun 17, 2012 5:04 pm

Re: IMUs - so many choises

Post by Mrman »

How do I get the orientation after that? I don't want to use/install multiwii, I just want a function/code that can return the current orientation and that's it.

skytor
Posts: 48
Joined: Tue May 29, 2012 5:14 pm

Re: IMUs - so many choises

Post by skytor »

if you have the original peace -> http://viacopter.eu/index.php?page=shop ... &Itemid=53


test http://www.microcopters.de/artikel/das- ... reeimu-v04

for the code peaces you search follow the software links on the artikel

Post Reply