Subversion Repositories FlightCtrl

Rev

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

Rev 2029 Rev 2030
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
unsigned char DisableRcOffBeeping = 0;
53
unsigned char DisableRcOffBeeping = 0;
54
unsigned char PlatinenVersion = 10;
54
unsigned char PlatinenVersion = 10;
55
unsigned char BattLowVoltageWarning = 94;
55
unsigned char BattLowVoltageWarning = 94;
56
unsigned int FlugMinuten = 0,FlugMinutenGesamt = 0;
56
unsigned int FlugMinuten = 0,FlugMinutenGesamt = 0;
57
unsigned int FlugSekunden = 0;
57
unsigned int FlugSekunden = 0;
58
pVoidFnct_pVoidFnctChar_const_fmt _printf_P;
58
pVoidFnct_pVoidFnctChar_const_fmt _printf_P;
59
unsigned char FoundMotors = 0;
59
unsigned char FoundMotors = 0;
60
unsigned char JetiBeep = 0; // to allow any Morse-Beeping of the Jeti-Box
60
unsigned char JetiBeep = 0; // to allow any Morse-Beeping of the Jeti-Box
-
 
61
 
-
 
62
void PrintLine(void)
-
 
63
{
-
 
64
 printf("\n\r===================================");
-
 
65
}
-
 
66
 
61
 
67
 
62
void CalMk3Mag(void)
68
void CalMk3Mag(void)
63
{
69
{
64
 static unsigned char stick = 1;
70
 static unsigned char stick = 1;
65
 if(PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > -20) stick = 0;
71
 if(PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > -20) stick = 0;
66
 if((PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < -70) && !stick)
72
 if((PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < -70) && !stick)
67
  {
73
  {
68
   stick = 1;
74
   stick = 1;
69
   WinkelOut.CalcState++;
75
   WinkelOut.CalcState++;
70
   if(WinkelOut.CalcState > 4)
76
   if(WinkelOut.CalcState > 4)
71
    {
77
    {
72
//     WinkelOut.CalcState = 0; // in Uart.c
78
//     WinkelOut.CalcState = 0; // in Uart.c
73
     beeptime = 1000;
79
     beeptime = 1000;
74
    }
80
    }
75
   else Piep(WinkelOut.CalcState,150);
81
   else Piep(WinkelOut.CalcState,150);
76
  }
82
  }
77
  DebugOut.Analog[19] = WinkelOut.CalcState;
83
  DebugOut.Analog[19] = WinkelOut.CalcState;
78
}
84
}
79
 
85
 
80
 
86
 
81
void LipoDetection(unsigned char print)
87
void LipoDetection(unsigned char print)
82
{
88
{
83
        #define MAX_CELL_VOLTAGE 43 // max cell volatage for LiPO
89
        #define MAX_CELL_VOLTAGE 43 // max cell volatage for LiPO
84
        unsigned int timer, cells;
90
        unsigned int timer, cells;
85
        if(print) printf("\n\rBatt:");
91
        if(print) printf("\n\rBatt:");
86
        if(EE_Parameter.UnterspannungsWarnung < 50) // automatische Zellenerkennung
92
        if(EE_Parameter.UnterspannungsWarnung < 50) // automatische Zellenerkennung
87
        {
93
        {
88
                timer = SetDelay(500);
94
                timer = SetDelay(500);
89
                if(print) while (!CheckDelay(timer));
95
                if(print) while (!CheckDelay(timer));
90
                // up to 6s LiPo, less than 2s is technical impossible
96
                // up to 6s LiPo, less than 2s is technical impossible
91
                for(cells = 2; cells < 7; cells++)
97
                for(cells = 2; cells < 7; cells++)
92
                {
98
                {
93
                        if(UBat < cells * MAX_CELL_VOLTAGE) break;
99
                        if(UBat < cells * MAX_CELL_VOLTAGE) break;
94
                }
100
                }
95
 
101
 
96
                BattLowVoltageWarning = cells * EE_Parameter.UnterspannungsWarnung;
102
                BattLowVoltageWarning = cells * EE_Parameter.UnterspannungsWarnung;
97
                if(print)
103
                if(print)
98
                {
104
                {
99
                        Piep(cells, 200);
105
                        Piep(cells, 200);
100
                        printf(" %d Cells ", cells);
106
                        printf(" %d Cells ", cells);
101
                }
107
                }
102
        }
108
        }
103
        else BattLowVoltageWarning = EE_Parameter.UnterspannungsWarnung;
109
        else BattLowVoltageWarning = EE_Parameter.UnterspannungsWarnung;
104
        if(print) printf(" Low warning level: %d.%d",BattLowVoltageWarning/10,BattLowVoltageWarning%10);
110
        if(print) printf(" Low warning level: %d.%d",BattLowVoltageWarning/10,BattLowVoltageWarning%10);
105
}
111
}
106
 
