Subversion Repositories FlightCtrl

Rev

Rev 2301 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2286 - 1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
// + www.MikroKopter.com
3
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
4
// + Software Nutzungsbedingungen (english version: see below)
5
// + der Fa. HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland - nachfolgend Lizenzgeber genannt -
6
// + Der Lizenzgeber räumt dem Kunden ein nicht-ausschließliches, zeitlich und räumlich* unbeschränktes Recht ein, die im den
7
// + Mikrocontroller verwendete Firmware für die Hardware Flight-Ctrl, Navi-Ctrl, BL-Ctrl, MK3Mag & PC-Programm MikroKopter-Tool 
8
// + - nachfolgend Software genannt - nur für private Zwecke zu nutzen.
9
// + Der Einsatz dieser Software ist nur auf oder mit Produkten des Lizenzgebers zulässig.
10
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
11
// + Die vom Lizenzgeber gelieferte Software ist urheberrechtlich geschützt. Alle Rechte an der Software sowie an sonstigen im
12
// + Rahmen der Vertragsanbahnung und Vertragsdurchführung überlassenen Unterlagen stehen im Verhältnis der Vertragspartner ausschließlich dem Lizenzgeber zu.
13
// + Die in der Software enthaltenen Copyright-Vermerke, Markenzeichen, andere Rechtsvorbehalte, Seriennummern sowie
14
// + sonstige der Programmidentifikation dienenden Merkmale dürfen vom Kunden nicht verändert oder unkenntlich gemacht werden.
15
// + Der Kunde trifft angemessene Vorkehrungen für den sicheren Einsatz der Software. Er wird die Software gründlich auf deren
16
// + Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
17
// + Die Haftung des Lizenzgebers wird - soweit gesetzlich zulässig - begrenzt in Höhe des typischen und vorhersehbaren
18
// + Schadens. Die gesetzliche Haftung bei Personenschäden und nach dem Produkthaftungsgesetz bleibt unberührt. Dem Lizenzgeber steht jedoch der Einwand 
19
// + des Mitverschuldens offen.
20
// + Der Kunde trifft angemessene Vorkehrungen für den Fall, dass die Software ganz oder teilweise nicht ordnungsgemäß arbeitet.
21
// + Er wird die Software gründlich auf deren Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
22
// + Der Kunde wird er seine Daten vor Einsatz der Software nach dem Stand der Technik sichern.
23
// + Der Kunde ist darüber unterrichtet, dass der Lizenzgeber seine Daten im zur Vertragsdurchführung erforderlichen Umfang
24
// + und auf Grundlage der Datenschutzvorschriften erhebt, speichert, verarbeitet und, sofern notwendig, an Dritte übermittelt.
25
// + *) Die räumliche Nutzung bezieht sich nur auf den Einsatzort, nicht auf die Reichweite der programmierten Software.
26
// + #### ENDE DER NUTZUNGSBEDINGUNGEN ####'
27
// +  Hinweis: Informationen über erweiterte Nutzungsrechte (wie z.B. Nutzung für nicht-private Zwecke) sind auf Anfrage per Email an info(@)hisystems.de verfügbar.
28
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29
// + Software LICENSING TERMS
30
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31
// + of HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland, Germany - the Licensor -
32
// + The Licensor grants the customer a non-exclusive license to use the microcontroller firmware of the Flight-Ctrl, Navi-Ctrl, BL-Ctrl, and MK3Mag hardware 
33
// + (the Software) exclusively for private purposes. The License is unrestricted with respect to time and territory*.
34
// + The Software may only be used with the Licensor's products.
35
// + The Software provided by the Licensor is protected by copyright. With respect to the relationship between the parties to this
36
// + agreement, all rights pertaining to the Software and other documents provided during the preparation and execution of this
37
// + agreement shall be the property of the Licensor.
38
// + The information contained in the Software copyright notices, trademarks, other legal reservations, serial numbers and other
39
// + features that can be used to identify the program may not be altered or defaced by the customer.
40
// + The customer shall be responsible for taking reasonable precautions
41
// + for the safe use of the Software. The customer shall test the Software thoroughly regarding its suitability for the
42
// + intended purpose before implementing it for actual operation. The Licensor's liability shall be limited to the extent of typical and
43
// + foreseeable damage to the extent permitted by law, notwithstanding statutory liability for bodily injury and product
44
// + liability. However, the Licensor shall be entitled to the defense of contributory negligence.
45
// + The customer will take adequate precautions in the case, that the software is not working properly. The customer will test
46
// + the software for his purpose before any operational usage. The customer will backup his data before using the software.
47
// + The customer understands that the Licensor collects, stores and processes, and, where required, forwards, customer data
48
// + to third parties to the extent necessary for executing the agreement, subject to applicable data protection and privacy regulations.
49
// + *) The territory aspect only refers to the place where the Software is used, not its programmed range.
50
// + #### END OF LICENSING TERMS ####
51
// + Note: For information on license extensions (e.g. commercial use), please contact us at info(@)hisystems.de.
52
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
53
#include "main.h"
54
unsigned char DisableRcOffBeeping = 0;
55
unsigned char PlatinenVersion = 10;
56
unsigned char BattLowVoltageWarning = 94;
57
unsigned int FlugMinuten = 0,FlugMinutenGesamt = 0;
58
unsigned int FlugSekunden = 0;
59
pVoidFnct_pVoidFnctChar_const_fmt _printf_P;
60
unsigned char FoundMotors = 0;
61
unsigned char JetiBeep = 0; // to allow any Morse-Beeping of the Jeti-Box
62
 
