Subversion Repositories FlightCtrl

Rev

Rev 712 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ingob 1
/*#######################################################################################
2
Flight Control
3
#######################################################################################*/
4
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// + Copyright (c) 04.2007 Holger Buss
6
// + Nur für den privaten Gebrauch
7
// + www.MikroKopter.com
8
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
683 killagreg 9
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
10
// + dass eine Nutzung (auch auszugsweise) nur für den privaten (nicht-kommerziellen) Gebrauch zulässig ist.
11
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
12
// + bzgl. der Nutzungsbedingungen aufzunehmen.
1 ingob 13
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
14
// + Verkauf von Luftbildaufnahmen, usw.
15
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
683 killagreg 16
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
1 ingob 17
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
18
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
20
// + auf anderen Webseiten oder sonstigen Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
21
// + eindeutig als Ursprung verlinkt werden
22
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
24
// + Benutzung auf eigene Gefahr
25
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
683 killagreg 27
// + Die Portierung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
1 ingob 28
// + mit unserer Zustimmung zulässig
29
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
31
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
683 killagreg 32
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
1 ingob 33
// + this list of conditions and the following disclaimer.
34
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
35
// +     from this software without specific prior written permission.
683 killagreg 36
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet
1 ingob 37
// +     for non-commercial use (directly or indirectly)
683 killagreg 38
// +     Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
1 ingob 39
// +     with our written permission
683 killagreg 40
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
41
// +     clearly linked as origin
1 ingob 42
// +   * porting to systems other than hardware from www.mikrokopter.de is not allowed
43
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
44
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
45
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
46
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
47
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
48
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
49
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
492 hbuss 50
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1 ingob 51
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
683 killagreg 52
// +  POSSIBILITY OF SUCH DAMAGE.
1 ingob 53
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
687 killagreg 54
#include <stdlib.h>
55
#include <avr/io.h>
1 ingob 56
 
57
#include "main.h"
685 killagreg 58
#include "eeprom.h"
59
#include "timer0.h"
60
#include "_Settings.h"
61
#include "analog.h"
62
#include "fc.h"
63
#include "gps.h"
64
#include "uart.h"
65
#include "rc.h"
66
#include "twimaster.h"
694 killagreg 67
#include "mm3.h"
1 ingob 68
 
703 killagreg 69
 
173 holgerb 70
volatile unsigned int I2CTimeout = 100;
703 killagreg 71
// gyro readings
711 killagreg 72
volatile int16_t Reading_GyroPitch, Reading_GyroRoll, Reading_GyroYaw;
703 killagreg 73
// gyro neutral readings
74
volatile int16_t AdNeutralPitch = 0, AdNeutralRoll = 0, AdNeutralYaw = 0;
75
volatile int16_t StartNeutralRoll = 0, StartNeutralPitch = 0;
76
// mean accelerations
77
volatile int16_t Mean_AccPitch, Mean_AccRoll, Mean_AccTop;
78
 
79
// neutral acceleration readings
80
volatile int16_t NeutralAccX=0, NeutralAccY=0;
1 ingob 81
volatile float NeutralAccZ = 0;
82
 
703 killagreg 83
// attitude gyro integrals
84
volatile int32_t IntegralPitch = 0,IntegralPitch2 = 0;
85
volatile int32_t IntegralRoll = 0,IntegralRoll2 = 0;
86
volatile int32_t IntegralYaw = 0;
711 killagreg 87
volatile int32_t Reading_IntegralGyroPitch = 0, Reading_IntegralGyroPitch2 = 0;
88
volatile int32_t Reading_IntegralGyroRoll = 0,  Reading_IntegralGyroRoll2 = 0;
89
volatile int32_t Reading_IntegralGyroYaw = 0,   Reading_IntegralGyroYaw2 = 0;
90
volatile int32_t MeanIntegralPitch;
91
volatile int32_t MeanIntegralRoll;
703 killagreg 92
 
93
// attitude acceleration integrals
711 killagreg 94
volatile int32_t IntegralAccPitch = 0, IntegralAccRoll = 0, IntegralAccZ = 0;
703 killagreg 95
volatile int32_t Reading_Integral_Top = 0;
96
 
97
// compass course
98
volatile int16_t CompassHeading = 0;
99
volatile int16_t CompassCourse = 0;
100
volatile int16_t CompassOffCourse = 0;
101
 
102
// flags
103
uint8_t MotorsOn = 0;
104
 
105
int32_t TurnOver180Pitch = 250000L, TurnOver180Roll = 250000L;
106
 
706 killagreg 107
float Gyro_P_Factor;
108
float Gyro_I_Factor;
703 killagreg 109
 
110
volatile int16_t  DiffPitch, DiffRoll;
111
 
112
int16_t  Poti1 = 0, Poti2 = 0, Poti3 = 0, Poti4 = 0;
113
 
114
// setpoints for motors
115
volatile uint8_t Motor_Front, Motor_Rear, Motor_Right, Motor_Left;
116
 
117
// stick values derived by rc channels readings
707 killagreg 118
int16_t StickPitch = 0, StickRoll = 0, StickYaw = 0, StickThrust = 0;
711 killagreg 119
int16_t MaxStickPitch = 0, MaxStickRoll = 0, MaxStickYaw = 0;
703 killagreg 120
// stick values derived by uart inputs
121
int16_t ExternStickPitch = 0, ExternStickRoll = 0, ExternStickYaw = 0, ExternHightValue = -20;
1 ingob 122
 
123
 
703 killagreg 124
 
711 killagreg 125
 
703 killagreg 126
int16_t ReadingHight = 0;
127
int16_t SetPointHight = 0;
128
 
129
int16_t AttitudeCorrectionRoll = 0, AttitudeCorrectionPitch = 0;
130
 
131
float Ki =  FACTOR_I;
132
 
133
uint8_t Looping_Pitch = 0, Looping_Roll = 0;
134
uint8_t Looping_Left = 0, Looping_Right = 0, Looping_Down = 0, Looping_Top = 0;
135
 
136
 
137
fc_param_t FCParam = {48,251,16,58,64,150,150,2,10,0,0,0,0,0,0,0,0,100,70,0,0,100};
138
 
139
 
140
/************************************************************************/
141
/*  Creates numbeeps beeps at the speaker                               */
142
/************************************************************************/
143
void Beep(uint8_t numbeeps)
1 ingob 144
{
703 killagreg 145
        while(numbeeps--)
146
        {
147
                if(MotorsOn) return; //auf keinen Fall im Flug!
148
                BeepTime = 100; // 0.1 second
149
                Delay_ms(250); // blocks 250 ms as pause to next beep,
150
                // this will block the flight control loop,
151
                // therefore do not use this funktion if motors are running
152
        }
1 ingob 153
}
154
 
703 killagreg 155
/************************************************************************/
156
/*  Neutral Readings                                                    */
157
/************************************************************************/
1 ingob 158
void SetNeutral(void)
159
{
683 killagreg 160
        NeutralAccX = 0;
1 ingob 161
        NeutralAccY = 0;
162
        NeutralAccZ = 0;
701 killagreg 163
    AdNeutralPitch = 0;
683 killagreg 164
        AdNeutralRoll = 0;
701 killagreg 165
        AdNeutralYaw = 0;
706 killagreg 166
    FCParam.Yaw_PosFeedback = 0;
167
    FCParam.Yaw_NegFeedback = 0;
701 killagreg 168
    CalibMean();
395 hbuss 169
    Delay_ms_Mess(100);
701 killagreg 170
        CalibMean();
703 killagreg 171
    if((ParamSet.GlobalConfig & CFG_HEIGHT_CONTROL))  // Hight Control activated?
172
    {
173
                if((ReadingAirPressure > 950) || (ReadingAirPressure < 750)) SearchAirPressureOffset();
174
    }
175
        AdNeutralPitch = AdValueGyrPitch;
176
        AdNeutralRoll  = AdValueGyrRoll;
177
        AdNeutralYaw   = AdValueGyrYaw;
178
        StartNeutralRoll  = AdNeutralRoll;
179
        StartNeutralPitch = AdNeutralPitch;
701 killagreg 180
    if(GetParamByte(PID_ACC_PITCH) > 4)
513 hbuss 181
    {
703 killagreg 182
                NeutralAccY = abs(Mean_AccRoll) / ACC_AMPLIFY;
183
                NeutralAccX = abs(Mean_AccPitch) / ACC_AMPLIFY;
184
                NeutralAccZ = Current_AccZ;
513 hbuss 185
    }
683 killagreg 186
    else
703 killagreg 187
    {
188
                NeutralAccX = (int16_t)GetParamWord(PID_ACC_PITCH);
189
            NeutralAccY = (int16_t)GetParamWord(PID_ACC_ROLL);
190
            NeutralAccZ = (int16_t)GetParamWord(PID_ACC_Z);
513 hbuss 191
    }
711 killagreg 192
        Reading_IntegralGyroPitch = 0;
193
    Reading_IntegralGyroPitch2 = 0;
194
    Reading_IntegralGyroRoll = 0;
195
    Reading_IntegralGyroRoll2 = 0;
196
    Reading_IntegralGyroYaw = 0;
197
    Reading_GyroPitch = 0;
198
    Reading_GyroRoll = 0;
199
    Reading_GyroYaw = 0;
701 killagreg 200
    StartAirPressure = AirPressure;
703 killagreg 201
    HightD = 0;
701 killagreg 202
    Reading_Integral_Top = 0;
203
    CompassCourse = CompassHeading;
683 killagreg 204
    BeepTime = 50;
703 killagreg 205
        TurnOver180Pitch = (int32_t) ParamSet.AngleTurnOverPitch * 2500L;
206
        TurnOver180Roll = (int32_t) ParamSet.AngleTurnOverRoll * 2500L;
701 killagreg 207
    ExternHightValue = 0;
1 ingob 208
}
209
 
