Subversion Repositories NaviCtrl

Rev

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

Rev Author Line No. Line
41 ingob 1
#ifndef _MAIN_H
2
#define _MAIN_H
1 ingob 3
 
314 killagreg 4
 
318 holgerb 5
//#define FOLLOW_ME
314 killagreg 6
 
7
#ifdef FOLLOW_ME
8
extern u8 TransmitAlsoToFC;
9
#endif
10
 
250 ingob 11
//-----------------------
434 holgerb 12
//#define DEBUG 0
250 ingob 13
//-----------------------
14
 
458 holgerb 15
#define VERSION_MAJOR   2
860 holgerb 16
#define VERSION_MINOR   20
878 holgerb 17
#define VERSION_PATCH   7
283 holgerb 18
// 0 = A
19
// 1 = B
20
// 2 = C
21
// 3 = D
22
// 4 = E
23
// 5 = F
24
// 6 = G
25
// 7 = H
26
// 8 = I
287 holgerb 27
// 9 = J
290 holgerb 28
// 10 = k
291 holgerb 29
// 11 = L
294 holgerb 30
// 12 = M
298 holgerb 31
// 13 = N
338 holgerb 32
// 14 = O
33
// 15 = P
34
// 16 = Q
35
// 17 = R
339 holgerb 36
// 18 = S
1 ingob 37
 
766 holgerb 38
#define CAN_SLAVE_COMPATIBLE     2
317 holgerb 39
#ifndef FOLLOW_ME
866 holgerb 40
#define FC_SPI_COMPATIBLE               92      //   <------------------
317 holgerb 41
#else
316 killagreg 42
#define FC_SPI_COMPATIBLE               0xFF
43
#endif
44
 
229 holgerb 45
#define MK3MAG_I2C_COMPATIBLE   3
607 holgerb 46
#define MAX_MOTORS 16     // since 2.10 (3.2014)
241 killagreg 47
 
320 holgerb 48
// FC.StatusFlags
255 killagreg 49
#define FC_STATUS_MOTOR_RUN                             0x01
50
#define FC_STATUS_FLY                                   0x02
51
#define FC_STATUS_CALIBRATE                             0x04
52
#define FC_STATUS_START                                 0x08
53
#define FC_STATUS_EMERGENCY_LANDING             0x10
54
#define FC_STATUS_LOWBAT                                0x20
279 holgerb 55
#define FC_STATUS_VARIO_TRIM_UP                 0x40
56
#define FC_STATUS_VARIO_TRIM_DOWN               0x80
78 holgerb 57
 
320 holgerb 58
// FC.StatusFlags2
294 holgerb 59
#define FC_STATUS2_CAREFREE                 0x01
60
#define FC_STATUS2_ALTITUDE_CONTROL         0x02
322 holgerb 61
#define FC_STATUS2_RC_FAILSAVE_ACTIVE       0x04
360 holgerb 62
#define FC_STATUS2_OUT1_ACTIVE                  0x08
63
#define FC_STATUS2_OUT2_ACTIVE                  0x10
447 holgerb 64
#define FC_STATUS2_WAIT_FOR_TAKEOFF             0x20   // Motor Running, but still on the ground
699 holgerb 65
#define FC_STATUS2_AUTO_STARTING                0x40
66
#define FC_STATUS2_AUTO_LANDING                 0x80
294 holgerb 67
 
573 holgerb 68
// FC.StatusFlags3 
616 holgerb 69
#define FC_STATUS3_REDUNDANCE_AKTIVE        0x01
573 holgerb 70
#define FC_STATUS3_BOAT                         0x02
616 holgerb 71
#define FC_STATUS3_REDUNDANCE_ERROR                     0x04
72
#define FC_STATUS3_REDUNDANCE_TEST                      0x08
699 holgerb 73
#define FC_STATUS3_NOT_CALIBRATED                       0x10
74
#define FC_STATUS3_MOTORS_STOPPED_BY_RC         0x20
573 holgerb 75
 
788 holgerb 76
 
