Subversion Repositories NaviCtrl

Rev

Rev 806 | 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
515 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
515 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 -
515 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
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
263 killagreg 56
#include <string.h>
41 ingob 57
#include "91x_lib.h"
700 holgerb 58
#include "uart0.h"
41 ingob 59
#include "uart1.h"
60
#include "ubx.h"
645 holgerb 61
#include "main.h"
41 ingob 62
#include "led.h"
119 killagreg 63
#include "timer1.h"
561 holgerb 64
#include "GPS.h"
41 ingob 65
 
66
// ------------------------------------------------------------------------------------------------
67
// defines
68
 
69
#define DAYS_FROM_JAN01YEAR0001_TO_JAN6_1980 722819 // the year 0 does not exist!
70
#define DAYS_PER_YEAR           365
71
#define DAYS_PER_LEAPYEAR       366
72
#define DAYS_PER_4YEARS         1461    //((3 * DAYS_PER_YEAR) + DAYS_PER_LEAPYEAR) // years dividable by 4 are leap years
73
#define DAYS_PER_100YEARS       36524   //((25 * DAYS_PER_4YEARS) - 1) // years dividable by 100 are no leap years
74
#define DAYS_PER_400YEARS       146097  //((4 * DAYS_PER_100YEARS) + 1L) // but years dividable by 400 are leap years
75
#define SECONDS_PER_MINUTE      60
76
#define MINUTES_PER_HOUR        60
77
#define HOURS_PER_DAY           24
78
#define DAYS_PER_WEEK           7
79
#define SECONDS_PER_HOUR        3600    //(SECONDS_PER_MINUTE * MINUTES_PER_HOUR)
80
#define SECONDS_PER_DAY         86400   //(SECONDS_PER_HOUR * HOURS_PER_DAY)
81
#define SECONDS_PER_WEEK        604800  //(SECONDS_PER_DAY * DAYS_PER_WEEK)
82
 
83
// days per month in normal and leap years
84
const u32       Leap[ 13 ]      = { 0,  31,  60,  91, 121, 152, 182, 213, 244, 274, 305, 335, 366 };
85
const u32 Normal[ 13 ]  = { 0,  31,  59,  90, 120, 151, 181, 212, 243, 273, 304, 334, 365 };
86
 
427 killagreg 87
#define LEAP_SECONDS_FROM_1980  16
41 ingob 88
 
89
// message sync bytes
90
#define UBX_SYNC1_CHAR  0xB5
91
#define UBX_SYNC2_CHAR  0x62
245 killagreg 92
// protocoll identifiers
93
// navigation class
41 ingob 94
#define UBX_CLASS_NAV   0x01
700 holgerb 95
#define UBX_CLASS_MON   0x0A
96
 
41 ingob 97
#define UBX_ID_POSLLH   0x02
98
#define UBX_ID_SOL              0x06
99
#define UBX_ID_VELNED   0x12
247 killagreg 100
 
700 holgerb 101
#define UBX_ID_MON_VER  0x04
102
 
41 ingob 103
// ------------------------------------------------------------------------------------------------
104
// typedefs
105
 
106
 
107
// ubx parser state
108
typedef enum
109
{
110
        UBXSTATE_IDLE,
111
        UBXSTATE_SYNC1,
112
        UBXSTATE_SYNC2,
113
        UBXSTATE_CLASS,
114
        UBXSTATE_LEN1,
115
        UBXSTATE_LEN2,
116
        UBXSTATE_DATA,
117
        UBXSTATE_CKA,
118
        UBXSTATE_CKB
119
} ubxState_t;
120
 
121
typedef struct
122
{
123
        u32                     itow;           // ms GPS Millisecond Time of Week
124
        s32                     frac;           // ns remainder of rounded ms above
125
        s16                     week;           // GPS week
126
        u8                      GPSfix;         // GPSfix Type, range 0..6
127
        u8                      Flags;          // Navigation Status Flags
128
        s32                     ECEF_X;         // cm ECEF X coordinate
129
        s32                     ECEF_Y;         // cm ECEF Y coordinate
130
        s32                     ECEF_Z;         // cm ECEF Z coordinate
131
        u32                     PAcc;           // cm 3D Position Accuracy Estimate
132
        s32                     ECEFVX;         // cm/s ECEF X velocity
133
        s32                     ECEFVY;         // cm/s ECEF Y velocity
134
        s32                     ECEFVZ;         // cm/s ECEF Z velocity
135
        u32                     SAcc;           // cm/s Speed Accuracy Estimate
136
        u16                     PDOP;           // 0.01 Position DOP
137
        u8                      res1;           // reserved
138
        u8                      numSV;          // Number of SVs used in navigation solution
139
        u32                     res2;           // reserved
52 killagreg 140
        u8                      Status;     // invalid/newdata/processed
41 ingob 141
} __attribute__((packed)) ubx_nav_sol_t;
142
 
