Subversion Repositories NaviCtrl

Rev

Rev 643 | Rev 671 | 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
489 killagreg 10
// + Mikrocontroller verwendete Firmware für die Hardware Flight-Ctrl, Navi-Ctrl, BL-Ctrl, MK3Mag & PC-Programm MikroKopter-Tool
360 holgerb 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
489 killagreg 21
// + Schadens. Die gesetzliche Haftung bei Personenschäden und nach dem Produkthaftungsgesetz bleibt unberührt. Dem Lizenzgeber steht jedoch der Einwand
360 holgerb 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 -
489 killagreg 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
360 holgerb 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>
470 killagreg 57
#include <stdlib.h>
41 ingob 58
#include <stdarg.h>
59
#include <string.h>
60
 
61
#include "91x_lib.h"
251 killagreg 62
#include "main.h"
136 killagreg 63
#include "config.h"
41 ingob 64
#include "menu.h"
65
#include "GPS.h"
489 killagreg 66
#include "i2c.h"
41 ingob 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"
598 holgerb 83
#include "crc16.h"
529 holgerb 84
#include "eeprom.h"
41 ingob 85
 
529 holgerb 86
#define LIC_CMD_READ_LICENSE     1
87
#define LIC_CMD_WRITE_LICENSE    2
88
#define LIC_CMD_ERASE_LICENSE    3
433 ingob 89
 
41 ingob 90
#define FALSE   0
91
#define TRUE    1
92
 
351 holgerb 93
#define ABO_TIMEOUT 8000 // disable abo after 8 seconds
198 killagreg 94
u32 UART1_AboTimeOut = 0;
92 killagreg 95
 
598 holgerb 96
NaviData_Volatile_t NaviData_Volatile;
97
NaviData_WP_t NaviData_WP;
98
NaviData_Deviation_t NaviData_Deviation;
99
NaviData_Home_t NaviData_Home;
100
NaviData_Target_t NaviData_Target;
101
NaviData_Flags_t NaviData_Flags;
102
NaviData_Tiny_t NaviData_Tiny;
608 holgerb 103
NaviData_Pos_t NaviData_Failsafe;
620 holgerb 104
NaviData_Out_t NaviData_Out1Trigger;
598 holgerb 105
NaviData_t NaviData;
106
 
110 killagreg 107
u8 UART1_Request_VersionInfo    = FALSE;
108
u8 UART1_Request_ExternalControl= FALSE;
109
u8 UART1_Request_Display                = FALSE;
110
u8 UART1_Request_Display1               = FALSE;
111
u8 UART1_Request_DebugData              = FALSE;
112
u8 UART1_Request_DebugLabel             = 255;
113
u8 UART1_Request_NaviData               = FALSE;
114
u8 UART1_Request_ErrorMessage   = FALSE;
295 killagreg 115
u8 UART1_Request_WritePoint             = 0xFF;
280 killagreg 116
u8 UART1_Request_ReadPoint              = 0;
110 killagreg 117
u8 UART1_Request_Data3D             = FALSE;
358 holgerb 118
u8 UART1_Request_MotorData          = FALSE;
110 killagreg 119
u8 UART1_Request_Echo               = FALSE;
156 killagreg 120
u8 UART1_Request_ParameterId    = 0;
494 killagreg 121
u8 UART1_Request_WPLStore               = FALSE;
158 killagreg 122
u8 UART1_Request_Parameter              = FALSE;
447 holgerb 123
u8 UART1_Request_SystemTime             = FALSE;
201 killagreg 124
u8 UART1_DisplayKeys                    = 0;
112 killagreg 125
u8 UART1_DisplayLine                    = 0;
126
u8 UART1_ConfirmFrame                   = 0;
349 ingob 127
u8 UART1_Request_FTP                    = FALSE;
529 holgerb 128
u8 UART1_Request_LicenseString  = FALSE;
360 holgerb 129
u8 LastTransmittedFCStatusFlags2 = 0;
398 holgerb 130
u8 UART1_ExternalControlConfirmFrame = FALSE;
466 holgerb 131
u8 Send_NMEA_RMC = FALSE;
626 holgerb 132
u8 NaviData_Flags_SpeakHoTT_Processed = 0;
41 ingob 133
 
134
UART_TypeDef *DebugUART = UART1;
135
 
314 killagreg 136
#ifdef FOLLOW_ME
137
#define FOLLOW_ME_INTERVAL 200 // 5 Hz
315 killagreg 138
u32 UART1_FollowMe_Timer        = 0;
314 killagreg 139
Point_t FollowMe;
140
#endif
141
 
153 killagreg 142
// the primary rx fifo
378 holgerb 143
#define UART1_RX_FIFO_LEN 1024
153 killagreg 144
u8 UART1_rxfifobuffer[UART1_RX_FIFO_LEN];
145
fifo_t UART1_rx_fifo;
110 killagreg 146
 
147
// the rx buffer
530 holgerb 148
#define UART1_RX_BUFFER_LEN 1024
110 killagreg 149
u8 UART1_rbuffer[UART1_RX_BUFFER_LEN];
150
Buffer_t UART1_rx_buffer;
151
 
153 killagreg 152
// the tx buffer
530 holgerb 153
#define UART1_TX_BUFFER_LEN 1024
153 killagreg 154
u8 UART1_tbuffer[UART1_TX_BUFFER_LEN];
155
Buffer_t UART1_tx_buffer;
156
 
92 killagreg 157
volatile u8 SerialLinkOkay = 0;
41 ingob 158
 
150 killagreg 159
u8 text[200];
529 holgerb 160
u8 *LicensePtr = UART1_tbuffer;
41 ingob 161
 
162
const u8 ANALOG_LABEL[32][16] =
163
{
90 killagreg 164
   //1234567890123456
41 ingob 165
        "AngleNick       ", //0
166
        "AngleRoll       ",
167
        "AccNick         ",
168
        "AccRoll         ",
516 holgerb 169
        "Altitude [0.1m] ",
200 killagreg 170
        "FC-Flags        ", //5
95 killagreg 171
        "NC-Flags        ",
511 holgerb 172
        "Voltage  [0.1V] ",
173
        "Current  [0.1A] ",
41 ingob 174
        "GPS Data        ",
61 holgerb 175
        "CompassHeading  ", //10
176
        "GyroHeading     ",
419 holgerb 177
        "SPI Error       ", // achtung: muss auf 12 bleiben
643 holgerb 178
        "GPS CRC Error   ",
189 killagreg 179
        "I2C Error       ",
41 ingob 180
        "I2C Okay        ", //15
529 holgerb 181
        "16              ",
182
        "17              ",
183
        "18              ",
184
        "19              ", // SD-Card-time
330 holgerb 185
        "EarthMagnet [%] ", //20
456 holgerb 186
        "Ground Speed    ", //  "Z_Speed         ",
338 holgerb 187
        "N_Speed         ",
188
        "E_Speed         ",
310 holgerb 189
        "Magnet X        ",
338 holgerb 190
        "Magnet Y        ", //25
310 holgerb 191
        "Magnet Z        ",
41 ingob 192
        "Distance N      ",
193
        "Distance E      ",
511 holgerb 194
        "-GPS_Nick       ",
195
        "-GPS_Roll       ", //30
41 ingob 196
        "Used_Sats       "
197
};
198
 
495 killagreg 199
typedef struct
200
{
201
        u8 Index;
202
        u8 Status;
203
} __attribute__((packed)) WPL_Answer_t;
204
WPL_Answer_t WPL_Answer;
205
 
112 killagreg 206
DebugOut_t DebugOut;
207
ExternControl_t ExternControl;
208
UART_VersionInfo_t UART_VersionInfo;
209
NaviData_t NaviData;
210
Data3D_t Data3D;
496 killagreg 211
 
112 killagreg 212
u16 Echo; // 2 bytes recieved will be sent back as echo
41 ingob 213
 
193 killagreg 214
u32 UART1_DebugData_Timer = 0;
198 killagreg 215
u32 UART1_DebugData_Interval = 0;       // in ms
193 killagreg 216
u32 UART1_NaviData_Timer = 0;
198 killagreg 217
u32 UART1_NaviData_Interval = 0;        // in ms
598 holgerb 218
u16 UART1_NaviData_MaxBytes = 0;                // newer protocol?
198 killagreg 219
u32 UART1_Data3D_Timer = 0;
220
u32 UART1_Data3D_Interval = 0;          // in ms
358 holgerb 221
u32 UART1_MotorData_Timer = 0;
222
u32 UART1_MotorData_Interval = 0;               // in ms
193 killagreg 223
u32 UART1_Display_Timer = 0;
201 killagreg 224
u32 UART1_Display_Interval = 0;         // in ms
460 holgerb 225
u32 NMEA_Timer = 0;
532 holgerb 226
u32 NMEA_Interval = 0;// in ms
112 killagreg 227
 
598 holgerb 228
u8 CalculateDebugLableCrc(void)
229
{
230
        u16 i;
231
        u8 crc = 0;
232
        for(i=0;i<sizeof(ANALOG_LABEL);i++) crc += ANALOG_LABEL[0][i];
233
        return(crc);
234
}
235
 
