Subversion Repositories NaviCtrl

Rev

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

Rev Author Line No. Line
41 ingob 1
/*#######################################################################################*/
2
/* !!! THIS IS NOT FREE SOFTWARE !!!                                                     */
3
/*#######################################################################################*/
4
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// + www.MikroKopter.com
6
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 7
// + Software Nutzungsbedingungen (english version: see below)
8
// + der Fa. HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland - nachfolgend Lizenzgeber genannt -
9
// + Der Lizenzgeber räumt dem Kunden ein nicht-ausschließliches, zeitlich und räumlich* unbeschränktes Recht ein, die im den
10
// + Mikrocontroller verwendete Firmware für die Hardware Flight-Ctrl, Navi-Ctrl, BL-Ctrl, MK3Mag & PC-Programm MikroKopter-Tool 
11
// + - nachfolgend Software genannt - nur für private Zwecke zu nutzen.
12
// + Der Einsatz dieser Software ist nur auf oder mit Produkten des Lizenzgebers zulässig.
41 ingob 13
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 14
// + Die vom Lizenzgeber gelieferte Software ist urheberrechtlich geschützt. Alle Rechte an der Software sowie an sonstigen im
15
// + Rahmen der Vertragsanbahnung und Vertragsdurchführung überlassenen Unterlagen stehen im Verhältnis der Vertragspartner ausschließlich dem Lizenzgeber zu.
16
// + Die in der Software enthaltenen Copyright-Vermerke, Markenzeichen, andere Rechtsvorbehalte, Seriennummern sowie
17
// + sonstige der Programmidentifikation dienenden Merkmale dürfen vom Kunden nicht verändert oder unkenntlich gemacht werden.
18
// + Der Kunde trifft angemessene Vorkehrungen für den sicheren Einsatz der Software. Er wird die Software gründlich auf deren
19
// + Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
20
// + Die Haftung des Lizenzgebers wird - soweit gesetzlich zulässig - begrenzt in Höhe des typischen und vorhersehbaren
21
// + Schadens. Die gesetzliche Haftung bei Personenschäden und nach dem Produkthaftungsgesetz bleibt unberührt. Dem Lizenzgeber steht jedoch der Einwand 
22
// + des Mitverschuldens offen.
23
// + Der Kunde trifft angemessene Vorkehrungen für den Fall, dass die Software ganz oder teilweise nicht ordnungsgemäß arbeitet.
24
// + Er wird die Software gründlich auf deren Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
25
// + Der Kunde wird er seine Daten vor Einsatz der Software nach dem Stand der Technik sichern.
26
// + Der Kunde ist darüber unterrichtet, dass der Lizenzgeber seine Daten im zur Vertragsdurchführung erforderlichen Umfang
27
// + und auf Grundlage der Datenschutzvorschriften erhebt, speichert, verarbeitet und, sofern notwendig, an Dritte übermittelt.
28
// + *) Die räumliche Nutzung bezieht sich nur auf den Einsatzort, nicht auf die Reichweite der programmierten Software.
29
// + #### ENDE DER NUTZUNGSBEDINGUNGEN ####'
30
// +  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.
41 ingob 31
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 32
// + Software LICENSING TERMS
41 ingob 33
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 34
// + of HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland, Germany - the Licensor -
35
// + 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 
36
// + (the Software) exclusively for private purposes. The License is unrestricted with respect to time and territory*.
37
// + The Software may only be used with the Licensor's products.
38
// + The Software provided by the Licensor is protected by copyright. With respect to the relationship between the parties to this
39
// + agreement, all rights pertaining to the Software and other documents provided during the preparation and execution of this
40
// + agreement shall be the property of the Licensor.
41
// + The information contained in the Software copyright notices, trademarks, other legal reservations, serial numbers and other
42
// + features that can be used to identify the program may not be altered or defaced by the customer.
43
// + The customer shall be responsible for taking reasonable precautions
44
// + for the safe use of the Software. The customer shall test the Software thoroughly regarding its suitability for the
45
// + intended purpose before implementing it for actual operation. The Licensor's liability shall be limited to the extent of typical and
46
// + foreseeable damage to the extent permitted by law, notwithstanding statutory liability for bodily injury and product
47
// + liability. However, the Licensor shall be entitled to the defense of contributory negligence.
48
// + The customer will take adequate precautions in the case, that the software is not working properly. The customer will test
49
// + the software for his purpose before any operational usage. The customer will backup his data before using the software.
50
// + The customer understands that the Licensor collects, stores and processes, and, where required, forwards, customer data
51
// + to third parties to the extent necessary for executing the agreement, subject to applicable data protection and privacy regulations.
52
// + *) The territory aspect only refers to the place where the Software is used, not its programmed range.
53
// + #### END OF LICENSING TERMS ####
54
// + Note: For information on license extensions (e.g. commercial use), please contact us at info(@)hisystems.de.
41 ingob 55
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
56
#include <stdio.h>
57
#include <stdarg.h>
58
#include <string.h>
59
 
60
#include "91x_lib.h"
251 killagreg 61
#include "main.h"
463 holgerb 62
#include "math.h"
136 killagreg 63
#include "config.h"
41 ingob 64
#include "menu.h"
65
#include "GPS.h"
66
#include "i2c.h"
67
#include "uart0.h"
68
#include "uart1.h"
69
#include "uart2.h"
119 killagreg 70
#include "timer1.h"
139 killagreg 71
#include "timer2.h"
72
#include "analog.h"
243 killagreg 73
#include "compass.h"
41 ingob 74
#include "waypoints.h"
110 killagreg 75
#include "mkprotocol.h"
156 killagreg 76
#include "params.h"
153 killagreg 77
#include "fifo.h"
315 killagreg 78
#include "debug.h"
358 holgerb 79
#include "spi_slave.h"
349 ingob 80
#include "ftphelper.h"
378 holgerb 81
#include "led.h"
433 ingob 82
#include "fat16.h"
41 ingob 83
 
433 ingob 84
 
41 ingob 85
#define FALSE   0
86
#define TRUE    1
87
 
351 holgerb 88
#define ABO_TIMEOUT 8000 // disable abo after 8 seconds
198 killagreg 89
u32 UART1_AboTimeOut = 0;
92 killagreg 90
 
110 killagreg 91
u8 UART1_Request_VersionInfo    = FALSE;
92
u8 UART1_Request_ExternalControl= FALSE;
93
u8 UART1_Request_Display                = FALSE;
94
u8 UART1_Request_Display1               = FALSE;
95
u8 UART1_Request_DebugData              = FALSE;
96
u8 UART1_Request_DebugLabel             = 255;
97
u8 UART1_Request_NaviData               = FALSE;
98
u8 UART1_Request_ErrorMessage   = FALSE;
295 killagreg 99
u8 UART1_Request_WritePoint             = 0xFF;
280 killagreg 100
u8 UART1_Request_ReadPoint              = 0;
110 killagreg 101
u8 UART1_Request_Data3D             = FALSE;
358 holgerb 102
u8 UART1_Request_MotorData          = FALSE;
110 killagreg 103
u8 UART1_Request_Echo               = FALSE;
156 killagreg 104
u8 UART1_Request_ParameterId    = 0;
158 killagreg 105
u8 UART1_Request_Parameter              = FALSE;
447 holgerb 106
u8 UART1_Request_SystemTime             = FALSE;
201 killagreg 107
u8 UART1_DisplayKeys                    = 0;
112 killagreg 108
u8 UART1_DisplayLine                    = 0;
109
u8 UART1_ConfirmFrame                   = 0;
349 ingob 110
u8 UART1_Request_FTP                    = FALSE;
360 holgerb 111
u8 LastTransmittedFCStatusFlags2 = 0;
398 holgerb 112
u8 UART1_ExternalControlConfirmFrame = FALSE;
41 ingob 113
 