112
 
107
//############################################################################
113
//############################################################################
108
//Hauptprogramm
114
//Hauptprogramm
109
int main (void)
115
int main (void)
110
//############################################################################
116
//############################################################################
111
{
117
{
112
        unsigned int timer,i,timer2 = 0, timerPolling;
118
        unsigned int timer,i,timer2 = 0, timerPolling;
113
 
119
 
114
    DDRB  = 0x00;
120
    DDRB  = 0x00;
115
    PORTB = 0x00;
121
    PORTB = 0x00;
116
    for(timer = 0; timer < 1000; timer++); // verzögern
122
    for(timer = 0; timer < 1000; timer++); // verzögern
117
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
123
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
118
        PlatinenVersion = 21;
124
        PlatinenVersion = 21;
119
#else
125
#else
120
        if(PINB & 0x01)
126
        if(PINB & 0x01)
121
     {
127
     {
122
      if(PINB & 0x02) PlatinenVersion = 13;
128
      if(PINB & 0x02) PlatinenVersion = 13;
123
       else           PlatinenVersion = 11;
129
       else           PlatinenVersion = 11;
124
     }
130
     }
125
    else
131
    else
126
     {
132
     {
127
      if(PINB & 0x02) PlatinenVersion = 20;
133
      if(PINB & 0x02) PlatinenVersion = 20;
128
       else           PlatinenVersion = 10;
134
       else           PlatinenVersion = 10;
129
     }
135
     }
130
#endif
136
#endif
131
    DDRC  = 0x81; // SCL
137
    DDRC  = 0x81; // SCL
132
    DDRC  |=0x40; // HEF4017 Reset
138
    DDRC  |=0x40; // HEF4017 Reset
133
    PORTC = 0xff; // Pullup SDA
139
    PORTC = 0xff; // Pullup SDA
134
    DDRB  = 0x1B; // LEDs und Druckoffset
140
    DDRB  = 0x1B; // LEDs und Druckoffset
135
    PORTB = 0x01; // LED_Rot
141
    PORTB = 0x01; // LED_Rot
136
    DDRD  = 0x3E; // Speaker & TXD & J3 J4 J5
142
    DDRD  = 0x3E; // Speaker & TXD & J3 J4 J5
137
        PORTD = 0x47; // LED
143
        PORTD = 0x47; // LED
138
    HEF4017R_ON;
144
    HEF4017R_ON;
139
    MCUSR &=~(1<<WDRF);
145
    MCUSR &=~(1<<WDRF);
140
    WDTCSR |= (1<<WDCE)|(1<<WDE);
146
    WDTCSR |= (1<<WDCE)|(1<<WDE);
141
    WDTCSR = 0;
147
    WDTCSR = 0;
142
 
148
 
143
    beeptime = 2500;
149
    beeptime = 2500;
144
        StickGier = 0; PPM_in[K_GAS] = 0; StickRoll = 0; StickNick = 0;
150
        StickGier = 0; PPM_in[K_GAS] = 0; StickRoll = 0; StickNick = 0;
145
    if(PlatinenVersion >= 20)  GIER_GRAD_FAKTOR = 1220; else GIER_GRAD_FAKTOR = 1291; // unterschiedlich für ME und ENC
151
    if(PlatinenVersion >= 20)  GIER_GRAD_FAKTOR = 1220; else GIER_GRAD_FAKTOR = 1291; // unterschiedlich für ME und ENC
146
    ROT_OFF;
152
    ROT_OFF;
147
 
153
 
148
    Timer_Init();
154
    Timer_Init();
149
        TIMER2_Init();
155
        TIMER2_Init();
150
        UART_Init();
156
        UART_Init();
151
    rc_sum_init();
157
    rc_sum_init();
152
        ADC_Init();
158
        ADC_Init();
153
        I2C_Init(1);
159
        I2C_Init(1);
154
        SPI_MasterInit();
160
        SPI_MasterInit();
155
        Capacity_Init();
161
        Capacity_Init();
156
        LIBFC_Init();
162
        LIBFC_Init();
157
        GRN_ON;
163
        GRN_ON;
158
    sei();
164
    sei();
159
        ParamSet_Init();
165
        ParamSet_Init();
160
 
166
 
161
 
167
 
162
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
168
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
163
// + Check connected BL-Ctrls
169
// + Check connected BL-Ctrls
164
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
170
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
165
        // Check connected BL-Ctrls
171
        // Check connected BL-Ctrls
166
        BLFlags |= BLFLAG_READ_VERSION;
172
        BLFlags |= BLFLAG_READ_VERSION;
167
        motor_read = 0;  // read the first I2C-Data
173
        motor_read = 0;  // read the first I2C-Data
168
        SendMotorData();
174
        SendMotorData();
169
        timer = SetDelay(500);
175
        timer = SetDelay(500);
170
        while(!(BLFlags & BLFLAG_TX_COMPLETE) && !CheckDelay(timer)); //wait for complete transfer
176
        while(!(BLFlags & BLFLAG_TX_COMPLETE) && !CheckDelay(timer)); //wait for complete transfer
171
 
177
 
172
    printf("\n\rFound BL-Ctrl: ");
178
    printf("\n\rFound BL-Ctrl: ");
173
    timer = SetDelay(4000);
179
    timer = SetDelay(4000);
174
        for(i=0; i < MAX_MOTORS; i++)
180
        for(i=0; i < MAX_MOTORS; i++)
175
        {
181
        {
176
                SendMotorData();
182
                SendMotorData();
177
                while(!(BLFlags & BLFLAG_TX_COMPLETE)  && !CheckDelay(timer)); //wait for complete transfer
183
                while(!(BLFlags & BLFLAG_TX_COMPLETE)  && !CheckDelay(timer)); //wait for complete transfer
178
                if(Mixer.Motor[i][0] > 0) // wait max 4 sec for the BL-Ctrls to wake up
184
                if(Mixer.Motor[i][0] > 0) // wait max 4 sec for the BL-Ctrls to wake up
179
                {
185
                {
180
                        while(!CheckDelay(timer) && !(Motor[i].State & MOTOR_STATE_PRESENT_MASK) )
186
                        while(!CheckDelay(timer) && !(Motor[i].State & MOTOR_STATE_PRESENT_MASK) )
181
                        {
187
                        {
182
                                SendMotorData();
188
                                SendMotorData();
183
                                while(!(BLFlags & BLFLAG_TX_COMPLETE) && !CheckDelay(timer)); //wait for complete transfer
189
                                while(!(BLFlags & BLFLAG_TX_COMPLETE) && !CheckDelay(timer)); //wait for complete transfer
184
                        }
190
                        }
185
                }
191
                }
186
                if(Motor[i].State & MOTOR_STATE_PRESENT_MASK)
192
                if(Motor[i].State & MOTOR_STATE_PRESENT_MASK)
187
                {
193
                {
188
                        printf("%d",i+1);
194
                        printf("%d",i+1);
189
                        FoundMotors++;
195
                        FoundMotors++;
190
//                      if(Motor[i].Version & MOTOR_STATE_NEW_PROTOCOL_MASK) printf("(new) ");
196
//                      if(Motor[i].Version & MOTOR_STATE_NEW_PROTOCOL_MASK) printf("(new) ");
191
                }
197
                }
192
        }
198
        }
193
        for(i=0; i < MAX_MOTORS; i++)
199
        for(i=0; i < MAX_MOTORS; i++)
194
        {
200
        {
195
                if(!(Motor[i].State & MOTOR_STATE_PRESENT_MASK) && Mixer.Motor[i][0] > 0)
201
                if(!(Motor[i].State & MOTOR_STATE_PRESENT_MASK) && Mixer.Motor[i][0] > 0)
196
                {
202
                {
197
                        printf("\n\r\n\r!! MISSING BL-CTRL: %d !!",i+1);
203
                        printf("\n\r\n\r!! MISSING BL-CTRL: %d !!",i+1);
198
                        ServoActive = 2; // just in case the FC would be used as camera-stabilizer
204
                        ServoActive = 2; // just in case the FC would be used as camera-stabilizer
199
                }
205
                }
200
                Motor[i].State &= ~MOTOR_STATE_ERROR_MASK; // clear error counter
206
                Motor[i].State &= ~MOTOR_STATE_ERROR_MASK; // clear error counter
201
        }
207
        }
202
        printf("\n\r===================================");
208
   PrintLine();// ("\n\r===================================");
-
 
209
 
203
 
210
 
204
    if(RequiredMotors < FoundMotors) VersionInfo.HardwareError[1] |= FC_ERROR1_MIXER;
211
    if(RequiredMotors < FoundMotors) VersionInfo.HardwareError[1] |= FC_ERROR1_MIXER;
205
 
212
 
206
        //if(EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG)
213
        //if(EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG)
207
        {
214
        {
208
                printf("\n\rCalibrating pressure sensor..");
215
                printf("\n\rCalibrating pressure sensor..");
209
                timer = SetDelay(1000);
216
                timer = SetDelay(1000);
210
                SucheLuftruckOffset();
217
                SucheLuftruckOffset();
211
                while (!CheckDelay(timer));
218
                while (!CheckDelay(timer));
212
                printf("OK\n\r");
219
                printf("OK\n\r");
213
        }
220
        }
214
 
221
 
215
        SetNeutral(0);
222
        SetNeutral(0);
216
 
223
 
217
        ROT_OFF;
224
        ROT_OFF;
218
 
225
 
219
    beeptime = 2000;
226
    beeptime = 2000;
220
    ExternControl.Digital[0] = 0x55;
227
    ExternControl.Digital[0] = 0x55;
221
 
228
 
222
 
229
 
223
        FlugMinuten = (unsigned int)GetParamByte(PID_FLIGHT_MINUTES) * 256 + (unsigned int)GetParamByte(PID_FLIGHT_MINUTES + 1);
230
        FlugMinuten = (unsigned int)GetParamByte(PID_FLIGHT_MINUTES) * 256 + (unsigned int)GetParamByte(PID_FLIGHT_MINUTES + 1);
224
        FlugMinutenGesamt = (unsigned int)GetParamByte(PID_FLIGHT_MINUTES_TOTAL) * 256 + (unsigned int)GetParamByte(PID_FLIGHT_MINUTES_TOTAL + 1);
231
        FlugMinutenGesamt = (unsigned int)GetParamByte(PID_FLIGHT_MINUTES_TOTAL) * 256 + (unsigned int)GetParamByte(PID_FLIGHT_MINUTES_TOTAL + 1);
225
 
232
 
226
        if((FlugMinutenGesamt == 0xFFFF) || (FlugMinuten == 0xFFFF))
233
        if((FlugMinutenGesamt == 0xFFFF) || (FlugMinuten == 0xFFFF))
227
        {
234
        {
228
                FlugMinuten = 0;
235
                FlugMinuten = 0;
229
                FlugMinutenGesamt = 0;
236
                FlugMinutenGesamt = 0;
230
        }
237
        }
231
    printf("\n\rFlight-time %u min  Total:%u min", FlugMinuten, FlugMinutenGesamt);
238
    printf("\n\rFlight-time %u min  Total:%u min", FlugMinuten, FlugMinutenGesamt);
232
 
-
 
233
        printf("\n\rControl: ");
-
 
234
        if (EE_Parameter.GlobalConfig & CFG_HEADING_HOLD) printf("HeadingHold");
-
 
235
        else printf("Normal (ACC-Mode)");
-
 
236
 
239
 
237
    LcdClear();
240
    LcdClear();
238
    I2CTimeout = 5000;
241
    I2CTimeout = 5000;
239
    WinkelOut.Orientation = 1;
242
    WinkelOut.Orientation = 1;
240
    LipoDetection(1);
243
    LipoDetection(1);
241
 
-
 
242
        LIBFC_ReceiverInit(EE_Parameter.Receiver);
244
        LIBFC_ReceiverInit(EE_Parameter.Receiver);
243
 
-
 
244
        printf("\n\r===================================\n\r");
245
    PrintLine();// ("\n\r===================================");
245
        //SpektrumBinding();
246
        //SpektrumBinding();
246
    timer = SetDelay(2000);
247
    timer = SetDelay(2000);
247
        timerPolling = SetDelay(250);
248
        timerPolling = SetDelay(250);
248
 
249
 
249
        Debug(ANSI_CLEAR "FC-Start!\n\rFlugzeit: %d min", FlugMinutenGesamt);   // Note: this won't waste flash memory, if #DEBUG is not active
250
        Debug(ANSI_CLEAR "FC-Start!\n\rFlugzeit: %d min", FlugMinutenGesamt);   // Note: this won't waste flash memory, if #DEBUG is not active
250
    DebugOut.Status[0] = 0x01 | 0x02;
251
    DebugOut.Status[0] = 0x01 | 0x02;
251
        JetiBeep = 0;
252
        JetiBeep = 0;
252
    if(EE_Parameter.ExtraConfig & CFG_NO_RCOFF_BEEPING)   DisableRcOffBeeping = 1;
253
    if(EE_Parameter.ExtraConfig & CFG_NO_RCOFF_BEEPING)   DisableRcOffBeeping = 1;
253
        while (1)
254
        while (1)
254
        {
255
        {
255
        if(ReceiverUpdateModeActive) while (1) PORTC &= ~(1<<7); // Beeper off
256
        if(ReceiverUpdateModeActive) while (1) PORTC &= ~(1<<7); // Beeper off
256
 
257
 
257
//GRN_ON;
258
//GRN_ON;
258
        if(UpdateMotor && AdReady)      // ReglerIntervall
259
        if(UpdateMotor && AdReady)      // ReglerIntervall
259
            {
260
            {
260
//GRN_OFF;
261
//GRN_OFF;
261
                        UpdateMotor=0;    
262
                        UpdateMotor=0;    
262
            if(WinkelOut.CalcState) CalMk3Mag();
263
            if(WinkelOut.CalcState) CalMk3Mag();
263
            else  MotorRegler();
264
            else  MotorRegler();
264
                        SendMotorData();
265
                        SendMotorData();
265
            ROT_OFF;
266
            ROT_OFF;
266
            if(SenderOkay)  { SenderOkay--; /*VersionInfo.HardwareError[1] &= ~FC_ERROR1_PPM;*/ }
267
            if(SenderOkay)  { SenderOkay--; /*VersionInfo.HardwareError[1] &= ~FC_ERROR1_PPM;*/ }
267
                        else
268
                        else
268
                        {
269
                        {
269
                                TIMSK1 |= _BV(ICIE1); // enable PPM-Input
270
                                TIMSK1 |= _BV(ICIE1); // enable PPM-Input
270
                                PPM_in[0] = 0; // set RSSI to zero on data timeout
271
                                PPM_in[0] = 0; // set RSSI to zero on data timeout
271
                                VersionInfo.HardwareError[1] |= FC_ERROR1_PPM;
272
                                VersionInfo.HardwareError[1] |= FC_ERROR1_PPM;
272
                        }
273
                        }
273
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
274
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
274
//if(HoehenReglerAktiv && NaviDataOkay && SenderOkay < 160 && SenderOkay > 10 && FromNaviCtrl_Value.SerialDataOkay > 220) SenderOkay = 160;
275
//if(HoehenReglerAktiv && NaviDataOkay && SenderOkay < 160 && SenderOkay > 10 && FromNaviCtrl_Value.SerialDataOkay > 220) SenderOkay = 160;
275
//if(HoehenReglerAktiv && NaviDataOkay && SenderOkay < 101 && SenderOkay > 10 && FromNaviCtrl_Value.SerialDataOkay > 1) SenderOkay = 101;
276
//if(HoehenReglerAktiv && NaviDataOkay && SenderOkay < 101 && SenderOkay > 10 && FromNaviCtrl_Value.SerialDataOkay > 1) SenderOkay = 101;
276
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
277
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
277
            if(!--I2CTimeout || MissingMotor)
278
            if(!--I2CTimeout || MissingMotor)
278
                {
279
                {
279
                  if(!I2CTimeout)
280
                  if(!I2CTimeout)
280
                                   {
281
                                   {
281
                                    I2C_Reset();
282
                                    I2C_Reset();
282
                    I2CTimeout = 5;
283
                    I2CTimeout = 5;
283
                                        DebugOut.Analog[28]++; // I2C-Error
284
                                        DebugOut.Analog[28]++; // I2C-Error
284
                                        VersionInfo.HardwareError[1] |= FC_ERROR1_I2C;
285
                                        VersionInfo.HardwareError[1] |= FC_ERROR1_I2C;
285
                                        DebugOut.Status[1] |= 0x02; // BL-Error-Status
286
                                        DebugOut.Status[1] |= 0x02; // BL-Error-Status
286
                                   }
287
                                   }
287
                  if((BeepMuster == 0xffff) && MotorenEin)
288
                  if((BeepMuster == 0xffff) && MotorenEin)
288
                   {
289
                   {
289
                    beeptime = 25000;
290
                    beeptime = 25000;
290
                    BeepMuster = 0x0080;
291
                    BeepMuster = 0x0080;
291
                   }
292
                   }
292
                }
293
                }
293
            else
294
            else
294
                {
295
                {
295
                 ROT_OFF;
296
                 ROT_OFF;
296
                }
297
                }
297
                  LIBFC_Polling();
298
                  LIBFC_Polling();
298
 
299
 
299
          if(!UpdateMotor)
300
          if(!UpdateMotor)
300
                  {
301
                  {
301
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
302
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
302
                   if(NewSBusData) ProcessSBus();  
303
                   if(NewSBusData) ProcessSBus();  
303
                   else
304
                   else
304
#endif
305
#endif
305
                   {
306
                   {
306
                        if(CalculateServoSignals) CalculateServo();
307
                        if(CalculateServoSignals) CalculateServo();
307
                        DatenUebertragung();
308
                        DatenUebertragung();
308
                        BearbeiteRxDaten();
309
                        BearbeiteRxDaten();
309
                        if(CheckDelay(timer))
310
                        if(CheckDelay(timer))
310
                        {
311
                        {
311
                                static unsigned char second;
312
                                static unsigned char second;
312
                                timer += 20; // 20 ms interval
313
                                timer += 20; // 20 ms interval
313
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
314
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
314
                                if(EE_Parameter.Receiver == RECEIVER_HOTT) HoTT_Menu();
315
                                if(EE_Parameter.Receiver == RECEIVER_HOTT) HoTT_Menu();
315
#endif
316
#endif
316
                                if(MissingMotor)
317
                                if(MissingMotor)
317
                                 {
318
                                 {
318
                                  VersionInfo.HardwareError[1] |= FC_ERROR1_BL_MISSING;
319
                                  VersionInfo.HardwareError[1] |= FC_ERROR1_BL_MISSING;
319
                                  DebugOut.Status[1] |= 0x02; // BL-Error-Status
320
                                  DebugOut.Status[1] |= 0x02; // BL-Error-Status
320
                                 }
321
                                 }
321
                                 else
322
                                 else
322
                                 {
323
                                 {
323
                                   if(!beeptime)
324
                                   if(!beeptime)
324
                                    {
325
                                    {
325
                                     if(I2CTimeout > 6) DebugOut.Status[1] &= ~0x02; // BL-Error-Status
326
                                     if(I2CTimeout > 6) DebugOut.Status[1] &= ~0x02; // BL-Error-Status
326
                                        }
327
                                        }
327
                                 }
328
                                 }
328
                                if(DisableRcOffBeeping) if(SenderOkay > 150) { DisableRcOffBeeping = 0; beeptime = 5000;};
329
                                if(DisableRcOffBeeping) if(SenderOkay > 150) { DisableRcOffBeeping = 0; beeptime = 5000;};
329
                                if(PcZugriff) PcZugriff--;
330
                                if(PcZugriff) PcZugriff--;
330
                                else
331
                                else
331
                                {
332
                                {
332
                                        ExternControl.Config = 0;
333
                                        ExternControl.Config = 0;
333
                                        ExternStickNick = 0;
334
                                        ExternStickNick = 0;
334
                                        ExternStickRoll = 0;
335
                                        ExternStickRoll = 0;
335
                                        ExternStickGier = 0;
336
                                        ExternStickGier = 0;
336
                                        if(!SenderOkay)
337
                                        if(!SenderOkay)
337
                                        {
338
                                        {
338
                                          if(BeepMuster == 0xffff && DisableRcOffBeeping != 2)  
339
                                          if(BeepMuster == 0xffff && DisableRcOffBeeping != 2)  
339
                                          {
340
                                          {
340
                                                  beeptime = 15000;
341
                                                  beeptime = 15000;
341
                                                  BeepMuster = 0x0c00;
342
                                                  BeepMuster = 0x0c00;
342
                                                  if(DisableRcOffBeeping) DisableRcOffBeeping = 2;
343
                                                  if(DisableRcOffBeeping) DisableRcOffBeeping = 2;
343
                                          }
344
                                          }
344
                                        }
345
                                        }
345
                                }
346
                                }
346
                                if(NaviDataOkay > 200)
347
                                if(NaviDataOkay > 200)
347
                                {
348
                                {
348
                                        NaviDataOkay--;
349
                                        NaviDataOkay--;
349
                                        VersionInfo.HardwareError[1] &= ~FC_ERROR1_SPI_RX;
350
                                        VersionInfo.HardwareError[1] &= ~FC_ERROR1_SPI_RX;
350
                                }
351
                                }
351
                                else
352
                                else
352
                                {
353
                                {
353
                                        if(NC_Version.Compatible)
354
                                        if(NC_Version.Compatible)
354
                                         {
355
                                         {
355
                                           VersionInfo.HardwareError[1] |= FC_ERROR1_SPI_RX;
356
                                           VersionInfo.HardwareError[1] |= FC_ERROR1_SPI_RX;
356
                                           NC_ErrorCode = 9; // "ERR: no NC communication"
357
                                           NC_ErrorCode = 9; // "ERR: no NC communication"
357
                       if(BeepMuster == 0xffff && MotorenEin)
358
                       if(BeepMuster == 0xffff && MotorenEin)
358
                                                {
359
                                                {
359
                                                        beeptime = 15000;
360
                                                        beeptime = 15000;
360
                                                        BeepMuster = 0xA800;
361
                                                        BeepMuster = 0xA800;
361
                                                }
362
                                                }
362
                                         }
363
                                         }
363
                                        GPS_Nick = 0;
364
                                        GPS_Nick = 0;
364
                                        GPS_Roll = 0;
365
                                        GPS_Roll = 0;
365
                                        GPS_Aid_StickMultiplikator = 0;
366
                                        GPS_Aid_StickMultiplikator = 0;
366
                                        GPSInfo.Flags = 0;
367
                                        GPSInfo.Flags = 0;
367
                                        FromNaviCtrl.AccErrorN = 0;
368
                                        FromNaviCtrl.AccErrorN = 0;
368
                                        FromNaviCtrl.AccErrorR = 0;
369
                                        FromNaviCtrl.AccErrorR = 0;
369
                    FromNaviCtrl.CompassValue = -1;
370
                    FromNaviCtrl.CompassValue = -1;
370
                    NaviDataOkay = 0;
371
                    NaviDataOkay = 0;
371
                                }
372
                                }
372
                           if(UBat < BattLowVoltageWarning)
373
                           if(UBat < BattLowVoltageWarning)
373
                                {
374
                                {
374
                                        FC_StatusFlags |= FC_STATUS_LOWBAT;
375
                                        FC_StatusFlags |= FC_STATUS_LOWBAT;
375
                                        if(BeepMuster == 0xffff)
376
                                        if(BeepMuster == 0xffff)
376
                                        {
377
                                        {
377
                                                beeptime = 6000;
378
                                                beeptime = 6000;
378
                                                BeepMuster = 0x0300;
379
                                                BeepMuster = 0x0300;
379
                                        }
380
                                        }
380
                                }
381
                                }
381
                                else if(!beeptime) FC_StatusFlags &= ~FC_STATUS_LOWBAT;
382
                                else if(!beeptime) FC_StatusFlags &= ~FC_STATUS_LOWBAT;
382
 
383
 
383
                                SPI_StartTransmitPacket();
384
                                SPI_StartTransmitPacket();
384
                                SendSPI = 4;
385
                                SendSPI = 4;
385
                                // +++++++++++++++++++++++++++++++++
386
                                // +++++++++++++++++++++++++++++++++
386
                                // Sekundentakt
387
                                // Sekundentakt
387
                if(++second == 49)
388
                if(++second == 49)
388
                                 {
389
                                 {
389
                                   second = 0;
390
                                   second = 0;
390
                                   if(FC_StatusFlags & FC_STATUS_FLY) FlugSekunden++;
391
                                   if(FC_StatusFlags & FC_STATUS_FLY) FlugSekunden++;
391
                                   else
392
                                   else
392
                                    {
393
                                    {
393
                                         timer2 = 1450; // 0,5 Minuten aufrunden
394
                                         timer2 = 1450; // 0,5 Minuten aufrunden
394
                                         if(StartLuftdruck < Luftdruck) StartLuftdruck++;
395
                                         if(StartLuftdruck < Luftdruck) StartLuftdruck++;
395
                                         else
396
                                         else
396
                                         if(StartLuftdruck > Luftdruck) StartLuftdruck--;
397
                                         if(StartLuftdruck > Luftdruck) StartLuftdruck--;
397
                                        }
398
                                        }
398
                                 }
399
                                 }
399
                                // +++++++++++++++++++++++++++++++++
400
                                // +++++++++++++++++++++++++++++++++
400
                                if(++timer2 == 2930)  // eine Minute
401
                                if(++timer2 == 2930)  // eine Minute
401
                                 {
402
                                 {
402
                                   timer2 = 0;
403
                                   timer2 = 0;
403
                   FlugMinuten++;
404
                   FlugMinuten++;
404
                       FlugMinutenGesamt++;
405
                       FlugMinutenGesamt++;
405
                   SetParamByte(PID_FLIGHT_MINUTES,FlugMinuten / 256);
406
                   SetParamByte(PID_FLIGHT_MINUTES,FlugMinuten / 256);
406
                   SetParamByte(PID_FLIGHT_MINUTES+1,FlugMinuten % 256);
407
                   SetParamByte(PID_FLIGHT_MINUTES+1,FlugMinuten % 256);
407
                   SetParamByte(PID_FLIGHT_MINUTES_TOTAL,FlugMinutenGesamt / 256);
408
                   SetParamByte(PID_FLIGHT_MINUTES_TOTAL,FlugMinutenGesamt / 256);
408
                   SetParamByte(PID_FLIGHT_MINUTES_TOTAL+1,FlugMinutenGesamt % 256);
409
                   SetParamByte(PID_FLIGHT_MINUTES_TOTAL+1,FlugMinutenGesamt % 256);
409
                                   timer = SetDelay(20); // falls "timer += 20;" mal nicht geht
410
                                   timer = SetDelay(20); // falls "timer += 20;" mal nicht geht
410
                             }
411
                             }
411
                        }
412
                        }
412
           LED_Update();
413
           LED_Update();
413
           Capacity_Update();
414
           Capacity_Update();
414
           } //else DebugOut.Analog[26]++;
415
           } //else DebugOut.Analog[26]++;
415
          }
416
          }
416
         }
417
         }
417
         if(!SendSPI) { SPI_TransmitByte(); }
418
         if(!SendSPI) { SPI_TransmitByte(); }
418
    }
419
    }
419
 return (1);
420
 return (1);
420
}
421
}
421
//DebugOut.Analog[16]
422
//DebugOut.Analog[16]
422
 
423
 
423
 
424