41 ingob 236
/********************************************************/
237
/*            Initialization the UART1                  */
238
/********************************************************/
239
void UART1_Init (void)
240
{
241
        GPIO_InitTypeDef GPIO_InitStructure;
242
        UART_InitTypeDef UART_InitStructure;
243
 
153 killagreg 244
        // initialize txd buffer
245
        Buffer_Init(&UART1_tx_buffer, UART1_tbuffer, UART1_TX_BUFFER_LEN);
165 killagreg 246
 
153 killagreg 247
        // initialize rxd buffer
248
        Buffer_Init(&UART1_rx_buffer, UART1_rbuffer, UART1_RX_BUFFER_LEN);
249
 
244 killagreg 250
        // initialize the rx fifo, block UART IRQ geting a byte from fifo
251
        fifo_init(&UART1_rx_fifo, UART1_rxfifobuffer, UART1_RX_FIFO_LEN, NO_ITLine, UART1_ITLine);
153 killagreg 252
 
41 ingob 253
        SCU_APBPeriphClockConfig(__UART1, ENABLE);  // Enable the UART1 Clock
254
        SCU_APBPeriphClockConfig(__GPIO3, ENABLE);  // Enable the GPIO3 Clock
255
 
256
        /*Configure UART1_Rx pin GPIO3.2*/
257
        GPIO_StructInit(&GPIO_InitStructure);
258
        GPIO_InitStructure.GPIO_Direction =     GPIO_PinInput;
259
        GPIO_InitStructure.GPIO_Pin =                   GPIO_Pin_2;
260
        GPIO_InitStructure.GPIO_Type =                  GPIO_Type_PushPull;
196 killagreg 261
        GPIO_InitStructure.GPIO_IPInputConnected =      GPIO_IPInputConnected_Enable;
41 ingob 262
        GPIO_InitStructure.GPIO_Alternate =     GPIO_InputAlt1; // UART1_RxD
263
        GPIO_Init(GPIO3, &GPIO_InitStructure);
264
 
265
        /*Configure UART1_Tx pin GPIO3.3*/
266
        GPIO_StructInit(&GPIO_InitStructure);
267
        GPIO_InitStructure.GPIO_Direction =     GPIO_PinOutput;
268
        GPIO_InitStructure.GPIO_Pin =                   GPIO_Pin_3;
269
        GPIO_InitStructure.GPIO_Type =                  GPIO_Type_PushPull;
270
        GPIO_InitStructure.GPIO_Alternate =     GPIO_OutputAlt2; // UART1_TX
271
        GPIO_Init(GPIO3, &GPIO_InitStructure);
272
 
273
        /* UART1 configured as follow:
274
        - Word Length = 8 Bits
275
        - One Stop Bit
276
        - No parity
277
        - BaudRate = 57600 baud
278
        - Hardware flow control Disabled
279
        - Receive and transmit enabled
280
        - Receive and transmit FIFOs are Disabled
281
        */
282
        UART_StructInit(&UART_InitStructure);
283
        UART_InitStructure.UART_WordLength =                    UART_WordLength_8D;
284
        UART_InitStructure.UART_StopBits =                              UART_StopBits_1;
285
        UART_InitStructure.UART_Parity =                                UART_Parity_No ;
110 killagreg 286
        UART_InitStructure.UART_BaudRate =                              UART1_BAUD_RATE;
489 killagreg 287
        UART_InitStructure. UART_HardwareFlowControl =  UART_HardwareFlowControl_None;
41 ingob 288
        UART_InitStructure.UART_Mode =                                  UART_Mode_Tx_Rx;
487 holgerb 289
        UART_InitStructure.UART_FIFO =                                  UART_FIFO_Enable;
290
        UART_InitStructure.UART_TxFIFOLevel =                   UART_FIFOLevel_1_2;
489 killagreg 291
        UART_InitStructure.UART_RxFIFOLevel =                   UART_FIFOLevel_1_2;      // FIFO size 16 bytes, FIFO level 8 bytes
41 ingob 292
 
293
        UART_DeInit(UART1); // reset uart 1     to default
165 killagreg 294
        UART_Init(UART1, &UART_InitStructure); // initialize uart 1
41 ingob 295
        // enable uart 1 interrupts selective
296
        UART_ITConfig(UART1, UART_IT_Receive | UART_IT_ReceiveTimeOut, ENABLE);
297
        UART_Cmd(UART1, ENABLE); // enable uart 1
136 killagreg 298
        // configure the uart 1 interupt line
299
        VIC_Config(UART1_ITLine, VIC_IRQ, PRIORITY_UART1);
244 killagreg 300
        // enable the uart 1 IRQ
41 ingob 301
        VIC_ITCmd(UART1_ITLine, ENABLE);
153 killagreg 302
 
41 ingob 303
        // initialize the debug timer
110 killagreg 304
        UART1_DebugData_Timer = SetDelay(UART1_DebugData_Interval);
305
        UART1_NaviData_Timer = SetDelay(UART1_NaviData_Interval)+500;
461 holgerb 306
        NMEA_Timer = SetDelay(14000);
110 killagreg 307
 
41 ingob 308
        // Fill Version Info Structure
309
        UART_VersionInfo.SWMajor = VERSION_MAJOR;
310
        UART_VersionInfo.SWMinor = VERSION_MINOR;
311
        UART_VersionInfo.SWPatch = VERSION_PATCH;
312
        UART_VersionInfo.ProtoMajor = VERSION_SERIAL_MAJOR;
489 killagreg 313
    UART_VersionInfo.HWMajor = Version_HW & 0x7F;
548 holgerb 314
    UART_VersionInfo.BL_Firmware = 255;
454 holgerb 315
        UART_VersionInfo.Flags = 0;
598 holgerb 316
        UART_VersionInfo.LabelTextCRC = CalculateDebugLableCrc();
89 killagreg 317
        NaviData.Version = NAVIDATA_VERSION;
212 killagreg 318
        UART1_PutString("\r\n UART1 init...ok");
41 ingob 319
}
320
 
321
 
322
/****************************************************************/
323
/*               USART1 receiver ISR                            */
324
/****************************************************************/
325
void UART1_IRQHandler(void)
326
{
327
        static u8 abortState = 0;
328
        u8 c;
329
 
330
        if((UART_GetITStatus(UART1, UART_IT_Receive) != RESET) || (UART_GetITStatus(UART1, UART_IT_ReceiveTimeOut) != RESET) )
331
        {
153 killagreg 332
                // clear the pending bits!
41 ingob 333
                UART_ClearITPendingBit(UART1, UART_IT_Receive);
334
                UART_ClearITPendingBit(UART1, UART_IT_ReceiveTimeOut);
335
                // if debug UART is not UART1
336
                if (DebugUART != UART1)
337
                {       // forward received data to the debug UART tx buffer
338
                        while(UART_GetFlagStatus(UART1, UART_FLAG_RxFIFOEmpty) != SET)
339
                        {
340
                                // move the byte from the rx buffer of UART1 to the tx buffer of DebugUART
341
                                c = UART_ReceiveData(UART1);
342
 
343
                                // check for abort condition (ESC ESC 0x55 0xAA 0x00)
344
                                switch (abortState)
345
                                {
165 killagreg 346
                                        case 0:
139 killagreg 347
                                                if (c == 27) abortState++;
41 ingob 348
                                                break;
165 killagreg 349
                                        case 1:
350
                                                if (c == 27) abortState++;
139 killagreg 351
                                                else abortState = 0;
41 ingob 352
                                        break;
139 killagreg 353
                                        case 2:
165 killagreg 354
                                                if (c == 0x55) abortState++;
139 killagreg 355
                                                else abortState = 0;
41 ingob 356
                                                break;
139 killagreg 357
                                        case 3:
358
                                                if (c == 0xAA) abortState++;
359
                                                else abortState = 0;
41 ingob 360
                                                break;
165 killagreg 361
                                        case 4:
139 killagreg 362
                                                if (c == 0x00)
363
                                                {
364
                                                        if(DebugUART == UART0)
365
                                                        {
245 killagreg 366
                                                                UART0_Connect_to_MKGPS(UART0_BAUD_RATE);
179 killagreg 367
                                                                TIMER2_Init(); // enbable servo outputs
153 killagreg 368
                                                                fifo_purge(&UART1_rx_fifo); // flush the whole fifo init buffer
139 killagreg 369
                                                        }
370
                                                        DebugUART = UART1;
165 killagreg 371
                                                }
139 killagreg 372
                                                abortState = 0;
373
                                                break;
374
                                } // end switch abort state
136 killagreg 375
                                // if the Debug uart is not UART1, redirect input to the Debug UART
110 killagreg 376
                                if (DebugUART != UART1)
377
                                {
378
                                        // wait for space in the tx buffer of the DebugUART
379
                                        while(UART_GetFlagStatus(DebugUART, UART_FLAG_TxFIFOFull) == SET) {};
141 killagreg 380
                                        // move byte to the tx fifo of the debug uart
110 killagreg 381
                                        UART_SendData(DebugUART, c);
382
                                }
41 ingob 383
                        }
384
                }
385
                else  // DebugUART == UART1 (normal operation)
386
                {
110 killagreg 387
                        while(UART_GetFlagStatus(UART1, UART_FLAG_RxFIFOEmpty) != SET)
154 killagreg 388
                        { // some byes in the hardware fifo
153 killagreg 389
                            // get byte from hardware fifo
41 ingob 390
                        c = UART_ReceiveData(UART1);
153 killagreg 391
                                // put into the software fifo
392
                                if(!fifo_put(&UART1_rx_fifo, c))
393
                                {       // fifo overflow
155 killagreg 394
                                        //fifo_purge(&UART1_rx_fifo); // flush the whole buffer
153 killagreg 395
                                }
154 killagreg 396
                        } // EOF while some byes in the hardware fifo
41 ingob 397
                } // eof DebugUart = UART1
398
        }
195 killagreg 399
 
380 holgerb 400
 
401
 
378 holgerb 402
        VIC1->VAR = 0xFF; // write any value to VIC1 Vector address register
41 ingob 403
}
404
 