114
UART_TypeDef *DebugUART = UART1;
115
 
314 killagreg 116
#ifdef FOLLOW_ME
117
#define FOLLOW_ME_INTERVAL 200 // 5 Hz
315 killagreg 118
u32 UART1_FollowMe_Timer        = 0;
314 killagreg 119
Point_t FollowMe;
120
#endif
121
 
153 killagreg 122
// the primary rx fifo
378 holgerb 123
#define UART1_RX_FIFO_LEN 1024
153 killagreg 124
u8 UART1_rxfifobuffer[UART1_RX_FIFO_LEN];
125
fifo_t UART1_rx_fifo;
110 killagreg 126
 
127
// the rx buffer
378 holgerb 128
#define UART1_RX_BUFFER_LEN  1024
110 killagreg 129
u8 UART1_rbuffer[UART1_RX_BUFFER_LEN];
130
Buffer_t UART1_rx_buffer;
131
 
153 killagreg 132
// the tx buffer
349 ingob 133
#define UART1_TX_BUFFER_LEN  1024
153 killagreg 134
u8 UART1_tbuffer[UART1_TX_BUFFER_LEN];
135
Buffer_t UART1_tx_buffer;
136
 
92 killagreg 137
volatile u8 SerialLinkOkay = 0;
41 ingob 138
 
150 killagreg 139
u8 text[200];
41 ingob 140
 
141
const u8 ANALOG_LABEL[32][16] =
142
{
90 killagreg 143
   //1234567890123456
41 ingob 144
        "AngleNick       ", //0
145
        "AngleRoll       ",
146
        "AccNick         ",
147
        "AccRoll         ",
214 killagreg 148
        "OperatingRadius ",
200 killagreg 149
        "FC-Flags        ", //5
95 killagreg 150
        "NC-Flags        ",
121 killagreg 151
        "NickServo       ",
152
        "RollServo       ",
41 ingob 153
        "GPS Data        ",
61 holgerb 154
        "CompassHeading  ", //10
155
        "GyroHeading     ",
419 holgerb 156
        "SPI Error       ", // achtung: muss auf 12 bleiben
41 ingob 157
        "SPI Okay        ",
189 killagreg 158
        "I2C Error       ",
41 ingob 159
        "I2C Okay        ", //15
339 holgerb 160
        "16              ",
437 holgerb 161
        "17              ",
162
        "18              ",
163
        "19              ", // SD-Card-time 
330 holgerb 164
        "EarthMagnet [%] ", //20
456 holgerb 165
        "Ground Speed    ", //  "Z_Speed         ",
338 holgerb 166
        "N_Speed         ",
167
        "E_Speed         ",
310 holgerb 168
        "Magnet X        ",
338 holgerb 169
        "Magnet Y        ", //25
310 holgerb 170
        "Magnet Z        ",
41 ingob 171
        "Distance N      ",
172
        "Distance E      ",
173
        "GPS_Nick        ",
174
        "GPS_Roll        ", //30
175
        "Used_Sats       "
176
};
177
 
112 killagreg 178
DebugOut_t DebugOut;
179
ExternControl_t ExternControl;
180
UART_VersionInfo_t UART_VersionInfo;
181
NaviData_t NaviData;
182
Data3D_t Data3D;
183
u16 Echo; // 2 bytes recieved will be sent back as echo
41 ingob 184
 
193 killagreg 185
u32 UART1_DebugData_Timer = 0;
198 killagreg 186
u32 UART1_DebugData_Interval = 0;       // in ms
193 killagreg 187
u32 UART1_NaviData_Timer = 0;
198 killagreg 188
u32 UART1_NaviData_Interval = 0;        // in ms
189
u32 UART1_Data3D_Timer = 0;
190
u32 UART1_Data3D_Interval = 0;          // in ms
358 holgerb 191
u32 UART1_MotorData_Timer = 0;
192
u32 UART1_MotorData_Interval = 0;               // in ms
193 killagreg 193
u32 UART1_Display_Timer = 0;
201 killagreg 194
u32 UART1_Display_Interval = 0;         // in ms
460 holgerb 195
u32 NMEA_Timer = 0;
196
u32 NMEA_Interval = 500;// in ms
112 killagreg 197
 
41 ingob 198
/********************************************************/
199
/*            Initialization the UART1                  */
200
/********************************************************/
201
void UART1_Init (void)
202
{
203
        GPIO_InitTypeDef GPIO_InitStructure;
204
        UART_InitTypeDef UART_InitStructure;
205
 
153 killagreg 206
        // initialize txd buffer
207
        Buffer_Init(&UART1_tx_buffer, UART1_tbuffer, UART1_TX_BUFFER_LEN);
165 killagreg 208
 
153 killagreg 209
        // initialize rxd buffer
210
        Buffer_Init(&UART1_rx_buffer, UART1_rbuffer, UART1_RX_BUFFER_LEN);
211
 
244 killagreg 212
        // initialize the rx fifo, block UART IRQ geting a byte from fifo
213
        fifo_init(&UART1_rx_fifo, UART1_rxfifobuffer, UART1_RX_FIFO_LEN, NO_ITLine, UART1_ITLine);
153 killagreg 214
 
41 ingob 215
        SCU_APBPeriphClockConfig(__UART1, ENABLE);  // Enable the UART1 Clock
216
        SCU_APBPeriphClockConfig(__GPIO3, ENABLE);  // Enable the GPIO3 Clock
217
 
218
        /*Configure UART1_Rx pin GPIO3.2*/
219
        GPIO_StructInit(&GPIO_InitStructure);
220
        GPIO_InitStructure.GPIO_Direction =     GPIO_PinInput;
221
        GPIO_InitStructure.GPIO_Pin =                   GPIO_Pin_2;
222
        GPIO_InitStructure.GPIO_Type =                  GPIO_Type_PushPull;
196 killagreg 223
        GPIO_InitStructure.GPIO_IPInputConnected =      GPIO_IPInputConnected_Enable;
41 ingob 224
        GPIO_InitStructure.GPIO_Alternate =     GPIO_InputAlt1; // UART1_RxD
225
        GPIO_Init(GPIO3, &GPIO_InitStructure);
226
 
227
        /*Configure UART1_Tx pin GPIO3.3*/
228
        GPIO_StructInit(&GPIO_InitStructure);
229
        GPIO_InitStructure.GPIO_Direction =     GPIO_PinOutput;
230
        GPIO_InitStructure.GPIO_Pin =                   GPIO_Pin_3;
231
        GPIO_InitStructure.GPIO_Type =                  GPIO_Type_PushPull;
232
        GPIO_InitStructure.GPIO_Alternate =     GPIO_OutputAlt2; // UART1_TX
233
        GPIO_Init(GPIO3, &GPIO_InitStructure);
234
 
235
        /* UART1 configured as follow:
236
        - Word Length = 8 Bits
237
        - One Stop Bit
238
        - No parity
239
        - BaudRate = 57600 baud
240
        - Hardware flow control Disabled
241
        - Receive and transmit enabled
242
        - Receive and transmit FIFOs are Disabled
243
        */
244
        UART_StructInit(&UART_InitStructure);
245
        UART_InitStructure.UART_WordLength =                    UART_WordLength_8D;
246
        UART_InitStructure.UART_StopBits =                              UART_StopBits_1;
247
        UART_InitStructure.UART_Parity =                                UART_Parity_No ;
110 killagreg 248
        UART_InitStructure.UART_BaudRate =                              UART1_BAUD_RATE;
41 ingob 249
        UART_InitStructure. UART_HardwareFlowControl =  UART_HardwareFlowControl_None;
250
        UART_InitStructure.UART_Mode =                                  UART_Mode_Tx_Rx;
251
        UART_InitStructure.UART_FIFO =                                  UART_FIFO_Enable;
252
        UART_InitStructure.UART_TxFIFOLevel =                   UART_FIFOLevel_1_2;
139 killagreg 253
        UART_InitStructure.UART_RxFIFOLevel =                   UART_FIFOLevel_1_2;
41 ingob 254
 
255
        UART_DeInit(UART1); // reset uart 1     to default
165 killagreg 256
        UART_Init(UART1, &UART_InitStructure); // initialize uart 1
41 ingob 257
        // enable uart 1 interrupts selective
258
        UART_ITConfig(UART1, UART_IT_Receive | UART_IT_ReceiveTimeOut, ENABLE);
259
        UART_Cmd(UART1, ENABLE); // enable uart 1
136 killagreg 260
        // configure the uart 1 interupt line
261
        VIC_Config(UART1_ITLine, VIC_IRQ, PRIORITY_UART1);
244 killagreg 262
        // enable the uart 1 IRQ
41 ingob 263
        VIC_ITCmd(UART1_ITLine, ENABLE);
153 killagreg 264
 
41 ingob 265
        // initialize the debug timer
110 killagreg 266
        UART1_DebugData_Timer = SetDelay(UART1_DebugData_Interval);
267
        UART1_NaviData_Timer = SetDelay(UART1_NaviData_Interval)+500;
461 holgerb 268
        NMEA_Timer = SetDelay(14000);
110 killagreg 269
 
41 ingob 270
        // Fill Version Info Structure
271
        UART_VersionInfo.SWMajor = VERSION_MAJOR;
272
        UART_VersionInfo.SWMinor = VERSION_MINOR;
273
        UART_VersionInfo.SWPatch = VERSION_PATCH;
274
        UART_VersionInfo.ProtoMajor = VERSION_SERIAL_MAJOR;
275
        UART_VersionInfo.ProtoMinor = VERSION_SERIAL_MINOR;
454 holgerb 276
    UART_VersionInfo.HWMajor = Version_HW;
277
    UART_VersionInfo.reserved2 = 0;  
278
        UART_VersionInfo.Flags = 0;
89 killagreg 279
        NaviData.Version = NAVIDATA_VERSION;
92 killagreg 280
 
212 killagreg 281
        UART1_PutString("\r\n UART1 init...ok");
41 ingob 282
}
283
 
