Subversion Repositories FlightCtrl

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ingob 1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
// + Copyright (c) 04.2007 Holger Buss
3
// + Nur für den privaten Gebrauch
4
// + www.MikroKopter.com
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
886 killagreg 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.
8
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
9
// + bzgl. der Nutzungsbedingungen aufzunehmen.
1 ingob 10
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
11
// + Verkauf von Luftbildaufnahmen, usw.
12
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
886 killagreg 13
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
1 ingob 14
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
15
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
18
// + eindeutig als Ursprung verlinkt und genannt werden
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
21
// + Benutzung auf eigene Gefahr
22
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
23
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
886 killagreg 24
// + Die Portierung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
1 ingob 25
// + mit unserer Zustimmung zulässig
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
28
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
886 killagreg 29
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
1 ingob 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
32
// +     from this software without specific prior written permission.
886 killagreg 33
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet
1 ingob 34
// +     for non-commercial use (directly or indirectly)
886 killagreg 35
// +     Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
1 ingob 36
// +     with our written permission
886 killagreg 37
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
38
// +     clearly linked as origin
1 ingob 39
// +   * porting to systems other than hardware from www.mikrokopter.de is not allowed
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
42
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
44
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
45
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
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
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
886 killagreg 50
// +  POSSIBILITY OF SUCH DAMAGE.
1 ingob 51
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
886 killagreg 52
#include <avr/boot.h>
1 ingob 53
 
886 killagreg 54
#include <avr/io.h>
55
#include <avr/interrupt.h>
1 ingob 56
 
886 killagreg 57
#include "main.h"
58
#include "timer0.h"
59
#include "timer2.h"
60
#include "uart.h"
61
#if defined (__AVR_ATmega644P__)
62
#include "uart1.h"
63
#endif
64
#include "led.h"
65
#include "menu.h"
66
#include "fc.h"
67
#include "rc.h"
68
#include "analog.h"
69
#include "printf_P.h"
70
#ifdef USE_KILLAGREG
71
#include "mm3.h"
72
#endif
73
#ifdef USE_NAVICTRL
74
#include "spi.h"
75
#endif
908 killagreg 76
#ifdef USE_MK3MAG
886 killagreg 77
#include "mk3mag.h"
78
#endif
79
#include "twimaster.h"
80
#include "eeprom.h"
81
#include "_Settings.h"
1 ingob 82
 
83
 
886 killagreg 84
uint8_t BoardRelease = 10;
1 ingob 85
 
819 hbuss 86
 