405
/**************************************************************/
406
/* Process incomming data from debug uart                     */
407
/**************************************************************/
408
void UART1_ProcessRxData(void)
409
{
154 killagreg 410
        // return on forwarding uart  or unlocked rx buffer
380 holgerb 411
        u8 c;
155 killagreg 412
        if(DebugUART != UART1) return;
413
        // if rx buffer is not locked
414
        if(UART1_rx_buffer.Locked == FALSE)
315 killagreg 415
        {
244 killagreg 416
                //collect data from primary rx fifo
155 killagreg 417
                while(fifo_get(&UART1_rx_fifo, &c))
315 killagreg 418
                {
244 killagreg 419
                        // break if complete frame is collected
155 killagreg 420
                        if(MKProtocol_CollectSerialFrame(&UART1_rx_buffer, c)) break;
421
                }
422
        }
423
        if(UART1_rx_buffer.Locked == FALSE) return;
424
 
280 killagreg 425
        Point_t * pPoint = NULL;
153 killagreg 426
        SerialMsg_t SerialMsg;
41 ingob 427
 
190 killagreg 428
        // analyze header first
429
        MKProtocol_DecodeSerialFrameHeader(&UART1_rx_buffer, &SerialMsg);
194 killagreg 430
        if( SerialMsg.Address == FC_ADDRESS )
41 ingob 431
        {
192 killagreg 432
                switch(SerialMsg.CmdID)
433
                {
231 holgerb 434
//                      case 'v': // version
398 holgerb 435
                        case 'b': // extern control
436
                                          UART1_ExternalControlConfirmFrame = 1;
192 killagreg 437
                        case 'y': // serial poti values
438
                                Buffer_Copy(&UART1_rx_buffer, &UART2_tx_buffer); //forward to FC
439
                                Buffer_Clear(&UART1_rx_buffer); // free rc buffer for next frame
194 killagreg 440
                                return; //end process rx data
192 killagreg 441
                        break;
442
                }
195 killagreg 443
        }
190 killagreg 444
 
445
        MKProtocol_DecodeSerialFrameData(&UART1_rx_buffer, &SerialMsg); // decode serial frame in rxd buffer
446
    if(SerialMsg.CmdID != 'z') SerialLinkOkay = 250;      // reset SerialTimeout, but not in case of the "ping"
447
        switch(SerialMsg.Address) // check for Slave Address
448
        {
41 ingob 449
                case NC_ADDRESS:  // own Slave Address
190 killagreg 450
                switch(SerialMsg.CmdID)
41 ingob 451
                {
489 killagreg 452
                        case 't': // request for the GPS time
447 holgerb 453
                                UART1_Request_SystemTime  = TRUE;
454
                                break;
455
 
529 holgerb 456
                        case 'm': // request for the license string
457
                                UART1_Request_LicenseString = SerialMsg.pData[0];
531 holgerb 458
                                if((UART1_Request_LicenseString == LIC_CMD_WRITE_LICENSE) && (UART_VersionInfo.HWMajor >= 20))
529 holgerb 459
                                 {
460
                                  memcpy(LicensePtr, &SerialMsg.pData[1],LICENSE_SIZE_TEXT); // copy ftp parameter
461
                                 }
462
                                break;
349 ingob 463
                        case 'f': // ftp command
464
                                UART1_Request_FTP = SerialMsg.pData[0];
489 killagreg 465
                                //if (UART1_Request_FTP == FTP_CMD_SET_CWD || UART1_Request_FTP == FTP_CMD_GET_FILE)
349 ingob 466
                                memcpy(&FTP_data, &SerialMsg.pData[1], sizeof(FTP_data)); // copy ftp parameter
467
                        break;
468
 
101 holgerb 469
                        case 'z': // connection checker
110 killagreg 470
                                memcpy(&Echo, SerialMsg.pData, sizeof(Echo)); // copy echo pattern
471
                                UART1_Request_Echo = TRUE;
92 killagreg 472
                                break;
473
 
41 ingob 474
                        case 'e': // request for the text of the error status
110 killagreg 475
                                UART1_Request_ErrorMessage = TRUE;
41 ingob 476
                                break;
477
 
478
                        case 's'://  new target position
280 killagreg 479
                                pPoint = (Point_t*)SerialMsg.pData;
480
                                if(pPoint->Position.Status == NEWDATA)
41 ingob 481
                                {
315 killagreg 482
                                        //if(!(FC.StatusFlags & FC_STATUS_FLY)) PointList_Clear(); // flush the list
300 holgerb 483
                                        //pPoint->Index = 1; // must be one after empty list
296 killagreg 484
                                        PointList_SetAt(pPoint);
315 killagreg 485
                                        if(FC.StatusFlags & FC_STATUS_FLY) PointList_WPActive(TRUE);
662 holgerb 486
//                                      GPS_pWaypoint = PointList_WPBegin(); // updates POI index
487
 
488
 
489
if(CurrentlyFlyingWaypoints)
490
 {
491
  GPS_pWaypoint = PointList_WPBegin();  
492
  NewWaypointsReceived = 0;                     // Only an update 
493
 }
295 killagreg 494
                                        BeepTime = 50;
41 ingob 495
                                }
568 holgerb 496
                                else
497
                                if((pPoint->Position.Status == SIMULATION) && !(FC.RealStatusFlags & FC_STATUS_MOTOR_RUN))
498
                                {
586 holgerb 499
                                if(pPoint->Event_Flag & SIMULATION_MOTOR_ON)
500
                                 {
501
                                  GPSPos_Copy(&(pPoint->Position), &SimulationPosition); // update hold position
502
                                  CompassDirectionAtMotorStart = SimulatedDirection*10;
503
                                 }
568 holgerb 504
                                if(!(SimulationFlags & SIMULATION_MOTOR_ON) && (pPoint->Event_Flag & SIMULATION_MOTOR_ON))
505
                                 {
506
                                  SimulationFlags = pPoint->Event_Flag | SIMULATION_MOTOR_START; // dann steht da noch nicht "SIMULATION_MOTOR_ON" drin
507
                                  SpeakHoTT = SPEAK_STARTING;
508
                                 }
509
                                else
510
                                if(!(pPoint->Event_Flag & SIMULATION_MOTOR_ON) && (SimulationFlags & SIMULATION_MOTOR_ON))
511
                                 {
512
                                  SimulationFlags = pPoint->Event_Flag;
513
                                  SpeakHoTT = SPEAK_MK_OFF;
514
                                  BeepTime = 50;
515
                                 }
516
                                 else
517
                                  SimulationFlags = pPoint->Event_Flag | (SimulationFlags & SIMULATION_MOTOR_START);
518
                                }
41 ingob 519
                                break;
520
                        case 'u': // redirect debug uart
110 killagreg 521
                                switch(SerialMsg.pData[0])
41 ingob 522
                                {
523
                                        case UART_FLIGHTCTRL:
524
                                                UART2_Init();                           // initialize UART2 to FC pins
153 killagreg 525
                                                fifo_purge(&UART1_rx_fifo);
180 killagreg 526
                                                TIMER2_Deinit();                        // reduce irq load
41 ingob 527
                                                DebugUART = UART2;
528
                                                break;
529
                                        case UART_MK3MAG:
255 killagreg 530
                                                if(FC.StatusFlags & FC_STATUS_MOTOR_RUN) break; // not if the motors are running
41 ingob 531
                                                UART0_Connect_to_MK3MAG();      // mux UART0 to MK3MAG pins
532
                                                GPSData.Status = INVALID;
153 killagreg 533
                                                fifo_purge(&UART1_rx_fifo);
41 ingob 534
                                                DebugUART = UART0;
535
                                                break;
536
                                        case UART_MKGPS:
255 killagreg 537
                                                if(FC.StatusFlags & FC_STATUS_MOTOR_RUN) break; // not if the motors are running
179 killagreg 538
                                                TIMER2_Deinit();                        // disable servo outputs to reduce irq load
245 killagreg 539
                                                UART0_Connect_to_MKGPS(UART0_BAUD_RATE);        // connect UART0 to MKGPS pins
41 ingob 540
                                                GPSData.Status = INVALID;
153 killagreg 541
                                                fifo_purge(&UART1_rx_fifo);
41 ingob 542
                                                DebugUART = UART0;
543
                                                break;
153 killagreg 544
                                        default:
545
                                                break;
41 ingob 546
                                }
547
                                break;
548
 
295 killagreg 549
                        case 'w'://  Set point in list at index
165 killagreg 550
                                {
280 killagreg 551
                                        pPoint = (Point_t*)SerialMsg.pData;
224 killagreg 552
 
280 killagreg 553
                                        if((pPoint->Position.Status == INVALID) && (pPoint->Index == 0))
224 killagreg 554
                                        {
280 killagreg 555
                                                PointList_Clear();
556
                                                GPS_pWaypoint = PointList_WPBegin();
315 killagreg 557
                                                UART1_Request_WritePoint = 0; // return new point count
568 holgerb 558
                                                NewWaypointsReceived = 1;
165 killagreg 559
                                        }
227 killagreg 560
                                        else
295 killagreg 561
                                        {  // update WP in list at index
489 killagreg 562
                                                if(pPoint->Index > MaxNumberOfWaypoints)
490 killagreg 563
                                                {
564
                                                        UART1_Request_WritePoint = 254;
565
                                                        pPoint->Index = MaxNumberOfWaypoints;
566
                                                }
567
                                                else UART1_Request_WritePoint = PointList_SetAt(pPoint);
315 killagreg 568
                                                if(FC.StatusFlags & FC_STATUS_FLY) PointList_WPActive(TRUE);
519 holgerb 569
                                                SpeakWaypointRached = 1;        // Speak once when the last Point is reached
295 killagreg 570
                                                if(UART1_Request_WritePoint == pPoint->Index)
225 killagreg 571
                                                {
572
                                                        BeepTime = 500;
519 holgerb 573
                                                    if(UART1_Request_WritePoint == 1) SpeakNextWaypoint = 1;            // Speak once as soon as the Points are active
165 killagreg 574
                                                }
575
                                        }
41 ingob 576
                                }
577
                                break;
578
 
92 killagreg 579
                        case 'x'://  Read Waypoint from List
280 killagreg 580
                                UART1_Request_ReadPoint = SerialMsg.pData[0];
92 killagreg 581
                                break;
582
 
494 killagreg 583
                        case 'i':// Store WP List to file
496 killagreg 584
                                memcpy((u8*)&WPL_Store, SerialMsg.pData, sizeof(WPL_Store_t));
585
                                WPL_Store.Name[11] = 0; // make sure the name string is terminated
497 killagreg 586
                                WPL_Answer.Index = WPL_Store.Index; // echo Index in cmd answer
513 killagreg 587
                                WPL_Answer.Status = PointList_WriteToFile(&WPL_Store);
495 killagreg 588
                                UART1_Request_WPLStore = TRUE;
494 killagreg 589
                                break;
590
 
160 holgerb 591
                        case 'j':// Set/Get NC-Parameter
156 killagreg 592
                                switch(SerialMsg.pData[0])
593
                                {
594
                                        case 0: // get
595
                                        break;
165 killagreg 596
 
156 killagreg 597
                                        case 1: // set
159 killagreg 598
                                        {
599
                                                s16 value;
600
                                                value = SerialMsg.pData[2] + (s16)SerialMsg.pData[3] * 0x0100;
601
                                                NCParams_SetValue(SerialMsg.pData[1], &value);
602
                                        }
156 killagreg 603
                                        break;
491 killagreg 604
 
156 killagreg 605
                                        default:
165 killagreg 606
                                        break;
156 killagreg 607
                                }
608
                                UART1_Request_ParameterId = SerialMsg.pData[1];
609
                                UART1_Request_Parameter = TRUE;
610
                                break;
41 ingob 611
                        default:
612
                                // unsupported command recieved
613
                                break;
614
                } // case NC_ADDRESS
65 killagreg 615
                // "break;" is missing here to fall thru to the common commands
41 ingob 616
 
617
                default:  // and any other Slave Address
618
 
190 killagreg 619
                switch(SerialMsg.CmdID) // check CmdID
41 ingob 620
                {
621
                        case 'a':// request for the labels of the analog debug outputs
110 killagreg 622
                                UART1_Request_DebugLabel = SerialMsg.pData[0];
623
                                if(UART1_Request_DebugLabel > 31) UART1_Request_DebugLabel = 31;
41 ingob 624
                                break;
193 killagreg 625
                        /*
41 ingob 626
                        case 'b': // submit extern control
121 killagreg 627
                                memcpy(&ExternControl, SerialMsg.pData, sizeof(ExternControl));
112 killagreg 628
                                UART1_ConfirmFrame = ExternControl.Frame;
41 ingob 629
                                break;
195 killagreg 630
                        */
41 ingob 631
                        case 'd': // request for debug data;
110 killagreg 632
                                UART1_DebugData_Interval = (u32) SerialMsg.pData[0] * 10;
633
                                if(UART1_DebugData_Interval > 0) UART1_Request_DebugData = TRUE;
198 killagreg 634
                                UART1_AboTimeOut = SetDelay(ABO_TIMEOUT);
41 ingob 635
                                break;
636
 
63 killagreg 637
                        case 'c': // request for 3D data;
110 killagreg 638
                                UART1_Data3D_Interval = (u32) SerialMsg.pData[0] * 10;
639
                                if(UART1_Data3D_Interval > 0) UART1_Request_Data3D = TRUE;
198 killagreg 640
                                UART1_AboTimeOut = SetDelay(ABO_TIMEOUT);
63 killagreg 641
                                break;
275 killagreg 642
 
358 holgerb 643
                        case 'k': // request for Motor data;
644
                                UART1_MotorData_Interval = (u32) SerialMsg.pData[0] * 10;
645
                                if(UART1_MotorData_Interval > 0) UART1_Request_MotorData = TRUE;
646
                                UART1_AboTimeOut = SetDelay(ABO_TIMEOUT);
647
                                break;
648
 
41 ingob 649
                        case 'h':// reqest for display line
193 killagreg 650
                                if((SerialMsg.pData[0]& 0x80) == 0x00)// old format
651
                                {
652
                                        UART1_DisplayLine = 2;
195 killagreg 653
                                        UART1_Display_Interval = 0;
598 holgerb 654
                                        UART1_Request_Display = TRUE;
193 killagreg 655
                                }
656
                                else
657
                                {
201 killagreg 658
                                        UART1_DisplayKeys |= ~SerialMsg.pData[0];
193 killagreg 659
                                        UART1_Display_Interval = (u32) SerialMsg.pData[1] * 10;
660
                                        UART1_DisplayLine = 4;
198 killagreg 661
                                        UART1_AboTimeOut = SetDelay(ABO_TIMEOUT);
598 holgerb 662
                                        if(UART1_Display_Interval) UART1_Request_Display = TRUE;
193 killagreg 663
                                }
41 ingob 664
                                break;
665
 
666
                        case 'l':// reqest for display columns
110 killagreg 667
                                MenuItem = SerialMsg.pData[0];
668
                                UART1_Request_Display1 = TRUE;
41 ingob 669
                                break;
64 holgerb 670
 
671
                        case 'o': // request for navigation information
110 killagreg 672
                                UART1_NaviData_Interval = (u32) SerialMsg.pData[0] * 10;
598 holgerb 673
                                if(SerialMsg.DataLen > 2) UART1_NaviData_MaxBytes = SerialMsg.pData[1] * 256 + SerialMsg.pData[2];
674
                                else UART1_NaviData_MaxBytes = 0;
110 killagreg 675
                                if(UART1_NaviData_Interval > 0) UART1_Request_NaviData = TRUE;
198 killagreg 676
                                UART1_AboTimeOut = SetDelay(ABO_TIMEOUT);
64 holgerb 677
                                break;
678
 
41 ingob 679
                        case 'v': // request for version info
548 holgerb 680
                                if(SerialMsg.DataLen > 0 && SerialMsg.pData[0] == 1) UART1_Request_VersionInfo = 1;
681
                                else UART1_Request_VersionInfo = 2;
41 ingob 682
                                break;
683
                        default:
684
                                // unsupported command recieved
685
                                break;
686
                }
687
                break; // default:
688
        }
153 killagreg 689
        Buffer_Clear(&UART1_rx_buffer); // free rc buffer for next frame
41 ingob 690
}
691
 