284
 
285
/****************************************************************/
286
/*               USART1 receiver ISR                            */
287
/****************************************************************/
288
void UART1_IRQHandler(void)
289
{
290
        static u8 abortState = 0;
291
        u8 c;
292
 
293
        if((UART_GetITStatus(UART1, UART_IT_Receive) != RESET) || (UART_GetITStatus(UART1, UART_IT_ReceiveTimeOut) != RESET) )
294
        {
153 killagreg 295
                // clear the pending bits!
41 ingob 296
                UART_ClearITPendingBit(UART1, UART_IT_Receive);
297
                UART_ClearITPendingBit(UART1, UART_IT_ReceiveTimeOut);
298
                // if debug UART is not UART1
299
                if (DebugUART != UART1)
300
                {       // forward received data to the debug UART tx buffer
301
                        while(UART_GetFlagStatus(UART1, UART_FLAG_RxFIFOEmpty) != SET)
302
                        {
303
                                // move the byte from the rx buffer of UART1 to the tx buffer of DebugUART
304
                                c = UART_ReceiveData(UART1);
305
 
306
                                // check for abort condition (ESC ESC 0x55 0xAA 0x00)
307
                                switch (abortState)
308
                                {
165 killagreg 309
                                        case 0:
139 killagreg 310
                                                if (c == 27) abortState++;
41 ingob 311
                                                break;
165 killagreg 312
                                        case 1:
313
                                                if (c == 27) abortState++;
139 killagreg 314
                                                else abortState = 0;
41 ingob 315
                                        break;
139 killagreg 316
                                        case 2:
165 killagreg 317
                                                if (c == 0x55) abortState++;
139 killagreg 318
                                                else abortState = 0;
41 ingob 319
                                                break;
139 killagreg 320
                                        case 3:
321
                                                if (c == 0xAA) abortState++;
322
                                                else abortState = 0;
41 ingob 323
                                                break;
165 killagreg 324
                                        case 4:
139 killagreg 325
                                                if (c == 0x00)
326
                                                {
327
                                                        if(DebugUART == UART0)
328
                                                        {
245 killagreg 329
                                                                UART0_Connect_to_MKGPS(UART0_BAUD_RATE);
179 killagreg 330
                                                                TIMER2_Init(); // enbable servo outputs
153 killagreg 331
                                                                fifo_purge(&UART1_rx_fifo); // flush the whole fifo init buffer
139 killagreg 332
                                                        }
333
                                                        DebugUART = UART1;
165 killagreg 334
                                                }
139 killagreg 335
                                                abortState = 0;
336
                                                break;
337
                                } // end switch abort state
136 killagreg 338
                                // if the Debug uart is not UART1, redirect input to the Debug UART
110 killagreg 339
                                if (DebugUART != UART1)
340
                                {
341
                                        // wait for space in the tx buffer of the DebugUART
342
                                        while(UART_GetFlagStatus(DebugUART, UART_FLAG_TxFIFOFull) == SET) {};
141 killagreg 343
                                        // move byte to the tx fifo of the debug uart
110 killagreg 344
                                        UART_SendData(DebugUART, c);
345
                                }
41 ingob 346
                        }
347
                }
348
                else  // DebugUART == UART1 (normal operation)
349
                {
110 killagreg 350
                        while(UART_GetFlagStatus(UART1, UART_FLAG_RxFIFOEmpty) != SET)
154 killagreg 351
                        { // some byes in the hardware fifo
153 killagreg 352
                            // get byte from hardware fifo
41 ingob 353
                        c = UART_ReceiveData(UART1);
153 killagreg 354
                                // put into the software fifo
355
                                if(!fifo_put(&UART1_rx_fifo, c))
356
                                {       // fifo overflow
155 killagreg 357
                                        //fifo_purge(&UART1_rx_fifo); // flush the whole buffer
153 killagreg 358
                                }
154 killagreg 359
                        } // EOF while some byes in the hardware fifo
41 ingob 360
                } // eof DebugUart = UART1
361
        }
195 killagreg 362
 
380 holgerb 363
 
364
 
378 holgerb 365
        VIC1->VAR = 0xFF; // write any value to VIC1 Vector address register
41 ingob 366
}
367
 