143
 
144
typedef struct
145
{
146
        u32                     itow;           // ms  GPS Millisecond Time of Week
147
        s32                     VEL_N;          // cm/s  NED north velocity
148
        s32                     VEL_E;          // cm/s  NED east velocity
149
        s32                     VEL_D;          // cm/s  NED down velocity
150
        u32                     Speed;          // cm/s  Speed (3-D)
151
        u32                     GSpeed;         // cm/s  Ground Speed (2-D)
152
        s32                     Heading;        // 1e-05 deg  Heading 2-D
153
        u32                     SAcc;           // cm/s  Speed Accuracy Estimate
154
        u32                     CAcc;           // deg  Course / Heading Accuracy Estimate
52 killagreg 155
        u8                      Status;         // invalid/newdata/processed
41 ingob 156
} __attribute__((packed)) ubx_nav_velned_t;
157
 
158
typedef struct
159
{
160
        u32                     itow;           // ms GPS Millisecond Time of Week
161
        s32                     LON;            // 1e-07 deg Longitude
162
        s32                     LAT;            // 1e-07 deg Latitude
163
        s32                     HEIGHT;         // mm Height above Ellipsoid
164
        s32                     HMSL;           // mm Height above mean sea level
165
        u32                     Hacc;           // mm Horizontal Accuracy Estimate
166
        u32                     Vacc;           // mm Vertical Accuracy Estimate
52 killagreg 167
        u8                      Status;         // invalid/newdata/processed
41 ingob 168
} __attribute__((packed)) ubx_nav_posllh_t;
169
 
170
//------------------------------------------------------------------------------------
171
// global variables
172
 
173
// local buffers for the incomming ubx messages
263 killagreg 174
ubx_nav_sol_t           UbxSol    = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, INVALID};
175
ubx_nav_posllh_t        UbxPosLlh = {0,0,0,0,0,0,0, INVALID};
176
ubx_nav_velned_t        UbxVelNed = {0,0,0,0,0,0,0,0,0, INVALID};
177
ubxmsg_t                        UbxMsg;
41 ingob 178
 
179
// shared buffer
244 killagreg 180
gps_data_t              GPSData = {200,{0,0,0,INVALID},0,0,0,0,0,0,0, INVALID};
41 ingob 181
DateTime_t                      GPSDateTime = {0,0,0,0,0,0,0, INVALID};
182
 
146 killagreg 183
#define UBX_TIMEOUT 500 // 500 ms
184
u32 UBX_Timeout = 0;
41 ingob 185
 
186
//------------------------------------------------------------------------------------
187
// functions
188
 
