Subversion Repositories FlightCtrl

Rev

Rev 1662 | Rev 1683 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1662 Rev 1682
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
// + Copyright (c) Holger Buss, Ingo Busker
2
// + Copyright (c) Holger Buss, Ingo Busker
3
// + Nur für den privaten Gebrauch / NON-COMMERCIAL USE ONLY
3
// + Nur für den privaten Gebrauch / NON-COMMERCIAL USE ONLY
4
// + www.MikroKopter.com
4
// + www.MikroKopter.com
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
6
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
7
// + dass eine Nutzung (auch auszugsweise) nur für den privaten und nicht-kommerziellen Gebrauch zulässig ist.
7
// + dass eine Nutzung (auch auszugsweise) nur für den privaten und nicht-kommerziellen Gebrauch zulässig ist.
8
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
8
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
9
// + bzgl. der Nutzungsbedingungen aufzunehmen.
9
// + bzgl. der Nutzungsbedingungen aufzunehmen.
10
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
10
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
11
// + Verkauf von Luftbildaufnahmen, usw.
11
// + Verkauf von Luftbildaufnahmen, usw.
12
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
13
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
13
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
14
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
14
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
15
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
15
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
16
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
16
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
17
// + auf anderen Webseiten oder Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
17
// + auf anderen Webseiten oder Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
18
// + eindeutig als Ursprung verlinkt und genannt werden
18
// + eindeutig als Ursprung verlinkt und genannt werden
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
20
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
21
// + Benutzung auf eigene Gefahr
21
// + Benutzung auf eigene Gefahr
22
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
22
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
23
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24
// + Die Portierung oder Nutzung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
24
// + Die Portierung oder Nutzung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
25
// + mit unserer Zustimmung zulässig
25
// + mit unserer Zustimmung zulässig
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
27
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
28
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
28
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
29
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
30
// + this list of conditions and the following disclaimer.
30
// + this list of conditions and the following disclaimer.
31
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
31
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
32
// +     from this software without specific prior written permission.
32
// +     from this software without specific prior written permission.
33
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet
33
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet
34
// +     for non-commercial use (directly or indirectly)
34
// +     for non-commercial use (directly or indirectly)
35
// +     Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
35
// +     Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
36
// +     with our written permission
36
// +     with our written permission
37
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
37
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
38
// +     clearly linked as origin
38
// +     clearly linked as origin
39
// +   * porting the sources to other systems or using the software on other systems (except hardware from www.mikrokopter.de) is not allowed
39
// +   * porting the sources to other systems or using the software on other systems (except hardware from www.mikrokopter.de) is not allowed
40
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
40
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
41
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
42
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
43
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
44
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
44
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
45
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
45
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
46
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
46
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
47
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
47
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
48
// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
48
// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
49
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
49
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
50
// +  POSSIBILITY OF SUCH DAMAGE.
50
// +  POSSIBILITY OF SUCH DAMAGE.
51
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
51
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
52
#include "main.h"
52
#include "main.h"
53
 
53
 
54
 
54
 
55
unsigned char PlatinenVersion = 10;
55
unsigned char PlatinenVersion = 10;
56
unsigned char SendVersionToNavi = 1;
56
unsigned char SendVersionToNavi = 1;
57
unsigned char BattLowVoltageWarning = 94;
57
unsigned char BattLowVoltageWarning = 94;
58
unsigned int FlugMinuten = 0,FlugMinutenGesamt = 0;
58
unsigned int FlugMinuten = 0,FlugMinutenGesamt = 0;
59
unsigned int FlugSekunden = 0;
59
unsigned int FlugSekunden = 0;
60
pVoidFnct_pVoidFnctChar_const_fmt _printf_P;
60
pVoidFnct_pVoidFnctChar_const_fmt _printf_P;
61
 
61
 
62
 
62
 