368
/**************************************************************/
369
/* Process incomming data from debug uart                     */
370
/**************************************************************/
371
void UART1_ProcessRxData(void)
372
{
154 killagreg 373
        // return on forwarding uart  or unlocked rx buffer
380 holgerb 374
        u8 c;
155 killagreg 375
        if(DebugUART != UART1) return;
376
        // if rx buffer is not locked
377
        if(UART1_rx_buffer.Locked == FALSE)
315 killagreg 378
        {
244 killagreg 379
                //collect data from primary rx fifo
155 killagreg 380
                while(fifo_get(&UART1_rx_fifo, &c))
315 killagreg 381
                {
244 killagreg 382
                        // break if complete frame is collected
155 killagreg 383
                        if(MKProtocol_CollectSerialFrame(&UART1_rx_buffer, c)) break;
384
                }
385
        }
386
        if(UART1_rx_buffer.Locked == FALSE) return;
387
 
280 killagreg 388
        Point_t * pPoint = NULL;
153 killagreg 389
        SerialMsg_t SerialMsg;
41 ingob 390
 
190 killagreg 391
        // analyze header first
392
        MKProtocol_DecodeSerialFrameHeader(&UART1_rx_buffer, &SerialMsg);
194 killagreg 393
        if( SerialMsg.Address == FC_ADDRESS )
41 ingob 394
        {
192 killagreg 395
                switch(SerialMsg.CmdID)
396
                {
231 holgerb 397
//                      case 'v': // version
398 holgerb 398
                        case 'b': // extern control
399
                                          UART1_ExternalControlConfirmFrame = 1;
192 killagreg 400
                        case 'y': // serial poti values
401
                                Buffer_Copy(&UART1_rx_buffer, &UART2_tx_buffer); //forward to FC
402
                                Buffer_Clear(&UART1_rx_buffer); // free rc buffer for next frame
194 killagreg 403
                                return; //end process rx data
192 killagreg 404
                        break;
405
                }
195 killagreg 406
        }
190 killagreg 407
 
408
        MKProtocol_DecodeSerialFrameData(&UART1_rx_buffer, &SerialMsg); // decode serial frame in rxd buffer
409
    if(SerialMsg.CmdID != 'z') SerialLinkOkay = 250;      // reset SerialTimeout, but not in case of the "ping"
410
        switch(SerialMsg.Address) // check for Slave Address
411
        {
41 ingob 412
                case NC_ADDRESS:  // own Slave Address
190 killagreg 413
                switch(SerialMsg.CmdID)
41 ingob 414
                {
447 holgerb 415
                        case 't': // request for the GPS time 
416
                                UART1_Request_SystemTime  = TRUE;
417
                                break;
418
 
349 ingob 419
                        case 'f': // ftp command
420
                                UART1_Request_FTP = SerialMsg.pData[0];
421
                                //if (UART1_Request_FTP == FTP_CMD_SET_CWD || UART1_Request_FTP == FTP_CMD_GET_FILE) 
422
                                memcpy(&FTP_data, &SerialMsg.pData[1], sizeof(FTP_data)); // copy ftp parameter
423
                        break;
424
 
101 holgerb 425
                        case 'z': // connection checker
110 killagreg 426
                                memcpy(&Echo, SerialMsg.pData, sizeof(Echo)); // copy echo pattern
427
                                UART1_Request_Echo = TRUE;
92 killagreg 428
                                break;
429
 
41 ingob 430
                        case 'e': // request for the text of the error status
110 killagreg 431
                                UART1_Request_ErrorMessage = TRUE;
41 ingob 432
                                break;
433
 
434
                        case 's'://  new target position
280 killagreg 435
                                pPoint = (Point_t*)SerialMsg.pData;
436
                                if(pPoint->Position.Status == NEWDATA)
41 ingob 437
                                {
315 killagreg 438
                                        //if(!(FC.StatusFlags & FC_STATUS_FLY)) PointList_Clear(); // flush the list
300 holgerb 439
                                        //pPoint->Index = 1; // must be one after empty list
296 killagreg 440
                                        PointList_SetAt(pPoint);
315 killagreg 441
                                        if(FC.StatusFlags & FC_STATUS_FLY) PointList_WPActive(TRUE);
295 killagreg 442
                                        GPS_pWaypoint = PointList_WPBegin(); // updates POI index
302 holgerb 443
                                        if(GPS_pWaypoint != NULL) // if new WP exist
444
                                        {   // update WP hold time stamp immediately!
451 holgerb 445
                                                EnableNewWpHeading();
302 holgerb 446
/*                                              if(GPS_pWaypoint->Heading > 0 && GPS_pWaypoint->Heading <= 360)
447
                                                {
448
                                                 CAM_Orientation.Azimuth = GPS_pWaypoint->Heading;
449
                                                 CAM_Orientation.UpdateMask |= CAM_UPDATE_AZIMUTH;
450
                                                }
451
*/
452
                                        }
295 killagreg 453
                                        BeepTime = 50;
41 ingob 454
                                }
455
                                break;
456
 
457
                        case 'u': // redirect debug uart
110 killagreg 458
                                switch(SerialMsg.pData[0])
41 ingob 459
                                {
460
                                        case UART_FLIGHTCTRL:
461
                                                UART2_Init();                           // initialize UART2 to FC pins
153 killagreg 462
                                                fifo_purge(&UART1_rx_fifo);
180 killagreg 463
                                                TIMER2_Deinit();                        // reduce irq load
41 ingob 464
                                                DebugUART = UART2;
465
                                                break;
466
                                        case UART_MK3MAG:
255 killagreg 467
                                                if(FC.StatusFlags & FC_STATUS_MOTOR_RUN) break; // not if the motors are running
41 ingob 468
                                                UART0_Connect_to_MK3MAG();      // mux UART0 to MK3MAG pins
469
                                                GPSData.Status = INVALID;
153 killagreg 470
                                                fifo_purge(&UART1_rx_fifo);
41 ingob 471
                                                DebugUART = UART0;
472
                                                break;
473
                                        case UART_MKGPS:
255 killagreg 474
                                                if(FC.StatusFlags & FC_STATUS_MOTOR_RUN) break; // not if the motors are running
179 killagreg 475
                                                TIMER2_Deinit();                        // disable servo outputs to reduce irq load
245 killagreg 476
                                                UART0_Connect_to_MKGPS(UART0_BAUD_RATE);        // connect UART0 to MKGPS pins
41 ingob 477
                                                GPSData.Status = INVALID;
153 killagreg 478
                                                fifo_purge(&UART1_rx_fifo);
41 ingob 479
                                                DebugUART = UART0;
480
                                                break;
153 killagreg 481
                                        default:
482
                                                break;
41 ingob 483
                                }
484
                                break;
485
 
295 killagreg 486
                        case 'w'://  Set point in list at index
165 killagreg 487
                                {
280 killagreg 488
                                        pPoint = (Point_t*)SerialMsg.pData;
224 killagreg 489
 
280 killagreg 490
                                        if((pPoint->Position.Status == INVALID) && (pPoint->Index == 0))
224 killagreg 491
                                        {
280 killagreg 492
                                                PointList_Clear();
493
                                                GPS_pWaypoint = PointList_WPBegin();
315 killagreg 494
                                                UART1_Request_WritePoint = 0; // return new point count
165 killagreg 495
                                        }
227 killagreg 496
                                        else
295 killagreg 497
                                        {  // update WP in list at index
351 holgerb 498
                                                if(pPoint->Index > MaxNumberOfWaypoints)
499
                                                 {
500
                                                  UART1_Request_WritePoint = 254;
501
                                                  pPoint->Index = MaxNumberOfWaypoints;
502
                                                 }
503
                                                 else
504
                                                 UART1_Request_WritePoint = PointList_SetAt(pPoint);
315 killagreg 505
                                                if(FC.StatusFlags & FC_STATUS_FLY) PointList_WPActive(TRUE);
295 killagreg 506
                                                if(UART1_Request_WritePoint == pPoint->Index)
225 killagreg 507
                                                {
508
                                                        BeepTime = 500;
165 killagreg 509
                                                }
510
                                        }
41 ingob 511
                                }
512
                                break;
513
 
92 killagreg 514
                        case 'x'://  Read Waypoint from List
280 killagreg 515
                                UART1_Request_ReadPoint = SerialMsg.pData[0];
92 killagreg 516
                                break;
517
 
160 holgerb 518
                        case 'j':// Set/Get NC-Parameter
156 killagreg 519
                                switch(SerialMsg.pData[0])
520
                                {
521
                                        case 0: // get
522
                                        break;
165 killagreg 523
 
156 killagreg 524
                                        case 1: // set
159 killagreg 525
                                        {
526
                                                s16 value;
527
                                                value = SerialMsg.pData[2] + (s16)SerialMsg.pData[3] * 0x0100;
528
                                                NCParams_SetValue(SerialMsg.pData[1], &value);
529
                                        }
156 killagreg 530
                                        break;
531
 
532
                                        default:
165 killagreg 533
                                        break;
156 killagreg 534
                                }
535
                                UART1_Request_ParameterId = SerialMsg.pData[1];
536
                                UART1_Request_Parameter = TRUE;
537
                                break;
41 ingob 538
                        default:
539
                                // unsupported command recieved
540
                                break;
541
                } // case NC_ADDRESS
65 killagreg 542
                // "break;" is missing here to fall thru to the common commands
41 ingob 543
 
544
                default:  // and any other Slave Address
545
 
190 killagreg 546
                switch(SerialMsg.CmdID) // check CmdID
41 ingob 547
                {
548
                        case 'a':// request for the labels of the analog debug outputs
110 killagreg 549
                                UART1_Request_DebugLabel = SerialMsg.pData[0];
550
                                if(UART1_Request_DebugLabel > 31) UART1_Request_DebugLabel = 31;
41 ingob 551
                                break;
193 killagreg 552
                        /*
41 ingob 553
                        case 'b': // submit extern control
121 killagreg 554
                                memcpy(&ExternControl, SerialMsg.pData, sizeof(ExternControl));
112 killagreg 555
                                UART1_ConfirmFrame = ExternControl.Frame;
41 ingob 556
                                break;
195 killagreg 557
                        */
41 ingob 558
                        case 'd': // request for debug data;
110 killagreg 559
                                UART1_DebugData_Interval = (u32) SerialMsg.pData[0] * 10;
560
                                if(UART1_DebugData_Interval > 0) UART1_Request_DebugData = TRUE;
198 killagreg 561
                                UART1_AboTimeOut = SetDelay(ABO_TIMEOUT);
41 ingob 562
                                break;
563
 
63 killagreg 564
                        case 'c': // request for 3D data;
110 killagreg 565
                                UART1_Data3D_Interval = (u32) SerialMsg.pData[0] * 10;
566
                                if(UART1_Data3D_Interval > 0) UART1_Request_Data3D = TRUE;
198 killagreg 567
                                UART1_AboTimeOut = SetDelay(ABO_TIMEOUT);
63 killagreg 568
                                break;
275 killagreg 569
 
358 holgerb 570
                        case 'k': // request for Motor data;
571
                                UART1_MotorData_Interval = (u32) SerialMsg.pData[0] * 10;
572
                                if(UART1_MotorData_Interval > 0) UART1_Request_MotorData = TRUE;
573
                                UART1_AboTimeOut = SetDelay(ABO_TIMEOUT);
574
                                break;
575
 
41 ingob 576
                        case 'h':// reqest for display line
193 killagreg 577
                                if((SerialMsg.pData[0]& 0x80) == 0x00)// old format
578
                                {
579
                                        UART1_DisplayLine = 2;
195 killagreg 580
                                        UART1_Display_Interval = 0;
193 killagreg 581
                                }
582
                                else
583
                                {
201 killagreg 584
                                        UART1_DisplayKeys |= ~SerialMsg.pData[0];
193 killagreg 585
                                        UART1_Display_Interval = (u32) SerialMsg.pData[1] * 10;
586
                                        UART1_DisplayLine = 4;
198 killagreg 587
                                        UART1_AboTimeOut = SetDelay(ABO_TIMEOUT);
193 killagreg 588
                                }
110 killagreg 589
                                UART1_Request_Display = TRUE;
41 ingob 590
                                break;
591
 
592
                        case 'l':// reqest for display columns
110 killagreg 593
                                MenuItem = SerialMsg.pData[0];
594
                                UART1_Request_Display1 = TRUE;
41 ingob 595
                                break;
64 holgerb 596
 
597
                        case 'o': // request for navigation information
110 killagreg 598
                                UART1_NaviData_Interval = (u32) SerialMsg.pData[0] * 10;
599
                                if(UART1_NaviData_Interval > 0) UART1_Request_NaviData = TRUE;
198 killagreg 600
                                UART1_AboTimeOut = SetDelay(ABO_TIMEOUT);
64 holgerb 601
                                break;
602
 
41 ingob 603
                        case 'v': // request for version info
110 killagreg 604
                                UART1_Request_VersionInfo = TRUE;
41 ingob 605
                                break;
606
                        default:
607
                                // unsupported command recieved
608
                                break;
609
                }
610
                break; // default:
611
        }
153 killagreg 612
        Buffer_Clear(&UART1_rx_buffer); // free rc buffer for next frame
41 ingob 613
}
614
 