189
u8 IsLeapYear(u16 year)
190
{
191
        if((year%400 == 0) || ( (year%4 == 0) && (year%100 != 0) ) ) return 1;
192
        else return 0;
193
}
194
/********************************************************/
195
/*  Calculates the UTC Time from the GPS week and tow   */
196
/********************************************************/
197
void SetGPSTime(DateTime_t * pTimeStruct)
198
{
199
        u32 Days, Seconds, Week;
200
        u16 YearPart;
201
        u32 * MonthDayTab = 0;
202
        u8 i;
203
 
204
 
205
        // if GPS data show valid time data
206
        if((UbxSol.Status != INVALID) && (UbxSol.Flags & FLAG_WKNSET) && (UbxSol.Flags & FLAG_TOWSET) )
207
        {
208
                Seconds = UbxSol.itow / 1000L;
209
                Week = (u32)UbxSol.week;
210
                // correct leap seconds since 1980
211
                if(Seconds < LEAP_SECONDS_FROM_1980)
212
                {
213
                        Week--;
214
                        Seconds = SECONDS_PER_WEEK - LEAP_SECONDS_FROM_1980 + Seconds;
215
                }
216
                else Seconds -= LEAP_SECONDS_FROM_1980;
217
 
515 killagreg 218
                Days = DAYS_FROM_JAN01YEAR0001_TO_JAN6_1980;
41 ingob 219
                Days += (Week * DAYS_PER_WEEK);
220
                Days += Seconds / SECONDS_PER_DAY; // seperate days from GPS seconds of week
221
 
222
                pTimeStruct->Year = 1;
223
                YearPart = (u16)(Days / DAYS_PER_400YEARS);
224
                pTimeStruct->Year += YearPart * 400;
225
                Days = Days % DAYS_PER_400YEARS;
226
                YearPart = (u16)(Days / DAYS_PER_100YEARS);
227
                pTimeStruct->Year += YearPart * 100;
228
                Days = Days % DAYS_PER_100YEARS;
229
                YearPart = (u16)(Days / DAYS_PER_4YEARS);
230
                pTimeStruct->Year += YearPart * 4;
231
                Days = Days % DAYS_PER_4YEARS;
232
                if(Days < (3* DAYS_PER_YEAR)) YearPart = (u16)(Days / DAYS_PER_YEAR);
233
                else YearPart = 3;
234
                pTimeStruct->Year += YearPart;
235
                // calculate remaining days of year
236
                Days -= (u32)(YearPart *  DAYS_PER_YEAR);
237
                Days += 1;
238
                // check if current year is a leap year
239
                if(IsLeapYear(pTimeStruct->Year)) MonthDayTab = (u32*)Leap;
240
                else MonthDayTab = (u32*)Normal;
515 killagreg 241
                // seperate month and day from days of year
41 ingob 242
                for ( i = 0; i < 12; i++ )
243
                {
244
                        if ( (MonthDayTab[i]< Days) && (Days <= MonthDayTab[i+1]) )
245
                        {
246
                                pTimeStruct->Month = i+1;
247
                                pTimeStruct->Day = Days - MonthDayTab[i];
248
                                i = 12;
249
                        }
250
                }
251
                Seconds = Seconds % SECONDS_PER_DAY; // remaining seconds of current day
252
                pTimeStruct->Hour = (u8)(Seconds / SECONDS_PER_HOUR);
253
                Seconds = Seconds % SECONDS_PER_HOUR; // remaining seconds of current hour
254
                pTimeStruct->Min = (u8)(Seconds / SECONDS_PER_MINUTE);
255
                Seconds = Seconds % SECONDS_PER_MINUTE; // remaining seconds of current minute
256
                pTimeStruct->Sec = (u8)(Seconds);
257
                pTimeStruct->mSec  = (u16)(UbxSol.itow % 1000L);
258
                pTimeStruct->Valid = 1;
259
        }
260
        else
261
        {
262
                pTimeStruct->Valid = 0;
263
        }
264
}
265
 
266
 
267
 
268
/********************************************************/
269
/*                  Initialize UBX Parser               */
270
/********************************************************/
271
void UBX_Init(void)
272
{
273
        // mark msg buffers invalid
274
        UbxSol.Status = INVALID;
275
        UbxPosLlh.Status = INVALID;
276
        UbxVelNed.Status = INVALID;
247 killagreg 277
        UbxMsg.Status = INVALID;
41 ingob 278
        GPSData.Status = INVALID;
806 holgerb 279
        UBX_Timeout = SetDelay(5000);
41 ingob 280
}
281
 
