Thankyou very much PatrikE
Today I tested my aircraft in gyro mode and the level mode, and they work fine.
I am very happy, the model flies smoothly and without jerks, spectacular, icredibile!
It seems to run on a railway!
Bye

Airplane mode can make a RTH with GPS ?
Code: Select all
#define MAXTHROTTLE 2000
#define ITG3200_LPF_20HZ
#define GYRO_SMOOTHING {40, 40, 1} // separate averaging ranges for roll, pitch, yaw
PatrikE wrote:Hi.
Baro is not used in airplane.
Only Gps altitude.
If there's a mag it's used at small tilt angles otherwise Gps is used.
Mandatory for navigation is.
Gyro, Acc & Gps.
Code: Select all
Flapperons
//#define FLAPPERONS AUX4 // Use Aileroins as Flaps .
#define FLAPPERON_EP { 1500, 1700 } // Endpooints for flaps on a 2 way switch
#define FLAPPERON_INVERT { 1, -1 } // Change direction of flaps
Make flaps move slow Higher value is Higher Speed. Effects Both types of flaps.
//#define FLAPSPEED 3
Lapino wrote:Define motor_stop maybe
copterrichie wrote:This would be a very interesting implementation: https://store.diydrones.com/Kit_MPXV700 ... 2dp-01.htm
I have seen tons of differential pressure sensors on ebay for less then 10 bucks the the above comes with everything needed.
Is it possible to have one input/channel per aileron?