703 killagreg 210
/************************************************************************/
211
/*  Averaging Measurement Readings                                      */
212
/************************************************************************/
701 killagreg 213
void Mean(void)
683 killagreg 214
{
701 killagreg 215
    static int32_t tmpl,tmpl2;
401 hbuss 216
 
711 killagreg 217
 // Get offset corrected gyro readings (~ to angular velocity)
218
    Reading_GyroYaw   = AdNeutralYaw    - AdValueGyrYaw;
219
    Reading_GyroRoll  = AdValueGyrRoll  - AdNeutralRoll;
220
    Reading_GyroPitch = AdValueGyrPitch - AdNeutralPitch;
604 hbuss 221
 
711 killagreg 222
        DebugOut.Analog[26] = Reading_GyroPitch;
223
        DebugOut.Analog[28] = Reading_GyroRoll;
703 killagreg 224
 
225
// Acceleration Sensor
711 killagreg 226
        // sliding average sensor readings
703 killagreg 227
        Mean_AccPitch = ((int32_t)Mean_AccPitch * 1 + ((ACC_AMPLIFY * (int32_t)AdValueAccPitch))) / 2L;
228
        Mean_AccRoll  = ((int32_t)Mean_AccRoll * 1 + ((ACC_AMPLIFY * (int32_t)AdValueAccRoll))) / 2L;
229
        Mean_AccTop   = ((int32_t)Mean_AccTop * 1 + ((int32_t)AdValueAccTop)) / 2L;
230
 
711 killagreg 231
        // sum sensor readings for later averaging
701 killagreg 232
    IntegralAccPitch += ACC_AMPLIFY * AdValueAccPitch;
703 killagreg 233
    IntegralAccRoll  += ACC_AMPLIFY * AdValueAccRoll;
234
    IntegralAccZ     += Current_AccZ - NeutralAccZ;
235
 
236
// Yaw
711 killagreg 237
        // calculate yaw gyro intergral (~ to rotation angle)
238
    Reading_IntegralGyroYaw  += Reading_GyroYaw;
239
    Reading_IntegralGyroYaw2 += Reading_GyroYaw;
240
        // Coupling fraction
703 killagreg 241
        if(!Looping_Pitch && !Looping_Roll && (ParamSet.GlobalConfig & CFG_AXIS_COUPLING_ACTIVE))
242
        {
711 killagreg 243
                tmpl = Reading_IntegralGyroPitch / 4096L;
244
                tmpl *= Reading_GyroYaw;
706 killagreg 245
                tmpl *= FCParam.Yaw_PosFeedback;  //125
703 killagreg 246
                tmpl /= 2048L;
711 killagreg 247
                tmpl2 = Reading_IntegralGyroRoll / 4096L;
248
                tmpl2 *= Reading_GyroYaw;
706 killagreg 249
                tmpl2 *= FCParam.Yaw_PosFeedback;
703 killagreg 250
                tmpl2 /= 2048L;
251
        }
252
        else  tmpl = tmpl2 = 0;
711 killagreg 253
 
703 killagreg 254
// Roll
711 killagreg 255
        Reading_GyroRoll += tmpl;
256
        Reading_GyroRoll += (tmpl2 * FCParam.Yaw_NegFeedback) / 512L; //109
257
        Reading_IntegralGyroRoll2 += Reading_GyroRoll;
258
        Reading_IntegralGyroRoll +=  Reading_GyroRoll - AttitudeCorrectionRoll;
259
        if(Reading_IntegralGyroRoll > TurnOver180Roll)
703 killagreg 260
        {
711 killagreg 261
                Reading_IntegralGyroRoll  = -(TurnOver180Roll - 10000L);
262
                Reading_IntegralGyroRoll2 = Reading_IntegralGyroRoll;
703 killagreg 263
        }
711 killagreg 264
        if(Reading_IntegralGyroRoll < -TurnOver180Roll)
703 killagreg 265
        {
711 killagreg 266
                Reading_IntegralGyroRoll =  (TurnOver180Roll - 10000L);
267
                Reading_IntegralGyroRoll2 = Reading_IntegralGyroRoll;
703 killagreg 268
        }
711 killagreg 269
        if(AdValueGyrRoll < 15)   Reading_GyroRoll = -1000;
270
        if(AdValueGyrRoll <  7)   Reading_GyroRoll = -2000;
703 killagreg 271
        if(BoardRelease == 10)
711 killagreg 272
        {
273
                if(AdValueGyrRoll > 1010) Reading_GyroRoll = +1000;
274
                if(AdValueGyrRoll > 1017) Reading_GyroRoll = +2000;
275
        }
276
        else
277
        {
278
                if(AdValueGyrRoll > 2020) Reading_GyroRoll = +1000;
279
                if(AdValueGyrRoll > 2034) Reading_GyroRoll = +2000;
280
        }
703 killagreg 281
// Pitch
711 killagreg 282
        Reading_GyroPitch -= tmpl2;
283
        Reading_GyroPitch -= (tmpl*FCParam.Yaw_NegFeedback) / 512L;
284
        Reading_IntegralGyroPitch2 += Reading_GyroPitch;
285
        Reading_IntegralGyroPitch  += Reading_GyroPitch - AttitudeCorrectionPitch;
286
        if(Reading_IntegralGyroPitch > TurnOver180Pitch)
703 killagreg 287
        {
711 killagreg 288
         Reading_IntegralGyroPitch = -(TurnOver180Pitch - 10000L);
289
         Reading_IntegralGyroPitch2 = Reading_IntegralGyroPitch;
703 killagreg 290
        }
711 killagreg 291
        if(Reading_IntegralGyroPitch < -TurnOver180Pitch)
703 killagreg 292
        {
711 killagreg 293
         Reading_IntegralGyroPitch =  (TurnOver180Pitch - 10000L);
294
         Reading_IntegralGyroPitch2 = Reading_IntegralGyroPitch;
703 killagreg 295
        }
711 killagreg 296
        if(AdValueGyrPitch < 15)   Reading_GyroPitch = -1000;
297
        if(AdValueGyrPitch <  7)   Reading_GyroPitch = -2000;
703 killagreg 298
        if(BoardRelease == 10)
711 killagreg 299
        {
300
                if(AdValueGyrPitch > 1010) Reading_GyroPitch = +1000;
301
                if(AdValueGyrPitch > 1017) Reading_GyroPitch = +2000;
302
        }
303
        else
304
        {
305
                if(AdValueGyrPitch > 2020) Reading_GyroPitch = +1000;
306
                if(AdValueGyrPitch > 2034) Reading_GyroPitch = +2000;
307
        }
703 killagreg 308
 
309
// start ADC
683 killagreg 310
    ADC_Enable();
395 hbuss 311
 
711 killagreg 312
    IntegralYaw    = Reading_IntegralGyroYaw;
313
    IntegralPitch  = Reading_IntegralGyroPitch;
314
    IntegralRoll   = Reading_IntegralGyroRoll;
315
    IntegralPitch2 = Reading_IntegralGyroPitch2;
316
    IntegralRoll2  = Reading_IntegralGyroRoll2;
1 ingob 317
 
711 killagreg 318
        if((ParamSet.GlobalConfig & CFG_ROTARY_RATE_LIMITER) && !Looping_Pitch && !Looping_Roll)
703 killagreg 319
        {
711 killagreg 320
                if(Reading_GyroPitch > 200)       Reading_GyroPitch += 4 * (Reading_GyroPitch - 200);
321
                else if(Reading_GyroPitch < -200) Reading_GyroPitch += 4 * (Reading_GyroPitch + 200);
322
                if(Reading_GyroRoll > 200)        Reading_GyroRoll  += 4 * (Reading_GyroRoll - 200);
323
                else if(Reading_GyroRoll < -200)  Reading_GyroRoll  += 4 * (Reading_GyroRoll + 200);
703 killagreg 324
        }
711 killagreg 325
        //update poti values by rc-signals
690 killagreg 326
    if(Poti1 < PPM_in[ParamSet.ChannelAssignment[CH_POTI1]] + 110) Poti1++; else if(Poti1 > PPM_in[ParamSet.ChannelAssignment[CH_POTI1]] + 110 && Poti1) Poti1--;
327
    if(Poti2 < PPM_in[ParamSet.ChannelAssignment[CH_POTI2]] + 110) Poti2++; else if(Poti2 > PPM_in[ParamSet.ChannelAssignment[CH_POTI2]] + 110 && Poti2) Poti2--;
328
    if(Poti3 < PPM_in[ParamSet.ChannelAssignment[CH_POTI3]] + 110) Poti3++; else if(Poti3 > PPM_in[ParamSet.ChannelAssignment[CH_POTI3]] + 110 && Poti3) Poti3--;
329
    if(Poti4 < PPM_in[ParamSet.ChannelAssignment[CH_POTI4]] + 110) Poti4++; else if(Poti4 > PPM_in[ParamSet.ChannelAssignment[CH_POTI4]] + 110 && Poti4) Poti4--;
703 killagreg 330
        //limit poti values
1 ingob 331
    if(Poti1 < 0) Poti1 = 0; else if(Poti1 > 255) Poti1 = 255;
332
    if(Poti2 < 0) Poti2 = 0; else if(Poti2 > 255) Poti2 = 255;
333
    if(Poti3 < 0) Poti3 = 0; else if(Poti3 > 255) Poti3 = 255;
334
    if(Poti4 < 0) Poti4 = 0; else if(Poti4 > 255) Poti4 = 255;
335
}
336
 