77
// xxx.OSDStatusFlags   (multiple data sets)    -> this is the definition in the OSD data structure 
78
#define OSD_FLAG_CAREFREE                       0x01
79
#define OSD_FLAG_ALTITUDE_CONTROL               0x02
80
#define OSD_FLAG_CALIBRATE                              0x04
81
#define OSD_FLAG_OUT1_ACTIVE                            0x08
82
#define OSD_FLAG_OUT2_ACTIVE                            0x10
83
#define OSD_FLAG_LOWBAT                                 0x20
84
#define OSD_FLAG_VARIO_TRIM_UP                  0x40
85
#define OSD_FLAG_VARIO_TRIM_DOWN                0x80
86
 
87
// NaviData_Flags.OSDStatusFlags2 (Index:11)    -> this is the definition in the OSD data structure 
88
#define OSD2_FLAG_MOTOR_RUN                             0x01
89
#define OSD2_FLAG_FLY                                   0x02
90
#define OSD2_FLAG_RC_FAILSAVE_ACTIVE        0x04
91
#define OSD2_FLAG_START                                 0x08
92
#define OSD2_FLAG_EMERGENCY_LANDING             0x10
93
#define OSD2_FLAG_WAIT_FOR_TAKEOFF              0x20   // Motor Running, but still on the ground
94
#define OSD2_FLAG_AUTO_STARTING                 0x40
95
#define OSD2_FLAG_AUTO_LANDING                  0x80
96
 
807 holgerb 97
// NaviData_Home.OSDStatusFlags3 (Index:13 Home-Position) -> use only for flags that change slowly 
98
#define OSD_FIX_NONE                                                    0
99
#define OSD_FIX_2D                                                              1
100
#define OSD_FIX_3D                                                              2
101
#define OSD_FIX_DGPS                                                    3
102
#define OSD_FIX_RTK_FLOAT                                               4
103
#define OSD_FIX_RTK_FIX                                                 5
788 holgerb 104
 
829 holgerb 105
#define OSD3_FLAG_FIXBIT0                                       0x01 // type of GPS-Fix (see above)
807 holgerb 106
#define OSD3_FLAG_FIXBIT1                                       0x02
107
#define OSD3_FLAG_FIXBIT2                                       0x04
829 holgerb 108
#define OSD3_FLAG_HOTSHOE                                       0x08 // HotShoe connector attached
109
#define OSD3_FLAG_BOAT_MODE                                     0x10 // MK is calibrated in Boat-Mode
110
#define OSD3_FLAG_MK_IS_READY                           0x20 // ready & calibrated
807 holgerb 111
 
788 holgerb 112
// the OSD-Flags are built from the FC status flags. They are combined into new bytes to increse the efficiency in the data protocol
595 holgerb 113
#define OSD_FLAG_MASK1 (0x04 + 0x20 + 0x40 + 0x80)
114
#define OSD_FLAG_MASK2 (0x01 + 0x02 + 0x08 + 0x10)
115
 
788 holgerb 116
// NC calculates
117
//OSDStatusFlags = (FC.StatusFlags & OSD_FLAG_MASK1) | (FC.StatusFlags2 & OSD_FLAG_MASK2);
118
//OSDStatusFlags2 = (FC.StatusFlags & ~OSD_FLAG_MASK1) | (FC.StatusFlags2 & ~OSD_FLAG_MASK2);
119
 
120
//calculate Back:
121
//FC.StatusFlags = (OSDStatusFlags & OSD_FLAG_MASK1) | (OSDStatusFlags2 & ~OSD_FLAG_MASK1);
122
//FC.StatusFlags2 = (OSDStatusFlags & OSD_FLAG_MASK2) | (OSDStatusFlags2 & ~OSD_FLAG_MASK2);
123
 
124
 
595 holgerb 125
// .NCFlags
126
#define NC_FLAG_FREE                    0x01
127
#define NC_FLAG_PH                              0x02
128
#define NC_FLAG_CH                              0x04
129
#define NC_FLAG_RANGE_LIMIT             0x08
130
#define NC_FLAG_NOSERIALLINK    0x10
131
#define NC_FLAG_TARGET_REACHED  0x20
132
#define NC_FLAG_MANUAL_CONTROL  0x40
133
#define NC_FLAG_GPS_OK                  0x80
134
 