615
 
616
/*****************************************************/
617
/*                   Send a character                */
618
/*****************************************************/
110 killagreg 619
s16 UART1_Putchar(char c)
41 ingob 620
{
362 holgerb 621
        u32 timeout = 10000;
110 killagreg 622
        if (c == '\n') UART1_Putchar('\r');
41 ingob 623
        // wait until txd fifo is not full
362 holgerb 624
        while(UART_GetFlagStatus(UART1, UART_FLAG_TxFIFOFull) != RESET) if(--timeout == 0) return(0);
41 ingob 625
        // transmit byte
626
        UART_SendData(UART1, c);
314 killagreg 627
        #ifdef FOLLOW_ME
628
        if(TransmitAlsoToFC) UART_SendData(UART2, c);
629
        #endif
41 ingob 630
        return (0);
631
}
632
 
633
/*****************************************************/
634
/*       Send a string to the debug uart              */
635
/*****************************************************/
110 killagreg 636
void UART1_PutString(u8 *s)
41 ingob 637
{
638
        if(s == NULL) return;
639
        while (*s != '\0' && DebugUART == UART1)
640
        {
110 killagreg 641
                UART1_Putchar(*s);
41 ingob 642
                s ++;
643
        }
644
}
645
 
113 killagreg 646
 
110 killagreg 647
/**************************************************************/
648
/*         Transmit tx buffer via debug uart                  */
649
/**************************************************************/
650
void UART1_Transmit(void)
651
{
652
        u8 tmp_tx;
653
        if(DebugUART != UART1) return;
654
        // if something has to be send and the txd fifo is not full
113 killagreg 655
        if(UART1_tx_buffer.Locked == TRUE)
110 killagreg 656
        {
113 killagreg 657
                // while there is some space in the tx fifo
658
                while(UART_GetFlagStatus(UART1, UART_FLAG_TxFIFOFull) != SET)
110 killagreg 659
                {
113 killagreg 660
                        tmp_tx = UART1_tx_buffer.pData[UART1_tx_buffer.Position++]; // read next byte from txd buffer
661
                        UART_SendData(UART1, tmp_tx); // put character to txd fifo
314 killagreg 662
                        #ifdef FOLLOW_ME
315 killagreg 663
                        if(TransmitAlsoToFC)
664
                        {
314 killagreg 665
                                UART_SendData(UART2, tmp_tx); // put character to txd fifo
666
                        }
667
                        #endif
113 killagreg 668
                        // if terminating character or end of txd buffer reached
461 holgerb 669
                        if((tmp_tx == '\0') || (UART1_tx_buffer.Position == UART1_tx_buffer.DataBytes))
113 killagreg 670
                        {
671
                                Buffer_Clear(&UART1_tx_buffer); // clear txd buffer
314 killagreg 672
                                #ifdef FOLLOW_ME
673
                                TransmitAlsoToFC = 0;
674
                                #endif
113 killagreg 675
                                break; // end while loop
676
                        }
110 killagreg 677
                }
678
        }
679
}
41 ingob 680
 
