Making an IMU?

Hello forum,

     I am trying to make an autopilot for a quad-rotor-heli. I just got started on my work and would like to know how to go about it? I just bought (or already have) these items for the auto pilot

1. MMA7361 3-axis accelerometer

2. LISY300AL 1-axis gyro

3. LPR530AL 2- axis gyro

4. HMC6352 magneto

5. Arduino 2560

Initially i'll be implementing these on a prototyping shield for the mega. Any and all help is much appreciated.

 

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

Join diydrones

Email me when people reply –

Replies

  • Making the IMU (more accurately an AHRS, since you have the magnetometer) should be pretty straight forward, combine the data from all three sensor types using complimentary filtering or Kalman filtering. Be careful about the rotation matrices though...

     

    Building a full autopilot from scratch won't be easy, suggest you (or hopefully your team) have a look at some others first so you can get an idea of how they work.

     

     

This reply was deleted.

Activity