764 holgerb 135
//IO1_Function
136
#define IO1FUNC_PARACHUTE                       9
137
#define IO1FUNC_ERROR_PARACHUTE         255
595 holgerb 138
 
139
// NC calculates
140
//OSDStatusFlags = (FC.StatusFlags & OSD_FLAG_MASK1) | (FC.StatusFlags2 & OSD_FLAG_MASK2);
141
//OSDStatusFlags2 = (FC.StatusFlags & ~OSD_FLAG_MASK1) | (FC.StatusFlags2 & ~OSD_FLAG_MASK2);
142
 
143
//calculate Back:
144
//FC.StatusFlags = (OSDStatusFlags & OSD_FLAG_MASK1) | (OSDStatusFlags2 & ~OSD_FLAG_MASK1);
145
//FC.StatusFlags2 = (OSDStatusFlags & OSD_FLAG_MASK2) | (OSDStatusFlags2 & ~OSD_FLAG_MASK2);
146
 
707 holgerb 147
// FC.Error[0]
255 killagreg 148
#define FC_ERROR0_GYRO_NICK     0x01
149
#define FC_ERROR0_GYRO_ROLL     0x02
150
#define FC_ERROR0_GYRO_YAW              0x04
151
#define FC_ERROR0_ACC_NICK              0x08
152
#define FC_ERROR0_ACC_ROLL              0x10
153
#define FC_ERROR0_ACC_TOP               0x20
154
#define FC_ERROR0_PRESSURE              0x40
155
#define FC_ERROR0_CAREFREE              0x80
156
 
707 holgerb 157
// FC.Error[1]
255 killagreg 158
#define FC_ERROR1_I2C                   0x01
159
#define FC_ERROR1_BL_MISSING    0x02
160
#define FC_ERROR1_SPI_RX                0x04
161
#define FC_ERROR1_PPM                   0x08
162
#define FC_ERROR1_MIXER                 0x10
707 holgerb 163
#define FC_ERROR1_RC_VOLTAGE    0x20
164
#define FC_ERROR1_ACC_NOT_CAL   0x40
255 killagreg 165
#define FC_ERROR1_RES3                  0x80
166
 
146 killagreg 167
// NC Errors
168
#define NCERR_FLAG_FC_COMPATIBLE                        0x00000001
169
#define NCERR_FLAG_MK3MAG_COMPATIBLE            0x00000002
170
#define NCERR_FLAG_FC_COMMUNICATION                     0x00000004
171
#define NCERR_FLAG_MK3MAG_COMMUNICATION         0x00000008
172
#define NCERR_FLAG_MKGPS_COMMUNICATION          0x00000010
173
#define NCERR_FLAG_BAD_COMPASS_HEADING          0x00000020
174
#define NCERR_FLAG_RC_SIGNAL_LOST                       0x00000040
264 killagreg 175
#define NCERR_FLAG_EEPROM_NOT_FOUND                     0x00000080
49 ingob 176
 
625 holgerb 177
//NC_To_FC_Flags
781 holgerb 178
#define NC_TO_FC_FLYING_RANGE                           0x01
179
#define NC_TO_FC_EMERGENCY_LANDING                      0x02
180
#define NC_TO_FC_AUTOSTART                                      0x04
181
#define NC_TO_FC_FAILSAFE_LANDING                       0x08 // activates Servos
182
#define NC_TO_FC_SIMULATION_ACTIVE                      0x10 // don't start motors if simulation ist active
183
#define NC_TO_FC_SWITCHOFF_IF_LANDED            0x20 // switch off if MK is on the ground and doesn't further sink
799 holgerb 184
#define NC_TO_FC_OUTSIDE_FLYZONE                        0x40 // for the Beep-Signal
625 holgerb 185
 
350 holgerb 186
//Parameter.GlobalConfig3
187
#define CFG3_NO_SDCARD_NO_START                 0x01
764 holgerb 188
#define CFG3_RISE_FIRST_WAYPOINT                0x02
350 holgerb 189
#define CFG3_VARIO_FAILSAFE                     0x04
398 holgerb 190
#define CFG3_MOTOR_SWITCH_MODE                  0x08
191
#define CFG3_NO_GPSFIX_NO_START                 0x10
764 holgerb 192
#define CFG3_USE_NC_FOR_OUT1                    0x20
193
#define CFG3_SPEAK_ALL                          0x40
194
#define CFG3_SERVO_NICK_COMP_OFF                0x80
350 holgerb 195
 
