Greeting diydrones,
Before I'm buying the ArduIMU V3 I'd like to confirm a few things.
I'm interested in connecting the ArduIMU V3 to another Arduino and having the second Arduino control a quadcopter according to the data received from the ArduIMU. Can the ArduIMU provide the current orientation in respect to the ground and North(So I can use inertial navigation - I won't use GPS at first)?
If it is possible are there any guides/manuals that describe how to work with the ArduIMU V3 in that manner?
Thank you.
Tags:
Permalink Reply by JesseJay on February 10, 2012 at 8:51am I'm sure it can. You would use the serial port to communicate between the two. As far as guides/manuals... I don't know of anything available at all for the V3. I plan on setting up a wiki with information when I get some time. I will be doing the same thing of doing ArduIMU->Arduino soon.
Permalink Reply by Bim on February 10, 2012 at 10:57am Thank you for your reply, are there any output examples that include the magnetometer by any chance?
For example in the screenshot here: http://code.google.com/p/ardu-imu/wiki/Demo the magnetometer chart is empty(First picture, bottom left part).
Also, is it viable to use the ArduIMU V3 without a GPS module?
From the wiki page:
If you don't connect a GPS module, the IMU will still work but Yaw data will be unreliable since there is no way to correct for drift in the Yaw gyro.
Which I find rather strange since it has a 3 axis Gyro, 3 axis accelerometer and a 3 axis magnetometer(Which is enough to correct drift on all angles as far as I understand).
Permalink Reply by JesseJay on February 14, 2012 at 1:02am You can enable/output magnetometer...
#define PRINT_MAGNETOMETER 1 //Will print Magnetometer data (if magnetometer is enabled)
I see the following comment in ArduIMU 1.9 code.
/* Support for optional magnetometer (1 enabled, 0 dissabled) */
#define USE_MAGNETOMETER 1 // use 1 if you want to make yaw gyro drift corrections using the optional magnetometer
So, I think that comment might be wrong.
JesseJay
Season Two of the Trust Time Trial (T3) Contest has now begun. The third round was a reliablilty/aerial photography round for both planes and copters, which is now closed. Stay tuned for the next round, beginning soon.18 members
58 members
26 members
41 members
1 member
© 2012 Created by Chris Anderson.