63
void CalMk3Mag(void)
63
void CalMk3Mag(void)
64
{
64
{
65
 static unsigned char stick = 1;
65
 static unsigned char stick = 1;
66
 if(PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > -20) stick = 0;
66
 if(PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > -20) stick = 0;
67
 if((PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < -70) && !stick)
67
 if((PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < -70) && !stick)
68
  {
68
  {
69
   stick = 1;
69
   stick = 1;
70
   WinkelOut.CalcState++;
70
   WinkelOut.CalcState++;
71
   if(WinkelOut.CalcState > 4)
71
   if(WinkelOut.CalcState > 4)
72
    {
72
    {
73
//     WinkelOut.CalcState = 0; // in Uart.c
73
//     WinkelOut.CalcState = 0; // in Uart.c
74
     beeptime = 1000;
74
     beeptime = 1000;
75
    }
75
    }
76
   else Piep(WinkelOut.CalcState,150);
76
   else Piep(WinkelOut.CalcState,150);
77
  }
77
  }
78
  DebugOut.Analog[19] = WinkelOut.CalcState;
78
  DebugOut.Analog[19] = WinkelOut.CalcState;
79
}
79
}
80
 
80
 
81
 
81
 
82
void LipoDetection(unsigned char print)
82
void LipoDetection(unsigned char print)
83
{
83
{
84
        #define MAX_CELL_VOLTAGE 43 // max cell volatage for LiPO
84
        #define MAX_CELL_VOLTAGE 43 // max cell volatage for LiPO
85
        unsigned int timer, cells;
85
        unsigned int timer, cells;
86
        if(print) printf("\n\rBatt:");
86
        if(print) printf("\n\rBatt:");
87
        if(EE_Parameter.UnterspannungsWarnung < 50) // automatische Zellenerkennung
87
        if(EE_Parameter.UnterspannungsWarnung < 50) // automatische Zellenerkennung
88
        {
88
        {
89
                timer = SetDelay(500);
89
                timer = SetDelay(500);
90
                if(print) while (!CheckDelay(timer));
90
                if(print) while (!CheckDelay(timer));
91
                // up to 6s LiPo, less than 2s is technical impossible
91
                // up to 6s LiPo, less than 2s is technical impossible
92
                for(cells = 2; cells < 7; cells++)
92
                for(cells = 2; cells < 7; cells++)
93
                {
93
                {
94
                        if(UBat < cells * MAX_CELL_VOLTAGE) break;
94
                        if(UBat < cells * MAX_CELL_VOLTAGE) break;
95
                }
95
                }
96
 
96
 
97
                BattLowVoltageWarning = cells * EE_Parameter.UnterspannungsWarnung;
97
                BattLowVoltageWarning = cells * EE_Parameter.UnterspannungsWarnung;
98
                if(print)
98
                if(print)
99
                {
99
                {
100
                        Piep(cells, 200);
100
                        Piep(cells, 200);
101
                        printf(" %d Cells ", cells);
101
                        printf(" %d Cells ", cells);
102
                }
102
                }
103
        }
103
        }
104
        else BattLowVoltageWarning = EE_Parameter.UnterspannungsWarnung;
104
        else BattLowVoltageWarning = EE_Parameter.UnterspannungsWarnung;
105
        if(print) printf(" Low warning level: %d.%d",BattLowVoltageWarning/10,BattLowVoltageWarning%10);
105
        if(print) printf(" Low warning level: %d.%d",BattLowVoltageWarning/10,BattLowVoltageWarning%10);
106
}
106
}
107
 
107
 