799 holgerb 196
// Parameter.GlobalConfig 
331 holgerb 197
#define FC_CFG_HOEHENREGELUNG           0x01
198
#define FC_CFG_HOEHEN_SCHALTER          0x02
199
#define FC_CFG_HEADING_HOLD             0x04
200
#define FC_CFG_KOMPASS_AKTIV            0x08
201
#define FC_CFG_KOMPASS_FIX              0x10
202
#define FC_CFG_GPS_AKTIV                0x20
799 holgerb 203
#define CFG_LAND_OUTSIDE_FLYZONE                0x40
331 holgerb 204
#define FC_CFG_DREHRATEN_BEGRENZER      0x80
190 killagreg 205
 
489 killagreg 206
//Parameter.ExtraConfig
331 holgerb 207
#define CFG2_HEIGHT_LIMIT                       0x01
208
#define CFG2_VARIO_BEEP                         0x02
799 holgerb 209
#define CFG_FLYZONE_REQUIRED                    0x04
331 holgerb 210
#define CFG_3_3V_REFERENCE                      0x08
211
#define CFG_NO_RCOFF_BEEPING                    0x10
212
#define CFG_GPS_AID                             0x20
213
#define CFG_TEACHABLE_CAREFREE                  0x40
214
#define CFG_IGNORE_MAG_ERR_AT_STARTUP   0x80
320 holgerb 215
 
588 holgerb 216
// Parameter.HomeYawMode
217
#define NO_CHANGE               0
218
#define FRONT_TO_HOME   1
219
#define REAR_TO_HOME    2
220
#define LIKE_AT_START   3
221
 
587 holgerb 222
// Parameter.ReceiverType defines for the receiver selection
223
#define RECEIVER_PPM                            0
224
#define RECEIVER_SPEKTRUM                       1
225
#define RECEIVER_SPEKTRUM_HI_RES        2
226
#define RECEIVER_SPEKTRUM_LOW_RES       3
227
#define RECEIVER_JETI                           4
228
#define RECEIVER_ACT_DSL                        5
229
#define RECEIVER_HOTT                           6
230
#define RECEIVER_SBUS                           7
231
#define RECEIVER_USER                           8
232
 
233
#define RECEIVER_UNKNOWN                        0xFF
234
 
190 killagreg 235
#define LIMIT_MIN(value, min) {if(value <= min) value = min;}
236
#define LIMIT_MAX(value, max) {if(value >= max) value = max;}
237
#define LIMIT_MIN_MAX(value, min, max) {if(value <= min) value = min; else if(value >= max) value = max;}
238
 
327 holgerb 239
 
240
#define Poti1  FC.Poti[0]
241
#define Poti2  FC.Poti[1]
242
#define Poti3  FC.Poti[2]
243
#define Poti4  FC.Poti[3]
244
#define Poti5  FC.Poti[4]
245
#define Poti6  FC.Poti[5]
246
#define Poti7  FC.Poti[6]
247
#define Poti8  FC.Poti[7]
248
 
780 holgerb 249
extern s16 LuftdruckTemperaturKompensation, LuftdruckTemperaturOffset;
41 ingob 250
extern u16 BeepTime;
92 killagreg 251
extern u8  NCFlags;
255 killagreg 252
extern u8 ClearFCStatusFlags;
41 ingob 253
void Interrupt_Init(void);
153 killagreg 254
extern s16 GeoMagDec;
504 holgerb 255
extern u8 NewWPL_Name;
1 ingob 256
 
699 holgerb 257
#define NOTHING                 0
258
#define MASTER                  1
259
#define SLAVE                   2
260
extern u8 IamMaster;
261
 
505 holgerb 262
#define VERSION_SERIAL_MAJOR    11 // do not change!
263
 
