Subversion Repositories NaviCtrl

Rev

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

Rev Author Line No. Line
242 killagreg 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.
242 killagreg 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.
242 killagreg 31
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 32
// + Software LICENSING TERMS
242 killagreg 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.
242 killagreg 55
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
56
#include "91x_lib.h"
57
#include "compass.h"
58
#include "mk3mag.h"
253 killagreg 59
#include "ncmag.h"
292 killagreg 60
#include "spi_slave.h"
61
#include "mymath.h"
242 killagreg 62
#include "uart1.h"
254 killagreg 63
#include "fifo.h"
264 killagreg 64
#include "led.h"
292 killagreg 65
#include "main.h"
242 killagreg 66
 
254 killagreg 67
u8 CompassCalStateQueue[10];
68
fifo_t CompassCalcStateFiFo;
69
 
70
volatile s16vec_t MagVector;   // is written by mk3mag or ncmag implementation
489 killagreg 71
volatile s16vec_t AccVector;   // current acceleration vector of compass, not supported by any HW version
394 killagreg 72
volatile s16 Compass_Heading;  // is written by mk3mag or ncmag implementation
254 killagreg 73
volatile u8  Compass_CalState; // is written by mk3mag or ncmag implementation
330 holgerb 74
s16 Hx = 0, Hy = 0;
75
s32 EarthMagneticField = 100;
76
s32 EarthMagneticFieldFiltered = 100;
77
s32 EarthMagneticInclination = 0;
340 holgerb 78
s32 EarthMagneticInclinationFiltered = 0;
338 holgerb 79
s32 EarthMagneticInclinationTheoretic = 0;
330 holgerb 80
u8  ErrorDisturbedEarthMagnetField = 0;
342 holgerb 81
s16 EarthMagneticStrengthTheoretic = 0; // in mT (50 in Germany - 22 in Brazil)
487 holgerb 82
u32 CompassValueErrorCount = 0;
254 killagreg 83
 
253 killagreg 84
#define COMPASS_NONE    0
85
#define COMPASS_MK3MAG  1
86
#define COMPASS_NCMAG   2
254 killagreg 87
u8 Compass_Device = COMPASS_NONE;
489 killagreg 88
I2C_TypeDef* Compass_I2CPort = I2C1;
242 killagreg 89
 
90
void Compass_Init(void)
91
{
268 killagreg 92
        switch(Compass_Device)
264 killagreg 93
        {
268 killagreg 94
                case COMPASS_NONE:
95
                        UART1_PutString("\r\n Looking for compass");
342 holgerb 96
                        if(     MK3MAG_Init() ) Compass_Device = COMPASS_MK3MAG;
97
                        else if( NCMAG_Init() ) Compass_Device = COMPASS_NCMAG;
268 killagreg 98
                        break;
311 killagreg 99
 
268 killagreg 100
                case COMPASS_NCMAG:
101
                        if( NCMAG_Init() )      Compass_Device = COMPASS_NCMAG;
311 killagreg 102
                        else                            Compass_Device = COMPASS_NONE;
268 killagreg 103
                        break;
104
 
105
                case COMPASS_MK3MAG:
489 killagreg 106
                        if( MK3MAG_Init() ) Compass_Device = COMPASS_MK3MAG;
107
                        else                            Compass_Device = COMPASS_NONE;
108
                        break;
109
 
268 killagreg 110
                default:
111
                        // nothing to do
112
                        break;
113
 
264 killagreg 114
        }
254 killagreg 115
        fifo_init(&CompassCalcStateFiFo, CompassCalStateQueue, sizeof(CompassCalStateQueue), NO_ITLine, NO_ITLine);
454 holgerb 116
 
117
        if(Compass_Device == COMPASS_MK3MAG) UART_VersionInfo.Flags |= NC_VERSION_FLAG_MK3MAG_PRESENT; else UART_VersionInfo.Flags &= ~NC_VERSION_FLAG_MK3MAG_PRESENT;
118
 
489 killagreg 119
        MagVector.X = 0;
120
        MagVector.Y = 0;
121
        MagVector.Z = 0;
122
        Compass_Heading = -1;
242 killagreg 123
}
124
 
125
 
489 killagreg 126
void Compass_Check(void)
127
{
128
        switch(Compass_Device)
129
        {
130
                case COMPASS_NCMAG:
131
                        NCMAG_CheckOrientation();
132
                        break;
133
 
134
                case COMPASS_MK3MAG:
135
                case COMPASS_NONE:
136
                default:
137
                        // nothing to do
138
                        break;
139
        }
140
}
141
 