63
void PrintLine(void)
64
{
65
 printf("\n\r===================================");
66
}
67
 
68
 
69
void CalMk3Mag(void)
70
{
71
 static unsigned char stick = 1;
72
 if(PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] > -20) stick = 0;
73
 if((PPM_in[EE_Parameter.Kanalbelegung[K_NICK]] < -70) && !stick)
74
  {
75
   stick = 1;
76
   WinkelOut.CalcState++;
77
   if(WinkelOut.CalcState > 4)
78
    {
79
//     WinkelOut.CalcState = 0; // in Uart.c
80
     beeptime = 1000;
81
    }
82
   else Piep(WinkelOut.CalcState,150);
83
  }
84
  DebugOut.Analog[19] = WinkelOut.CalcState;
85
}
86
 
87
 
88
void LipoDetection(unsigned char print)
89
{
90
        #define MAX_CELL_VOLTAGE 43 // max cell volatage for LiPO
91
        unsigned int timer, cells;
92
        if(print) printf("\n\rBatt:");
93
        if(EE_Parameter.UnterspannungsWarnung < 50) // automatische Zellenerkennung
94
        {
95
                timer = SetDelay(500);
96
                if(print) while (!CheckDelay(timer));
97
                // up to 6s LiPo, less than 2s is technical impossible
98
                for(cells = 2; cells < 7; cells++)
99
                {
100
                        if(UBat < cells * MAX_CELL_VOLTAGE) break;
101
                }
102
 
103
                BattLowVoltageWarning = cells * EE_Parameter.UnterspannungsWarnung;
104
                if(print)
105
                {
106
                        Piep(cells, 200);
107
                        printf(" %d Cells ", cells);
108
                }
109
        }
110
        else BattLowVoltageWarning = EE_Parameter.UnterspannungsWarnung;
111
        if(print) printf(" Low warning: %d.%d",BattLowVoltageWarning/10,BattLowVoltageWarning%10);
112
}
113
 
