Use regular Arduino Mega as ArduCopter

I have an Arduino Mega I want to use instead of the Ardupilot mega as it is basically the same thing. I have a Pololu MinIMU-9 IMU (which is based off the ArduIMU 1.5) I want to use. I have spent a lot of time trying to make the IMU work with the legacy Arduplane, but it got put off and I never finished it. I know it could be done though. The APM is compatible with quads, so I figure this would be my best route. I have no problem with creating my own shield that will go on the Arduino Mega. I really don't think this should be that hard to do, I just don't know how.

Thanks in advance

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • I should have thrown in a link to better explain what I'm talking about...

    http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERA...

    http://www.st.com/internet/com/press_release/p3273.jsp

    ST has finally put everything together into the M1 module.  It's a pretty sweet looking little IMU (13x13x2mm).  It does what ArduIMU is trying to do and what invensense has been falsely claiming they already have.

    It's not out quite yet, but when it is it will actually work because the code is already done.

    ST also has a $35 9DOF IMU, the STEVAL-MKI108V2.  This is essentially the same as the IMU you have as the L3GD20 is just a newer version of the gyro in your IMU.  If you look in the iNemo code you can find some examples that might help you.


    STEVAL-MKI108V2

    http://www.st.com/internet/evalboard/product/252687.jsp

  • That IMU would probably be a lot better than the current setup.  It shouldn't be that hard to use a STM32 to do the AHRS (iNemo).

    Unlike Invensense, ST chips actually have a functioning motion processing / AHRS setup.  I got really turned off from Invensense when I realized their "Digital Motion Processor" doesn't actually exist.  The fake vaporware motion processor, combined with their constant overpromising and underdelivering, missed production deadlines, and other shady business practices makes me want to avoid them as much as possible.

    Seems like some people are actually doing the opposite...  :<

  • ArduCopter already ported to Arduino MEGA (MegaPirateNG project), but your sensors not supported. Anyway you can write drivers for MinIMU.

This reply was deleted.

Activity