460 holgerb 681
//$GPGGA,HHMMSS.ss,BBBB.BBBB,b,LLLLL.LLLL,l,Q,NN,D.D,H.H,h,G.G,g,A.A,RRRR*PP
682
//$GPGGA,191410,4735.5634,N,00739.3538,E,1,04,4.4,351.5,M,48.0,M,,*45
683
//$GPGGA,092120.20,,,,,0,00,99.99,,,,,,*6C
684
void CreateNmeaGGA(void)
685
{
686
 unsigned char array[100], i = 0, crc = 0, x;
687
 long tmp1, tmp2;
688
 i += sprintf(array, "$GPGGA,");
689
// +++++++++++++++++++++++++++++++++++++++++++
690
 if(SystemTime.Valid)
691
  {
692
   i += sprintf(&array[i], "%02d%02d%02d.%02d,",SystemTime.Hour,SystemTime.Min,SystemTime.Sec,SystemTime.mSec/10);
693
  }
694
 else
695
  {
696
  i += sprintf(&array[i], ",");
697
  }
698
// +++++++++++++++++++++++++++++++++++++++++++
699
 if(GPSData.Flags & FLAG_GPSFIXOK)
700
 {
701
  tmp1 = abs(GPSData.Position.Latitude)/10000000L;
702
  i += sprintf(&array[i],"%02d",tmp1);
378 holgerb 703
 
460 holgerb 704
  tmp1 = abs(GPSData.Position.Latitude)%10000000L;
705
  tmp1 *= 6; // in Minuten
706
  tmp2 = tmp1 / 1000000L;
707
  i += sprintf(&array[i],"%02d",tmp2);
708
  tmp2 = tmp1 % 1000000L;
709
  tmp2 /= 10; // eine Stelle zu viel
710
  i += sprintf(&array[i],".%05d,",tmp2);
711
 
712
  if(GPSData.Position.Latitude >= 0) i += sprintf(&array[i],"N,");
713
  else i += sprintf(&array[i],"S,");
714
// +++++++++++++++++++++++++++++++++++++++++++
715
 
716
  tmp1 = abs(GPSData.Position.Longitude)/10000000L;
717
  i += sprintf(&array[i],"%03d",tmp1);
718
 
719
  tmp1 = abs(GPSData.Position.Longitude)%10000000L;
720
  tmp1 *= 6; // in Minuten
721
  tmp2 = tmp1 / 1000000L;
722
  i += sprintf(&array[i],"%02d",tmp2);
723
  tmp2 = tmp1 % 1000000L;
724
  tmp2 /= 10; // eine Stelle zu viel
725
  i += sprintf(&array[i],".%05d,",tmp2);
726
 
727
 
728
  if(GPSData.Position.Longitude >= 0) i += sprintf(&array[i],"E,");
729
  else i += sprintf(&array[i],"W,");
730
  i += sprintf(&array[i],"%d,",GPSData.SatFix);
731
  i += sprintf(&array[i],"%d,",GPSData.NumOfSats);
732
  i += sprintf(&array[i],"%d.%d,",GPSData.Position_Accuracy/100,abs(GPSData.Position_Accuracy%100));
733
//  i += sprintf(&array[i],"%d.%d,M,",GPSData.Position.Altitude/1000,abs(GPSData.Position.Altitude%1000)/100);
734
 tmp1 = NaviData.Altimeter / 2; // in dm
735
  i += sprintf(&array[i],"%d.%d,M,",tmp1 / 10,abs(tmp1 % 10));
736
  i += sprintf(&array[i],",,,*");
737
 }
738
 else
739
  {
740
   i += sprintf(&array[i], ",,,,%d,00,99.99,,,,,,*",GPSData.NumOfSats);
741
  }
742
 for(x=1; x<i-1; x++)
743
  {
744
   crc ^= array[x];
745
  }
461 holgerb 746
  i += sprintf(&array[i], "%02x%c%c",crc,0x0d,0x0a);
460 holgerb 747
  AddSerialData(&UART1_tx_buffer,array,i);
748
 
749
// +++++++++++++++++++++++++++++++++++++++++++
750
/*
751
 
752
 
753
 
754
                                GPSData.Flags =         (GPSData.Flags & 0xf0) | (UbxSol.Flags & 0x0f); // we take only the lower bits
755
                                GPSData.NumOfSats =                     UbxSol.numSV;
756
                                GPSData.SatFix =                                UbxSol.GPSfix;
757
                                GPSData.Position_Accuracy =             UbxSol.PAcc;
758
                                GPSData.Speed_Accuracy =                UbxSol.SAcc;
759
                                SetGPSTime(&SystemTime); // update system time
760
                                // NAV POSLLH
761
                                GPSData.Position.Status =               INVALID;
762
                                GPSData.Position.Longitude =    UbxPosLlh.LON;
763
                                GPSData.Position.Latitude =     UbxPosLlh.LAT;
764
                                GPSData.Position.Altitude =     UbxPosLlh.HMSL;
765
                                GPSData.Position.Status =               NEWDATA;
766
                                // NAV VELNED
767
                                GPSData.Speed_East =                    UbxVelNed.VEL_E;
768
                                GPSData.Speed_North =                   UbxVelNed.VEL_N;
769
                                GPSData.Speed_Top       =                       -UbxVelNed.VEL_D;
770
                                GPSData.Speed_Ground =                  UbxVelNed.GSpeed;
771
                                GPSData.Heading =                               UbxVelNed.Heading;
772
        SystemTime.Year = 0;
773
        SystemTime.Month = 0;
774
        SystemTime.Day = 0;
775
        SystemTime.Hour = 0;
776
        SystemTime.Min = 0;
777
        SystemTime.Sec = 0;
778
        SystemTime.mSec = 0;
779
        SystemTime.Valid = 0;
780
 
781
                                FromFlightCtrl.GyroHeading / 10;//NaviData.HomePositionDeviation.Bearing / 2;
782
                                        if(GPSData.Position.Latitude < 0) ToFlightCtrl.Param.Byte[5]  = 1; // 1 = S
783
                                        else ToFlightCtrl.Param.Byte[5]  = 0; // 1 = S
784
                                        i1 = abs(GPSData.Position.Latitude)/10000000L;
785
                                        i2 = abs(GPSData.Position.Latitude)%10000000L;
786
 
787
 
788
 
789
                                        if(!(NCFlags & NC_FLAG_GPS_OK)) {i1 = 0; i2 = 0;}
790
                                        i1 *= 100;
791
                                        i1 += i2 / 100000;
792
                                        i2  = i2 % 100000;
793
                                        i2 /= 10;
794
                                        ToFlightCtrl.Param.Byte[6]  = i1 % 256;
795
                                        ToFlightCtrl.Param.Byte[7]  = i1 / 256;
796
                                        ToFlightCtrl.Param.Byte[8]  = i2 % 256;
797
                                        ToFlightCtrl.Param.Byte[9]  = i2 / 256;
798
                                        break;
799
                                case 1:
800
                                        ToFlightCtrl.Param.Byte[11] = HOTT_GPS_PACKET_ID;
801
                                        ToFlightCtrl.Param.Byte[0] = 11+3;      // index          +3, weil bei HoTT V4 3 Bytes eingeschoben wurden
802
                                        ToFlightCtrl.Param.Byte[1] = 8-1;       // how many
803
                                        //-----------------------------
804
                                        if(GPSData.Position.Longitude < 0) ToFlightCtrl.Param.Byte[2]  = 1; // 1 = E
805
                                        else ToFlightCtrl.Param.Byte[2]  = 0; // 1 = S
806
                                        i1 = abs(GPSData.Position.Longitude)/10000000L;
807
                                        i2 = abs(GPSData.Position.Longitude)%10000000L;
808
 
809
*/
810
}
811
 