692
 
693
/*****************************************************/
694
/*                   Send a character                */
695
/*****************************************************/
110 killagreg 696
s16 UART1_Putchar(char c)
41 ingob 697
{
362 holgerb 698
        u32 timeout = 10000;
110 killagreg 699
        if (c == '\n') UART1_Putchar('\r');
41 ingob 700
        // wait until txd fifo is not full
362 holgerb 701
        while(UART_GetFlagStatus(UART1, UART_FLAG_TxFIFOFull) != RESET) if(--timeout == 0) return(0);
41 ingob 702
        // transmit byte
703
        UART_SendData(UART1, c);
314 killagreg 704
        #ifdef FOLLOW_ME
705
        if(TransmitAlsoToFC) UART_SendData(UART2, c);
706
        #endif
41 ingob 707
        return (0);
708
}
709
 
710
/*****************************************************/
711
/*       Send a string to the debug uart              */
712
/*****************************************************/
110 killagreg 713
void UART1_PutString(u8 *s)
41 ingob 714
{
715
        if(s == NULL) return;
716
        while (*s != '\0' && DebugUART == UART1)
717
        {
110 killagreg 718
                UART1_Putchar(*s);
41 ingob 719
                s ++;
720
        }
721
}
722
 
113 killagreg 723
 
110 killagreg 724
/**************************************************************/
725
/*         Transmit tx buffer via debug uart                  */
726
/**************************************************************/
727
void UART1_Transmit(void)
728
{
729
        u8 tmp_tx;
730
        if(DebugUART != UART1) return;
731
        // if something has to be send and the txd fifo is not full
113 killagreg 732
        if(UART1_tx_buffer.Locked == TRUE)
110 killagreg 733
        {
113 killagreg 734
                // while there is some space in the tx fifo
735
                while(UART_GetFlagStatus(UART1, UART_FLAG_TxFIFOFull) != SET)
110 killagreg 736
                {
113 killagreg 737
                        tmp_tx = UART1_tx_buffer.pData[UART1_tx_buffer.Position++]; // read next byte from txd buffer
738
                        UART_SendData(UART1, tmp_tx); // put character to txd fifo
314 killagreg 739
                        #ifdef FOLLOW_ME
315 killagreg 740
                        if(TransmitAlsoToFC)
741
                        {
314 killagreg 742
                                UART_SendData(UART2, tmp_tx); // put character to txd fifo
743
                        }
744
                        #endif
113 killagreg 745
                        // if terminating character or end of txd buffer reached
461 holgerb 746
                        if((tmp_tx == '\0') || (UART1_tx_buffer.Position == UART1_tx_buffer.DataBytes))
113 killagreg 747
                        {
748
                                Buffer_Clear(&UART1_tx_buffer); // clear txd buffer
314 killagreg 749
                                #ifdef FOLLOW_ME
750
                                TransmitAlsoToFC = 0;
751
                                #endif
113 killagreg 752
                                break; // end while loop
753
                        }
110 killagreg 754
                }
755
        }
756
}
41 ingob 757
 
460 holgerb 758
//$GPGGA,HHMMSS.ss,BBBB.BBBB,b,LLLLL.LLLL,l,Q,NN,D.D,H.H,h,G.G,g,A.A,RRRR*PP
759
//$GPGGA,191410,4735.5634,N,00739.3538,E,1,04,4.4,351.5,M,48.0,M,,*45
760
//$GPGGA,092120.20,,,,,0,00,99.99,,,,,,*6C
466 holgerb 761
//http://www.kowoma.de/gps/zusatzerklaerungen/NMEA.htm
576 holgerb 762
 
460 holgerb 763
void CreateNmeaGGA(void)
764
{
489 killagreg 765
        u8 array[200], i = 0, crc = 0, x;
766
        s32 tmp1, tmp2;
378 holgerb 767
 
489 killagreg 768
        i += sprintf(array, "$GPGGA,");
769
        // +++++++++++++++++++++++++++++++++++++++++++
770
        if(SystemTime.Valid)
771
        {
772
                i += sprintf(&array[i], "%02d%02d%02d.%02d,", SystemTime.Hour, SystemTime.Min, SystemTime.Sec, SystemTime.mSec/10);
773
        }
774
        else
775
        {
776
                i += sprintf(&array[i], ",");
777
        }
778
        // +++++++++++++++++++++++++++++++++++++++++++
779
        if(GPSData.Flags & FLAG_GPSFIXOK)
780
        {
781
                tmp1 = abs(GPSData.Position.Latitude)/10000000L;
782
                i += sprintf(&array[i],"%02d",(s16)tmp1);
460 holgerb 783
 
489 killagreg 784
                tmp1 = abs(GPSData.Position.Latitude)%10000000L;
785
                tmp1 *= 6; // in Minuten
786
                tmp2 = tmp1 / 1000000L;
576 holgerb 787
                i += sprintf(&array[i],"%02d", (u16)tmp2);
489 killagreg 788
                tmp2 = tmp1 % 1000000L;
576 holgerb 789
                tmp2 /= 100; // zwei Stellen zu viel
790
                i += sprintf(&array[i],".%04d,", (u16)tmp2);
460 holgerb 791
 
489 killagreg 792
                if(GPSData.Position.Latitude >= 0) i += sprintf(&array[i],"N,");
793
                else i += sprintf(&array[i],"S,");
794
                // +++++++++++++++++++++++++++++++++++++++++++
460 holgerb 795
 
489 killagreg 796
                tmp1 = abs(GPSData.Position.Longitude)/10000000L;
576 holgerb 797
                i += sprintf(&array[i],"%03d", (u16)tmp1);
460 holgerb 798
 
489 killagreg 799
                tmp1 = abs(GPSData.Position.Longitude)%10000000L;
800
                tmp1 *= 6; // in Minuten
801
                tmp2 = tmp1 / 1000000L;
576 holgerb 802
                i += sprintf(&array[i],"%02d", (u16)tmp2);
489 killagreg 803
                tmp2 = tmp1 % 1000000L;
576 holgerb 804
                tmp2 /= 100; // zwei Stellen zu viel
805
                i += sprintf(&array[i],".%04d,", (u16)tmp2);
460 holgerb 806
 
807
 
489 killagreg 808
                if(GPSData.Position.Longitude >= 0) i += sprintf(&array[i],"E,");
809
                else i += sprintf(&array[i],"W,");
810
                i += sprintf(&array[i],"%d,",GPSData.SatFix);
811
                i += sprintf(&array[i],"%d,",GPSData.NumOfSats);
812
                i += sprintf(&array[i],"%d.%d,",(s16)(GPSData.Position_Accuracy/100),abs(GPSData.Position_Accuracy%100));
813
                //  i += sprintf(&array[i],"%d.%d,M,",GPSData.Position.Altitude/1000,abs(GPSData.Position.Altitude%1000)/100);
814
                tmp1 = NaviData.Altimeter / 2; // in dm
815
                i += sprintf(&array[i],"%d.%d,M,",(s16)tmp1 / 10,abs((s16)tmp1 % 10));
816
                i += sprintf(&array[i],",,,*");
817
        }
818
        else
819
        {
820
                i += sprintf(&array[i], ",,,,%d,00,99.99,,,,,,*",GPSData.NumOfSats);
821
        }
822
        for(x = 1; x < i-1; x++)
823
        {
824
                crc ^= array[x];
825
        }
826
        i += sprintf(&array[i], "%02x%c%c",crc,0x0d,0x0a);
827
        AddSerialData(&UART1_tx_buffer,array,i);
828
 
829
        // +++++++++++++++++++++++++++++++++++++++++++
466 holgerb 830
}
831
 
832
//$GPRMC,162614.123,A,5230.5900,N,01322.3900,E,10.0,90.0,131006,1.2,E,A*13
833
//$GPRMC,HHMMSS.sss,A,BBBB.BBBB,b,LLLLL.LLLL,l,GG.G,RR.R,DDMMYY,M.M,m,F*PP
834
 
