Successful flight testing of MatrixNav is complete. MatrixNav is open source C firmware for the
UAV DevBoard that provides pitch stabilization and return to launch functions for inherently stable aircraft that are controlled by rudder and elevator. MatrixNav is built on top of a method for integrating gyro signals into orientation information called direction-cosine-matrix (
DCM). Flight tested
firmware and
documentation are available.
A dozen test flights were made with an electric powered Gentle Lady under the following conditions:
1. Both calm and windy conditions.
2. Powered and gliding.
3. Return to launch with the plane pointing away, toward, or perpendicular to me.
4. Circling behavior under RTL control after the plane crosses the launch point.
5. Hand launch in both manual and pitch stabilized modes.
6. Landings with pitch stabilization turned on.
MatrixNav completely solves an issue that I wrestled with in previous versions of my firmware: gyro cross coupling during a banked turn. If you attempt to use a pitch gyro signal to stabilize the pitch of a plane, it will measure a portion of the turn rate of the plane during a banked turn, and will cause the plane to dive into a turn if the bank angle is too great. The use of direction cosines eliminates the cross coupling and makes it simple to achieve a level turn at any bank angle.
Furthermore, since MatrixNav relies mostly on gyros, not accelerometers, I was finally able to turn on pitch stabilization during hand launch.
I added a feature to give the plane a kick during return to launch: you can program in the return to launch pitch angle. By deliberately pitching the nose down a bit, you can increase the return speed to better penetrate the wind.
MatrixNav is intended for you to either use as-is, or to serve as the starting point for your own projects. So if you have a UAV DevBoard and want to use it to do some flying of an inherently stable plane, you will definitely want to try out MatrixNav.
By the way, the MatrixNav documentation is not up-to-date about what the LEDs will do. Sorry about that, I really don't look at the LEDs anymore, they are usually hidden in my plane. Here is what they do:
1. The LED on the EM406 will go out entirely, because MatrixNav puts the GPS communications in binary mode.
2. Both LEDs on the the dev board will come on briefly during power up, to self test them.
3. After power up, the green LED, stat2, will indicate whether or not MatrixNav is receiving valid pulses. It will be on continuously if there are valid pulses, otherwise it will go out.
4. After power up, the red LED, stat1, will flash a few times, and then go out until the GPS is locked, and then it will resume flashing.
After power up, MatrixNav goes through an initialization process that waits for both GPS lock and valid radio pulses. When pulses are received and when there is GPS lock, the rudder will wag a few times. When it stops wagging, MatrixNav records the present location as the return to launch point and you are cleared for takeoff.
Bill Premerlani
You need to be a member of DIY Drones to add comments!
Join DIY Drones