1 ingob 87
//############################################################################
88
//Hauptprogramm
89
int main (void)
90
//############################################################################
91
{
819 hbuss 92
        unsigned int timer;
296 holgerb 93
 
886 killagreg 94
        // disable interrupts global
95
        cli();
96
 
97
        // get board release
98
    DDRB  = 0x00;
99
    PORTB = 0x00;
100
    for(timer = 0; timer < 1000; timer++); // make some delay
936 killagreg 101
    if(PINB & (1<<PINB0))
102
    {
103
                if(PINB & (1<<PINB1)) BoardRelease = 13;
1078 killagreg 104
                else BoardRelease = 11; // 12 is the same hardware
936 killagreg 105
        }
1078 killagreg 106
    else
107
    {
108
                if(PINB & (1<<PINB1)) BoardRelease = 20; //
109
                else BoardRelease = 10;
110
        }
886 killagreg 111
 
112
        // set LED ports as output
113
        DDRB |= (1<<DDB1)|(1<<DDB0);
936 killagreg 114
        RED_ON;
886 killagreg 115
        GRN_OFF;
116
 
117
        // disable watchdog
1 ingob 118
    MCUSR &=~(1<<WDRF);
119
    WDTCSR |= (1<<WDCE)|(1<<WDE);
120
    WDTCSR = 0;
121
 
886 killagreg 122
    BeepTime = 2000;
1 ingob 123
 
911 killagreg 124
        PPM_in[CH_GAS] = 0;
886 killagreg 125
        StickYaw = 0;
126
        StickRoll = 0;
911 killagreg 127
        StickNick = 0;
1 ingob 128
 
936 killagreg 129
    RED_OFF;
886 killagreg 130
 
131
        // initalize modules
936 killagreg 132
        //LED_Init(); Is done within ParamSet_Init() below
886 killagreg 133
    TIMER0_Init();
134
    TIMER2_Init();
135
        USART0_Init();
136
 
137
        #if defined (__AVR_ATmega644P__)
946 killagreg 138
        if (BoardRelease > 10) USART1_Init();
886 killagreg 139
        #endif
140
 
141
    RC_Init();
1 ingob 142
        ADC_Init();
886 killagreg 143
        I2C_Init();
144
 
908 killagreg 145
 
146
        #ifdef USE_NAVICTRL
147
        SPI_MasterInit();
148
        #endif
886 killagreg 149
        #ifdef USE_KILLAGREG
150
        MM3_Init();
151
        #endif
908 killagreg 152
        #ifdef USE_MK3MAG
886 killagreg 153
        MK3MAG_Init();
154
        #endif
155
 
156
        // enable interrupts global
1 ingob 157
        sei();
158
 
1078 killagreg 159
        printf("\n\rFlightControl\n\rHardware:%d.%d\n\rSoftware:V%d.%d%c ",BoardRelease/10,BoardRelease%10, VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH + 'a');
1 ingob 160
        printf("\n\r==============================");
161
        GRN_ON;
162
 
886 killagreg 163
        // Parameter set handling
164
        ParamSet_Init();
513 hbuss 165
 
911 killagreg 166
    if(GetParamWord(PID_ACC_NICK) > 1023)
513 hbuss 167
     {
886 killagreg 168
       printf("\n\rACC not calibrated!");
513 hbuss 169
     }
1 ingob 170
 
886 killagreg 171
        //wait for a short time (otherwise the RC channel check won't work below)
172
        timer = SetDelay(500);
173
        while(!CheckDelay(timer));
174
 
175
 
176
        if(ParamSet.GlobalConfig & CFG_HEIGHT_CONTROL)
177
         {
178
           printf("\n\rCalibrating air pressure sensor..");
179
           timer = SetDelay(1000);
180
       SearchAirPressureOffset();
1 ingob 181
           while (!CheckDelay(timer));
182
       printf("OK\n\r");
183
        }
886 killagreg 184
 
908 killagreg 185
        #ifdef USE_NAVICTRL
186
        printf("\n\rSupport for NaviCtrl");
187
        #endif
188
 
886 killagreg 189
        #ifdef USE_KILLAGREG
190
        printf("\n\rSupport for MicroMag3 Compass");
908 killagreg 191
        #endif
953 killagreg 192
 
908 killagreg 193
        #ifdef USE_MK3MAG
194
        printf("\n\rSupport for MK3MAG Compass");
195
        #endif
196
 
197
 
198
 
953 killagreg 199
        #if (defined (USE_KILLAGREG) || defined (USE_MK3MAG))
886 killagreg 200
        #if defined (__AVR_ATmega644P__)
201
        if(BoardRelease == 10)
202
        {
203
                printf("\n\rSupport for GPS at 1st UART");
204
        }
205
        else
206
        {
207
                printf("\n\rSupport for GPS at 2nd UART");
208
        }
209
        #else // (__AVR_ATmega644__)
908 killagreg 210
        printf("\n\rSupport for GPS at 1st UART");
886 killagreg 211
        #endif
212
        #endif
213
 
908 killagreg 214
 
215
 
1 ingob 216
        SetNeutral();
217
 
936 killagreg 218
        RED_OFF;
1 ingob 219
 
886 killagreg 220
    BeepTime = 2000;
221
    ExternControl.Digital[0] = 0x55;
222
 
223
 
224
        printf("\n\rControl: ");
225
        if (ParamSet.GlobalConfig & CFG_HEADING_HOLD) printf("HeadingHold");
1 ingob 226
        else printf("Neutral");
886 killagreg 227
 
1 ingob 228
        printf("\n\n\r");
886 killagreg 229
 
230
    LCD_Clear();
231
 
173 holgerb 232
    I2CTimeout = 5000;
886 killagreg 233
 
1 ingob 234
        while (1)
235
        {
886 killagreg 236
        if(UpdateMotor)      // control interval
237
        {
936 killagreg 238
                        UpdateMotor = 0; // reset Flag, is enabled every 2 ms by isr of timer0
886 killagreg 239
                        //PORTD |= (1<<PORTD4);
240
            MotorControl();
241
                        //PORTD &= ~(1<<PORTD4);
242
 
243
                        SendMotorData();
244
 
936 killagreg 245
            RED_OFF;
886 killagreg 246
 
247
            if(PcAccess) PcAccess--;
248
            else
249
            {
595 hbuss 250
                           ExternControl.Config = 0;
911 killagreg 251
               ExternStickNick= 0;
492 hbuss 252
               ExternStickRoll = 0;
886 killagreg 253
               ExternStickYaw = 0;
254
            }
255
 
173 holgerb 256
            if(!I2CTimeout)
886 killagreg 257
            {
258
                                I2CTimeout = 5;
259
                                I2C_Reset();
936 killagreg 260
                                if((BeepModulation == 0xFFFF) && (MKFlags & MKFLAG_MOTOR_RUN) )
886 killagreg 261
                                {
262
                                        BeepTime = 10000; // 1 second
263
                                        BeepModulation = 0x0080;
264
                                }
265
                        }
266
                        else
267
                        {
268
                                I2CTimeout--;
936 killagreg 269
                                RED_OFF;
886 killagreg 270
                        }
271
 
936 killagreg 272
                        if(SIO_DEBUG && (!UpdateMotor || !(MKFlags & MKFLAG_MOTOR_RUN) ))
886 killagreg 273
                        {
274
                                USART0_TransmitTxData();
275
                                USART0_ProcessRxData();
276
                        }
277
                        else USART0_ProcessRxData();
278
 
279
                        if(CheckDelay(timer))
280
                        {
281
                if(UBat < ParamSet.LowVoltageWarning)
173 holgerb 282
                {
954 killagreg 283
                                        BeepModulation = 0x0300;
952 killagreg 284
                                        if(!BeepTime )
886 killagreg 285
                                        {
286
                                                BeepTime = 6000; // 0.6 seconds
287
                                        }
1 ingob 288
                }
886 killagreg 289
                                #ifdef USE_NAVICTRL
290
                                SPI_StartTransmitPacket();
291
                                SendSPI = 4;
292
                                #endif
293
                                timer = SetDelay(20); // every 20 ms
294
            }
936 killagreg 295
 
296
            LED_Update();
886 killagreg 297
                }
723 hbuss 298
 
886 killagreg 299
                #ifdef USE_NAVICTRL
300
                if(!SendSPI)
301
                {       // SendSPI is decremented in timer0.c with a rate of 9.765 kHz.
302
                        // within the SPI_TransmitByte() routine the value is set to 4.
303
                        // I.e. the SPI_TransmitByte() is called at a rate of 9.765 kHz/4= 2441.25 Hz,
304
                        // and therefore the time of transmission of a complete spi-packet (32 bytes) is 32*4/9.765 kHz = 13.1 ms.
305
                        SPI_TransmitByte();
306
                }
307
                #endif
1 ingob 308
    }
886 killagreg 309
        return (1);
1 ingob 310
}
311