835
void CreateNmeaRMC(void)
836
{
489 killagreg 837
        u8 array[200], i = 0, crc = 0, x;
838
        s16 tmp_int;
839
        s32 tmp1, tmp2;
840
        // +++++++++++++++++++++++++++++++++++++++++++
841
        i += sprintf(array, "$GPRMC,");
842
        // +++++++++++++++++++++++++++++++++++++++++++
843
        if(SystemTime.Valid)
844
        {
845
                i += sprintf(&array[i], "%02d%02d%02d.%03d,", SystemTime.Hour, SystemTime.Min, SystemTime.Sec, SystemTime.mSec);
846
        }
847
        else
848
        {
849
                i += sprintf(&array[i], ",");
850
        }
851
        if(GPSData.Flags & FLAG_GPSFIXOK)
852
        {
853
                // +++++++++++++++++++++++++++++++++++++++++++
854
                tmp1 = abs(GPSData.Position.Latitude)/10000000L;
855
                i += sprintf(&array[i],"A,%02d", (s16)tmp1); // Status: A = Okay  V = Warnung
483 holgerb 856
 
489 killagreg 857
                tmp1 = abs(GPSData.Position.Latitude)%10000000L;
858
                tmp1 *= 6; // in Minuten
859
                tmp2 = tmp1 / 1000000L;
860
                i += sprintf(&array[i],"%02d", (s16)tmp2);
861
                tmp2 = tmp1 % 1000000L;
576 holgerb 862
                tmp2 /= 100; // zwei Stellen zu viel
863
                i += sprintf(&array[i],".%04d,", (s16)tmp2);
489 killagreg 864
                if(GPSData.Position.Latitude >= 0) i += sprintf(&array[i],"N,");
865
                else i += sprintf(&array[i],"S,");
866
                // +++++++++++++++++++++++++++++++++++++++++++
867
                tmp1 = abs(GPSData.Position.Longitude)/10000000L;
868
                i += sprintf(&array[i],"%03d", (s16)tmp1);
483 holgerb 869
 
489 killagreg 870
                tmp1 = abs(GPSData.Position.Longitude)%10000000L;
871
                tmp1 *= 6; // in Minuten
872
                tmp2 = tmp1 / 1000000L;
873
                i += sprintf(&array[i],"%02d", (s16)tmp2);
874
                tmp2 = tmp1 % 1000000L;
576 holgerb 875
                tmp2 /= 100; // zwei Stellen zu viel
876
                i += sprintf(&array[i],".%04d,", (s16)tmp2);
489 killagreg 877
                if(GPSData.Position.Longitude >= 0) i += sprintf(&array[i],"E,");
878
                else i += sprintf(&array[i],"W,");
879
                // +++++++++++++++++++++++++++++++++++++++++++
880
                tmp_int = GPSData.Speed_Ground; // in cm/sek
881
                tmp_int *= 90;
882
                tmp_int /= 463;
883
                i += sprintf(&array[i],"%02d.%d,",tmp_int/10,tmp_int%10); // in Knoten
884
                // +++++++++++++++++++++++++++++++++++++++++++
885
                i += sprintf(&array[i],"%03d.%d,",GyroCompassCorrected/10,GyroCompassCorrected%10);
886
                // +++++++++++++++++++++++++++++++++++++++++++
887
                if(SystemTime.Valid)
888
                {
889
                        i += sprintf(&array[i], "%02d%02d%02d,",SystemTime.Day,SystemTime.Month,SystemTime.Year);
890
                }
891
                else
892
                {
893
                        i += sprintf(&array[i], ",");
894
                }
895
                // +++++++++++++++++++++++++++++++++++++++++++
896
                i += sprintf(&array[i],"%d.%1d,", abs(GeoMagDec)/10,abs(GeoMagDec)%10);
897
                if(GeoMagDec < 0) i += sprintf(&array[i], "W,"); else i += sprintf(&array[i], "E,");
898
                // +++++++++++++++++++++++++++++++++++++++++++
576 holgerb 899
                if(GPSData.Flags & FLAG_DIFFSOLN) i += sprintf(&array[i], "D*");
900
                else i += sprintf(&array[i], "A*");
489 killagreg 901
        }
902
        else // kein Satfix
903
        {
904
                i += sprintf(&array[i], "V,,,,,,,,,,N*");
905
        }
906
        // +++++++++++++++++++++++++++++++++++++++++++
907
        //  CRC
908
        // +++++++++++++++++++++++++++++++++++++++++++
909
        for(x=1; x<i-1; x++)
910
        {
911
                crc ^= array[x];
912
        }
913
        i += sprintf(&array[i], "%02x%c%c",crc,0x0d,0x0a);
914
        // +++++++++++++++++++++++++++++++++++++++++++
915
        AddSerialData(&UART1_tx_buffer,array,i);
916
        // +++++++++++++++++++++++++++++++++++++++++++
917
/*
460 holgerb 918
 
919
 
920
 
489 killagreg 921
                GPSData.Flags =         (GPSData.Flags & 0xf0) | (UbxSol.Flags & 0x0f); // we take only the lower bits
922
                GPSData.NumOfSats =                     UbxSol.numSV;
923
                GPSData.SatFix =                                UbxSol.GPSfix;
924
                GPSData.Position_Accuracy =             UbxSol.PAcc;
925
                GPSData.Speed_Accuracy =                UbxSol.SAcc;
926
                SetGPSTime(&SystemTime); // update system time
927
                // NAV POSLLH
928
                GPSData.Position.Status =               INVALID;
929
                GPSData.Position.Longitude =    UbxPosLlh.LON;
930
                GPSData.Position.Latitude =     UbxPosLlh.LAT;
931
                GPSData.Position.Altitude =     UbxPosLlh.HMSL;
932
                GPSData.Position.Status =               NEWDATA;
933
                // NAV VELNED
934
                GPSData.Speed_East =                    UbxVelNed.VEL_E;
935
                GPSData.Speed_North =                   UbxVelNed.VEL_N;
936
                GPSData.Speed_Top       =                       -UbxVelNed.VEL_D;
937
                GPSData.Speed_Ground =                  UbxVelNed.GSpeed;
938
                GPSData.Heading =                               UbxVelNed.Heading;
939
                SystemTime.Year = 0;
940
                SystemTime.Month = 0;
941
                SystemTime.Day = 0;
942
                SystemTime.Hour = 0;
943
                SystemTime.Min = 0;
944
                SystemTime.Sec = 0;
945
                SystemTime.mSec = 0;
946
                SystemTime.Valid = 0;
460 holgerb 947
 
489 killagreg 948
                FromFlightCtrl.GyroHeading / 10;//NaviData.HomePositionDeviation.Bearing / 2;
949
                        if(GPSData.Position.Latitude < 0) ToFlightCtrl.Param.Byte[5]  = 1; // 1 = S
950
                        else ToFlightCtrl.Param.Byte[5]  = 0; // 1 = S
951
                        i1 = abs(GPSData.Position.Latitude)/10000000L;
952
                        i2 = abs(GPSData.Position.Latitude)%10000000L;
460 holgerb 953
 
489 killagreg 954
 
955
 
956
                        if(!(NCFlags & NC_FLAG_GPS_OK)) {i1 = 0; i2 = 0;}
957
                        i1 *= 100;
958
                        i1 += i2 / 100000;
959
                        i2  = i2 % 100000;
960
                        i2 /= 10;
961
                        ToFlightCtrl.Param.Byte[6]  = i1 % 256;
962
                        ToFlightCtrl.Param.Byte[7]  = i1 / 256;
963
                        ToFlightCtrl.Param.Byte[8]  = i2 % 256;
964
                        ToFlightCtrl.Param.Byte[9]  = i2 / 256;
965
                        break;
966
                case 1:
967
                        ToFlightCtrl.Param.Byte[11] = HOTT_GPS_PACKET_ID;
968
                        ToFlightCtrl.Param.Byte[0] = 11+3;      // index          +3, weil bei HoTT V4 3 Bytes eingeschoben wurden
969
                        ToFlightCtrl.Param.Byte[1] = 8-1;       // how many
970
                        //-----------------------------
971
                        if(GPSData.Position.Longitude < 0) ToFlightCtrl.Param.Byte[2]  = 1; // 1 = E
972
                        else ToFlightCtrl.Param.Byte[2]  = 0; // 1 = S
973
                        i1 = abs(GPSData.Position.Longitude)/10000000L;
974
                        i2 = abs(GPSData.Position.Longitude)%10000000L;
975
 
460 holgerb 976
*/
977
}
978
 
620 holgerb 979
u16 SendTriggerPos(void)
980
{
981
 u16 sent = 0;                                 
982
 NaviData_Out1Trigger.Index = 18;
983
 sent = MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'O', NC_ADDRESS, 1 , (u8 *)&NaviData_Out1Trigger, sizeof(NaviData_Out1Trigger)) + 1;
984
 Out1TriggerUpdateNewData = 0;
985
// BeepTime = 50; // beep
986
 return(sent);
987
}
460 holgerb 988
 
620 holgerb 989
 
599 holgerb 990
u16 TransmitNavigationData(u16 MaxBytesPerSecond, u8 clear) // returns the minumum pause time in ms
598 holgerb 991
{
599 holgerb 992
static u8 state = 0, count_flags = 2, count_target = 3, count_home = 4, count_wp = 5 , count_tiny = 6, count_fs = 7;
620 holgerb 993
static u16 CRC_Home = 0, CRC_Target = 0, CRC_Flags = 0, CRC_Wp = 0, CRC_Fs = 0;
994
u16 pause, sent = 0, crc_home, crc_target, crc_flags, crc_wp, crc_fs;
598 holgerb 995
 
599 holgerb 996
 if(clear)
997
 {
998
        state = 0;
999
        CRC_Home++;
1000
        CRC_Target++;
1001
        CRC_Flags++;
1002
        CRC_Wp++;
1003
        CRC_Fs++;
637 holgerb 1004
        if(ErrorCode) NaviData_Flags.SpeakHoTT = FC.FromFC_SpeakHoTT;
1005
        else NaviData_Flags.SpeakHoTT = SPEAK_CONNECTED;
1006
        NaviData_Flags_SpeakHoTT_Processed = 0; // don't overwrite in SPI.C
599 holgerb 1007
        return(1);
1008
 }
598 holgerb 1009
while(!sent)
1010
 {
620 holgerb 1011
//      if(Out1TriggerUpdateNewData && MaxBytesPerSecond > 200)   // (only if the data link can transmit more than 200Bytes per secons) -> it wouldn't fit into the data-flow if there are too few bytes available
1012
//     sent += SendTriggerPos(); // dann passen die 35 Bytes noch ohne Verzögerung
1013
 
598 holgerb 1014
                switch(state++)
1015
                {
1016
                 case 0:
608 holgerb 1017
                 case 6:
620 holgerb 1018
                 case 5:
598 holgerb 1019
// belegt 35 ASCII-Zeichen
1020
                                NaviData_Flags.Index = 11;
1021
                                NaviData_Flags.ActualLongitude = NaviData.CurrentPosition.Longitude;
1022
                                NaviData_Flags.ActualLatitude = NaviData.CurrentPosition.Latitude;
1023
                                NaviData_Flags.Altimeter = NaviData.Altimeter;
1024
                                NaviData_Flags.GroundSpeed = NaviData.GroundSpeed / 10;
1025
                                NaviData_Flags.OSDStatusFlags = (FC.StatusFlags & OSD_FLAG_MASK1) | (FC.StatusFlags2 & OSD_FLAG_MASK2);
1026
                                NaviData_Flags.OSDStatusFlags2 = (FC.StatusFlags & ~OSD_FLAG_MASK1) | (FC.StatusFlags2 & ~OSD_FLAG_MASK2);
1027
                                NaviData_Flags.NCFlags = NaviData.NCFlags;
1028
                                NaviData_Flags.Errorcode = ErrorCode;
1029
                                NaviData_Flags.ReserveFlags = 0;
624 holgerb 1030
                                //NaviData_Flags.SpeakHoTT = FC.FromFC_SpeakHoTT; -> in SPI.c
598 holgerb 1031
                                NaviData_Flags.VarioCharacter = FromFC_VarioCharacter;
1032
                                NaviData_Flags.GPS_ModeCharacter = NC_GPS_ModeCharacter;
1033
                                NaviData_Flags.BL_MinOfMaxPWM = BL_MinOfMaxPWM;
1034
                                crc_flags = CRC16((unsigned char*)(&NaviData_Flags.OSDStatusFlags2), sizeof(NaviData_Flags) - START_PAYLOAD_DATA); // update crc for the license structure
1035
                                if((crc_flags != CRC_Flags) || (--count_flags == 0))
1036
                                {
1037
                                 sent += MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'O', NC_ADDRESS, 1 , (u8 *)&NaviData_Flags, sizeof(NaviData_Flags)) + 1;
1038
                                 CRC_Flags = crc_flags;
1039
                                 count_flags = 11*2;
1040
                                }
626 holgerb 1041
                                NaviData_Flags_SpeakHoTT_Processed = 1; // allow update in SPI now
598 holgerb 1042
                                break;
1043
                 case 1:
608 holgerb 1044
                 case 7:
598 holgerb 1045
// belegt 43 ASCII-Zeichen
1046
                                NaviData_Target.Index = 12;
1047
                                NaviData_Target.ActualLongitude = NaviData.CurrentPosition.Longitude;
1048
                                NaviData_Target.ActualLatitude = NaviData.CurrentPosition.Latitude;
1049
                                NaviData_Target.Altimeter = NaviData.Altimeter;
1050
                                NaviData_Target.GroundSpeed = NaviData.GroundSpeed / 10;
1051
                                NaviData_Target.OSDStatusFlags = (FC.StatusFlags & OSD_FLAG_MASK1) | (FC.StatusFlags2 & OSD_FLAG_MASK2);
1052
                                NaviData_Target.TargetLongitude = NaviData.TargetPosition.Longitude;
1053
                                NaviData_Target.TargetLatitude = NaviData.TargetPosition.Latitude;
1054
                                NaviData_Target.TargetAltitude = NaviData.TargetPosition.Altitude;
1055
                                NaviData_Target.RC_Quality = NaviData.RC_Quality;
1056
                                crc_target = CRC16((unsigned char*)(&NaviData_Target.TargetLongitude), sizeof(NaviData_Target) - START_PAYLOAD_DATA); // update crc for the license structure
1057
                            if((crc_target != CRC_Target) || (--count_target == 0))
1058
                                {
1059
                                 sent += MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'O', NC_ADDRESS, 1 , (u8 *)&NaviData_Target, sizeof(NaviData_Target)) + 1;
1060
                                 CRC_Target = crc_target;
1061
                                 count_target = 10*2;
1062
                                }
1063
                                break;
1064
                 case 2:
608 holgerb 1065
                 case 8:
598 holgerb 1066
// belegt 31 ASCII-Zeichen
1067
                                NaviData_WP.Index = 15;
1068
                                NaviData_WP.ActualLongitude = NaviData.CurrentPosition.Longitude;
1069
                                NaviData_WP.ActualLatitude = NaviData.CurrentPosition.Latitude;
1070
                                NaviData_WP.Altimeter = NaviData.Altimeter;
1071
                                NaviData_WP.GroundSpeed = NaviData.GroundSpeed / 10;
1072
                                NaviData_WP.OSDStatusFlags = (FC.StatusFlags & OSD_FLAG_MASK1) | (FC.StatusFlags2 & OSD_FLAG_MASK2);
1073
                                NaviData_WP.WaypointIndex = NaviData.WaypointIndex;
1074
                                NaviData_WP.WaypointNumber = NaviData.WaypointNumber;
1075
                                NaviData_WP.TargetHoldTime = NaviData.TargetHoldTime;
1076
                                // NaviData_WP.WP_Eventchannel = FC_WP_EventChannel; -> happends already in SPI.c
1077
                                crc_wp = CRC16((unsigned char*)(&NaviData_WP.WaypointIndex), sizeof(NaviData_WP) - START_PAYLOAD_DATA); // update crc for the license structure
1078
                                if((crc_wp != CRC_Wp) || (--count_wp == 0))
1079
                                {
1080
                         sent += MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'O', NC_ADDRESS, 1 , (u8 *)&NaviData_WP, sizeof(NaviData_WP)) + 1;
1081
                                 CRC_Wp = crc_wp;
1082
                                 count_wp = 12*2;
1083
                                }