292 killagreg 142
void Compass_CalcHeading(void)
242 killagreg 143
{
292 killagreg 144
        if((UART_VersionInfo.HardwareError[0] & NC_ERROR0_SPI_RX) || Compass_CalState)
242 killagreg 145
        {
292 killagreg 146
                Compass_Heading = -1;
242 killagreg 147
        }
292 killagreg 148
        else // fc attitude is avialable and no compass calibration active
149
        {
150
                // calculate attitude correction
151
                // a float implementation takes too long
330 holgerb 152
                s16 tmp;
292 killagreg 153
                s32 sinnick, cosnick, sinroll, cosroll;
311 killagreg 154
                tmp = FromFlightCtrl.AngleNick/10; // in deg
292 killagreg 155
                sinnick = (s32)c_sin_8192(tmp);
156
                cosnick = (s32)c_cos_8192(tmp);
311 killagreg 157
                tmp = FromFlightCtrl.AngleRoll/10; // in deg
292 killagreg 158
                sinroll = (s32)c_sin_8192(tmp);
159
                cosroll = (s32)c_cos_8192(tmp);
311 killagreg 160
                // tbd. compensation signs and oriantation has to be fixed
292 killagreg 161
                Hx = (s16)((MagVector.Y * cosnick + MagVector.Z * sinnick)/8192L);
311 killagreg 162
                Hy = (s16)((MagVector.X * cosroll - MagVector.Z * sinroll)/8192L);
292 killagreg 163
                // calculate heading
293 killagreg 164
                tmp = (s16)(c_atan2_546(Hy, Hx)/546L);
292 killagreg 165
                if (tmp > 0) tmp = 360 - tmp;
166
                else tmp = -tmp;
167
                Compass_Heading = tmp;
168
        }
242 killagreg 169
}
170
 
330 holgerb 171
 
292 killagreg 172
void Compass_Update(void)
242 killagreg 173
{
489 killagreg 174
static s16vec_t old;
321 holgerb 175
static u32 check_value_counter = 0;
292 killagreg 176
        // check for new cal state
177
        Compass_UpdateCalState();
351 holgerb 178
        if(Compass_CalState) FC_is_Calibrated = 0;
292 killagreg 179
        // initiate new compass communication
254 killagreg 180
        switch(Compass_Device)
242 killagreg 181
        {
182
                case COMPASS_MK3MAG:
292 killagreg 183
                        MK3MAG_Update();
242 killagreg 184
                        break;
253 killagreg 185
                case COMPASS_NCMAG:
489 killagreg 186
                        NCMAG_Update(0);
187
                        break;
242 killagreg 188
                default:
311 killagreg 189
                        break;
242 killagreg 190
        }
321 holgerb 191
 
489 killagreg 192
        DebugOut.Analog[24] = MagVector.X;
193
        DebugOut.Analog[25] = MagVector.Y;
194
        DebugOut.Analog[26] = MagVector.Z;
321 holgerb 195
 
489 killagreg 196
    if(!((old.X == MagVector.X) || (old.Y == MagVector.Y) || (old.Z == MagVector.Z))) check_value_counter = 0; // Values are normaly changing
197
 
492 killagreg 198
        if(check_value_counter == 2000) // 2 seconds no change of the compass values
489 killagreg 199
        {
200
                UART1_PutString("\n\r Init Mag.-Sensor");
492 killagreg 201
                Compass_Init();
489 killagreg 202
        }
492 killagreg 203
 
204
        if(check_value_counter > 5000) // 5 seconds no change of the compass values
489 killagreg 205
        {
492 killagreg 206
                Compass_Heading = -1; // -> probably a compass-fault
489 killagreg 207
        }
208
        else check_value_counter++;
209
 
321 holgerb 210
        old.X = MagVector.X;
211
        old.Y = MagVector.Y;
212
        old.Z = MagVector.Z;
242 killagreg 213
}
254 killagreg 214
 
215
// put cal state into fifo
216
void Compass_SetCalState(u8 CalState)
217
{
311 killagreg 218
        fifo_put(&CompassCalcStateFiFo, CalState);
254 killagreg 219
}
220
 
221
// get cal state from fifo
222
void Compass_UpdateCalState()
223
{
311 killagreg 224
        fifo_get(&CompassCalcStateFiFo, (u8*)&Compass_CalState);
254 killagreg 225
}
226