114
//############################################################################
115
//Hauptprogramm
116
int main (void)
117
//############################################################################
118
{
119
        unsigned int timer,i,timer2 = 0, timerPolling;
120
 
121
    DDRB  = 0x00;
122
    PORTB = 0x00;
123
    for(timer = 0; timer < 1000; timer++); // verzögern
124
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
125
 
126
    if(PINB & 0x02) PlatinenVersion = 21;
127
       else          
128
            {
129
                  PlatinenVersion = 22;
130
//                ACC_AMPLIFY = 7; // der ACC-Sensor hat etwa 16% weniger Ausschlag
131
                }  
132
 
133
#else
134
        if(PINB & 0x01)
135
     {
136
      if(PINB & 0x02) PlatinenVersion = 13;
137
       else           PlatinenVersion = 11;
138
     }
139
    else
140
     {
141
      if(PINB & 0x02) PlatinenVersion = 20;
142
       else           PlatinenVersion = 10;
143
     }
144
#endif
145
    DDRC  = 0x81; // SCL
146
    DDRC  |=0x40; // HEF4017 Reset
147
    PORTC = 0xff; // Pullup SDA
148
    DDRB  = 0x1B; // LEDs und Druckoffset
149
    PORTB = 0x01; // LED_Rot
150
    DDRD  = 0x3E; // Speaker & TXD & J3 J4 J5
151
        PORTD = 0x47; // LED
152
    HEF4017Reset_ON;
153
    MCUSR &=~(1<<WDRF);
154
    WDTCSR |= (1<<WDCE)|(1<<WDE);
155
    WDTCSR = 0;
156
 
157
    beeptime = 2500;
158
        StickGier = 0; PPM_in[K_GAS] = 0; StickRoll = 0; StickNick = 0;
159
    if(PlatinenVersion >= 20)  GIER_GRAD_FAKTOR = 1220; else GIER_GRAD_FAKTOR = 1291; // unterschiedlich für ME und ENC
160
    ROT_OFF;
161
    GRN_ON;
162
 
163
    Timer_Init();
164
        TIMER2_Init();
165
        UART_Init();
166
    rc_sum_init();
167
        ADC_Init();
168
        I2C_Init(1);
169
        SPI_MasterInit();
170
        Capacity_Init();
171
        LIBFC_Init();
172
        GRN_ON;
173
    sei();
174
        ParamSet_Init();
175
 
176
 
177
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
178
// + Check connected BL-Ctrls
179
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
180
        // Check connected BL-Ctrls
181
        BLFlags |= BLFLAG_READ_VERSION;
182
        motor_read = 0;  // read the first I2C-Data
183
        SendMotorData();
184
        timer = SetDelay(500);
185
        while(!(BLFlags & BLFLAG_TX_COMPLETE) && !CheckDelay(timer)); //wait for complete transfer
186
 
187
    printf("\n\rFound BL-Ctrl: ");
188
    timer = SetDelay(4000);
189
        for(i=0; i < MAX_MOTORS; i++)
190
        {
191
                SendMotorData();
192
                while(!(BLFlags & BLFLAG_TX_COMPLETE)  && !CheckDelay(timer)); //wait for complete transfer
193
                if(Mixer.Motor[i][0] > 0) // wait max 4 sec for the BL-Ctrls to wake up
194
                {
195
                        while(!CheckDelay(timer) && !(Motor[i].State & MOTOR_STATE_PRESENT_MASK) )
196
                        {
197
                                SendMotorData();
198
                                while(!(BLFlags & BLFLAG_TX_COMPLETE) && !CheckDelay(timer)); //wait for complete transfer
199
                        }
200
                }
201
                if(Motor[i].State & MOTOR_STATE_PRESENT_MASK)
202
                {
203
                        printf("%d",i+1);
204
                        FoundMotors++;
205
//                      if(Motor[i].Version & MOTOR_STATE_NEW_PROTOCOL_MASK) printf("(new) ");
206
                }
207
        }
208
        for(i=0; i < MAX_MOTORS; i++)
209
        {
210
                if(!(Motor[i].State & MOTOR_STATE_PRESENT_MASK) && Mixer.Motor[i][0] > 0)
211
                {
212
                        printf("\n\r\n\r!! MISSING BL-CTRL: %d !!",i+1);
213
                        ServoActive = 2; // just in case the FC would be used as camera-stabilizer
214
                }
215
                Motor[i].State &= ~MOTOR_STATE_ERROR_MASK; // clear error counter
216
        }
217
   PrintLine();// ("\n\r===================================");
218
 
219
 
220
    if(RequiredMotors < FoundMotors) VersionInfo.HardwareError[1] |= FC_ERROR1_MIXER;
221
 
222
        //if(EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG)
223
        {
224
                printf("\n\rCalibrating pressure sensor..");
225
                timer = SetDelay(1000);
226
                SucheLuftruckOffset();
227
                while (!CheckDelay(timer));
228
                printf("OK\n\r");
229
        }
230
 
231
        SetNeutral(0);
232
 
233
        ROT_OFF;
234
 
235
    beeptime = 2000;
236
    ExternControl.Digital[0] = 0x55;
237
 
238
 
239
        FlugMinuten = (unsigned int)GetParamByte(PID_FLIGHT_MINUTES) * 256 + (unsigned int)GetParamByte(PID_FLIGHT_MINUTES + 1);
240
        FlugMinutenGesamt = (unsigned int)GetParamByte(PID_FLIGHT_MINUTES_TOTAL) * 256 + (unsigned int)GetParamByte(PID_FLIGHT_MINUTES_TOTAL + 1);
241
 
242
        if((FlugMinutenGesamt == 0xFFFF) || (FlugMinuten == 0xFFFF))
243
        {
244
                FlugMinuten = 0;
245
                FlugMinutenGesamt = 0;
246
        }
247
    printf("\n\rFlight-time %u min Total:%u min", FlugMinuten, FlugMinutenGesamt);
248
 
249
    LcdClear();
250
    I2CTimeout = 5000;
251
    WinkelOut.Orientation = 1;
252
    LipoDetection(1);
253
        LIBFC_ReceiverInit(EE_Parameter.Receiver);
254
    PrintLine();// ("\n\r===================================");
255
        //SpektrumBinding();
256
    timer = SetDelay(2000);
257
        timerPolling = SetDelay(250);
258
 
259
        Debug(ANSI_CLEAR "FC-Start!\n\rFlugzeit: %d min", FlugMinutenGesamt);   // Note: this won't waste flash memory, if #DEBUG is not active
260
    DebugOut.Status[0] = 0x01 | 0x02;
261
        JetiBeep = 0;
262
    if(EE_Parameter.ExtraConfig & CFG_NO_RCOFF_BEEPING)   DisableRcOffBeeping = 1;
263
        while (1)
264
        {
265
        if(ReceiverUpdateModeActive) while (1) PORTC &= ~(1<<7); // Beeper off
266
 
267
//GRN_ON;
268
        if(UpdateMotor && AdReady)      // ReglerIntervall
269
            {
270
//GRN_OFF;
271
                        UpdateMotor=0;    
272
            if(WinkelOut.CalcState) CalMk3Mag();
273
            else  MotorRegler();
274
                        SendMotorData();
275
            ROT_OFF;
276
            if(SenderOkay)  { SenderOkay--; /*VersionInfo.HardwareError[1] &= ~FC_ERROR1_PPM;*/ }
277
                        else
278
                        {
279
                                TIMSK1 |= _BV(ICIE1); // enable PPM-Input
280
                                PPM_in[0] = 0; // set RSSI to zero on data timeout
281
                                VersionInfo.HardwareError[1] |= FC_ERROR1_PPM;
282
                        }
283
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
284
//if(HoehenReglerAktiv && NaviDataOkay && SenderOkay < 160 && SenderOkay > 10 && FromNaviCtrl_Value.SerialDataOkay > 220) SenderOkay = 160;
285
//if(HoehenReglerAktiv && NaviDataOkay && SenderOkay < 101 && SenderOkay > 10 && FromNaviCtrl_Value.SerialDataOkay > 1) SenderOkay = 101;
286
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
287
            if(!--I2CTimeout || MissingMotor)
288
                {
289
                  if(!I2CTimeout)
290
                                   {
291
                                    I2C_Reset();
292
                    I2CTimeout = 5;
293
                                        DebugOut.Analog[28]++; // I2C-Error
294
                                        VersionInfo.HardwareError[1] |= FC_ERROR1_I2C;
295
                                        DebugOut.Status[1] |= 0x02; // BL-Error-Status
296
                                   }
297
                  if((BeepMuster == 0xffff) && MotorenEin)
298
                   {
299
                    beeptime = 25000;
300
                    BeepMuster = 0x0080;
301
                   }
302
                }
303
            else
304
                {
305
                 ROT_OFF;
306
                }
307
                  LIBFC_Polling();
308
 
309
          if(!UpdateMotor)
310
                  {
311
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
312
                   if(NewSBusData) ProcessSBus();  
313
                   else
314
#endif
315
                   {
316
                        if(CalculateServoSignals) CalculateServo();
317
                        DatenUebertragung();
318
                        BearbeiteRxDaten();
319
                        if(CheckDelay(timer))
320
                        {
321
                                static unsigned char second;
322
                                timer += 20; // 20 ms interval
323
                                CalcNickServoValue();
324
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
325
                                if(EE_Parameter.Receiver == RECEIVER_HOTT) HoTT_Menu();
326
                                else
327
                                if(EE_Parameter.Receiver == RECEIVER_JETI) BuildJeti_Vario();
328
#endif
329
                                if(MissingMotor)
330
                                 {
331
                                  VersionInfo.HardwareError[1] |= FC_ERROR1_BL_MISSING;
332
                                  DebugOut.Status[1] |= 0x02; // BL-Error-Status
333
                                 }
334
                                 else
335
                                 {
336
                                   if(!beeptime)
337
                                    {
338
                                     if(I2CTimeout > 6) DebugOut.Status[1] &= ~0x02; // BL-Error-Status
339
                                        }
340
                                 }
341
                                if(DisableRcOffBeeping) if(SenderOkay > 150) { DisableRcOffBeeping = 0; beeptime = 5000;};
342
                                if(PcZugriff) PcZugriff--;
343
                                else
344
                                {
345
                                        ExternControl.Config = 0;
346
                                        ExternStickNick = 0;
347
                                        ExternStickRoll = 0;
348
                                        ExternStickGier = 0;
349
                                        if(!SenderOkay)
350
                                        {
351
                                          if(BeepMuster == 0xffff && DisableRcOffBeeping != 2)  
352
                                          {
353
                                                  beeptime = 15000;
354
                                                  BeepMuster = 0x0c00;
355
                                                  if(DisableRcOffBeeping) DisableRcOffBeeping = 2;
356
                                          }
357
                                        }
358
                                }
359
                                if(NaviDataOkay > 200)
360
                                {
361
                                        NaviDataOkay--;
362
                                        VersionInfo.HardwareError[1] &= ~FC_ERROR1_SPI_RX;
363
                                }
364
                                else
365
                                {
366
                                        if(NC_Version.Compatible)
367
                                         {
368
                                           VersionInfo.HardwareError[1] |= FC_ERROR1_SPI_RX;
369
                                           NC_ErrorCode = 9; // "ERR: no NC communication"
370
                       if(BeepMuster == 0xffff && MotorenEin)
371
                                                {
372
                                                        beeptime = 15000;
373
                                                        BeepMuster = 0xA800;
374
                                                }
375
                                         }
376
                                        GPS_Nick = 0;
377
                                        GPS_Roll = 0;
378
                                        GPS_Aid_StickMultiplikator = 0;
379
                                        GPSInfo.Flags = 0;
380
                                        FromNaviCtrl.AccErrorN = 0;
381
                                        FromNaviCtrl.AccErrorR = 0;
382
                    FromNaviCtrl.CompassValue = -1;
383
                    NaviDataOkay = 0;
384
                                }
385
                           if(UBat < BattLowVoltageWarning)
386
                                {
387
                                        FC_StatusFlags |= FC_STATUS_LOWBAT;
388
                                        if(BeepMuster == 0xffff)
389
                                        {
390
                                                beeptime = 6000;
391
                                                BeepMuster = 0x0300;
392
                                        }
393
                                }
394
                                else if(!beeptime) FC_StatusFlags &= ~FC_STATUS_LOWBAT;
395
 
396
                                SPI_StartTransmitPacket();
397
                                SendSPI = 4;
398
                                // +++++++++++++++++++++++++++++++++
399
                                // Sekundentakt
400
                if(++second == 49)
401
                                 {
402
                                   second = 0;
403
                                   if(FC_StatusFlags & FC_STATUS_FLY) FlugSekunden++;
404
                                   else
405
                                    {
406
                                         timer2 = 1450; // 0,5 Minuten aufrunden
407
                                         if(StartLuftdruck < Luftdruck) StartLuftdruck++;
408
                                         else
409
                                         if(StartLuftdruck > Luftdruck) StartLuftdruck--;
410
                                        }
411
                                 }
412
                                // +++++++++++++++++++++++++++++++++
413
                                if(++timer2 == 2930)  // eine Minute
414
                                 {
415
                                   timer2 = 0;
416
                   FlugMinuten++;
417
                       FlugMinutenGesamt++;
418
                   SetParamByte(PID_FLIGHT_MINUTES,FlugMinuten / 256);
419
                   SetParamByte(PID_FLIGHT_MINUTES+1,FlugMinuten % 256);
420
                   SetParamByte(PID_FLIGHT_MINUTES_TOTAL,FlugMinutenGesamt / 256);
421
                   SetParamByte(PID_FLIGHT_MINUTES_TOTAL+1,FlugMinutenGesamt % 256);
422
                                   timer = SetDelay(20); // falls "timer += 20;" mal nicht geht
423
                             }
424
                        }
425
           LED_Update();
426
           Capacity_Update();
427
           } //else DebugOut.Analog[26]++;
428
          }
429
         }
430
         if(!SendSPI) { SPI_TransmitByte(); }
431
    }
432
 return (1);
433
}
434
//DebugOut.Analog[16]
435