1084
                                break;
1085
                 case 3:
608 holgerb 1086
                 case 9:
620 holgerb 1087
// 35 ASCII-Zeichen
599 holgerb 1088
                                NaviData_Failsafe.Index = 17;
1089
                                NaviData_Failsafe.ActualLongitude = NaviData.CurrentPosition.Longitude;
1090
                                NaviData_Failsafe.ActualLatitude = NaviData.CurrentPosition.Latitude;
1091
                                NaviData_Failsafe.Altimeter = NaviData.Altimeter;
1092
                                NaviData_Failsafe.GroundSpeed = NaviData.GroundSpeed / 10;
1093
                                NaviData_Failsafe.OSDStatusFlags = (FC.StatusFlags & OSD_FLAG_MASK1) | (FC.StatusFlags2 & OSD_FLAG_MASK2);
608 holgerb 1094
                                NaviData_Failsafe.Longitude = GPS_FailsafePosition.Longitude;
1095
                                NaviData_Failsafe.Latitude = GPS_FailsafePosition.Latitude;
1096
                                crc_fs = CRC16((unsigned char*)(&NaviData_Failsafe.Longitude), sizeof(NaviData_Pos_t) - START_PAYLOAD_DATA); // update crc for the license structure
599 holgerb 1097
                                if((crc_fs != CRC_Fs) || (--count_fs == 0))
1098
                                {
1099
                                 sent += MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'O', NC_ADDRESS, 1 , (u8 *)&NaviData_Failsafe, sizeof(NaviData_Failsafe)) + 1;
1100
                                 CRC_Fs = crc_fs;
1101
                                 count_fs = 20*2;
1102
                                }
1103
                                break;
1104
                 case 4:
608 holgerb 1105
                 case 10:
598 holgerb 1106
// belegt 43 ASCII-Zeichen
1107
                                NaviData_Home.Index = 13;
1108
                                NaviData_Home.ActualLongitude = NaviData.CurrentPosition.Longitude;
1109
                                NaviData_Home.ActualLatitude = NaviData.CurrentPosition.Latitude;
1110
                                NaviData_Home.Altimeter = NaviData.Altimeter;
1111
                                NaviData_Home.GroundSpeed = NaviData.GroundSpeed / 10;
1112
                                NaviData_Home.OSDStatusFlags = (FC.StatusFlags & OSD_FLAG_MASK1) | (FC.StatusFlags2 & OSD_FLAG_MASK2);
1113
                                NaviData_Home.HomeLongitude = NaviData.HomePosition.Longitude;
1114
                                NaviData_Home.HomeLatitude = NaviData.HomePosition.Latitude;
1115
                                NaviData_Home.HomeAltitude = NaviData.HomePosition.Altitude;
622 holgerb 1116
                                NaviData_Home.WP_OperatingRadius = MaxWP_Radius_in_m;
598 holgerb 1117
                                crc_home = CRC16((unsigned char*)(&NaviData_Home.HomeLongitude), sizeof(NaviData_Home_t) - START_PAYLOAD_DATA); // update crc for the license structure
1118
                                if((crc_home != CRC_Home) || (--count_home == 0))
1119
                                {
1120
                                 sent += MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'O', NC_ADDRESS, 1 , (u8 *)&NaviData_Home, sizeof(NaviData_Home)) + 1;
1121
                                 CRC_Home = crc_home;
1122
                                 count_home = 25;
1123
                                }
1124
                                break;
620 holgerb 1125
                 case 11:
598 holgerb 1126
// belegt 39 ASCII-Zeichen
1127
                                NaviData_Deviation.Index = 14;
1128
                                NaviData_Deviation.ActualLongitude = NaviData.CurrentPosition.Longitude;
1129
                                NaviData_Deviation.ActualLatitude = NaviData.CurrentPosition.Latitude;
1130
                                NaviData_Deviation.Altimeter = NaviData.Altimeter;
1131
                                NaviData_Deviation.GroundSpeed = NaviData.GroundSpeed / 10;
1132
                                NaviData_Deviation.OSDStatusFlags = (FC.StatusFlags & OSD_FLAG_MASK1) | (FC.StatusFlags2 & OSD_FLAG_MASK2);
1133
                                NaviData_Deviation.FlyingTime = NaviData.FlyingTime;
1134
                                NaviData_Deviation.DistanceToHome = NaviData.HomePositionDeviation.Distance;
1135
                                NaviData_Deviation.HeadingToHome = NaviData.HomePositionDeviation.Bearing/2;
1136
                                NaviData_Deviation.DistanceToTarget = NaviData.TargetPositionDeviation.Distance;
1137
                                NaviData_Deviation.HeadingToTarget = NaviData.TargetPositionDeviation.Bearing/2;
1138
                                NaviData_Deviation.AngleNick = NaviData.AngleNick;
1139
                                NaviData_Deviation.AngleRoll = NaviData.AngleRoll;
1140
                                NaviData_Deviation.SatsInUse = NaviData.SatsInUse;
1141
                            sent += MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'O', NC_ADDRESS, 1 , (u8 *)&NaviData_Deviation, sizeof(NaviData_Deviation)) + 1;
1142
                                break;
620 holgerb 1143
                 case 12:
598 holgerb 1144
// belegt 43 ASCII-Zeichen
1145
                                NaviData_Volatile.Index = 16;
1146
                                NaviData_Volatile.ActualLongitude = NaviData.CurrentPosition.Longitude;
1147
                                NaviData_Volatile.ActualLatitude = NaviData.CurrentPosition.Latitude;
1148
                                NaviData_Volatile.Altimeter = NaviData.Altimeter;
1149
                                NaviData_Volatile.GroundSpeed = NaviData.GroundSpeed / 10;
1150
                                NaviData_Volatile.OSDStatusFlags = (FC.StatusFlags & OSD_FLAG_MASK1) | (FC.StatusFlags2 & OSD_FLAG_MASK2);
1151
                                NaviData_Volatile.UBat = FC.BAT_Voltage;
1152
                                NaviData_Volatile.Current = NaviData.Current;
1153
                                NaviData_Volatile.UsedCapacity = NaviData.UsedCapacity;
1154
                                NaviData_Volatile.Variometer = NaviData.Variometer;
1155
                                NaviData_Volatile.Heading = NaviData.Heading / 2;
1156
                                NaviData_Volatile.CompassHeading = NaviData.CompassHeading / 2;
1157
                                NaviData_Volatile.Gas = NaviData.Gas;
599 holgerb 1158
                                NaviData_Volatile.SetpointAltitude = NaviData.SetpointAltitude;
598 holgerb 1159
                                sent += MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'O', NC_ADDRESS, 1 , (u8 *)&NaviData_Volatile, sizeof(NaviData_Volatile)) + 1;
1160
                        break;
620 holgerb 1161
                 case 13:
598 holgerb 1162
// belegt 27 ASCII-Zeichen
1163
                                NaviData_Tiny.Index = 10;
1164
                                NaviData_Tiny.ActualLongitude = NaviData.CurrentPosition.Longitude;
1165
                                NaviData_Tiny.ActualLatitude = NaviData.CurrentPosition.Latitude;
1166
                                NaviData_Tiny.Altimeter = NaviData.Altimeter;
1167
                                NaviData_Tiny.GroundSpeed = NaviData.GroundSpeed / 10;
1168
                                NaviData_Tiny.OSDStatusFlags = (FC.StatusFlags & OSD_FLAG_MASK1) | (FC.StatusFlags2 & OSD_FLAG_MASK2);
1169
                                if(--count_tiny == 0)
1170
                                 {
1171
                                        sent += MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'O', NC_ADDRESS, 1 , (u8 *)&NaviData_Tiny, sizeof(NaviData_Tiny)) + 1;
608 holgerb 1172
                                        count_tiny = 200; // just to make sure that it comes sometimes
598 holgerb 1173
                                 }
1174
                        break;
1175
                 default: state = 0;
1176
                                break;
1177
                }
1178
 }
1179
        pause = (sent * 1000) / MaxBytesPerSecond;
1180
 
1181
        UART1_Request_NaviData = FALSE;
1182
        LastTransmittedFCStatusFlags2 = NaviData.FCStatusFlags2;