41 ingob 264
typedef struct
265
{
266
        u8 ActiveSetting;
267
        u8 User1;
268
        u8 User2;
269
        u8 User3;
270
        u8 User4;
271
        u8 User5;
272
        u8 User6;
273
        u8 User7;
274
        u8 User8;
275
        u8 NaviGpsModeControl;
276
        u8 NaviGpsGain;
277
        u8 NaviGpsP;
278
        u8 NaviGpsI;
279
        u8 NaviGpsD;
56 holgerb 280
        u8 NaviGpsPLimit;
281
        u8 NaviGpsILimit;
282
        u8 NaviGpsDLimit;
41 ingob 283
        u8 NaviGpsACC;
284
        u8 NaviGpsMinSat;
285
        u8 NaviStickThreshold;
532 holgerb 286
        u8 NaviMaxFlyingRange; // in 10m
41 ingob 287
        u8 NaviWindCorrection;
327 holgerb 288
        u8 NaviAccCompensation;
41 ingob 289
        u8 NaviSpeedCompensation;
290
        u8 LowVoltageWarning;
291
        u8 NaviAngleLimitation;
56 holgerb 292
        u8 NaviPH_LoginTime;
544 holgerb 293
        u8 OrientationAngle; // where is front - in 15°
294
        u8 CamOrientation;       // direction of the camera in 15°
320 holgerb 295
        u8 GlobalConfig;
296
        u8 ExtraConfig;
321 holgerb 297
        u8 ComingHomeAltitude;
350 holgerb 298
        u8 GlobalConfig3;
516 holgerb 299
        u8 AutoPhotoDistance; // Distance between Photo releases (Position)
489 killagreg 300
        u8 FromFC_LandingSpeed;
301
        u8 FromFC_LowVoltageHomeActive;
516 holgerb 302
        u8 AutoPhotoAltitudes; // Distance between Photo releases (Altitudes)
519 holgerb 303
        u8 SingleWpSpeed;
532 holgerb 304
        u8 DescendRange; // in 10m
305
        u8 MaximumAltitude; // in m
573 holgerb 306
        u8 Driftkomp;
587 holgerb 307
        u8 ReceiverType;
588 holgerb 308
        u8 HomeYawMode;
624 holgerb 309
        u8 Speak100m;
310
        u8 AutoWpEventValue;
646 holgerb 311
        u8 FailSafeTime;
41 ingob 312
} __attribute__((packed)) Param_t;
1 ingob 313
 
41 ingob 314
typedef struct
315
{
316
        s8 StickNick;
317
        s8 StickRoll;
318
        s8 StickYaw;
319
        s8 StickGas;
190 killagreg 320
        u8 Poti[8];
41 ingob 321
        u8 RC_Quality;
125 killagreg 322
        u8 RC_RSSI;
595 holgerb 323
        u16 BAT_Voltage;
206 killagreg 324
        u16 BAT_Current;
325
        u16 BAT_UsedCapacity;
255 killagreg 326
        u8 StatusFlags;
327
        u8 Error[5];
294 holgerb 328
        u8 StatusFlags2;
436 holgerb 329
        u8 FromFC_SpeakHoTT;
489 killagreg 330
        s16 FromFC_CompassOffset;
331
        u8 FromFC_DisableDeclination;
573 holgerb 332
        u8 StatusFlags3;
739 holgerb 333
        s16 Altimeter_5cm;  // devide by 20 to get meters & multiply with 5 to get cm
573 holgerb 334
        u8 RealStatusFlags; // this is a copy of the status flags -> but not effected by the simulation
335
        u16 AdNeutralNick;
336
        u16 AdNeutralRoll;
337
        u16 AdNeutralYaw;
587 holgerb 338
        u16 BoatNeutralNick;
339
        u16 BoatNeutralRoll;
340
        u16 BoatNeutralYaw;
607 holgerb 341
        u8 AutoPhotoDistance;
489 killagreg 342
} __attribute__((packed)) FC_t; // from FC
1 ingob 343
 
699 holgerb 344
typedef struct
345
{
346
        u8 ErrorCode;
347
        u8 StatusFlags;
348
        u8 StatusFlags2;
349
        u8 StatusFlags3;
350
        u8 NC_To_FC_Flags;
351
        u8 MagnetField;                                         // in %
352
        s16 GyroCompassCorrected;
353
} __attribute__((packed)) Partner_t;    // from FC
354
 