812
 
41 ingob 813
/**************************************************************/
814
/* Send the answers to incomming commands at the debug uart   */
815
/**************************************************************/
816
void UART1_TransmitTxData(void)
817
{
358 holgerb 818
static u8 motorindex1 = 255, motorindex2 = 0;
110 killagreg 819
        if(DebugUART != UART1) return;
198 killagreg 820
 
821
        if(CheckDelay(UART1_AboTimeOut))
822
        {
823
                UART1_DebugData_Interval = 0;
824
                UART1_NaviData_Interval = 0;
825
                UART1_Data3D_Interval = 0;
826
                UART1_Display_Interval = 0;
378 holgerb 827
                UART1_MotorData_Interval = 0;
198 killagreg 828
        }
829
 
110 killagreg 830
        UART1_Transmit(); // output pending bytes in tx buffer
831
        if((UART1_tx_buffer.Locked == TRUE)) return;
41 ingob 832
 
156 killagreg 833
        if(UART1_Request_Parameter && (UART1_tx_buffer.Locked == FALSE))
92 killagreg 834
        {
315 killagreg 835
                s16 ParamValue;
299 killagreg 836
                NCParams_GetValue(UART1_Request_ParameterId, &ParamValue);
160 holgerb 837
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'J', NC_ADDRESS, 2, &UART1_Request_ParameterId, sizeof(UART1_Request_ParameterId), &ParamValue, sizeof(ParamValue)); // answer the param request
156 killagreg 838
                UART1_Request_Parameter = FALSE;
839
        }
840
        else if(UART1_Request_Echo && (UART1_tx_buffer.Locked == FALSE))
841
        {
110 killagreg 842
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'Z', NC_ADDRESS, 1, &Echo, sizeof(Echo)); // answer the echo request
92 killagreg 843
                Echo = 0; // reset echo value
110 killagreg 844
                UART1_Request_Echo = FALSE;
92 killagreg 845
        }
349 ingob 846
        else if(UART1_Request_FTP && (UART1_tx_buffer.Locked == FALSE))
847
        {
433 ingob 848
                u8 errorcode = FTP_ERROR_NONE;
849
        if(FC.StatusFlags & FC_STATUS_MOTOR_RUN) errorcode = FTP_ERROR_MOTOR_RUN;
850
                else if (!Partition.IsValid) errorcode = FTP_ERROR_NO_SDCARD;
851
 
852
                if (!errorcode) CheckFTPCommand(UART1_Request_FTP);
853
                else
854
                {
855
                        u8 cmd = FTP_CMD_ERROR;
856
                        MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'F', NC_ADDRESS, 2, &cmd, 1, &errorcode, 1);
857
                }
858
 
349 ingob 859
                UART1_Request_FTP = FALSE;
860
        }
295 killagreg 861
        else if((UART1_Request_WritePoint!= 0xFF) && (UART1_tx_buffer.Locked == FALSE))
154 killagreg 862
        {
295 killagreg 863
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'W', NC_ADDRESS, 1, &UART1_Request_WritePoint, sizeof(UART1_Request_WritePoint));
864
                UART1_Request_WritePoint = 0xFF;
154 killagreg 865
        }
280 killagreg 866
        else if((UART1_Request_ReadPoint) && (UART1_tx_buffer.Locked == FALSE))
154 killagreg 867
        {
280 killagreg 868
                u8 PointCount = PointList_GetCount();
869
                if (UART1_Request_ReadPoint <= PointCount)
154 killagreg 870
                {
280 killagreg 871
                        MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'X', NC_ADDRESS, 3, &PointCount, 1, &UART1_Request_ReadPoint, 1, PointList_GetAt(UART1_Request_ReadPoint), sizeof(Point_t));
154 killagreg 872
                }
873
                else
874
                {
280 killagreg 875
                        MKProtocol_CreateSerialFrame(&UART1_tx_buffer,'X', NC_ADDRESS, 1, &PointCount, sizeof(PointCount));
154 killagreg 876
                }
280 killagreg 877
                UART1_Request_ReadPoint = 0;
154 killagreg 878
        }
879
        else if((UART1_Request_DebugLabel != 0xFF) && (UART1_tx_buffer.Locked == FALSE))
880
        {
881
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'A', NC_ADDRESS, 2, &UART1_Request_DebugLabel, sizeof(UART1_Request_DebugLabel), (u8 *) ANALOG_LABEL[UART1_Request_DebugLabel], 16);
882
                UART1_Request_DebugLabel = 0xFF;
883
        }
398 holgerb 884
        else if(UART1_ExternalControlConfirmFrame && (UART1_tx_buffer.Locked == FALSE))
885
        {
886
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'B', NC_ADDRESS, 1,(u8 *)&UART1_ExternalControlConfirmFrame, sizeof(UART1_ExternalControlConfirmFrame));
887
                UART1_ExternalControlConfirmFrame = 0;
888
        }
151 killagreg 889
        else if(( ((UART1_NaviData_Interval > 0) && CheckDelay(UART1_NaviData_Timer) ) || UART1_Request_NaviData) && (UART1_tx_buffer.Locked == FALSE))
41 ingob 890
        {
151 killagreg 891
                NaviData.Errorcode = ErrorCode;
378 holgerb 892
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'O', NC_ADDRESS, 1 , (u8 *)&NaviData, sizeof(NaviData));
151 killagreg 893
                UART1_NaviData_Timer = SetDelay(UART1_NaviData_Interval);
894
                UART1_Request_NaviData = FALSE;
360 holgerb 895
                LastTransmittedFCStatusFlags2 = NaviData.FCStatusFlags2;
151 killagreg 896
        }
897
        else if( (( (UART1_DebugData_Interval > 0) && CheckDelay(UART1_DebugData_Timer)) || UART1_Request_DebugData) && (UART1_tx_buffer.Locked == FALSE))
898
        {
110 killagreg 899
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'D', NC_ADDRESS, 1,(u8 *)&DebugOut, sizeof(DebugOut));
900
                UART1_DebugData_Timer = SetDelay(UART1_DebugData_Interval);
901
                UART1_Request_DebugData = FALSE;
41 ingob 902
        }
151 killagreg 903
        else if((( (UART1_Data3D_Interval > 0) && CheckDelay(UART1_Data3D_Timer) ) || UART1_Request_Data3D) && (UART1_tx_buffer.Locked == FALSE))
61 holgerb 904
        {
358 holgerb 905
                Data3D.StickNick = FC.StickNick;
906
                Data3D.StickRoll = FC.StickRoll;
907
        Data3D.StickYaw = FC.StickYaw;
908
        Data3D.StickGas = FC.StickGas;
110 killagreg 909
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'C', NC_ADDRESS, 1,(u8 *)&Data3D, sizeof(Data3D));
910
                UART1_Data3D_Timer = SetDelay(UART1_Data3D_Interval);
911
                UART1_Request_Data3D = FALSE;
61 holgerb 912
        }
358 holgerb 913
        else if((((UART1_MotorData_Interval > 0) && CheckDelay(UART1_MotorData_Timer) ) || UART1_Request_MotorData) && (UART1_tx_buffer.Locked == FALSE))