1183
return(pause);
1184
// Clear at timeout: 
1185
// NaviData_WP.WP_Eventchannel
1186
}
1187
 
41 ingob 1188
/**************************************************************/
1189
/* Send the answers to incomming commands at the debug uart   */
1190
/**************************************************************/
1191
void UART1_TransmitTxData(void)
1192
{
358 holgerb 1193
static u8 motorindex1 = 255, motorindex2 = 0;
110 killagreg 1194
        if(DebugUART != UART1) return;
198 killagreg 1195
 
1196
        if(CheckDelay(UART1_AboTimeOut))
1197
        {
1198
                UART1_DebugData_Interval = 0;
1199
                UART1_NaviData_Interval = 0;
598 holgerb 1200
                UART1_NaviData_MaxBytes = 0;
198 killagreg 1201
                UART1_Data3D_Interval = 0;
1202
                UART1_Display_Interval = 0;
378 holgerb 1203
                UART1_MotorData_Interval = 0;
598 holgerb 1204
                UART1_NaviData_Timer = SetDelay(500);
1205
                UART1_AboTimeOut = SetDelay(100);
599 holgerb 1206
                TransmitNavigationData(0,1); // clear the CRC values
198 killagreg 1207
        }
598 holgerb 1208
/*
1209
#define CHK_MIN_INTERVAL(a,b) {if(a && a < b) a = b;}
1210
UART1_NaviData_Interval = 500;
1211
CHK_MIN_INTERVAL(UART1_DebugData_Interval,500);
1212
CHK_MIN_INTERVAL(UART1_NaviData_Interval,1000);
1213
CHK_MIN_INTERVAL(UART1_Data3D_Interval,255);
1214
CHK_MIN_INTERVAL(UART1_Display_Interval,1500);
1215
CHK_MIN_INTERVAL(UART1_MotorData_Interval,750);
1216
*/
110 killagreg 1217
        UART1_Transmit(); // output pending bytes in tx buffer
1218
        if((UART1_tx_buffer.Locked == TRUE)) return;
41 ingob 1219
 
156 killagreg 1220
        if(UART1_Request_Parameter && (UART1_tx_buffer.Locked == FALSE))
92 killagreg 1221
        {
315 killagreg 1222
                s16 ParamValue;
299 killagreg 1223
                NCParams_GetValue(UART1_Request_ParameterId, &ParamValue);
160 holgerb 1224
                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 1225
                UART1_Request_Parameter = FALSE;
1226
        }
1227
        else if(UART1_Request_Echo && (UART1_tx_buffer.Locked == FALSE))
1228
        {
110 killagreg 1229
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'Z', NC_ADDRESS, 1, &Echo, sizeof(Echo)); // answer the echo request
92 killagreg 1230
                Echo = 0; // reset echo value
110 killagreg 1231
                UART1_Request_Echo = FALSE;
92 killagreg 1232
        }
349 ingob 1233
        else if(UART1_Request_FTP && (UART1_tx_buffer.Locked == FALSE))
1234
        {
433 ingob 1235
                u8 errorcode = FTP_ERROR_NONE;
1236
        if(FC.StatusFlags & FC_STATUS_MOTOR_RUN) errorcode = FTP_ERROR_MOTOR_RUN;
1237
                else if (!Partition.IsValid) errorcode = FTP_ERROR_NO_SDCARD;
1238
 
1239
                if (!errorcode) CheckFTPCommand(UART1_Request_FTP);
489 killagreg 1240
                else
433 ingob 1241
                {
1242
                        u8 cmd = FTP_CMD_ERROR;
1243
                        MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'F', NC_ADDRESS, 2, &cmd, 1, &errorcode, 1);
1244
                }
1245
 
349 ingob 1246
                UART1_Request_FTP = FALSE;
1247
        }
295 killagreg 1248
        else if((UART1_Request_WritePoint!= 0xFF) && (UART1_tx_buffer.Locked == FALSE))
154 killagreg 1249
        {
295 killagreg 1250
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'W', NC_ADDRESS, 1, &UART1_Request_WritePoint, sizeof(UART1_Request_WritePoint));
1251
                UART1_Request_WritePoint = 0xFF;
154 killagreg 1252
        }
280 killagreg 1253
        else if((UART1_Request_ReadPoint) && (UART1_tx_buffer.Locked == FALSE))
154 killagreg 1254
        {
280 killagreg 1255
                u8 PointCount = PointList_GetCount();
1256
                if (UART1_Request_ReadPoint <= PointCount)
154 killagreg 1257
                {
280 killagreg 1258
                        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 1259
                }
1260
                else
1261
                {
280 killagreg 1262
                        MKProtocol_CreateSerialFrame(&UART1_tx_buffer,'X', NC_ADDRESS, 1, &PointCount, sizeof(PointCount));
154 killagreg 1263
                }
280 killagreg 1264
                UART1_Request_ReadPoint = 0;
154 killagreg 1265
        }
1266
        else if((UART1_Request_DebugLabel != 0xFF) && (UART1_tx_buffer.Locked == FALSE))
1267
        {
1268
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'A', NC_ADDRESS, 2, &UART1_Request_DebugLabel, sizeof(UART1_Request_DebugLabel), (u8 *) ANALOG_LABEL[UART1_Request_DebugLabel], 16);
1269
                UART1_Request_DebugLabel = 0xFF;
1270
        }
398 holgerb 1271
        else if(UART1_ExternalControlConfirmFrame && (UART1_tx_buffer.Locked == FALSE))
1272
        {
1273
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'B', NC_ADDRESS, 1,(u8 *)&UART1_ExternalControlConfirmFrame, sizeof(UART1_ExternalControlConfirmFrame));
1274
                UART1_ExternalControlConfirmFrame = 0;
1275
        }
620 holgerb 1276
        else
1277
        if((UART1_NaviData_Interval > 0) && Out1TriggerUpdateNewData && UART1_NaviData_MaxBytes > 200)    // (only if the data link can transmit more than 200Bytes per secons) -> it wouldn't fit into the data-flow if there are too few bytes available
1278
         {
1279
          //sent += 
1280
          SendTriggerPos(); // dann passen die 35 Bytes noch ohne Verzögerung
1281
         }
151 killagreg 1282
        else if(( ((UART1_NaviData_Interval > 0) && CheckDelay(UART1_NaviData_Timer) ) || UART1_Request_NaviData) && (UART1_tx_buffer.Locked == FALSE))
41 ingob 1283
        {
598 holgerb 1284
          u16 time = 0;
599 holgerb 1285
//UART1_NaviData_MaxBytes = 250;
598 holgerb 1286
      if(UART1_NaviData_MaxBytes == 0) // Transmit the big NC Data frame
1287
           {
151 killagreg 1288
                NaviData.Errorcode = ErrorCode;
378 holgerb 1289
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'O', NC_ADDRESS, 1 , (u8 *)&NaviData, sizeof(NaviData));
598 holgerb 1290
                LastTransmittedFCStatusFlags2 = NaviData.FCStatusFlags2;
151 killagreg 1291
                UART1_NaviData_Timer = SetDelay(UART1_NaviData_Interval);
598 holgerb 1292
           }
1293
           else
1294
           if(CheckDelay(UART1_NaviData_Timer))
1295
           {
1296
// Wert =  50 -> Sekunden laufen in 2 s-Abstand (im Wegpunkteflug mit aktivem Countdown in 3-4s)
1297
// Wert = 100 -> Sekunden laufen in 1-2 s-Abstand (im Wegpunkteflug mit aktivem Countdown in 2s)
1298
// Wert = 150 -> Sekunden laufen flüssig (im Wegpunkteflug mit aktivem Countdown und gleichzeitig Target verschieben manchmal in 2s)
1299
// Wert = 200 -> Sekunden laufen flüssig
1300
// Wert >= 250 -> optimal 
608 holgerb 1301
//UART1_NaviData_MaxBytes = 45;
599 holgerb 1302
            time = TransmitNavigationData(UART1_NaviData_MaxBytes,0);
598 holgerb 1303
                if(UART1_NaviData_Interval > time) time = UART1_NaviData_Interval;
1304
                UART1_NaviData_Timer = SetDelay(time);
1305
           }
1306
        UART1_Request_NaviData = FALSE;
151 killagreg 1307
        }
1308
        else if( (( (UART1_DebugData_Interval > 0) && CheckDelay(UART1_DebugData_Timer)) || UART1_Request_DebugData) && (UART1_tx_buffer.Locked == FALSE))
1309
        {
110 killagreg 1310
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'D', NC_ADDRESS, 1,(u8 *)&DebugOut, sizeof(DebugOut));
1311
                UART1_DebugData_Timer = SetDelay(UART1_DebugData_Interval);
1312
                UART1_Request_DebugData = FALSE;
41 ingob 1313
        }
151 killagreg 1314
        else if((( (UART1_Data3D_Interval > 0) && CheckDelay(UART1_Data3D_Timer) ) || UART1_Request_Data3D) && (UART1_tx_buffer.Locked == FALSE))
61 holgerb 1315
        {
358 holgerb 1316
                Data3D.StickNick = FC.StickNick;
1317
                Data3D.StickRoll = FC.StickRoll;
1318
        Data3D.StickYaw = FC.StickYaw;
1319
        Data3D.StickGas = FC.StickGas;
588 holgerb 1320
                Data3D.AngleNick = FromFlightCtrl.AngleNick;            // in 0.1 deg
1321
                Data3D.AngleRoll = FromFlightCtrl.AngleRoll;            // in 0.1 deg
1322
                Data3D.Heading   = FromFlightCtrl.GyroHeading;          // in 0.1 deg
1323
                Data3D.Altimeter = FC.Altimeter;                                        // in 5cm -> 20 = 1m
110 killagreg 1324
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'C', NC_ADDRESS, 1,(u8 *)&Data3D, sizeof(Data3D));
1325
                UART1_Data3D_Timer = SetDelay(UART1_Data3D_Interval);
1326
                UART1_Request_Data3D = FALSE;
61 holgerb 1327
        }
358 holgerb 1328
        else if((((UART1_MotorData_Interval > 0) && CheckDelay(UART1_MotorData_Timer) ) || UART1_Request_MotorData) && (UART1_tx_buffer.Locked == FALSE))
1329
        {
1330
                do
1331
                {
1332
                 motorindex1++;
1333
                 motorindex1%=12;
1334
         if(!motorindex1) {motorindex2++;  motorindex2 %= 12;};
1335
                 if(motorindex1 == motorindex2) break;
1336
                }
1337
                while((Motor[motorindex1].State & 0x80) != 0x80); // skip unused Motors
1338
 
1339
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'K', NC_ADDRESS, 2, &motorindex1, sizeof(motorindex1),(u8 *)&Motor[motorindex1], sizeof(Motor_t));
1340
            UART1_MotorData_Timer = SetDelay(UART1_MotorData_Interval);
1341
                UART1_Request_MotorData = FALSE;
1342
        }
494 killagreg 1343
        else if(UART1_Request_WPLStore)
1344
        {
495 killagreg 1345
                /*
1346
                s8 txt[50];
1347
                sprintf(txt, "\r\nWPL Overwride = %d, Type = %d, Index = %d, Status = %d\r\n",  WPL_Store.OverwriteFile,  WPL_Store.Type, WPL_Answer.Index, WPL_Answer.Status);
1348
                UART1_PutString(txt);
1349
                */
1350
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'I', NC_ADDRESS, 1,(u8 *)&(WPL_Answer), sizeof(WPL_Answer_t));
494 killagreg 1351
                UART1_Request_WPLStore = FALSE;                