282
/********************************************************/
283
/*            Upate GPS data stcructure                 */
284
/********************************************************/
263 killagreg 285
void Update_GPSData(void)
41 ingob 286
{
263 killagreg 287
        static u32 last_itow = 0;
569 holgerb 288
        static u32 milliseconds = 0;
41 ingob 289
 
290
        // if a new set of ubx messages was collected
263 killagreg 291
        if((UbxSol.Status == NEWDATA) && (UbxPosLlh.Status == NEWDATA) && (UbxVelNed.Status == NEWDATA))
292
        {       // and the itow is equal (same time base)
515 killagreg 293
                UART_VersionInfo.Flags |= NC_VERSION_FLAG_GPS_PRESENT;
263 killagreg 294
                if((UbxSol.itow == UbxPosLlh.itow) && (UbxPosLlh.itow == UbxVelNed.itow))
41 ingob 295
                {
146 killagreg 296
                        UBX_Timeout = SetDelay(UBX_TIMEOUT);
700 holgerb 297
                        DebugOut.Analog[9]++;  
263 killagreg 298
                        // update GPS data only if the status is INVALID or PROCESSED
515 killagreg 299
                        if(GPSData.Status != NEWDATA)
41 ingob 300
                        { // wait for new data at all neccesary ubx messages
659 holgerb 301
                                CountNewGpsDataIn5Sec++;
41 ingob 302
                                GPSData.Status = INVALID;
244 killagreg 303
                                // update message cycle time
264 killagreg 304
                                GPSData.MsgCycleTime = (u16)(UbxSol.itow-last_itow);
569 holgerb 305
                                milliseconds += GPSData.MsgCycleTime;
264 killagreg 306
                                last_itow = UbxSol.itow; // update last itow
41 ingob 307
                                // NAV SOL
322 holgerb 308
                                GPSData.Flags =         (GPSData.Flags & 0xf0) | (UbxSol.Flags & 0x0f); // we take only the lower bits
41 ingob 309
                                GPSData.NumOfSats =                     UbxSol.numSV;
310
                                GPSData.SatFix =                                UbxSol.GPSfix;
645 holgerb 311
//if(Parameter.User3 > 100) { GPSData.NumOfSats = 0; GPSData.SatFix = 0;}
312
//if(Parameter.User3 > 100) { GPSData.SatFix = 0;}
780 holgerb 313
//DebugOut.Analog[] = UbxPosLlh.Hacc;
314
//DebugOut.Analog[] = UbxPosLlh.Vacc;
492 killagreg 315
                                GPSData.Position_Accuracy =             UbxSol.PAcc;    // in steps of 1cm
316
                                GPSData.Speed_Accuracy =                UbxSol.SAcc;    // in steps of 1cm/s
41 ingob 317
                                SetGPSTime(&SystemTime); // update system time
318
                                // NAV VELNED
492 killagreg 319
                                GPSData.Speed_East =                    UbxVelNed.VEL_E;        // in steps of 1cm/s
320
                                GPSData.Speed_North =                   UbxVelNed.VEL_N;    // in steps of 1cm/s
321
                                GPSData.Speed_Top       =                       -UbxVelNed.VEL_D;   // in steps of 1cm/s
322
                                GPSData.Speed_Ground =                  UbxVelNed.GSpeed;       // in steps of 1cm/s
323
                                GPSData.Heading =                               UbxVelNed.Heading; //in steps of 1E-5 deg
569 holgerb 324
                                // NAV POSLLH
325
                                GPSData.Position.Status =               INVALID;
326
                                if(!(SimulationFlags & SIMULATION_ACTIVE))
327
                                {
328
                                        GPSData.Position.Longitude =    UbxPosLlh.LON;  // in steps of 1E-7 deg
329
                                        GPSData.Position.Latitude =     UbxPosLlh.LAT;  // in steps of 1E-7 deg
330
                                        GPSData.Position.Altitude =     UbxPosLlh.HMSL; // in steps of 1 mm
331
                                }
332
                                else // simulation active
333
                                {
574 holgerb 334
                                 if(GPSData.SatFix != SATFIX_3D || GPSData.NumOfSats < 6)  // simulate satfix
569 holgerb 335
                                 {
645 holgerb 336
                                   GPSData.SatFix = SATFIX_3D;          // Simulation
337
                                   GPSData.Flags |= FLAG_GPSFIXOK;      // Simulation
338
                                   GPSData.NumOfSats = 8;                       // Simulation
569 holgerb 339
                                   if(!SystemTime.Valid)
340
                                   {
341
                                        UbxSol.Status = 1;
342
                                        UbxSol.Flags |= FLAG_WKNSET;
343
                                        UbxSol.Flags |= FLAG_TOWSET;
344
                                        UbxSol.week = 1043;      // starts in year 2000
345
                                        UbxSol.itow = milliseconds;
346
                                        SetGPSTime(&SystemTime); // update system time
347
                                        SystemTime.Valid = 1; // use the time that is given by the GPS-Module
348
                                   }
349
                                 }
350
                                }
351
                                GPSData.Position.Status =               NEWDATA;
515 killagreg 352
 
41 ingob 353
                                GPSData.Status = NEWDATA; // new data available
354
                        } // EOF if(GPSData.Status != NEWDATA)
263 killagreg 355
                        // set state to collect new data
356
                        UbxSol.Status =                                 PROCESSED;      // ready for new data
357
                        UbxPosLlh.Status =                              PROCESSED;      // ready for new data
358
                        UbxVelNed.Status =                              PROCESSED;      // ready for new data
359
                } // EOF all itow are equal
360
        } // EOF all ubx messages received
503 holgerb 361
 
362
 
363
//++++++++++++++++++++++++++++++++
364
// Please do not delete
515 killagreg 365
// This helps me for testing
503 holgerb 366
//++++++++++++++++++++++++++++++++
367
//GPSData.Position.Longitude = 1517409123L;  // Hamilton, Australia
368
//GPSData.Position.Latitude = -329294773L;       // Hamilton, Australia
369
//++++++++
370
//GPSData.Position.Longitude =-1556010020L;  // Alaska
371
//GPSData.Position.Latitude = 629581270L;        // Alaska
372
//++++++++
373
//GPSData.Position.Longitude =-584343419L;   // Buenos aires
374
//GPSData.Position.Latitude = -345464421L;   // Buenos aires
375
//++++++++
376
//GPSData.Position.Longitude =1683362691L;   // Neuseeland
377
//GPSData.Position.Latitude = -465945926L;   // Neuseeland
504 holgerb 378
//++++++++
507 holgerb 379
//GPSData.Position.Longitude = 194140605L;   // Afrika
380
//GPSData.Position.Latitude = -345384656L;   // Afrika
381
//++++++++
504 holgerb 382
//GPSData.Position.Longitude =-740443840L;  // Liberty Staue davor
515 killagreg 383
//GPSData.Position.Latitude = 406888880L;        // Liberty Staue
504 holgerb 384
 
385
//GPSData.Position.Longitude =-740451660L;  // Liberty Staue daneben
515 killagreg 386
//GPSData.Position.Latitude = 406891880L;        // Liberty Staue
504 holgerb 387
 
388
//GPSData.Position.Longitude =-740446540L;  // Liberty Staue direkt
389
//GPSData.Position.Latitude = 406891590L;        // Liberty Staue 1
390
 
514 holgerb 391
//GPSData.Position.Longitude =-1142878694L;  // Flori
515 killagreg 392
//GPSData.Position.Latitude = 483712102L;        //
514 holgerb 393
 
394
//GPSData.Position.Longitude =1251674613L;  // Bubble
515 killagreg 395
//GPSData.Position.Latitude = 466058365L;        //
396
 
41 ingob 397
}
398
 