914
        {
915
                do
916
                {
917
                 motorindex1++;
918
                 motorindex1%=12;
919
         if(!motorindex1) {motorindex2++;  motorindex2 %= 12;};
920
                 if(motorindex1 == motorindex2) break;
921
                }
922
                while((Motor[motorindex1].State & 0x80) != 0x80); // skip unused Motors
923
 
924
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'K', NC_ADDRESS, 2, &motorindex1, sizeof(motorindex1),(u8 *)&Motor[motorindex1], sizeof(Motor_t));
925
            UART1_MotorData_Timer = SetDelay(UART1_MotorData_Interval);
926
                UART1_Request_MotorData = FALSE;
927
        }
460 holgerb 928
        else if((((NMEA_Interval > 0) && CheckDelay(NMEA_Timer))) && (UART1_tx_buffer.Locked == FALSE))
929
        {
930
                CreateNmeaGGA();
931
                NMEA_Timer = SetDelay(NMEA_Interval);
932
        }
933
 
193 killagreg 934
        /*
153 killagreg 935
        else if(UART1_ConfirmFrame && (UART1_tx_buffer.Locked == FALSE))
936
        {
937
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'B', NC_ADDRESS, 1, &UART1_ConfirmFrame, sizeof(UART1_ConfirmFrame));
938
                UART1_ConfirmFrame = 0;
939
        }
193 killagreg 940
        */
941
        /*
151 killagreg 942
        else if(UART1_Request_ExternalControl && (UART1_tx_buffer.Locked == FALSE))
41 ingob 943
        {
110 killagreg 944
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'G', NC_ADDRESS, 1, (u8 *)&ExternControl, sizeof(ExternControl));
945
                UART1_Request_ExternalControl = FALSE;
41 ingob 946
        }
193 killagreg 947
        */
948
        else if( (( (UART1_Display_Interval > 0) && CheckDelay(UART1_Display_Timer)) || UART1_Request_Display) && (UART1_tx_buffer.Locked == FALSE))
195 killagreg 949
        {
193 killagreg 950
                if(UART1_DisplayLine > 3)
951
                {
201 killagreg 952
                        Menu_Update(UART1_DisplayKeys);
953
                        UART1_DisplayKeys = 0;
193 killagreg 954
                        MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'H', NC_ADDRESS, 1, (u8*)DisplayBuff, sizeof(DisplayBuff));
955
                }
956
                else
957
                {
958
                        UART1_DisplayLine = 2;
959
                        sprintf(text,"!!! incompatible !!!");
960
                        MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'H', NC_ADDRESS, 2, &UART1_DisplayLine, sizeof(UART1_DisplayLine), (u8*)&text, 20);
961
                        if(UART1_DisplayLine++ > 3) UART1_DisplayLine = 0;
962
                }
963
                UART1_Display_Timer = SetDelay(UART1_Display_Interval);
110 killagreg 964
                UART1_Request_Display = FALSE;
41 ingob 965
        }
151 killagreg 966
        else if(UART1_Request_Display1 && (UART1_tx_buffer.Locked == FALSE))
41 ingob 967
        {
201 killagreg 968
                Menu_Update(0);
110 killagreg 969
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'L', NC_ADDRESS, 3, (u8*)&MenuItem, sizeof(MenuItem), (u8*)&MaxMenuItem, sizeof(MaxMenuItem),(u8*)DisplayBuff, sizeof(DisplayBuff));
970
                UART1_Request_Display1 = FALSE;
41 ingob 971
        }
151 killagreg 972
        else if(UART1_Request_VersionInfo && (UART1_tx_buffer.Locked == FALSE))
41 ingob 973
        {
110 killagreg 974
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'V', NC_ADDRESS,1, (u8 *)&UART_VersionInfo, sizeof(UART_VersionInfo));
975
                UART1_Request_VersionInfo = FALSE;
41 ingob 976
        }
447 holgerb 977
        else if(UART1_Request_SystemTime && (UART1_tx_buffer.Locked == FALSE))
978
        {
979
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'T', NC_ADDRESS,1, (u8 *)&SystemTime, sizeof(SystemTime));
980
                UART1_Request_SystemTime = FALSE;
981
        }
151 killagreg 982
        else if(UART1_Request_ErrorMessage && (UART1_tx_buffer.Locked == FALSE))
41 ingob 983
        {
110 killagreg 984
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'E', NC_ADDRESS, 1, (u8 *)&ErrorMSG, sizeof(ErrorMSG));
985
                UART1_Request_ErrorMessage = FALSE;
41 ingob 986
        }
314 killagreg 987
#ifdef FOLLOW_ME
988
        else if(CheckDelay(UART1_FollowMe_Timer) && (UART1_tx_buffer.Locked == FALSE))
989
        {
990
                if((GPSData.Status != INVALID) && (GPSData.SatFix == SATFIX_3D) && (GPSData.Flags & FLAG_GPSFIXOK) && (GPSData.NumOfSats >= 4))
315 killagreg 991
                {
314 killagreg 992
                        TransmitAlsoToFC = 1;
993
                        // update FollowMe content
994
                        FollowMe.Position.Longitude     = GPSData.Position.Longitude;
995
                        FollowMe.Position.Latitude      = GPSData.Position.Latitude;
996
                        FollowMe.Position.Status = NEWDATA;
997
                        FollowMe.Position.Altitude = 1;
998
                        // 0  -> no Orientation
999
                        // 1-360 -> CompassCourse Setpoint
1000
                        // -1 -> points to  WP1 -> itself
1001
                FollowMe.Heading = -1;
1002
                        FollowMe.ToleranceRadius = 1;
1003
                        FollowMe.HoldTime = 60;
1004
                        FollowMe.Event_Flag = 1;
1005
                        FollowMe.Index = 1; // 0 = Delete List, 1 place at first entry in the list
1006
                        FollowMe.Type = POINT_TYPE_WP;
1007
                        FollowMe.WP_EventChannelValue = 100;  // set servo value
1008
                        FollowMe.AltitudeRate = 0;                        // do not change height
403 holgerb 1009
                        FollowMe.Speed = 0;                             // rate to change the Position (0 = max)
1010
                        FollowMe.CamAngle = 255;                // Camera servo angle in degree (255 -> POI-Automatic)
1011
                        FollowMe.Name[0] = 'F';             // Name of that point (ASCII)
1012
                        FollowMe.Name[1] = 'O';             // Name of that point (ASCII)
1013
                        FollowMe.Name[2] = 'L';             // Name of that point (ASCII)
1014
                        FollowMe.Name[3] = 'L';             // Name of that point (ASCII)
314 killagreg 1015
                        FollowMe.reserve[0] = 0;                // reserve
1016
                        FollowMe.reserve[1] = 0;                // reserve
1017
                        MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 's', NC_ADDRESS, 1, (u8 *)&FollowMe, sizeof(FollowMe));
1018
                }
1019
                UART1_FollowMe_Timer = SetDelay(FOLLOW_ME_INTERVAL); // set new update time
1020
        }
1021
#endif
250 ingob 1022
#ifdef DEBUG                                                                                                                    // only include functions if DEBUG is defined
314 killagreg 1023
        else if(SendDebugOutput && (UART1_tx_buffer.Locked == FALSE))
254 killagreg 1024
        {
1025
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer,'0', NC_ADDRESS, 1, (u8 *) &tDebug, sizeof(tDebug));
1026
                SendDebugOutput = 0;
1027
        }
315 killagreg 1028
#endif
110 killagreg 1029
        UART1_Transmit(); // output pending bytes in tx buffer
41 ingob 1030
}
1031