1352
        }
460 holgerb 1353
        else if((((NMEA_Interval > 0) && CheckDelay(NMEA_Timer))) && (UART1_tx_buffer.Locked == FALSE))
1354
        {
1355
                CreateNmeaGGA();
466 holgerb 1356
                Send_NMEA_RMC = TRUE;   // das muss noch da hinter
460 holgerb 1357
                NMEA_Timer = SetDelay(NMEA_Interval);
1358
        }
466 holgerb 1359
        else if(Send_NMEA_RMC == TRUE && (UART1_tx_buffer.Locked == FALSE))
1360
        {
1361
          CreateNmeaRMC();
1362
          Send_NMEA_RMC = FALSE;
1363
        }
460 holgerb 1364
 
193 killagreg 1365
        /*
153 killagreg 1366
        else if(UART1_ConfirmFrame && (UART1_tx_buffer.Locked == FALSE))
1367
        {
1368
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'B', NC_ADDRESS, 1, &UART1_ConfirmFrame, sizeof(UART1_ConfirmFrame));
1369
                UART1_ConfirmFrame = 0;
1370
        }
193 killagreg 1371
        */
1372
        /*
151 killagreg 1373
        else if(UART1_Request_ExternalControl && (UART1_tx_buffer.Locked == FALSE))
41 ingob 1374
        {
110 killagreg 1375
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'G', NC_ADDRESS, 1, (u8 *)&ExternControl, sizeof(ExternControl));
1376
                UART1_Request_ExternalControl = FALSE;
41 ingob 1377
        }
193 killagreg 1378
        */
1379
        else if( (( (UART1_Display_Interval > 0) && CheckDelay(UART1_Display_Timer)) || UART1_Request_Display) && (UART1_tx_buffer.Locked == FALSE))
195 killagreg 1380
        {
193 killagreg 1381
                if(UART1_DisplayLine > 3)
1382
                {
201 killagreg 1383
                        Menu_Update(UART1_DisplayKeys);
1384
                        UART1_DisplayKeys = 0;
193 killagreg 1385
                        MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'H', NC_ADDRESS, 1, (u8*)DisplayBuff, sizeof(DisplayBuff));
1386
                }
1387
                else
1388
                {
1389
                        UART1_DisplayLine = 2;
1390
                        sprintf(text,"!!! incompatible !!!");
1391
                        MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'H', NC_ADDRESS, 2, &UART1_DisplayLine, sizeof(UART1_DisplayLine), (u8*)&text, 20);
1392
                        if(UART1_DisplayLine++ > 3) UART1_DisplayLine = 0;
1393
                }
1394
                UART1_Display_Timer = SetDelay(UART1_Display_Interval);
110 killagreg 1395
                UART1_Request_Display = FALSE;
41 ingob 1396
        }
151 killagreg 1397
        else if(UART1_Request_Display1 && (UART1_tx_buffer.Locked == FALSE))
41 ingob 1398
        {
201 killagreg 1399
                Menu_Update(0);
110 killagreg 1400
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'L', NC_ADDRESS, 3, (u8*)&MenuItem, sizeof(MenuItem), (u8*)&MaxMenuItem, sizeof(MaxMenuItem),(u8*)DisplayBuff, sizeof(DisplayBuff));
1401
                UART1_Request_Display1 = FALSE;
41 ingob 1402
        }
548 holgerb 1403
        else if(UART1_Request_VersionInfo == 1 && (UART1_tx_buffer.Locked == FALSE)) // get FC-Versions
41 ingob 1404
        {
548 holgerb 1405
                UART_VersionInfo_t version_tmp;
1406
                version_tmp.SWMajor = FC_Version.Major;
1407
                version_tmp.SWMinor = FC_Version.Minor;
1408
                version_tmp.SWPatch = FC_Version.Patch;
1409
                version_tmp.HWMajor = FC_Version.Hardware;
1410
                version_tmp.HardwareError[0] = 0xff; // tells the KopterTool that it is the FC-version 
1411
                version_tmp.HardwareError[1] = 0xff; // tells the KopterTool that it is the FC-version 
1412
                version_tmp.ProtoMajor = UART_VersionInfo.ProtoMajor;
1413
                version_tmp.BL_Firmware = UART_VersionInfo.BL_Firmware;
1414
                version_tmp.Flags = 0;
598 holgerb 1415
                version_tmp.LabelTextCRC = 0;//UART_VersionInfo.DebugTextCRC;
548 holgerb 1416
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'V', NC_ADDRESS,1, (u8 *)&version_tmp, sizeof(version_tmp));
1417
                UART1_Request_VersionInfo = FALSE;
1418
        }
1419
        else if(UART1_Request_VersionInfo == 2 && (UART1_tx_buffer.Locked == FALSE)) // get NC-Versions
1420
        {
110 killagreg 1421
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'V', NC_ADDRESS,1, (u8 *)&UART_VersionInfo, sizeof(UART_VersionInfo));
1422
                UART1_Request_VersionInfo = FALSE;
41 ingob 1423
        }
447 holgerb 1424
        else if(UART1_Request_SystemTime && (UART1_tx_buffer.Locked == FALSE))
1425
        {
1426
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'T', NC_ADDRESS,1, (u8 *)&SystemTime, sizeof(SystemTime));
1427
                UART1_Request_SystemTime = FALSE;
1428
        }
151 killagreg 1429
        else if(UART1_Request_ErrorMessage && (UART1_tx_buffer.Locked == FALSE))
41 ingob 1430
        {
110 killagreg 1431
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'E', NC_ADDRESS, 1, (u8 *)&ErrorMSG, sizeof(ErrorMSG));
1432
                UART1_Request_ErrorMessage = FALSE;
41 ingob 1433
        }
529 holgerb 1434
        else if(UART1_Request_LicenseString && (UART1_tx_buffer.Locked == FALSE))
1435
        {
531 holgerb 1436
                u8 result = 1, cmd = 0;
529 holgerb 1437
                if(UART1_Request_LicenseString == LIC_CMD_READ_LICENSE)  
1438
                {
1439
                  result = LIC_CMD_READ_LICENSE;
1440
                  MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'M', NC_ADDRESS, 2, &result, 1, LicensePtr, LICENSE_SIZE);
1441
                }
1442
                else
531 holgerb 1443
                if((UART1_Request_LicenseString == LIC_CMD_ERASE_LICENSE) && !(FC.StatusFlags & FC_STATUS_MOTOR_RUN) && (UART_VersionInfo.HWMajor >= 20))
529 holgerb 1444
                 {
1445
                  result = LIC_CMD_ERASE_LICENSE;
1446
                  DeleteLicenseInEEPROM();
1447
                  CheckLicense(GET_LICENSE);
1448
                  MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'M', NC_ADDRESS, 1, &result, 1);
1449
                 }
1450
                else
531 holgerb 1451
                if((UART1_Request_LicenseString == LIC_CMD_WRITE_LICENSE) && !(FC.StatusFlags & FC_STATUS_MOTOR_RUN) && (UART_VersionInfo.HWMajor >= 20))
529 holgerb 1452
                {
531 holgerb 1453
                  cmd = LIC_CMD_WRITE_LICENSE;
529 holgerb 1454
                  if(CheckLicense(CHECK_ONLY))  //new license is okay
1455
                  {
1456
                   WriteLicenseToEEPROM(EEPROM_LICENSE_DATA_KOMPATIBEL);
530 holgerb 1457
                   result = 1;
529 holgerb 1458
                  }
1459
                  else //new license is NOT okay
1460
                  {
1461
                   ClearLicenseText();
531 holgerb 1462
                   result = 0;
1463
                   CheckLicense(GET_LICENSE);  // fetch a license if available
529 holgerb 1464
                  }
531 holgerb 1465
                  MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 'M', NC_ADDRESS, 2, &cmd, 1,&result, 1 );
529 holgerb 1466
                }
1467
                UART1_Request_LicenseString = 0;
1468
        }
314 killagreg 1469
#ifdef FOLLOW_ME
1470
        else if(CheckDelay(UART1_FollowMe_Timer) && (UART1_tx_buffer.Locked == FALSE))
1471
        {
1472
                if((GPSData.Status != INVALID) && (GPSData.SatFix == SATFIX_3D) && (GPSData.Flags & FLAG_GPSFIXOK) && (GPSData.NumOfSats >= 4))
315 killagreg 1473
                {
314 killagreg 1474
                        TransmitAlsoToFC = 1;
1475
                        // update FollowMe content
1476
                        FollowMe.Position.Longitude     = GPSData.Position.Longitude;
1477
                        FollowMe.Position.Latitude      = GPSData.Position.Latitude;
1478
                        FollowMe.Position.Status = NEWDATA;
1479
                        FollowMe.Position.Altitude = 1;
1480
                        // 0  -> no Orientation
1481
                        // 1-360 -> CompassCourse Setpoint
1482
                        // -1 -> points to  WP1 -> itself
1483
                FollowMe.Heading = -1;
1484
                        FollowMe.ToleranceRadius = 1;
1485
                        FollowMe.HoldTime = 60;
1486
                        FollowMe.Event_Flag = 1;
1487
                        FollowMe.Index = 1; // 0 = Delete List, 1 place at first entry in the list
1488
                        FollowMe.Type = POINT_TYPE_WP;
1489
                        FollowMe.WP_EventChannelValue = 100;  // set servo value
1490
                        FollowMe.AltitudeRate = 0;                        // do not change height
403 holgerb 1491
                        FollowMe.Speed = 0;                             // rate to change the Position (0 = max)
1492
                        FollowMe.CamAngle = 255;                // Camera servo angle in degree (255 -> POI-Automatic)
1493
                        FollowMe.Name[0] = 'F';             // Name of that point (ASCII)
1494
                        FollowMe.Name[1] = 'O';             // Name of that point (ASCII)
1495
                        FollowMe.Name[2] = 'L';             // Name of that point (ASCII)
1496
                        FollowMe.Name[3] = 'L';             // Name of that point (ASCII)
314 killagreg 1497
                        FollowMe.reserve[0] = 0;                // reserve
1498
                        FollowMe.reserve[1] = 0;                // reserve
1499
                        MKProtocol_CreateSerialFrame(&UART1_tx_buffer, 's', NC_ADDRESS, 1, (u8 *)&FollowMe, sizeof(FollowMe));
1500
                }
1501
                UART1_FollowMe_Timer = SetDelay(FOLLOW_ME_INTERVAL); // set new update time
1502
        }
1503
#endif
250 ingob 1504
#ifdef DEBUG                                                                                                                    // only include functions if DEBUG is defined
314 killagreg 1505
        else if(SendDebugOutput && (UART1_tx_buffer.Locked == FALSE))
254 killagreg 1506
        {
1507
                MKProtocol_CreateSerialFrame(&UART1_tx_buffer,'0', NC_ADDRESS, 1, (u8 *) &tDebug, sizeof(tDebug));
1508
                SendDebugOutput = 0;
1509
        }
315 killagreg 1510
#endif
110 killagreg 1511
        UART1_Transmit(); // output pending bytes in tx buffer
41 ingob 1512
}
1513