703 killagreg 337
/************************************************************************/
338
/*  Averaging Measurement Readings  for Calibration                     */
339
/************************************************************************/
701 killagreg 340
void CalibMean(void)
683 killagreg 341
{
703 killagreg 342
    // stop ADC to avoid changing values during calculation
683 killagreg 343
        ADC_Disable();
703 killagreg 344
 
711 killagreg 345
        Reading_GyroPitch = AdValueGyrPitch;
346
        Reading_GyroRoll  = AdValueGyrRoll;
347
        Reading_GyroYaw   = AdValueGyrYaw;
703 killagreg 348
 
349
        Mean_AccPitch = ACC_AMPLIFY * (int32_t)AdValueAccPitch;
711 killagreg 350
        Mean_AccRoll  = ACC_AMPLIFY * (int32_t)AdValueAccRoll;
351
        Mean_AccTop   = (int32_t)AdValueAccTop;
352
    // start ADC
683 killagreg 353
    ADC_Enable();
703 killagreg 354
    //update poti values by rc-signals (why not +127?)
690 killagreg 355
    if(Poti1 < PPM_in[ParamSet.ChannelAssignment[CH_POTI1]] + 110) Poti1++; else if(Poti1 > PPM_in[ParamSet.ChannelAssignment[CH_POTI1]] + 110 && Poti1) Poti1--;
356
    if(Poti2 < PPM_in[ParamSet.ChannelAssignment[CH_POTI2]] + 110) Poti2++; else if(Poti2 > PPM_in[ParamSet.ChannelAssignment[CH_POTI2]] + 110 && Poti2) Poti2--;
357
    if(Poti3 < PPM_in[ParamSet.ChannelAssignment[CH_POTI3]] + 110) Poti3++; else if(Poti3 > PPM_in[ParamSet.ChannelAssignment[CH_POTI3]] + 110 && Poti3) Poti3--;
358
    if(Poti4 < PPM_in[ParamSet.ChannelAssignment[CH_POTI4]] + 110) Poti4++; else if(Poti4 > PPM_in[ParamSet.ChannelAssignment[CH_POTI4]] + 110 && Poti4) Poti4--;
703 killagreg 359
        //limit poti values
1 ingob 360
    if(Poti1 < 0) Poti1 = 0; else if(Poti1 > 255) Poti1 = 255;
361
    if(Poti2 < 0) Poti2 = 0; else if(Poti2 > 255) Poti2 = 255;
362
    if(Poti3 < 0) Poti3 = 0; else if(Poti3 > 255) Poti3 = 255;
363
    if(Poti4 < 0) Poti4 = 0; else if(Poti4 > 255) Poti4 = 255;
395 hbuss 364
 
703 killagreg 365
        TurnOver180Pitch = (int32_t) ParamSet.AngleTurnOverPitch * 2500L;
366
        TurnOver180Roll = (int32_t) ParamSet.AngleTurnOverRoll * 2500L;
1 ingob 367
}
368
 
703 killagreg 369
/************************************************************************/
370
/*  Transmit Motor Data via I2C                                         */
371
/************************************************************************/
1 ingob 372
void SendMotorData(void)
683 killagreg 373
{
701 killagreg 374
    if(MOTOR_OFF || !MotorsOn)
703 killagreg 375
    {
701 killagreg 376
        Motor_Rear = 0;
377
        Motor_Front = 0;
378
        Motor_Right = 0;
379
        Motor_Left = 0;
380
        if(MotorTest[0]) Motor_Front = MotorTest[0];
381
        if(MotorTest[1]) Motor_Rear = MotorTest[1];
382
        if(MotorTest[2]) Motor_Left = MotorTest[2];
383
        if(MotorTest[3]) Motor_Right = MotorTest[3];
703 killagreg 384
     }
1 ingob 385
 
701 killagreg 386
    DebugOut.Analog[12] = Motor_Front;
387
    DebugOut.Analog[13] = Motor_Rear;
388
    DebugOut.Analog[14] = Motor_Left;
389
    DebugOut.Analog[15] = Motor_Right;
1 ingob 390
 
391
    //Start I2C Interrupt Mode
392
    twi_state = 0;
393
    motor = 0;
726 killagreg 394
    I2C_Start();
1 ingob 395
}
396
 
397
 
398
 
703 killagreg 399
/************************************************************************/
400
/*  Maps the parameter to poti values                                   */
401
/************************************************************************/
402
void ParameterMapping(void)
1 ingob 403
{
404
 
711 killagreg 405
        #define CHK_POTI(b,a,min,max) { if(a > 250) { if(a == 251) b = Poti1; else if(a == 252) b = Poti2; else if(a == 253) b = Poti3; else if(a == 254) b = Poti4;} else b = a; if(b <= min) b = min; else if(b >= max) b = max;}
406
        CHK_POTI(FCParam.MaxHight,ParamSet.MaxHight,0,255);
407
        CHK_POTI(FCParam.Hight_D,ParamSet.Hight_D,0,100);
408
        CHK_POTI(FCParam.Hight_P,ParamSet.Hight_P,0,100);
409
        CHK_POTI(FCParam.Hight_ACC_Effect,ParamSet.Hight_ACC_Effect,0,255);
410
        CHK_POTI(FCParam.CompassYawEffect,ParamSet.CompassYawEffect,0,255);
411
        CHK_POTI(FCParam.Gyro_P,ParamSet.Gyro_P,10,255);
412
        CHK_POTI(FCParam.Gyro_I,ParamSet.Gyro_I,0,255);
413
        CHK_POTI(FCParam.I_Factor,ParamSet.I_Factor,0,255);
414
        CHK_POTI(FCParam.UserParam1,ParamSet.UserParam1,0,255);
415
        CHK_POTI(FCParam.UserParam2,ParamSet.UserParam2,0,255);
416
        CHK_POTI(FCParam.UserParam3,ParamSet.UserParam3,0,255);
417
        CHK_POTI(FCParam.UserParam4,ParamSet.UserParam4,0,255);
418
        CHK_POTI(FCParam.UserParam5,ParamSet.UserParam5,0,255);
419
        CHK_POTI(FCParam.UserParam6,ParamSet.UserParam6,0,255);
420
        CHK_POTI(FCParam.UserParam7,ParamSet.UserParam7,0,255);
421
        CHK_POTI(FCParam.UserParam8,ParamSet.UserParam8,0,255);
422
        CHK_POTI(FCParam.ServoPitchControl,ParamSet.ServoPitchControl,0,255);
423
        CHK_POTI(FCParam.LoopThrustLimit,ParamSet.LoopThrustLimit,0,255);
424
        CHK_POTI(FCParam.Yaw_PosFeedback,ParamSet.Yaw_PosFeedback,0,255);
425
        CHK_POTI(FCParam.Yaw_NegFeedback,ParamSet.Yaw_NegFeedback,0,255);
426
        CHK_POTI(FCParam.DynamicStability,ParamSet.DynamicStability,0,255);
1 ingob 427
 
711 killagreg 428
        Ki = (float) FCParam.I_Factor * FACTOR_I;
1 ingob 429
}
430
 
431
 