700 holgerb 399
u8 UbxVersionParser(void)
400
{
401
                        // HW:00000040: Antaris
402
                        // HW:00040001: Antaris-4
403
                        // HW:80040001: Antaris-4
803 holgerb 404
                        // HW:00040005: u-blox 5 (nicht von uns verbaut)
700 holgerb 405
                        // HW:00040006: u-blox 6
406
                        // HW:00040007: u-blox 6
803 holgerb 407
                        // HW:00070000: u-blox 7 (nicht von uns verbaut)
700 holgerb 408
                        // HW:00080000: u-blox M8
41 ingob 409
 
803 holgerb 410
           // MKGPS V10 -> 1500 -> LEA-4H-0-000 -> ubxsw == 5.00 HW:00040001 
411
           // MKGPS V20 -> 2602 -> LEA-6S-0-000 -> ubxsw == 6.02 HW:00040007 
412
           // MKGPS V20 -> 2703 -> LEA-6S-0-001 -> ubxsw == 7.03 HW:00040007
413
                   // MKGPS V30 -> 3101 -> NEO-M8N-0-01 -> ubxsw == 2.01 HW:00080000 (Flash- Variante) kann nur 5Hz bei MAX-Sat:15
414
                   // MKGPS V31 -> 3201 -> NEO-M8Q-0-00 -> ubxsw == 2.01 HW:00080000 (ROM Variante)
415
                   // MKGPS V40 -> 4301 -> NEO-M8Q-0-10 -> ubxsw == 3.01 HW:00080000 (Message:"ROM CORE 3.01 (107888))
416
 
700 holgerb 417
u8 retval = 0xFF;
418
          if(UbxMsg.Data[33] == '4' && UbxMsg.Data[37] == '1') // LEA-4 
419
           {
420
        GPS_Version = 1000 + (UbxMsg.Data[0] - '0') * 100 + (UbxMsg.Data[2] - '0')  * 10 + (UbxMsg.Data[3] - '0');
421
                retval = 10; // MKGPS V1
422
           }
423
           else
424
          if(UbxMsg.Data[33] == '4' && UbxMsg.Data[37] == '7') // LEA-6 
425
           {
426
        GPS_Version = 2000 + (UbxMsg.Data[0] - '0') * 100 + (UbxMsg.Data[2] - '0')  * 10 + (UbxMsg.Data[3] - '0');
427
                retval = 20; // MKGPS V2
428
           }
429
           else
430
          if(UbxMsg.Data[33] == '8' && UbxMsg.Data[37] == '0') // NEO-8 
431
           {
432
                retval = 30; // MKGPS V3
803 holgerb 433
                if(UbxMsg.Data[100]     == 'F') // Message[100]:"FIS 0xEF4015 (73171)" bei der Flash-Variante
434
                 {
435
           GPS_Version = 3000 - 100 + (UbxMsg.Data[0] - '0') * 100 + (UbxMsg.Data[2] - '0')  * 10 + (UbxMsg.Data[3] - '0');
436
                   retval = 30; // MKGPS V3     Flash
437
                 }
438
                 else
439
                if(UbxMsg.Data[0] >= '0' && UbxMsg.Data[0] <= '9') // Steht da gleich zu Anfang eine Zahl?
440
                 {
441
           GPS_Version = 3000 + (UbxMsg.Data[0] - '0') * 100 + (UbxMsg.Data[2] - '0')  * 10 + (UbxMsg.Data[3] - '0');
442
                   retval = 31; // MKGPS V3     ROM
443
                 }
444
                 else
445
                if(UbxMsg.Data[9] >= '0' && UbxMsg.Data[9] <= '9') // Message:"ROM CORE 3.01 (107888)" 
446
                 {
447
           GPS_Version = 4000 + (UbxMsg.Data[9] - '0') * 100 + (UbxMsg.Data[11] - '0')  * 10 + (UbxMsg.Data[12] - '0');
448
               retval = 40; // MKGPS V4 (Galileo)
449
                 }
700 holgerb 450
           }
451
return(retval);
452
}
453
 
