Developer

IMG_20160313_103828.jpg?width=600After the unfortunate crash of our last QuadPlane build with a failed ESC CanberraUAV wanted to build a new version with more redundancy in the VTOL part of the build. The result is the above OctaQuadPlane which we successfully flew for the first time yesterday.

When we were first designing a large QuadPlane we did consider an octa design, but rejected it due to what we thought would be a high degree of complexity and unnecessary weight. Needing wiring for both 8 vertical lift motors plus 4 controls for fixed wing flight, and extra controls for ignition cut and auxiliary functions like remote engine start, choke and payload control we worked out we'd need 15 PWM outputs. The Pixhawk only has 14 outputs.

After the failed ESC on the previous plane lost us the aircraft we looked again at an octa design and found that it would not only be possible, but could potentially be simpler for wiring than our last aircraft and be lighter as well, while having more lift.

IMG_20160313_101855.jpg?width=600To start with we looked for motors with a better power to weight ratio than the NTM Prop Drive 50-60 motors we used on the last build. We found them in the t-motor 3520-11 400kV motors. These very well regarded motors have a considerably better power to weight ratio, and back-to-back mounting of them was extremely simple and light with the above clamping arrangement.

To manage the complexity of the wiring we added support in ArduPilot for high speed SBUS output, and used one of these SBUS to PWM adapters embedded in each wing:

http://www.hobbyking.com/hobbyking/store/__24482__SBD4_4_Channel_S_BUS_Decoder.html

that allowed us to have a single wire from a Y-lead on the SBUS output port of the Pixhawk going to each wing. We modified the BRD_SBUS_OUT parameter in ArduPilot to allow setting of the SBUS frame rate, with up to 300Hz SBUS output. For a large QuadPlane 300Hz is plenty for multi-rotor control.

IMG_20160313_101845.jpg?width=600The arm mounting system we used was the same as for the previous plane, with two 20x20x800 CF square section tubes per wing, mounted on a 300x100x1 CF flat plate. The flat plate is glued to the wing with silicon sealant, and the CF tubes are glued to that plate with epoxy.

For ESCs we used the HobbyWing 40A, which has a burst rating of 60A. That is well above our expected hover current of 15A per motor. Combined with the redundancy of the OctaQuad and the better reputation of HobbyWing ESCs we were confident we wouldn't have a repeat of our previous crash.

IMG_20160313_101903.jpg?width=600For batteries we switched to 6S, using one 5Ah battery per wing. That gives us over 4 minutes of hover flying time while keeping the weight well below our last build (thanks largely to the lighter motors and ESCs).

For this initial test flight we had the fuel tank mounted horizontally unlike the previous vertical arrangement. This was OK as we only filled it a small amount for these test flights. We will be converting to a vertical arrangement again for future fights to reduce the impact of fuel slosh causing CoG oscillations. We may also fill it with fuel anti-slosh foam as we have done on some other aircraft (particularly the helicopters).

Overall the build came out about 1.5kg lighter than the previous build, coming in at 12.5kg dry weight. With a full load of fuel we'd expect to be about 13.5kg.

We did three test flights yesterday. The first was just a quick hover test to confirm everything was working as expected. After that we did the first transition test under manual control, which worked very nicely.

The copter part of the tuning could definitely do with some work, but we thought it was stable enough to do a full auto mission.

It was a short mission, with just two full circuits before landing, but it nicely demonstrated autonomous VTOL takeoff, transition to fixed wing flight, transition back to hover and auto landing. The landing came in within a meter of the desired landing point.

We had set the distance between the transition point and landing point a bit short, and we hadn't included a mission item for the plane to slow down before it transitioned which led to a more abrupt transition than is really good for the airframe. Going from 100km/hr to zero over a distance of 77 meters really puts a lot of stress on the wings. We'll fix that for future missions. It is nice to know it can handle it though.

The transition to hover also caused it to climb a fair bit which meant it spent more time in VTOL landing than we would have liked, chewing through the battery. That was caused by it having to pitch up to slow down enough to achieve the stopping point in the mission which caused it to climb as it still had a lot of lift from the wings, combined with a high angle of attack. It didn't help that we had a slow slew rate on the petrol motor, reducing the motor from full throttle to zero over a 3 second period. We chose a slow slew rate to reduce the chance of the engine cutting due to fast throttle changes. We can fix that with a bit of engine tuning and a longer transition distance - probably 130 meters would work better for this aircraft.