706 killagreg 432
/************************************************************************/
433
/*  MotorControl                                                        */
434
/************************************************************************/
712 killagreg 435
void MotorControl(void)
1 ingob 436
{
711 killagreg 437
         int16_t MotorValue, pd_result, h, tmp_int;
438
         int16_t YawMixFraction, ThrustMixFraction;
706 killagreg 439
     static int32_t SumPitch = 0, SumRoll = 0;
711 killagreg 440
     static int32_t SetPointYaw = 0;
706 killagreg 441
     static int32_t IntegralErrorPitch = 0;
442
     static int32_t IntegralErrorRoll = 0;
443
         static uint16_t RcLostTimer;
444
         static uint8_t delay_neutral = 0, delay_startmotors = 0, delay_stopmotors = 0;
445
         static uint16_t Modell_Is_Flying = 0;
446
         static uint8_t EmergencyLanding = 0;
447
         static uint8_t HightControlActive = 0;
711 killagreg 448
     static int16_t HightControlThrust = 0;
706 killagreg 449
     static int8_t TimerDebugOut = 0;
450
     static int8_t StoreNewCompassCourse = 0;
451
     static int32_t CorrectionPitch, CorrectionRoll;
1 ingob 452
 
701 killagreg 453
        Mean();
683 killagreg 454
 
1 ingob 455
    GRN_ON;
683 killagreg 456
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
707 killagreg 457
// determine thrust value
683 killagreg 458
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 459
        ThrustMixFraction = StickThrust;
460
    if(ThrustMixFraction < 0) ThrustMixFraction = 0;
683 killagreg 461
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 462
// RC-signal is bad
683 killagreg 463
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 464
// SenderOkay is incremented at good rc-level, i.e. if the ppm-signal deviation
465
// of a channel to previous frame is less than 1% the SenderOkay is incremented by 10.
466
// Typicaly within a frame of 8 channels (22.5ms) the SenderOkay is incremented by 8 * 10 = 80
467
// The decremtation of 1 in the mainloop is done every 2 ms, i.e. within a time of one rc frame
468
// the main loop is running 11 times that decrements the SenderOkay by 11.
469
if(SenderOkay < 100)  // the rc-frame signal is not reveived or noisy
470
        {
471
                if(!PcAccess) // if also no PC-Access via UART
472
                {
473
                        if(BeepModulation == 0xFFFF)
474
                        {
475
                         BeepTime = 15000; // 1.5 seconds
476
                         BeepModulation = 0x0C00;
477
                        }
478
                }
479
                if(RcLostTimer) RcLostTimer--; // decremtent timer after rc sigal lost
480
                else // rc lost countdown finished
481
                {
482
                  MotorsOn = 0; // stop all motors
483
                  EmergencyLanding = 0; // emergency landing is over
484
                }
485
                ROT_ON; // set red led
486
                if(Modell_Is_Flying > 2000)  // wahrscheinlich in der Luft --> langsam absenken
487
                {
711 killagreg 488
                        ThrustMixFraction = ParamSet.EmergencyThrust; // set emergency thrust
706 killagreg 489
                        EmergencyLanding = 1; // enable emergency landing
490
                        // set neutral rc inputs
491
                        PPM_diff[ParamSet.ChannelAssignment[CH_PITCH]] = 0;
492
                        PPM_diff[ParamSet.ChannelAssignment[CH_ROLL]] = 0;
493
                        PPM_in[ParamSet.ChannelAssignment[CH_PITCH]] = 0;
494
                        PPM_in[ParamSet.ChannelAssignment[CH_ROLL]] = 0;
495
                        PPM_in[ParamSet.ChannelAssignment[CH_YAW]] = 0;
496
                }
497
                else MotorsOn = 0; // switch of all motors
498
        }
499
        else
683 killagreg 500
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 501
// RC-signal is good
683 killagreg 502
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 503
        if(SenderOkay > 140)
504
        {
505
                EmergencyLanding = 0; // switch off emergency landing if RC-signal is okay
506
                // reset emergency timer
707 killagreg 507
                RcLostTimer = ParamSet.EmergencyThrustDuration * 50;
711 killagreg 508
                if(ThrustMixFraction > 40)
706 killagreg 509
                {
510
                        if(Modell_Is_Flying < 0xFFFF) Modell_Is_Flying++;
511
                }
711 killagreg 512
                if((Modell_Is_Flying < 200) || (ThrustMixFraction < 40))
706 killagreg 513
                {
514
                        SumPitch = 0;
515
                        SumRoll = 0;
711 killagreg 516
                        Reading_IntegralGyroYaw = 0;
517
                        Reading_IntegralGyroYaw2 = 0;
706 killagreg 518
                }
519
                // if motors are off and the thrust stick is in the upper position
707 killagreg 520
                if((PPM_in[ParamSet.ChannelAssignment[CH_THRUST]] > 80) && MotorsOn == 0)
706 killagreg 521
                {
522
                        // and if the yaw stick is in the leftmost position
523
                        if(PPM_in[ParamSet.ChannelAssignment[CH_YAW]] > 75)
683 killagreg 524
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 525
// calibrate the neutral readings of all attitude sensors
683 killagreg 526
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 527
                        {
528
                        if(++delay_neutral > 200)  // not immediately (wait 200 loops = 200 * 2ms = 0.4 s)
529
                        {
530
                                delay_neutral = 0;
531
                                GRN_OFF;
532
                                Modell_Is_Flying = 0;
533
                                // check roll/pitch stick position
534
                                // if pitch stick is topmost or roll stick is leftmost --> change parameter setting
535
                                // according to roll/pitch stick position
536
                                if(PPM_in[ParamSet.ChannelAssignment[CH_PITCH]] > 70 || abs(PPM_in[ParamSet.ChannelAssignment[CH_ROLL]]) > 70)
537
                                {
538
                                         uint8_t setting = 1; // default
539
                                         //  _________
540
                                         // |2   3   4|
541
                                         // |         |
542
                                         // |1       5|
543
                                         // |         |
544
                                         // |_________|
545
                                         //
546
                                         // roll stick leftmost and pitch stick centered --> setting 1
547
                                         if(PPM_in[ParamSet.ChannelAssignment[CH_ROLL]] > 70 && PPM_in[ParamSet.ChannelAssignment[CH_PITCH]] < 70) setting = 1;
548
                                         // roll stick leftmost and pitch stick topmost --> setting 2
549
                                         if(PPM_in[ParamSet.ChannelAssignment[CH_ROLL]] > 70 && PPM_in[ParamSet.ChannelAssignment[CH_PITCH]] > 70) setting = 2;
550
                                         // roll stick centered an pitch stick topmost --> setting 3
551
                                         if(PPM_in[ParamSet.ChannelAssignment[CH_ROLL]] < 70 && PPM_in[ParamSet.ChannelAssignment[CH_PITCH]] > 70) setting = 3;
552
                                         // roll stick rightmost and pitch stick topmost --> setting 4
553
                                         if(PPM_in[ParamSet.ChannelAssignment[CH_ROLL]] <-70 && PPM_in[ParamSet.ChannelAssignment[CH_PITCH]] > 70) setting = 4;
554
                                         // roll stick rightmost and pitch stick centered --> setting 5
555
                                         if(PPM_in[ParamSet.ChannelAssignment[CH_ROLL]] <-70 && PPM_in[ParamSet.ChannelAssignment[CH_PITCH]] < 70) setting = 5;
556
                                         // update active parameter set in eeprom
557
                                         SetActiveParamSet(setting);
558
                                }
559
                                ParamSet_ReadFromEEProm(GetActiveParamSet());
560
                                SetNeutral();
561
                                Beep(GetActiveParamSet());
562
                                }
563
                        }
564
                        // and if the yaw stick is in the rightmost position
565
                        // save the ACC neutral setting to eeprom
566
            else if(PPM_in[ParamSet.ChannelAssignment[CH_YAW]] < -75)
567
                        {
568
                        if(++delay_neutral > 200)  // not immediately (wait 200 loops = 200 * 2ms = 0.4 s)
569
                                {
570
                                delay_neutral = 0;
571
                                GRN_OFF;
572
                                SetParamWord(PID_ACC_PITCH, 0xFFFF); // make value invalid
573
                                Modell_Is_Flying = 0;
574
                                SetNeutral();
575
                                // Save ACC neutral settings to eeprom
576
                                SetParamWord(PID_ACC_PITCH, (uint16_t)NeutralAccX);
577
                                SetParamWord(PID_ACC_ROLL,  (uint16_t)NeutralAccY);
578
                                SetParamWord(PID_ACC_Z,     (uint16_t)NeutralAccZ);
579
                                Beep(GetActiveParamSet());
580
                                }
581
                        }
582
            else delay_neutral = 0;
583
                }
683 killagreg 584
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 585
// thrust stick is down
683 killagreg 586
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
707 killagreg 587
                if(PPM_in[ParamSet.ChannelAssignment[CH_THRUST]] < -85)
706 killagreg 588
                {
683 killagreg 589
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 590
// and yaw stick is rightmost --> start motors
683 killagreg 591
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 592
                        if(PPM_in[ParamSet.ChannelAssignment[CH_YAW]] < -75)
593
                        {
594
                                if(++delay_startmotors > 200) // not immediately (wait 200 loops = 200 * 2ms = 0.4 s)
595
                                {
596
                                        delay_startmotors = 200; // do not repeat if once executed
597
                                        Modell_Is_Flying = 1;
598
                                        MotorsOn = 1;
599
                                        SetPointYaw = 0;
711 killagreg 600
                                        Reading_IntegralGyroYaw = 0;
601
                                        Reading_IntegralGyroYaw2 = 0;
602
                                        Reading_IntegralGyroPitch = 0;
603
                                        Reading_IntegralGyroRoll = 0;
604
                                        Reading_IntegralGyroPitch2 = IntegralPitch;
605
                                        Reading_IntegralGyroRoll2 = IntegralRoll;
706 killagreg 606
                                        SumPitch = 0;
607
                                        SumRoll = 0;
608
                                }
609
                        }
610
                        else delay_startmotors = 0; // reset delay timer if sticks are not in this position
683 killagreg 611
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 612
// and yaw stick is leftmost --> stop motors
683 killagreg 613
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 614
                        if(PPM_in[ParamSet.ChannelAssignment[CH_YAW]] > 75)
615
                                {
616
                                if(++delay_stopmotors > 200)  // not immediately (wait 200 loops = 200 * 2ms = 0.4 s)
617
                                {
618
                                        delay_stopmotors = 200; // do not repeat if once executed
619
                                        Modell_Is_Flying = 0;
620
                                        MotorsOn = 0;
1 ingob 621
 
706 killagreg 622
                                }
623
                        }
624
                        else delay_stopmotors = 0; // reset delay timer if sticks are not in this position
625
                        }
626
                }
683 killagreg 627
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 628
// new values from RC
683 killagreg 629
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 630
                if(!NewPpmData-- || EmergencyLanding) // NewData = 0 means new data from RC
631
                {
632
                        int tmp_int;
633
                        ParameterMapping(); // remapping params (online poti replacement)
604 hbuss 634
 
706 killagreg 635
                        // calculate Stick inputs by rc channels (P) and changing of rc channels (D)
636
                        StickPitch = (StickPitch * 3 + PPM_in[ParamSet.ChannelAssignment[CH_PITCH]] * ParamSet.Stick_P) / 4;
637
                        StickPitch += PPM_diff[ParamSet.ChannelAssignment[CH_PITCH]] * ParamSet.Stick_D;
638
                        StickRoll = (StickRoll * 3 + PPM_in[ParamSet.ChannelAssignment[CH_ROLL]] * ParamSet.Stick_P) / 4;
639
                        StickRoll += PPM_diff[ParamSet.ChannelAssignment[CH_ROLL]] * ParamSet.Stick_D;
595 hbuss 640
 
707 killagreg 641
                        // direct mapping of yaw and thrust
706 killagreg 642
                        StickYaw = -PPM_in[ParamSet.ChannelAssignment[CH_YAW]];
707 killagreg 643
                        StickThrust  = PPM_in[ParamSet.ChannelAssignment[CH_THRUST]] + 120;// shift to positive numbers
614 hbuss 644
 
711 killagreg 645
                        // update max stick positions for pitch, roll and yaw
706 killagreg 646
                        if(abs(PPM_in[ParamSet.ChannelAssignment[CH_PITCH]]) > MaxStickPitch)
647
                                MaxStickPitch = abs(PPM_in[ParamSet.ChannelAssignment[CH_PITCH]]);
648
                        else MaxStickPitch--;
649
                        if(abs(PPM_in[ParamSet.ChannelAssignment[CH_ROLL]]) > MaxStickRoll)
650
                                MaxStickRoll = abs(PPM_in[ParamSet.ChannelAssignment[CH_ROLL]]);
651
                        else MaxStickRoll--;
711 killagreg 652
                        if(abs(PPM_in[ParamSet.ChannelAssignment[CH_YAW]]) > MaxStickYaw)
653
                                MaxStickYaw = abs(PPM_in[ParamSet.ChannelAssignment[CH_YAW]]);
654
                        else MaxStickYaw--;
1 ingob 655
 
706 killagreg 656
                        // update gyro control loop factors
657
 
658
                        Gyro_P_Factor = ((float) FCParam.Gyro_P + 10.0) / 256.0;
659
                        Gyro_I_Factor = ((float) FCParam.Gyro_I) / 44000;
660
 
595 hbuss 661
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 662
// Digital Control via DubWise
595 hbuss 663
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
492 hbuss 664
 
706 killagreg 665
                        #define KEY_VALUE (FCParam.UserParam1 * 4) // step width
666
                        if(DubWiseKeys[1]) BeepTime = 10;
667
                        if(DubWiseKeys[1] & DUB_KEY_UP)  tmp_int = KEY_VALUE;
668
                        else if(DubWiseKeys[1] & DUB_KEY_DOWN)  tmp_int = -KEY_VALUE;
669
                        else tmp_int = 0;
670
                        ExternStickPitch = (ExternStickPitch * 7 + tmp_int) / 8;
671
                        if(DubWiseKeys[1] & DUB_KEY_LEFT)  tmp_int = KEY_VALUE;
672
                        else if(DubWiseKeys[1] & DUB_KEY_RIGHT) tmp_int = -KEY_VALUE;
673
                        else tmp_int = 0;
674
                        ExternStickRoll = (ExternStickRoll * 7 + tmp_int) / 8;
492 hbuss 675
 
706 killagreg 676
                        if(DubWiseKeys[0] & 8)  ExternStickYaw = 50;else
677
                        if(DubWiseKeys[0] & 4)  ExternStickYaw =-50;else ExternStickYaw = 0;
678
                        if(DubWiseKeys[0] & 2)  ExternHightValue++;
679
                        if(DubWiseKeys[0] & 16) ExternHightValue--;
680
 
681
                        StickPitch += ExternStickPitch / 8;
682
                        StickRoll += ExternStickRoll / 8;
683
                        StickYaw += ExternStickYaw;
684
 
595 hbuss 685
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 686
//+ Analoge Control via serial communication
595 hbuss 687
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
492 hbuss 688
 
706 killagreg 689
                    if(ExternControl.Config & 0x01 && FCParam.UserParam1 > 128)
690
                        {
691
                                 StickPitch += (int16_t) ExternControl.Pitch * (int16_t) ParamSet.Stick_P;
692
                                 StickRoll += (int16_t) ExternControl.Roll * (int16_t) ParamSet.Stick_P;
693
                                 StickYaw += ExternControl.Yaw;
694
                                 ExternHightValue =  (int16_t) ExternControl.Hight * (int16_t)ParamSet.Hight_Gain;
707 killagreg 695
                                 if(ExternControl.Thrust < StickThrust) StickThrust = ExternControl.Thrust;
706 killagreg 696
                        }
697
            // disable I part of gyro control feedback
698
                        if(ParamSet.GlobalConfig & CFG_HEADING_HOLD) Gyro_I_Factor =  0;
699
                        // avoid negative scaling factors
700
                        if(Gyro_P_Factor < 0) Gyro_P_Factor = 0;
701
                        if(Gyro_I_Factor < 0) Gyro_I_Factor = 0;
702
 
683 killagreg 703
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
173 holgerb 704
// Looping?
683 killagreg 705
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
173 holgerb 706
 
706 killagreg 707
                        if((PPM_in[ParamSet.ChannelAssignment[CH_ROLL]] > ParamSet.LoopThreshold) && ParamSet.LoopConfig & CFG_LOOP_LEFT)  Looping_Left = 1;
708
                        else
709
                        {
710
                         {
711
                          if((PPM_in[ParamSet.ChannelAssignment[CH_ROLL]] < (ParamSet.LoopThreshold - ParamSet.LoopHysteresis))) Looping_Left = 0;
712
                         }
713
                        }
714
                        if((PPM_in[ParamSet.ChannelAssignment[CH_ROLL]] < -ParamSet.LoopThreshold) && ParamSet.LoopConfig & CFG_LOOP_RIGHT) Looping_Right = 1;
715
                        else
716
                        {
717
                        if(Looping_Right) // Hysterese
718
                         {
719
                          if(PPM_in[ParamSet.ChannelAssignment[CH_ROLL]] > -(ParamSet.LoopThreshold - ParamSet.LoopHysteresis)) Looping_Right = 0;
720
                         }
721
                        }
395 hbuss 722
 
706 killagreg 723
                        if((PPM_in[ParamSet.ChannelAssignment[CH_PITCH]] > ParamSet.LoopThreshold) && ParamSet.LoopConfig & CFG_LOOP_UP) Looping_Top = 1;
724
                        else
725
                        {
726
                        if(Looping_Top)  // Hysterese
727
                         {
728
                          if((PPM_in[ParamSet.ChannelAssignment[CH_PITCH]] < (ParamSet.LoopThreshold - ParamSet.LoopHysteresis))) Looping_Top = 0;
729
                         }
730
                        }
731
                        if((PPM_in[ParamSet.ChannelAssignment[CH_PITCH]] < -ParamSet.LoopThreshold) && ParamSet.LoopConfig & CFG_LOOP_DOWN) Looping_Down = 1;
732
                        else
733
                        {
734
                        if(Looping_Down) // Hysterese
735
                         {
736
                          if(PPM_in[ParamSet.ChannelAssignment[CH_PITCH]] > -(ParamSet.LoopThreshold - ParamSet.LoopHysteresis)) Looping_Down = 0;
737
                         }
738
                        }
395 hbuss 739
 
706 killagreg 740
                        if(Looping_Left || Looping_Right)   Looping_Roll = 1; else Looping_Roll = 0;
741
                        if(Looping_Top  || Looping_Down) {Looping_Pitch = 1; Looping_Roll = 0; Looping_Left = 0; Looping_Right = 0;} else Looping_Pitch = 0;
707 killagreg 742
                } // End of new RC-Values or Emergency Landing
173 holgerb 743
 
683 killagreg 744
 
706 killagreg 745
                if(Looping_Roll) BeepTime = 100;
746
                if(Looping_Roll || Looping_Pitch)
747
                {
711 killagreg 748
                if(ThrustMixFraction > ParamSet.LoopThrustLimit) ThrustMixFraction = ParamSet.LoopThrustLimit;
706 killagreg 749
                }
750
 
683 killagreg 751
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 752
// in case of emergency landing
683 killagreg 753
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
707 killagreg 754
                // set all inputs to save values
706 killagreg 755
                if(EmergencyLanding)
756
                {
757
                        StickYaw = 0;
758
                        StickPitch = 0;
759
                        StickRoll = 0;
760
                        Gyro_P_Factor  = 0.5;
761
                        Gyro_I_Factor = 0.003;
762
                        Looping_Roll = 0;
763
                        Looping_Pitch = 0;
764
                        MaxStickPitch = 0;
765
                        MaxStickRoll = 0;
711 killagreg 766
                        MaxStickYaw = 0;
706 killagreg 767
                }
395 hbuss 768
 
683 killagreg 769
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 770
// Trim Gyro-Integrals to ACC-Signals
683 killagreg 771
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
395 hbuss 772
 
711 killagreg 773
                #define BALANCE_NUMBER 256L
774
        // sum for averaging
775
                MeanIntegralPitch  += IntegralPitch;
706 killagreg 776
                MeanIntegralRoll  += IntegralRoll;
395 hbuss 777
 
706 killagreg 778
                if(Looping_Pitch || Looping_Roll) // if looping in any direction
779
                {
711 killagreg 780
                        // reset averaging for acc and gyro integral as well as gyro integral acc correction
781
                        MeasurementCounter = 0;
782
 
706 killagreg 783
                        IntegralAccPitch = 0;
784
                        IntegralAccRoll = 0;
711 killagreg 785
                        IntegralAccZ = 0;
786
 
706 killagreg 787
                        MeanIntegralPitch = 0;
788
                        MeanIntegralRoll = 0;
711 killagreg 789
 
790
                        Reading_IntegralGyroPitch2 = Reading_IntegralGyroPitch;
791
                        Reading_IntegralGyroRoll2 = Reading_IntegralGyroRoll;
792
 
706 killagreg 793
                        AttitudeCorrectionPitch = 0;
794
                        AttitudeCorrectionRoll = 0;
795
                }
796
 
683 killagreg 797
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
706 killagreg 798
                if(!Looping_Pitch && !Looping_Roll) // if not lopping in any direction
799
                {
800
                        int32_t tmp_long, tmp_long2;
711 killagreg 801
                        // determine the deviation of gyro integral from averaged acceleration sensor
802
                        tmp_long   =  (int32_t)(IntegralPitch / ParamSet.GyroAccFaktor - (int32_t)Mean_AccPitch);
803
                        tmp_long  /= 16;
804
                        tmp_long2  = (int32_t)(IntegralRoll   / ParamSet.GyroAccFaktor - (int32_t)Mean_AccRoll);
706 killagreg 805
                        tmp_long2 /= 16;
711 killagreg 806
 
706 killagreg 807
                        if((MaxStickPitch > 15) || (MaxStickRoll > 15))
808
                        {
711 killagreg 809
                                tmp_long  /= 3;
810
                                tmp_long2 /= 3;
706 killagreg 811
                        }
711 killagreg 812
                        if(MaxStickYaw > 25)
706 killagreg 813
                        {
711 killagreg 814
                                tmp_long  /= 3;
815
                                tmp_long2 /= 3;
706 killagreg 816
                        }
614 hbuss 817
 
707 killagreg 818
                        #define BALANCE 32
711 killagreg 819
                        // limit correction
707 killagreg 820
                        if(tmp_long >  BALANCE)  tmp_long  = BALANCE;
821
                        if(tmp_long < -BALANCE)  tmp_long  =-BALANCE;
822
                        if(tmp_long2 > BALANCE)  tmp_long2 = BALANCE;
823
                        if(tmp_long2 <-BALANCE)  tmp_long2 =-BALANCE;
711 killagreg 824
                        // correct current readings
825
                        Reading_IntegralGyroPitch -= tmp_long;
826
                        Reading_IntegralGyroRoll -= tmp_long2;
706 killagreg 827
                }
683 killagreg 828
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 829
        // MeasurementCounter is incremented in the isr of analog.c
830
                if(MeasurementCounter >= BALANCE_NUMBER) // averaging number has reached
831
                {
832
                        static int cnt = 0;
833
                        static char last_n_p, last_n_n, last_r_p, last_r_n;
834
                        static long MeanIntegralPitch_old, MeanIntegralRoll_old;
469 hbuss 835
 
711 killagreg 836
                        // if not lopping in any direction (this should be alwais the case,
837
                        // because the Measurement counter is reset to 0 if looping in any direction is active.)
838
                        if(!Looping_Pitch && !Looping_Roll)
839
                        {
840
                                // Calculate mean value of the gyro integrals
841
                                MeanIntegralPitch /= BALANCE_NUMBER;
842
                                MeanIntegralRoll  /= BALANCE_NUMBER;
614 hbuss 843
 
711 killagreg 844
                                // Calculate mean of the acceleration values
845
                                IntegralAccPitch = (ParamSet.GyroAccFaktor * IntegralAccPitch) / BALANCE_NUMBER;
846
                                IntegralAccRoll  = (ParamSet.GyroAccFaktor * IntegralAccRoll ) / BALANCE_NUMBER;
847
                                IntegralAccZ     = IntegralAccZ / BALANCE_NUMBER;
395 hbuss 848
 
711 killagreg 849
                                // Pitch ++++++++++++++++++++++++++++++++++++++++++++++++
850
                                // Calculate deviation of the averaged gyro integral and the averaged acceleration integral
851
                                IntegralErrorPitch = (int32_t)(MeanIntegralPitch - (int32_t)IntegralAccPitch);
852
                                CorrectionPitch = IntegralErrorPitch / ParamSet.GyroAccTrim;
853
                                AttitudeCorrectionPitch = CorrectionPitch / BALANCE_NUMBER;
854
                                // Roll ++++++++++++++++++++++++++++++++++++++++++++++++
855
                                // Calculate deviation of the averaged gyro integral and the averaged acceleration integral
856
                                IntegralErrorRoll = (int32_t)(MeanIntegralRoll - (int32_t)IntegralAccRoll);
857
                                CorrectionRoll  = IntegralErrorRoll / ParamSet.GyroAccTrim;
858
                                AttitudeCorrectionRoll  = CorrectionRoll  / BALANCE_NUMBER;
498 hbuss 859
 
711 killagreg 860
                                if((MaxStickPitch > 15) || (MaxStickRoll > 15) || (MaxStickYaw > 25))
861
                                {
862
                                        AttitudeCorrectionPitch /= 2;
863
                                        AttitudeCorrectionRoll /= 2;
864
                                }
395 hbuss 865
 
711 killagreg 866
                // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
867
                // Gyro-Drift ermitteln
868
                // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
869
                                // deviation of gyro pitch integral (IntegralPitch is corrected by averaged acc sensor)
870
                                IntegralErrorPitch  = IntegralPitch2 - IntegralPitch;
871
                                Reading_IntegralGyroPitch2 -= IntegralErrorPitch;
872
                                // deviation of gyro pitch integral (IntegralPitch is corrected by averaged acc sensor)
873
                                IntegralErrorRoll = IntegralRoll2 - IntegralRoll;
874
                                Reading_IntegralGyroRoll2 -= IntegralErrorRoll;
395 hbuss 875
 
876
 
711 killagreg 877
                                DebugOut.Analog[17] = IntegralAccPitch / 26;
878
                                DebugOut.Analog[18] = IntegralAccRoll / 26;
879
                                DebugOut.Analog[19] = IntegralErrorPitch;// / 26;
880
                                DebugOut.Analog[20] = IntegralErrorRoll;// / 26;
881
                                DebugOut.Analog[21] = MeanIntegralPitch / 26;
882
                                DebugOut.Analog[22] = MeanIntegralRoll / 26;
883
                                //DebugOut.Analog[28] = CorrectionPitch;
884
                                DebugOut.Analog[29] = CorrectionRoll;
885
                                DebugOut.Analog[30] = AttitudeCorrectionRoll * 10;
395 hbuss 886
 
711 killagreg 887
                                #define ERROR_LIMIT  (BALANCE_NUMBER * 4)
888
                                #define ERROR_LIMIT2 (BALANCE_NUMBER * 16)
889
                                #define MOVEMENT_LIMIT 20000
890
                // Pitch +++++++++++++++++++++++++++++++++++++++++++++++++
891
                                cnt = 1;// + labs(IntegralErrorPitch) / 4096;
892
                                CorrectionPitch = 0;
893
                                if(labs(MeanIntegralPitch_old - MeanIntegralPitch) < MOVEMENT_LIMIT)
894
                                {
895
                                        if(IntegralErrorPitch >  ERROR_LIMIT2)
896
                                        {
897
                                                if(last_n_p)
898
                                                {
899
                                                        cnt += labs(IntegralErrorPitch) / ERROR_LIMIT2;
900
                                                        CorrectionPitch = IntegralErrorPitch / 8;
901
                                                        if(CorrectionPitch > 5000) CorrectionPitch = 5000;
902
                                                        AttitudeCorrectionPitch += CorrectionPitch / BALANCE_NUMBER;
903
                                                }
904
                                                else last_n_p = 1;
905
                                        }
906
                                        else  last_n_p = 0;
907
                                        if(IntegralErrorPitch < -ERROR_LIMIT2)
908
                                        {
909
                                                if(last_n_n)
910
                                                {
911
                                                        cnt += labs(IntegralErrorPitch) / ERROR_LIMIT2;
912
                                                        CorrectionPitch = IntegralErrorPitch / 8;
913
                                                        if(CorrectionPitch < -5000) CorrectionPitch = -5000;
914
                                                        AttitudeCorrectionPitch += CorrectionPitch / BALANCE_NUMBER;
915
                                                }
916
                                                else last_n_n = 1;
917
                                        }
918
                                        else  last_n_n = 0;
919
                                }
920
                                else cnt = 0;
921
                                if(cnt > ParamSet.DriftComp) cnt = ParamSet.DriftComp;
922
                                // correct Gyro Offsets
923
                                if(IntegralErrorPitch >  ERROR_LIMIT)   AdNeutralPitch += cnt;
924
                                if(IntegralErrorPitch < -ERROR_LIMIT)   AdNeutralPitch -= cnt;
395 hbuss 925
 
711 killagreg 926
                // Roll +++++++++++++++++++++++++++++++++++++++++++++++++
927
                                cnt = 1;// + labs(IntegralErrorPitch) / 4096;
928
                                CorrectionRoll = 0;
929
                                if(labs(MeanIntegralRoll_old - MeanIntegralRoll) < MOVEMENT_LIMIT)
930
                                {
931
                                        if(IntegralErrorRoll >  ERROR_LIMIT2)
932
                                        {
933
                                                if(last_r_p)
934
                                                {
935
                                                        cnt += labs(IntegralErrorRoll) / ERROR_LIMIT2;
936
                                                        CorrectionRoll = IntegralErrorRoll / 8;
937
                                                        if(CorrectionRoll > 5000) CorrectionRoll = 5000;
938
                                                        AttitudeCorrectionRoll += CorrectionRoll / BALANCE_NUMBER;
939
                                                }
940
                                                else last_r_p = 1;
941
                                        }
942
                                        else  last_r_p = 0;
943
                                        if(IntegralErrorRoll < -ERROR_LIMIT2)
944
                                        {
945
                                                if(last_r_n)
946
                                                {
947
                                                        cnt += labs(IntegralErrorRoll) / ERROR_LIMIT2;
948
                                                        CorrectionRoll = IntegralErrorRoll / 8;
949
                                                        if(CorrectionRoll < -5000) CorrectionRoll = -5000;
950
                                                        AttitudeCorrectionRoll += CorrectionRoll / BALANCE_NUMBER;
951
                                                }
952
                                                else last_r_n = 1;
953
                                        }
954
                                        else  last_r_n = 0;
955
                                }
956
                                else cnt = 0;
957
                                // correct Gyro Offsets
958
                                if(cnt > ParamSet.DriftComp) cnt = ParamSet.DriftComp;
959
                                if(IntegralErrorRoll >  ERROR_LIMIT)   AdNeutralRoll += cnt;
960
                                if(IntegralErrorRoll < -ERROR_LIMIT)   AdNeutralRoll -= cnt;
401 hbuss 961
 
711 killagreg 962
                                DebugOut.Analog[27] = CorrectionRoll;
963
                                DebugOut.Analog[23] = AdNeutralPitch;//10*(AdNeutralPitch - StartNeutralPitch);
964
                                DebugOut.Analog[24] = 10*(AdNeutralRoll - StartNeutralRoll);
965
                        }
966
                        else // looping is active
967
                        {
968
                                AttitudeCorrectionRoll  = 0;
969
                                AttitudeCorrectionPitch = 0;
970
                        }
492 hbuss 971
 
711 killagreg 972
                        // if Gyro_I_Faktor == 0 , for example at Heading Hold, ignore attitude correction
973
                        if(!Gyro_I_Factor)
974
                        {
975
                                AttitudeCorrectionRoll  = 0;
976
                                AttitudeCorrectionPitch = 0;
977
                        }
978
                // +++++++++++++++++++++++++++++++++++++++++++++++++++++
979
                        MeanIntegralPitch_old = MeanIntegralPitch;
980
                        MeanIntegralRoll_old  = MeanIntegralRoll;
981
                // +++++++++++++++++++++++++++++++++++++++++++++++++++++
982
                        // reset variables used for averaging
983
                        IntegralAccPitch = 0;
984
                        IntegralAccRoll = 0;
985
                        IntegralAccZ = 0;
986
                        MeanIntegralPitch = 0;
987
                        MeanIntegralRoll = 0;
988
                        MeasurementCounter = 0;
989
                } // end of averaging
614 hbuss 990
 
595 hbuss 991
 
683 killagreg 992
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 993
//  Yawing
683 killagreg 994
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 995
                if(MaxStickYaw > 20) // yaw stick is activated
996
                {   // if not fixed compass course is set update compass course
997
                        if(!(ParamSet.GlobalConfig & CFG_COMPASS_FIX)) StoreNewCompassCourse = 1;
998
                }
999
                // exponential stick sensitivity in yawring rate
1000
                tmp_int  = (int32_t) ParamSet.Yaw_P * ((int32_t)StickYaw * abs(StickYaw)) / 512L; // expo  y = ax + bx²
1001
                tmp_int += (ParamSet.Yaw_P * StickYaw) / 4;
1002
                SetPointYaw = tmp_int;
1003
                Reading_IntegralGyroYaw -= tmp_int;
1004
                // limit the effect
1005
                if(Reading_IntegralGyroYaw > 50000) Reading_IntegralGyroYaw = 50000;
1006
                if(Reading_IntegralGyroYaw <-50000) Reading_IntegralGyroYaw =-50000;
683 killagreg 1007
 
1008
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 1009
//  Compass
683 killagreg 1010
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 1011
                if(ParamSet.GlobalConfig & CFG_COMPASS_ACTIVE)
1012
                {
1013
                        int16_t w,v;
1014
                        static uint8_t updCompass = 0;
694 killagreg 1015
 
711 killagreg 1016
                        if (!updCompass--)
1017
                        {
1018
                                updCompass = 49; // update only at 2ms*50 = 100ms (10Hz)
1019
                                // get current compass heading (angule between MK head and magnetic north)
726 killagreg 1020
                                CompassHeading = MM3_Heading();
711 killagreg 1021
                                // calculate OffCourse (angular deviation from heading to course)
1022
                                CompassOffCourse = ((540 + CompassHeading - CompassCourse) % 360) - 180;
694 killagreg 1023
 
711 killagreg 1024
                        }
1 ingob 1025
 
711 killagreg 1026
                        // reduce compass effect with increasing declination
1027
                        w = abs(IntegralPitch / 512);
1028
                        v = abs(IntegralRoll  / 512);
1029
                        if(v > w) w = v; // get maximum declination
1030
                        // if declination is small enough update compass course if neccessary
1031
                        if(w < 35 && StoreNewCompassCourse)
1032
                        {
1033
                                CompassCourse = CompassHeading;
1034
                                StoreNewCompassCourse = 0;
1035
                        }
1036
                        w = (w * FCParam.CompassYawEffect) / 64;  // scale to parameter
1037
                        w = FCParam.CompassYawEffect - w; // reduce commpass effect with increasing declination
1038
                        if(w > 0) // if there is any compass effect (avoid negative compass feedback)
1039
                        {
1040
                                Reading_IntegralGyroYaw -= (CompassOffCourse * w) / 32;
1041
                        }
1042
                }
683 killagreg 1043
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
726 killagreg 1044
//  GPS
1045
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1046
                if(ParamSet.GlobalConfig & CFG_GPS_ACTIVE)
1047
                {
1048
                        GPS_P_Factor = FCParam.UserParam5;
1049
                        GPS_D_Factor = FCParam.UserParam6;
1050
                        GPS_Main(); // updates GPS_Pitch and GPS_Roll on new GPS data
1051
                }
1052
                else
1053
                {
1054
                        GPS_Pitch = 0;
1055
                        GPS_Roll = 0;
1056
                }
1057
 
1058
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 ingob 1059
//  Debugwerte zuordnen
683 killagreg 1060
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 1061
                if(!TimerDebugOut--)
1062
                {
1063
                        TimerDebugOut = 24; // update debug outputs every 25*2ms = 50 ms (20Hz)
1064
                        DebugOut.Analog[0]  = IntegralPitch / ParamSet.GyroAccFaktor;
1065
                        DebugOut.Analog[1]  = IntegralRoll / ParamSet.GyroAccFaktor;
1066
                        DebugOut.Analog[2]  = Mean_AccPitch;
1067
                        DebugOut.Analog[3]  = Mean_AccRoll;
1068
                        DebugOut.Analog[4]  = Reading_GyroYaw;
1069
                        DebugOut.Analog[5]  = ReadingHight;
1070
                        DebugOut.Analog[6]  = (Reading_Integral_Top / 512);
1071
                        DebugOut.Analog[8]  = CompassHeading;
1072
                        DebugOut.Analog[9]  = UBat;
1073
                        DebugOut.Analog[10] = SenderOkay;
1074
                        DebugOut.Analog[16] = Mean_AccTop;
173 holgerb 1075
 
711 killagreg 1076
                        /*    DebugOut.Analog[16] = motor_rx[0];
1077
                        DebugOut.Analog[17] = motor_rx[1];
1078
                        DebugOut.Analog[18] = motor_rx[2];
1079
                        DebugOut.Analog[19] = motor_rx[3];
1080
                        DebugOut.Analog[20] = motor_rx[0] + motor_rx[1] + motor_rx[2] + motor_rx[3];
1081
                        DebugOut.Analog[20] /= 14;
1082
                        DebugOut.Analog[21] = motor_rx[4];
1083
                        DebugOut.Analog[22] = motor_rx[5];
1084
                        DebugOut.Analog[23] = motor_rx[6];
1085
                        DebugOut.Analog[24] = motor_rx[7];
1086
                        DebugOut.Analog[25] = motor_rx[4] + motor_rx[5] + motor_rx[6] + motor_rx[7];
1 ingob 1087
 
711 killagreg 1088
                        DebugOut.Analog[9]  = Reading_GyroPitch;
1089
                        DebugOut.Analog[9]  = SetPointHight;
1090
                        DebugOut.Analog[10] = Reading_IntegralGyroYaw / 128;
1091
                        DebugOut.Analog[11] = CompassCourse;
1092
                        DebugOut.Analog[10] = FCParam.Gyro_I;
1093
                        DebugOut.Analog[10] = ParamSet.Gyro_I;
1094
                        DebugOut.Analog[9]  = CompassOffCourse;
1095
                        DebugOut.Analog[10] = ThrustMixFraction;
1096
                        DebugOut.Analog[3]  = HightD * 32;
1097
                        DebugOut.Analog[4]  = HightControlThrust;
1098
                        */
1099
                }
1100
 
683 killagreg 1101
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 1102
//  calculate control feedback from angle (gyro integral) and agular velocity (gyro signal)
683 killagreg 1103
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
604 hbuss 1104
 
711 killagreg 1105
                if(Looping_Pitch) Reading_GyroPitch = Reading_GyroPitch * Gyro_P_Factor;
1106
                else Reading_GyroPitch = IntegralPitch * Gyro_I_Factor + Reading_GyroPitch * Gyro_P_Factor;
1107
                if(Looping_Roll) Reading_GyroRoll = Reading_GyroRoll * Gyro_P_Factor;
1108
                else Reading_GyroRoll = IntegralRoll * Gyro_I_Factor + Reading_GyroRoll * Gyro_P_Factor;
1109
                Reading_GyroYaw = Reading_GyroYaw * (2 * Gyro_P_Factor) + IntegralYaw * Gyro_I_Factor / 2;
1 ingob 1110
 
711 killagreg 1111
                DebugOut.Analog[25] = IntegralRoll * Gyro_I_Factor;
1112
                DebugOut.Analog[31] = StickRoll;// / (26*Gyro_I_Factor);
1113
                DebugOut.Analog[28] = Reading_GyroRoll;
469 hbuss 1114
 
711 killagreg 1115
                // limit control feedback
1116
                #define MAX_SENSOR  2048
1117
                if(Reading_GyroPitch >  MAX_SENSOR) Reading_GyroPitch =  MAX_SENSOR;
1118
                if(Reading_GyroPitch < -MAX_SENSOR) Reading_GyroPitch = -MAX_SENSOR;
1119
                if(Reading_GyroRoll  >  MAX_SENSOR) Reading_GyroRoll  =  MAX_SENSOR;
1120
                if(Reading_GyroRoll  < -MAX_SENSOR) Reading_GyroRoll  = -MAX_SENSOR;
1121
                if(Reading_GyroYaw   >  MAX_SENSOR) Reading_GyroYaw   =  MAX_SENSOR;
1122
                if(Reading_GyroYaw   < -MAX_SENSOR) Reading_GyroYaw   = -MAX_SENSOR;
1 ingob 1123
 
683 killagreg 1124
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 1125
// Hight Control
1126
// The higth control algorithm reduces the thrust but does not increas the thrust.
683 killagreg 1127
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 1128
                // If hight control is activated and no emergency landing is activre
1129
                if((ParamSet.GlobalConfig & CFG_HEIGHT_CONTROL) && (!EmergencyLanding) )
1130
                {
1131
                        int tmp_int;
1132
                        // if hight control is activated by an rc channel
1133
                        if(ParamSet.GlobalConfig & CFG_HEIGHT_SWITCH)
1134
                        {       // check if parameter is less than activation threshold
1135
                                if(FCParam.MaxHight < 50)
1136
                                {
1137
                                        SetPointHight = ReadingHight - 20;  // update SetPoint with current reading
1138
                                        HightControlActive = 0; // disable hight control
1139
                                }
1140
                                else HightControlActive = 1; // enable hight control
1141
                        }
1142
                        else // no switchable hight control
1143
                        {
1144
                                SetPointHight = ((int16_t) ExternHightValue + (int16_t) FCParam.MaxHight) * (int16_t)ParamSet.Hight_Gain - 20;
1145
                                HightControlActive = 1;
1146
                        }
1147
                        // get current hight
1148
                        h = ReadingHight;
1149
                        // if current hight is above the setpoint reduce thrust
1150
                        if((h > SetPointHight) && HightControlActive)
1151
                        {
1152
                                // hight difference -> P control part
1153
                                h = ((h - SetPointHight) * (int16_t) FCParam.Hight_P) / 16;
1154
                                h = ThrustMixFraction - h; // reduce gas
1155
                                // higth gradient --> D control part
1156
                                h -= (HightD * FCParam.Hight_D) / 8;  // D control part
1157
                                // acceleration sensor effect
1158
                                tmp_int = ((Reading_Integral_Top / 512) * (int32_t) FCParam.Hight_ACC_Effect) / 32;
1159
                                if(tmp_int > 50) tmp_int = 50;
1160
                                if(tmp_int < -50) tmp_int = -50;
1161
                                h -= tmp_int;
1162
                                // update hight control thrust
1163
                                HightControlThrust = (HightControlThrust*15 + h) / 16;
1164
                                // limit thrust reduction
1165
                                if(HightControlThrust < ParamSet.Hight_MinThrust)
1166
                                {
1167
                                        if(ThrustMixFraction >= ParamSet.Hight_MinThrust) HightControlThrust = ParamSet.Hight_MinThrust;
1168
                                        // allows landing also if thrust stick is reduced below min thrust on hight control
1169
                                        if(ThrustMixFraction < ParamSet.Hight_MinThrust) HightControlThrust = ThrustMixFraction;
1170
                                }
1171
                                // limit thrust to stick setting
1172
                                if(HightControlThrust > ThrustMixFraction) HightControlThrust = ThrustMixFraction;
1173
                                ThrustMixFraction = HightControlThrust;
1174
                        }
1175
                }
1176
                // limit thrust to parameter setting
1177
                if(ThrustMixFraction > ParamSet.Trust_Max - 20) ThrustMixFraction = ParamSet.Trust_Max - 20;
683 killagreg 1178
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 1179
// + Mixer and PI-Controller
683 killagreg 1180
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 1181
                DebugOut.Analog[7] = ThrustMixFraction;
683 killagreg 1182
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 1183
// Yaw-Fraction
683 killagreg 1184
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 1185
    YawMixFraction = Reading_GyroYaw - SetPointYaw;     // yaw controller
173 holgerb 1186
 
711 killagreg 1187
        // limit YawMixFraction
1188
    if(YawMixFraction > (ThrustMixFraction / 2)) YawMixFraction = ThrustMixFraction / 2;
1189
    if(YawMixFraction < -(ThrustMixFraction / 2)) YawMixFraction = -(ThrustMixFraction / 2);
1190
    if(YawMixFraction > ((ParamSet.Trust_Max - ThrustMixFraction))) YawMixFraction = ((ParamSet.Trust_Max - ThrustMixFraction));
1191
    if(YawMixFraction < -((ParamSet.Trust_Max - ThrustMixFraction))) YawMixFraction = -((ParamSet.Trust_Max - ThrustMixFraction));
1192
    if(ThrustMixFraction < 20) YawMixFraction = 0;
683 killagreg 1193
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 1194
// Pitch-Axis
683 killagreg 1195
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 1196
    DiffPitch = Reading_GyroPitch - (StickPitch - GPS_Pitch);   // get difference
1197
    if(Gyro_I_Factor) SumPitch += IntegralPitch * Gyro_I_Factor - (StickPitch - GPS_Pitch); // I-part for attitude control
1198
    else SumPitch += DiffPitch; // I-part for head holding
701 killagreg 1199
    if(SumPitch >  16000) SumPitch =  16000;
1200
    if(SumPitch < -16000) SumPitch = -16000;
711 killagreg 1201
    pd_result = DiffPitch + Ki * SumPitch; // PI-controller for pitch
173 holgerb 1202
 
711 killagreg 1203
    tmp_int = (int32_t)((int32_t)FCParam.DynamicStability * (int32_t)(ThrustMixFraction + abs(YawMixFraction)/2)) / 64;
1204
    if(pd_result >  tmp_int) pd_result =  tmp_int;
1205
    if(pd_result < -tmp_int) pd_result = -tmp_int;
1206
 
1207
        // Motor Front
1208
    MotorValue = ThrustMixFraction + pd_result + YawMixFraction;          // Mixer
701 killagreg 1209
        if ((MotorValue < 0)) MotorValue = 0;
707 killagreg 1210
        else if(MotorValue > ParamSet.Trust_Max)            MotorValue = ParamSet.Trust_Max;
1211
        if (MotorValue < ParamSet.Trust_Min)            MotorValue = ParamSet.Trust_Min;
701 killagreg 1212
        Motor_Front = MotorValue;
711 killagreg 1213
 
1214
 // Motor Rear
1215
        MotorValue = ThrustMixFraction - pd_result + YawMixFraction;     // Mixer
701 killagreg 1216
        if ((MotorValue < 0)) MotorValue = 0;
707 killagreg 1217
        else if(MotorValue > ParamSet.Trust_Max)            MotorValue = ParamSet.Trust_Max;
1218
        if (MotorValue < ParamSet.Trust_Min)            MotorValue = ParamSet.Trust_Min;
701 killagreg 1219
        Motor_Rear = MotorValue;
683 killagreg 1220
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 1221
// Roll-Axis
683 killagreg 1222
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
711 killagreg 1223
        DiffRoll = Reading_GyroRoll - (StickRoll  - GPS_Roll);  // get difference
1224
    if(Gyro_I_Factor) SumRoll += IntegralRoll * Gyro_I_Factor - (StickRoll  - GPS_Roll); // I-part for attitude control
1225
    else SumRoll += DiffRoll;  // I-part for head holding
701 killagreg 1226
    if(SumRoll >  16000) SumRoll =  16000;
1227
    if(SumRoll < -16000) SumRoll = -16000;
711 killagreg 1228
    pd_result = DiffRoll + Ki * SumRoll;         // PI-controller for roll
1229
    tmp_int = (int32_t)((int32_t)FCParam.DynamicStability * (int32_t)(ThrustMixFraction + abs(YawMixFraction)/2)) / 64;
1230
    if(pd_result >  tmp_int) pd_result =  tmp_int;
1231
    if(pd_result < -tmp_int) pd_result = -tmp_int;
604 hbuss 1232
 
711 killagreg 1233
    // Motor Left
1234
    MotorValue = ThrustMixFraction + pd_result - YawMixFraction;  // Mixer
701 killagreg 1235
        if ((MotorValue < 0)) MotorValue = 0;
707 killagreg 1236
        else if(MotorValue > ParamSet.Trust_Max)                MotorValue = ParamSet.Trust_Max;
1237
        if (MotorValue < ParamSet.Trust_Min)            MotorValue = ParamSet.Trust_Min;
701 killagreg 1238
    Motor_Left = MotorValue;
604 hbuss 1239
 
711 killagreg 1240
 // Motor Right
1241
        MotorValue = ThrustMixFraction - pd_result - YawMixFraction;  // Mixer
701 killagreg 1242
        if ((MotorValue < 0)) MotorValue = 0;
707 killagreg 1243
        else if(MotorValue > ParamSet.Trust_Max)                MotorValue = ParamSet.Trust_Max;
1244
        if (MotorValue < ParamSet.Trust_Min)            MotorValue = ParamSet.Trust_Min;
701 killagreg 1245
    Motor_Right = MotorValue;
1 ingob 1246
}
1247