41 ingob 454
/********************************************************/
455
/*                   UBX Parser                         */
456
/********************************************************/
245 killagreg 457
void UBX_RxParser(u8 c)
41 ingob 458
{
459
        static ubxState_t ubxState = UBXSTATE_IDLE;
263 killagreg 460
        static ubxmsghdr_t RxHdr;
461
        static u8 RxData[UBX_MSG_DATA_SIZE];
462
        static u16 RxBytes = 0;
41 ingob 463
        static u8 cka, ckb;
464
 
465
 
466
        //state machine
467
        switch (ubxState)       // ubx message parser
468
        {
469
                case UBXSTATE_IDLE: // check 1st sync byte
470
                        if (c == UBX_SYNC1_CHAR) ubxState = UBXSTATE_SYNC1;
471
                        else ubxState = UBXSTATE_IDLE; // out of synchronization
472
                        break;
473
 
474
                case UBXSTATE_SYNC1: // check 2nd sync byte
475
                        if (c == UBX_SYNC2_CHAR) ubxState = UBXSTATE_SYNC2;
476
                        else ubxState = UBXSTATE_IDLE; // out of synchronization
477
                        break;
478
 
479
                case UBXSTATE_SYNC2: // check msg class to be NAV
263 killagreg 480
                        RxHdr.Class = c;
245 killagreg 481
                        ubxState = UBXSTATE_CLASS;
41 ingob 482
                        break;
483
 
484
                case UBXSTATE_CLASS: // check message identifier
263 killagreg 485
                        RxHdr.Id = c;
247 killagreg 486
                        ubxState = UBXSTATE_LEN1;
263 killagreg 487
                        cka = RxHdr.Class + RxHdr.Id;
488
                        ckb = RxHdr.Class + cka;
247 killagreg 489
                        break;
490
 
491
                case UBXSTATE_LEN1: // 1st message length byte
263 killagreg 492
                        RxHdr.Length = (u16)c; // lowbyte first
247 killagreg 493
                        cka += c;
494
                        ckb += cka;
495
                        ubxState = UBXSTATE_LEN2;
496
                        break;
497
 
498
                case UBXSTATE_LEN2: // 2nd message length byte
263 killagreg 499
                        RxHdr.Length += ((u16)c)<<8; // high byte last
500
                        if (RxHdr.Length >= UBX_MSG_DATA_SIZE)
41 ingob 501
                        {
515 killagreg 502
                                ubxState = UBXSTATE_IDLE;
41 ingob 503
                        }
263 killagreg 504
                        else
41 ingob 505
                        {
263 killagreg 506
                                cka += c;
507
                                ckb += cka;
508
                                RxBytes = 0;    // reset data byte counter
509
                                ubxState = UBXSTATE_DATA;
41 ingob 510
                        }
511
                        break;
512
 
513
                case UBXSTATE_DATA: // collecting data
263 killagreg 514
                        if (RxBytes < UBX_MSG_DATA_SIZE)
41 ingob 515
                        {
263 killagreg 516
                                RxData[RxBytes++] = c; // copy curent data byte if any space is left
41 ingob 517
                                cka += c;
518
                                ckb += cka;
263 killagreg 519
                                if (RxBytes >= RxHdr.Length) ubxState = UBXSTATE_CKA; // switch to next state if all data have been received
41 ingob 520
                        }
521
                        else // rx buffer overrun
522
                        {
523
                                ubxState = UBXSTATE_IDLE;
524
                        }
525
                        break;
526
 
527
                case UBXSTATE_CKA:
528
                        if (c == cka) ubxState = UBXSTATE_CKB;
529
                        else
530
                        {
531
                                ubxState = UBXSTATE_IDLE;
532
                        }
533
                        break;
534
 
535
                case UBXSTATE_CKB:
536
                        if (c == ckb)
263 killagreg 537
                        {       // checksum is ok
538
 
539
                                switch(RxHdr.Class)
540
                                {
541
                                        case UBX_CLASS_NAV:
542
                                                switch(RxHdr.Id)
543
                                                {
544
                                                        case UBX_ID_POSLLH: // geodetic position
545
                                                                memcpy((u8*)&UbxPosLlh, RxData, RxHdr.Length);
546
                                                                UbxPosLlh.Status = NEWDATA;
547
                                                                break;
548
 
515 killagreg 549
                                                        case UBX_ID_VELNED: // velocity vector in tangent plane
263 killagreg 550
                                                                memcpy((u8*)&UbxVelNed, RxData, RxHdr.Length);
551
                                                                UbxVelNed.Status = NEWDATA;
552
                                                                break;
553
 
554
                                                        case UBX_ID_SOL: // navigation solution
555
                                                                memcpy((u8*)&UbxSol, RxData, RxHdr.Length);
556
                                                                UbxSol.Status = NEWDATA;
557
                                                                break;
558
 
559
                                                        default:
560
                                                                break;
561
                                                } // EOF switch(Id)
562
                                                Update_GPSData();
563
                                                break;
700 holgerb 564
                                        case UBX_CLASS_MON: // version
565
                                                switch(RxHdr.Id)
566
                                                {
567
                                                 case UBX_ID_MON_VER:
568
                                                        if(UbxMsg.Hdr.Length <= UBX_MSG_DATA_SIZE) memcpy(UbxMsg.Data, RxData, RxHdr.Length);
569
                                                        UbxVersionParser();
570
                                                        break;
515 killagreg 571
 
700 holgerb 572
                                                        default:
573
                                                                break;
574
                                                }
263 killagreg 575
                                        default:
576
                                                break;
577
                                } // EOF switch(class)
578
 
515 killagreg 579
                                // check generic msg filter
263 killagreg 580
                                if(UbxMsg.Status != NEWDATA)
581
                                {       // msg buffer is free
582
                                        if(((UbxMsg.Hdr.Class&UbxMsg.ClassMask) == (RxHdr.Class&UbxMsg.ClassMask)) && ((UbxMsg.Hdr.Id&UbxMsg.IdMask) == (RxHdr.Id&UbxMsg.IdMask)))
583
                                        {       // msg matches to the filter criteria
584
                                                UbxMsg.Status = INVALID;
585
                                                UbxMsg.Hdr.Class = RxHdr.Class;
586
                                                UbxMsg.Hdr.Id = RxHdr.Id;
587
                                                UbxMsg.Hdr.Length = RxHdr.Length;
588
                                                if(UbxMsg.Hdr.Length <= UBX_MSG_DATA_SIZE)
589
                                                {       // copy data block
590
                                                        memcpy(UbxMsg.Data, RxData, RxHdr.Length);
591
                                                        UbxMsg.Status = NEWDATA;
515 killagreg 592
                                                }
263 killagreg 593
                                        } // EOF filter matches
594
                                } // EOF != INVALID
595
                        }// EOF crc ok
792 holgerb 596
//                      else DebugOut.Analog[13]++; // CRC Error -> since 2.10e (6.2015) -> removed 11.2016 (V2.16)
41 ingob 597
                        ubxState = UBXSTATE_IDLE; // ready to parse new data
598
                        break;
599
 
600
                default: // unknown ubx state
601
                        ubxState = UBXSTATE_IDLE;
602
                        break;
603
 
604
        }
605
}
245 killagreg 606
 