108
//############################################################################
108
//############################################################################
109
//Hauptprogramm
109
//Hauptprogramm
110
int main (void)
110
int main (void)
111
//############################################################################
111
//############################################################################
112
{
112
{
113
        unsigned int timer,i,timer2 = 0, timerPolling;
113
        unsigned int timer,i,timer2 = 0, timerPolling;
114
 
114
 
115
    DDRB  = 0x00;
115
    DDRB  = 0x00;
116
    PORTB = 0x00;
116
    PORTB = 0x00;
117
    for(timer = 0; timer < 1000; timer++); // verzögern
117
    for(timer = 0; timer < 1000; timer++); // verzögern
118
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
118
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
119
        PlatinenVersion = 21;
119
        PlatinenVersion = 21;
120
#else
120
#else
121
        if(PINB & 0x01)
121
        if(PINB & 0x01)
122
     {
122
     {
123
      if(PINB & 0x02) PlatinenVersion = 13;
123
      if(PINB & 0x02) PlatinenVersion = 13;
124
       else           PlatinenVersion = 11;
124
       else           PlatinenVersion = 11;
125
     }
125
     }
126
    else
126
    else
127
     {
127
     {
128
      if(PINB & 0x02) PlatinenVersion = 20;
128
      if(PINB & 0x02) PlatinenVersion = 20;
129
       else           PlatinenVersion = 10;
129
       else           PlatinenVersion = 10;
130
     }
130
     }
131
#endif
131
#endif
132
    DDRC  = 0x81; // SCL
132
    DDRC  = 0x81; // SCL
133
    DDRC  |=0x40; // HEF4017 Reset
133
    DDRC  |=0x40; // HEF4017 Reset
134
    PORTC = 0xff; // Pullup SDA
134
    PORTC = 0xff; // Pullup SDA
135
    DDRB  = 0x1B; // LEDs und Druckoffset
135
    DDRB  = 0x1B; // LEDs und Druckoffset
136
    PORTB = 0x01; // LED_Rot
136
    PORTB = 0x01; // LED_Rot
137
    DDRD  = 0x3E; // Speaker & TXD & J3 J4 J5
137
    DDRD  = 0x3E; // Speaker & TXD & J3 J4 J5
138
        PORTD = 0x47; // LED
138
        PORTD = 0x47; // LED
139
    HEF4017R_ON;
139
    HEF4017R_ON;
140
    MCUSR &=~(1<<WDRF);
140
    MCUSR &=~(1<<WDRF);
141
    WDTCSR |= (1<<WDCE)|(1<<WDE);
141
    WDTCSR |= (1<<WDCE)|(1<<WDE);
142
    WDTCSR = 0;
142
    WDTCSR = 0;
143
 
143
 
144
    beeptime = 2500;
144
    beeptime = 2500;
145
        StickGier = 0; PPM_in[K_GAS] = 0; StickRoll = 0; StickNick = 0;
145
        StickGier = 0; PPM_in[K_GAS] = 0; StickRoll = 0; StickNick = 0;
146
    if(PlatinenVersion >= 20)  GIER_GRAD_FAKTOR = 1220; else GIER_GRAD_FAKTOR = 1291; // unterschiedlich für ME und ENC
146
    if(PlatinenVersion >= 20)  GIER_GRAD_FAKTOR = 1220; else GIER_GRAD_FAKTOR = 1291; // unterschiedlich für ME und ENC
147
    ROT_OFF;
147
    ROT_OFF;
148
 
148
 
149
    Timer_Init();
149
    Timer_Init();
150
        TIMER2_Init();
150
        TIMER2_Init();
151
        UART_Init();
151
        UART_Init();
152
    rc_sum_init();
152
    rc_sum_init();
153
        ADC_Init();
153
        ADC_Init();
154
        I2C_Init();
154
        I2C_Init();
155
        SPI_MasterInit();
155
        SPI_MasterInit();
156
        Capacity_Init();
156
        Capacity_Init();
157
        LIBFC_Init();
157
        LIBFC_Init();
158
        GRN_ON;
158
        GRN_ON;
159
    sei();
159
    sei();
160
        ParamSet_Init();
160
        ParamSet_Init();
161
 
161
 
162
 
162
 
163
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
163
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
164
// + Check connected BL-Ctrls
164
// + Check connected BL-Ctrls
165
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
165
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
166
        // Check connected BL-Ctrls
166
        // Check connected BL-Ctrls
167
        BLFlags |= BLFLAG_READ_VERSION;
167
        BLFlags |= BLFLAG_READ_VERSION;
168
        motor_read = 0;  // read the first I2C-Data
168
        motor_read = 0;  // read the first I2C-Data
169
        SendMotorData();
169
        SendMotorData();
170
        while(!(BLFlags & BLFLAG_TX_COMPLETE)); //wait for complete transfer
170
        while(!(BLFlags & BLFLAG_TX_COMPLETE)); //wait for complete transfer
171
 
171
 
172
    printf("\n\rFound BL-Ctrl: ");
172
    printf("\n\rFound BL-Ctrl: ");
173
    timer = SetDelay(4000);
173
    timer = SetDelay(4000);
174
        for(i=0; i < MAX_MOTORS; i++)
174
        for(i=0; i < MAX_MOTORS; i++)
175
        {
175
        {
176
                SendMotorData();
176
                SendMotorData();
177
                while(!(BLFlags & BLFLAG_TX_COMPLETE)); //wait for complete transfer
177
                while(!(BLFlags & BLFLAG_TX_COMPLETE)); //wait for complete transfer
178
                if(Mixer.Motor[i][0] > 0) // wait max 4 sec for the BL-Ctrls to wake up
178
                if(Mixer.Motor[i][0] > 0) // wait max 4 sec for the BL-Ctrls to wake up
179
                {
179
                {
180
                        while(!CheckDelay(timer) && !(Motor[i].State & MOTOR_STATE_PRESENT_MASK) )
180
                        while(!CheckDelay(timer) && !(Motor[i].State & MOTOR_STATE_PRESENT_MASK) )
181
                        {
181
                        {
182
                                SendMotorData();
182
                                SendMotorData();
183
                                while(!(BLFlags & BLFLAG_TX_COMPLETE)); //wait for complete transfer
183
                                while(!(BLFlags & BLFLAG_TX_COMPLETE)); //wait for complete transfer
184
                        }
184
                        }
185
                }
185
                }
186
                if(Motor[i].State & MOTOR_STATE_PRESENT_MASK)
186
                if(Motor[i].State & MOTOR_STATE_PRESENT_MASK)
187
                {
187
                {
188
                        printf("%d",i+1);
188
                        printf("%d",i+1);
189
//                      if(Motor[i].Version & MOTOR_STATE_NEW_PROTOCOL_MASK) printf("(new) ");
189
//                      if(Motor[i].Version & MOTOR_STATE_NEW_PROTOCOL_MASK) printf("(new) ");
190
                }
190
                }
191
        }
191
        }
192
        for(i=0; i < MAX_MOTORS; i++)
192
        for(i=0; i < MAX_MOTORS; i++)
193
        {
193
        {
194
                if(!(Motor[i].State & MOTOR_STATE_PRESENT_MASK) && Mixer.Motor[i][0] > 0)
194
                if(!(Motor[i].State & MOTOR_STATE_PRESENT_MASK) && Mixer.Motor[i][0] > 0)
195
                {
195
                {
196
                        printf("\n\r\n\r!! MISSING BL-CTRL: %d !!",i+1);
196
                        printf("\n\r\n\r!! MISSING BL-CTRL: %d !!",i+1);
197
                        ServoActive = 1; // just in case the FC would be used as camera-stabilizer
197
                        ServoActive = 1; // just in case the FC would be used as camera-stabilizer
198
                }
198
                }
199
                Motor[i].State &= ~MOTOR_STATE_ERROR_MASK; // clear error counter
199
                Motor[i].State &= ~MOTOR_STATE_ERROR_MASK; // clear error counter
200
        }
200
        }
201
        printf("\n\r===================================");
201
        printf("\n\r===================================");
202
 
202
 
203
        //if(EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG)
203
        //if(EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG)
204
        {
204
        {
205
                printf("\n\rCalibrating pressure sensor..");
205
                printf("\n\rCalibrating pressure sensor..");
206
                timer = SetDelay(1000);
206
                timer = SetDelay(1000);
207
                SucheLuftruckOffset();
207
                SucheLuftruckOffset();
208
                while (!CheckDelay(timer));
208
                while (!CheckDelay(timer));
209
                printf("OK\n\r");
209
                printf("OK\n\r");
210
        }
210
        }
211
 
211
 
212
        SetNeutral(0);
212
        SetNeutral(0);
213
 
213
 
214
        ROT_OFF;
214
        ROT_OFF;
215
 
215
 
216
    beeptime = 2000;
216
    beeptime = 2000;
217
    ExternControl.Digital[0] = 0x55;
217
    ExternControl.Digital[0] = 0x55;
218
 
218
 
219
 
219
 
220
        FlugMinuten = (unsigned int)GetParamByte(PID_FLIGHT_MINUTES) * 256 + (unsigned int)GetParamByte(PID_FLIGHT_MINUTES + 1);
220
        FlugMinuten = (unsigned int)GetParamByte(PID_FLIGHT_MINUTES) * 256 + (unsigned int)GetParamByte(PID_FLIGHT_MINUTES + 1);
221
        FlugMinutenGesamt = (unsigned int)GetParamByte(PID_FLIGHT_MINUTES_TOTAL) * 256 + (unsigned int)GetParamByte(PID_FLIGHT_MINUTES_TOTAL + 1);
221
        FlugMinutenGesamt = (unsigned int)GetParamByte(PID_FLIGHT_MINUTES_TOTAL) * 256 + (unsigned int)GetParamByte(PID_FLIGHT_MINUTES_TOTAL + 1);
222
//      FlugMinutenGesamt = GetParamWord(PID_FLIGHT_MINUTES_TOTAL);
222
//      FlugMinutenGesamt = GetParamWord(PID_FLIGHT_MINUTES_TOTAL);
223
 
223
 
224
        if( (FlugMinutenGesamt == 0xFFFF) || (FlugMinuten == 0xFFFF) )
224
        if( (FlugMinutenGesamt == 0xFFFF) || (FlugMinuten == 0xFFFF) )
225
        {
225
        {
226
                FlugMinuten = 0;
226
                FlugMinuten = 0;
227
                FlugMinutenGesamt = 0;
227
                FlugMinutenGesamt = 0;
228
        }
228
        }
229
    printf("\n\rFlight-time %u min  Total:%u min", FlugMinuten, FlugMinutenGesamt);
229
    printf("\n\rFlight-time %u min  Total:%u min", FlugMinuten, FlugMinutenGesamt);
230
 
230
 
231
        printf("\n\rControl: ");
231
        printf("\n\rControl: ");
232
        if (EE_Parameter.GlobalConfig & CFG_HEADING_HOLD) printf("HeadingHold");
232
        if (EE_Parameter.GlobalConfig & CFG_HEADING_HOLD) printf("HeadingHold");
233
        else printf("Normal (ACC-Mode)");
233
        else printf("Normal (ACC-Mode)");
234
 
234
 
235
    LcdClear();
235
    LcdClear();
236
    I2CTimeout = 5000;
236
    I2CTimeout = 5000;
237
    WinkelOut.Orientation = 1;
237
    WinkelOut.Orientation = 1;
238
    LipoDetection(1);
238
    LipoDetection(1);
239
 
239
 
240
        LIBFC_ReceiverInit(EE_Parameter.Receiver);
240
        LIBFC_ReceiverInit(EE_Parameter.Receiver);
241
 
241
 
242
        printf("\n\r===================================\n\r");
242
        printf("\n\r===================================\n\r");
243
        //SpektrumBinding();
243
        //SpektrumBinding();
244
    timer = SetDelay(2000);
244
    timer = SetDelay(2000);
245
        timerPolling = SetDelay(250);
245
        timerPolling = SetDelay(250);
246
 
246
 
247
        Debug(ANSI_CLEAR "FC-Start!\n\rFlugzeit: %d min", FlugMinutenGesamt);   // Note: this won't waste flash memory, if #DEBUG is not active
247
        Debug(ANSI_CLEAR "FC-Start!\n\rFlugzeit: %d min", FlugMinutenGesamt);   // Note: this won't waste flash memory, if #DEBUG is not active
248
 
248
 
249
        while (1)
249
        while (1)
250
        {
250
        {
251
        if(CheckDelay(timerPolling))
251
        if(CheckDelay(timerPolling))
252
        {
252
        {
253
          timerPolling = SetDelay(100);
253
          timerPolling = SetDelay(100);
254
          LIBFC_Polling();
254
          LIBFC_Polling();
255
        }
255
        }
256
        if(UpdateMotor && AdReady)      // ReglerIntervall
256
        if(UpdateMotor && AdReady)      // ReglerIntervall
257
            {
257
            {
258
                    UpdateMotor=0;
258
                    UpdateMotor=0;
259
            if(WinkelOut.CalcState) CalMk3Mag();
259
            if(WinkelOut.CalcState) CalMk3Mag();
260
            else  MotorRegler();
260
            else  MotorRegler();
261
                        SendMotorData();
261
                        SendMotorData();
262
            ROT_OFF;
262
            ROT_OFF;
263
            if(SenderOkay)  SenderOkay--;
263
            if(SenderOkay)  SenderOkay--;
264
                        else
264
                        else
265
                        {
265
                        {
266
                                TIMSK1 |= _BV(ICIE1); // enable PPM-Input
266
                                TIMSK1 |= _BV(ICIE1); // enable PPM-Input
267
                                PPM_in[0] = 0; // set RSSI to zero on data timeout
267
                                PPM_in[0] = 0; // set RSSI to zero on data timeout
268
                        }
268
                        }
269
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
269
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
270
//if(HoehenReglerAktiv && NaviDataOkay && SenderOkay < 160 && SenderOkay > 10 && FromNaviCtrl_Value.SerialDataOkay > 220) SenderOkay = 160;
270
//if(HoehenReglerAktiv && NaviDataOkay && SenderOkay < 160 && SenderOkay > 10 && FromNaviCtrl_Value.SerialDataOkay > 220) SenderOkay = 160;
271
//if(HoehenReglerAktiv && NaviDataOkay && SenderOkay < 101 && SenderOkay > 10 && FromNaviCtrl_Value.SerialDataOkay > 1) SenderOkay = 101;
271
//if(HoehenReglerAktiv && NaviDataOkay && SenderOkay < 101 && SenderOkay > 10 && FromNaviCtrl_Value.SerialDataOkay > 1) SenderOkay = 101;
272
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
272
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
273
 
273
 
274
            if(!--I2CTimeout || MissingMotor)
274
            if(!--I2CTimeout || MissingMotor)
275
                {
275
                {
276
                  if(!I2CTimeout)
276
                  if(!I2CTimeout)
277
                                   {
277
                                   {
278
                                    I2C_Reset();
278
                                    I2C_Reset();
279
                    I2CTimeout = 5;
279
                    I2CTimeout = 5;
280
                                        DebugOut.Analog[28]++; // I2C-Error
280
                                        DebugOut.Analog[28]++; // I2C-Error
281
                                        FCFlags |= FCFLAG_I2CERR;
281
                                        FCFlags |= FCFLAG_I2CERR;
282
                                   }
282
                                   }
283
                  if((BeepMuster == 0xffff) && MotorenEin)
283
                  if((BeepMuster == 0xffff) && MotorenEin)
284
                   {
284
                   {
285
                    beeptime = 10000;
285
                    beeptime = 10000;
286
                    BeepMuster = 0x0080;
286
                    BeepMuster = 0x0080;
287
                   }
287
                   }
288
                }
288
                }
289
            else
289
            else
290
                {
290
                {
291
                 ROT_OFF;
291
                 ROT_OFF;
292
                                 if(!beeptime) FCFlags &= ~FCFLAG_I2CERR;
292
                                 if(!beeptime) FCFlags &= ~FCFLAG_I2CERR;
293
                }
293
                }
294
          if(!UpdateMotor)
294
          if(!UpdateMotor)
295
                   {
295
                   {
296
               DatenUebertragung();
296
               DatenUebertragung();
297
               BearbeiteRxDaten();
297
               BearbeiteRxDaten();
298
                        if(CheckDelay(timer))
298
                        if(CheckDelay(timer))
299
                        {
299
                        {
300
                                static unsigned char second;
300
                                static unsigned char second;
301
                                timer += 20; // 20 ms interval
301
                                timer += 20; // 20 ms interval
302
                                if(PcZugriff) PcZugriff--;
302
                                if(PcZugriff) PcZugriff--;
303
                                else
303
                                else
304
                                {
304
                                {
305
                                        ExternControl.Config = 0;
305
                                        ExternControl.Config = 0;
306
                                        ExternStickNick = 0;
306
                                        ExternStickNick = 0;
307
                                        ExternStickRoll = 0;
307
                                        ExternStickRoll = 0;
308
                                        ExternStickGier = 0;
308
                                        ExternStickGier = 0;
309
                                        if(BeepMuster == 0xffff && SenderOkay == 0)
309
                                        if(BeepMuster == 0xffff && SenderOkay == 0)
310
                                        {
310
                                        {
311
                                                beeptime = 15000;
311
                                                beeptime = 15000;
312
                                                BeepMuster = 0x0c00;
312
                                                BeepMuster = 0x0c00;
313
                                        }
313
                                        }
314
                                }
314
                                }
315
                                if(NaviDataOkay)
315
                                if(NaviDataOkay > 200)
316
                                {
316
                                {
317
                                        NaviDataOkay--;
317
                                        NaviDataOkay--;
318
                                        FCFlags &= ~FCFLAG_SPI_RX_ERR;
318
                                        FCFlags &= ~FCFLAG_SPI_RX_ERR;
319
                                }
319
                                }
320
                                else
320
                                else
321
                                {
321
                                {
-
 
322
                                        if(NC_Version.Compatible && BeepMuster == 0xffff)
-
 
323
                                        {
-
 
324
                                                beeptime = 15000;
-
 
325
                                                BeepMuster = 0xA000;
-
 
326
                                        }
322
                                        GPS_Nick = 0;
327
                                        GPS_Nick = 0;
323
                                        GPS_Roll = 0;
328
                                        GPS_Roll = 0;
-
 
329
                                        //if(!beeptime) 
324
                                        if(!beeptime) FCFlags |= FCFLAG_SPI_RX_ERR;
330
                                        FCFlags |= FCFLAG_SPI_RX_ERR;
325
                                }
331
                                }
326
                           if(UBat < BattLowVoltageWarning)
332
                           if(UBat < BattLowVoltageWarning)
327
                                {
333
                                {
328
                                        FCFlags |= FCFLAG_LOWBAT;
334
                                        FCFlags |= FCFLAG_LOWBAT;
329
                                        if(BeepMuster == 0xffff)
335
                                        if(BeepMuster == 0xffff)
330
                                        {
336
                                        {
331
                                                beeptime = 6000;
337
                                                beeptime = 6000;
332
                                                BeepMuster = 0x0300;
338
                                                BeepMuster = 0x0300;
333
                                        }
339
                                        }
334
                                }
340
                                }
335
                                else if(!beeptime) FCFlags &= ~FCFLAG_LOWBAT;
341
                                else if(!beeptime) FCFlags &= ~FCFLAG_LOWBAT;
336
 
342
 
337
                                SPI_StartTransmitPacket();
343
                                SPI_StartTransmitPacket();
338
                                SendSPI = 4;
344
                                SendSPI = 4;
339
                                if(!MotorenEin) timer2 = 1450; // 0,5 Minuten aufrunden
345
                                if(!MotorenEin) timer2 = 1450; // 0,5 Minuten aufrunden
340
                                else
346
                                else
341
                if(++second == 49)
347
                if(++second == 49)
342
                                 {
348
                                 {
343
                                   second = 0;
349
                                   second = 0;
344
                                   FlugSekunden++;
350
                                   FlugSekunden++;
345
                                 }
351
                                 }
346
                                if(++timer2 == 2930)  // eine Minute
352
                                if(++timer2 == 2930)  // eine Minute
347
                                 {
353
                                 {
348
                                   timer2 = 0;
354
                                   timer2 = 0;
349
                   FlugMinuten++;
355
                   FlugMinuten++;
350
                       FlugMinutenGesamt++;
356
                       FlugMinutenGesamt++;
351
                   SetParamByte(PID_FLIGHT_MINUTES,FlugMinuten / 256);
357
                   SetParamByte(PID_FLIGHT_MINUTES,FlugMinuten / 256);
352
                   SetParamByte(PID_FLIGHT_MINUTES+1,FlugMinuten % 256);
358
                   SetParamByte(PID_FLIGHT_MINUTES+1,FlugMinuten % 256);
353
                   SetParamByte(PID_FLIGHT_MINUTES_TOTAL,FlugMinutenGesamt / 256);
359
                   SetParamByte(PID_FLIGHT_MINUTES_TOTAL,FlugMinutenGesamt / 256);
354
                   SetParamByte(PID_FLIGHT_MINUTES_TOTAL+1,FlugMinutenGesamt % 256);
360
                   SetParamByte(PID_FLIGHT_MINUTES_TOTAL+1,FlugMinutenGesamt % 256);
355
                                   timer = SetDelay(20); // falls "timer += 20;" mal nicht geht
361
                                   timer = SetDelay(20); // falls "timer += 20;" mal nicht geht
356
                             }
362
                             }
357
                        }
363
                        }
358
           LED_Update();
364
           LED_Update();
359
           Capacity_Update();
365
           Capacity_Update();
360
           }
366
           }
361
          }
367
          }
362
     if(!SendSPI) { SPI_TransmitByte(); }
368
     if(!SendSPI) { SPI_TransmitByte(); }
363
    }
369
    }
364
 return (1);
370
 return (1);
365
}
371
}
366
 
372
 
367
 
373
 
368
 
374