Developer

ArduIMU Quadcopter

Is this the quadrotor week? :-)Hi all, on Christmas holidays I have started my DIY project to construct a cheap (but good performance) quadcopter based on ArduIMU hardware only.

I have used standard props (NO counter rotating) that are easy to get and if we want construct the quad on other size you have no problems finding the right prop. To compensate for torque I mount front and rear motor with a small angle (about 6º, see Photos). I first use this concept on this project (http://www.rcgroups.com/forums/showthread.php?t=297067) six years ago!!...Size: 64cm (motor to motor). We can dissasembly front and rear arms with one screw (easy transport)Weigth: 850gComponents:4x TowerPro2410-9T+ESC18A+Prop1047 combo 4x$15 = $603S2200 Lipo Batt = $13Aluminium and building materials = $12ArduIMU = $99--------------Full: $185

Note how small seems the ArduIMU PCB on this quad! and how clean is this setup. We can construct really tiny quads this way and if we use standard props we have a wide range of motors and props to choose...Development:The first test I did on this project was the vibration test of the ArduIMU with motors running and with the new firmware (I use r20) there are no problems with this. Because we have 4 motors running there are more noise on accelerometers (it´s normal) so I added a new low pass filter on the accels and also adjust the gains for drift corrections...The main loop with IMU code and PID controls for roll, pitch and yaw runs at 70Hz and the PWM outputs for ESC´s have a 125Hz rate. As always, adjust the PID gains is a very important task . D term is really important for a quad and I am using directly the raw gyro readings (bias corrected) to feed the D term in order to make it more responsive.The most difficult part was the developing of the function to generate the PWM pulses for the ESC´s because we need 4 PWM servo outputs with very good precision (1-2us) and at a high rate (now is 125Hz).This code generate more than 10,000 interrupts per second (only ADC generates more than 8,800) so in this enviroment is difficult to generate precise pulses.The solution was to use the Timer2 overflow interrupt and a "trick" based on Timer 1 counter readings to achieve this high precision. I have also one (or two) more standard servo output for future applications (camera stabilization?)The radio input is done via the ICP pin and interrupts so high precision is achieved (1us). We need to feed a PPM signal (directly from Rx or via the new Jordi´s PPM encoder...)On the future we can use the magnetometer of ArduIMU, but now the yaw is like having a Heading hold gyro (note that quads have slower yaw response than helis)This is the first stage on the development process of this project but I have made some tests with good results.

Future:-More tests, outdoor tests...-Add ArduIMU magnetometer to correct yaw drift-Add GPS for position control...-Add Ultrasonic rangefinger for automatic take-off / landing...-Add camera with stabilization...-Find time to all this projects... :-)Here is the code and some notes: Quad1_15.zipSome link to photos: Photo1,Photo2,Photo3,Photo4Jose Julio.
E-mail me when people leave their comments –

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

Join diydrones

Comments

  • Thanks Peter,

    How does DCM work, any information in short, I have searched using google but mathematical terms are really tedious to work on!
    and I just downloaded the code, going to have a brief look at it.
  • No it uses DCM.

    Peter
  • Oh thanks sebastian.

    Does this build use Kalman Filter for Gyro and accelerometer data?
  • it's 64cm on this quad, it's the distance between the most furthest motors
  • This is good build, What does rotor to rotor distance mean? As it is mentioned somewhere that its 28CM.

    @Rana: can you accept my request please..?
  • Hi Jose Julio..i'm a newbie here..now i'm doing this quadcopter with 1.15v code with some modification..but there is some problem..when i throttle up, the roll angle tend to positive side..the higher the throttle, the roll angle increase..when i lower the throttle the roll angle tend to zero (center)..i place my quadcopter on a platform for single axis balancing..how this happened?anyone who can help me?
  • hey dude....your the only one who has posted comment on this blog...
    can u please give julio's personal email id o contact no;. its urgent
  • Your Project is Awesome...Can ArduIMU interfaced with Ardu Autopilot????
  • good prototype, but i still dont understand how does D8 ping of arduIMU+ v2 flat connects to a receiver, anyone can help me? or link me anything that relates to that? thankyou
  • Developer
    Ken: Yes, at least the Fasst 7ch receivers I know have PPM available.
    http://pixhawk.ethz.ch/tutorials/receiver_sum_signal
This reply was deleted.