247 killagreg 607
u8 UBX_CreateMsg(Buffer_t* pBuff, u8* pData, u16 Len)
245 killagreg 608
{
609
        u16 i;
610
        u8 cka = 0, ckb = 0;
611
        // check if buffer is available
612
        if(pBuff->Locked == TRUE) return(0);
613
        // check if buffer size is sufficient
614
        if(pBuff->Size < 8 + Len) return(0);
615
        // lock the buffer
616
        pBuff->Locked = TRUE;
515 killagreg 617
        // start at begin
245 killagreg 618
        pBuff->Position = 0;
619
        pBuff->pData[pBuff->Position++] = UBX_SYNC1_CHAR;
620
        pBuff->pData[pBuff->Position++] = UBX_SYNC2_CHAR;
247 killagreg 621
        for(i=0;i<Len;i++)
622
        {
623
                pBuff->pData[pBuff->Position++] = pData[i];
624
        }
245 killagreg 625
        // calculate checksum
626
        for(i=2;i<pBuff->Position;i++)
627
        {
515 killagreg 628
                cka += pBuff->pData[i];
245 killagreg 629
                ckb += cka;
630
        }
631
        pBuff->pData[pBuff->Position++] = cka;
632
        pBuff->pData[pBuff->Position++] = ckb;
633
        pBuff->DataBytes = pBuff->Position;
634
        pBuff->Position = 0;  // reset buffer position for transmision
635
        return(1);
636
}
263 killagreg 637
/*
638
switch(ubxclass)
639
                        {
640
                                case UBX_CLASS_NAV:
641
                                        switch(ubxid)
642
                                        {
643
                                                case UBX_ID_POSLLH: // geodetic position
644
                                                        ubxSp =  (u8 *)&UbxPosLlh; // data start pointer
645
                                                        ubxEp = (u8 *)(&UbxPosLlh + 1); // data end pointer
646
                                                        ubxStP = (u8 *)&UbxPosLlh.Status; // status pointer
647
                                                        break;
515 killagreg 648
 
263 killagreg 649
                                                case UBX_ID_SOL: // navigation solution
650
                                                        ubxSp =  (u8 *)&UbxSol; // data start pointer
651
                                                        ubxEp = (u8 *)(&UbxSol + 1); // data end pointer
652
                                                        ubxStP = (u8 *)&UbxSol.Status; // status pointer
653
                                                        break;
515 killagreg 654
 
263 killagreg 655
                                                case UBX_ID_VELNED: // velocity vector in tangent plane
656
                                                        ubxSp =  (u8 *)&UbxVelNed; // data start pointer
657
                                                        ubxEp = (u8 *)(&UbxVelNed + 1); // data end pointer
658
                                                        ubxStP = (u8 *)&UbxVelNed.Status; // status pointer
659
                                                        break;
515 killagreg 660
 
263 killagreg 661
                                                default:                        // unsupported identifier
662
                                                        ubxState = UBXSTATE_IDLE;
663
                                                        return;
664
                                        }
665
                                        break;
666
 
667
                                default: // other  classes
668
                                        if(UbxMsg.Status == NEWDATA) ubxState = UBXSTATE_IDLE;
669
                                        else if(((UbxMsg.Hdr.Class&UbxMsg.ClassMask) == (ubxclass&UbxMsg.ClassMask)) && ((UbxMsg.Hdr.Id&UbxMsg.IdMask) == (ubxid&UbxMsg.IdMask)))
670
                                        {       // buffer is free and message matches to filter criteria
671
                                                UbxMsg.Status = INVALID;
672
                                                UbxMsg.Hdr.Class = ubxclass;
673
                                                UbxMsg.Hdr.Id = ubxid;
674
                                                UbxMsg.Hdr.Length = msglen;
675
                                                ubxSp =  (u8 *)&(UbxMsg.Data);   // data start pointer
676
                                                ubxEp = (u8 *)(&UbxMsg + 1);    // data end pointer
515 killagreg 677
                                                ubxStP = (u8 *)&UbxMsg.Status;  // status pointer
263 killagreg 678
                                        }
515 killagreg 679
                                        else ubxState = UBXSTATE_IDLE;
263 killagreg 680
                                        break;
681
                        }
682
*/
683