The climb on transition also took the aircraft into the sun from the pilots point of view, which isn't ideal but did result in a quite picturesque video of the plane silhouetted against the sun.

The full flight log is available here if anyone wants to see it. The new features (new SBUS output support and OctaQuad support for quadplanes) will be in the 3.5.1 plane release.

We're not done yet with QuadPlanes. Jack is building another one based on the Valiant, which you can see here next to the Porter:

IMG_20160313_120838.jpg?width=600

Combined with the GX9 tradheli build that Greg has put together:

IMG_20160312_100830.jpg?width=600we are all set for lots of VTOL fun!

Many thanks to everyone who helped with the build and as always to CMAC for providing a great flying field!

E-mail me when people leave their comments –

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

Join diydrones

Comments

  • Ok I found it, and it doesn't fit on APM1-2.6. (how sad I have these boards and cant be used)

    Autopilot Hardware Options — Plane documentation
  • Will the QuadPlane firmware from v3.5.1 to v3.6.0 load onto and APM1 or APM-2 hardware? I tried to load them and all seems like it had all loaded ok, but when I look at it under settings in the cli terminal it shows "Init ArduPlane V3.4.0 (c1fc5a44)"  And then when I search in the parameter lists I don't see an Q settings there. 

  • great job sir

    how much MTOW (maximum take-offf weight) your quadplane ?

  • Hoping someone can help me out: I’ve done some basic tests with my Quadplane in rotary wing mode (no transition as yet) and I’m looking for some tuning tips. Whilst I have 3 fixed aircraft flying well on Pixhawk, I have very little experience with Copter firmware (all my rotary wings are DJI). The aircraft is well baselined in fixed-wing mode, having done 10+ flights. I have tried Qhover and Qstabilize modes and these are my observations:

    • The aileron/bank control is very sensitive – what parameters do I need to adjust to soften that?
    • There is some oscillation in pitch when releasing the controls after some input, which gain do I lower?
    • Yaw rate too low: Do I adjust Q_YAW_RATE_MAX
    • I am find that I need to maintain forward stick to hold position – is there a way of fixing this?

    Thanks!3689693359?profile=original

  • PX4 has had tilt rotor for s while. Ardupilot just added it recently.
  • Thanks, i'll check out the link.     Which one would support tilt rotors?  

  • There are two VTOL options for the Pixhawk. Quadplane for the Ardupilot project, or the PX4 variant. I'm using Tridge's Quadplane that was the subject of this thread. You can find details here: http://ardupilot.org/plane/docs/quadplane-support.html
    QuadPlane Support — Plane documentation
  • I only know vaguely of the pixhawk option, and of the open-aero firmware for the KK2 board.    I'd appreciate a link to more info on the code you are referring to, as i'll need something soon.  I'm designing the airframe right now, and testing parts. have more parts on order.  i've ordered some motors , the E1200 tuned propulsion standard package from DJI. it seems to have good thrust, and efficiency in hover. just will have to figure out how to make a variable pitch mechanism for the row props to make them efficient in forward flight.  

  • I'm using Tridge's code on a Pixhawk as discussed here. What other options are there worth consideration?
  • That depends on the airfoil somewhat, as different airfoils will fly most efficiently at slightly different angles of attack. 3 degrees sounds like a good starting point, and with such a small model, it'll surely work fine.  I'm designing for forward tilt rotors, and still not completely decided on airfoil for my project, but thinking of the Selig Donovan 7034, so i will definitely be trying to match the airfoil, but will try to leave some flexibility for the actuator of the tilt to adjust blade angle for cruise to loiter optimization.  right now, i just need to get a prototype working, and will probably refine some things later. at that point it's more about aligning the overall fairing as closely with the airflow as possible, to reduce drag. it is a critical drag point, as that's where the fastest moving air will be, directly behind the props.   What flight controller will you be using?   for me that's my weak point, as i have almost no experience with them.  thanks! 

This reply was deleted.