850 holgerb 355
 
699 holgerb 356
extern Partner_t Partner;
41 ingob 357
extern Param_t Parameter;
78 holgerb 358
extern volatile FC_t FC;
41 ingob 359
extern s8 ErrorMSG[25];
699 holgerb 360
extern s8 PartnerErrorMSG[25];
361
extern u8 ErrorCode,PartnerErrorCode;
41 ingob 362
extern u8 StopNavigation;
328 holgerb 363
extern u8 ErrorGpsFixLost;
513 killagreg 364
extern u8 FromFC_LoadWP_List, ToFC_MaxWpListIndex, FromFC_Load_SinglePoint, FromFC_Save_SinglePoint;
378 holgerb 365
extern volatile u32 SPIWatchDog; // stop Navigation if this goes to zero
362 holgerb 366
extern volatile u32 SD_WatchDog; // stop Logging if this goes to zero
378 holgerb 367
extern volatile u32 PollingTimeout;
663 holgerb 368
extern u32 CountGpsProcessedIn5Sec,CountNewGpsDataIn5Sec, FreqGpsNavProcessed, FreqNewGpsData;
369
extern u32 TimeSinceMotorStart;
699 holgerb 370
extern u8 NC_To_FC_Flags, NC_To_FC_Autostart;
514 holgerb 371
extern u16 SD_SettingWaitLED;
372
extern u16 SD_PosAccuracy;
373
extern u16 SD_ComingHomeSpeed;
374
extern u16 SD_DPH_Speed;
532 holgerb 375
extern u32 MaxWP_Radius_in_m;
519 holgerb 376
extern u8 SpeakWaypointRached;  // Speak once as soon as the Points are active
549 holgerb 377
extern u8 SpeakNextWaypoint;    // Speak once when reached
378
extern u8 NewWaypointsReceived; // when 1: activates the Waypoint list as soon as CH is started
699 holgerb 379
extern s16 GyroCompassCorrected;
380
extern s16 CompassSetpointCorrected; // The compass setpoint that the FC tries to keep - corrected with the magnetic declination
381
extern s16 CompassSetpoint;
382
extern u8 AmountOfMotors;
764 holgerb 383
extern s16 SimulatedDirection;          // simulated compass direction
384
extern u16 ToFC_Parachute_Off;          // forced Switch off via IO1
385
extern u8 IO1_Function;
780 holgerb 386
extern u8 BaroCalState;
799 holgerb 387
extern u8 ErrorOutSideOperationArea; // I am outside the operation polygon area
804 holgerb 388
extern u8 ShowCalibrationErrorMessage;
764 holgerb 389
#define OEM_NAME_LENGHT 16
390
extern u8 OEM_String[OEM_NAME_LENGHT+1];
806 holgerb 391
extern u8 TryAgain_UBX_Setup;
833 holgerb 392
extern u8 MenuBlinkBit;
514 holgerb 393
 
529 holgerb 394
#define CHECK_ONLY     0
395
#define GET_LICENSE    1
396
#define COPY_SD_TO_EE  2
397
extern u8 CheckLicense(u8);
398
 
681 holgerb 399
// Portpin inputs
707 holgerb 400
#define PIN6_0 (GPIO6->DR[0x3FC] & 0x01)
401
#define PIN6_1 (GPIO6->DR[0x3FC] & 0x02)
402
#define PIN6_2 (GPIO6->DR[0x3FC] & 0x04)
681 holgerb 403
#define PIN6_3 (GPIO6->DR[0x3FC] & 0x08)
404
#define PIN6_4 (GPIO6->DR[0x3FC] & 0x10)
405
#define PIN6_5 (GPIO6->DR[0x3FC] & 0x20)
406
 
707 holgerb 407
#define TRIGGER_PP_INTERN PIN6_0
408
#define TRIGGER_PP_EXTERN PIN6_3
409
#define BLITZ_CONNECTED   PIN6_4
764 holgerb 410
#define IO1_INPUT                 PIN6_5
819 holgerb 411
#define DELAY(ms) { u32 delay; delay = SetDelay(ms); while(!CheckDelay(delay));}
681 holgerb 412
 
41 ingob 413
#endif // _MAIN_H