Subversion Repositories NaviCtrl

Rev

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

Rev Author Line No. Line
1 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
427 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.
1 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
427 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.
1 ingob 31
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 32
// + Software LICENSING TERMS
1 ingob 33
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 34
// + of HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland, Germany - the Licensor -
427 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.
1 ingob 55
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
210 killagreg 56
#include <ctype.h>
41 ingob 57
#include <stdio.h>
58
#include <stdlib.h>
59
#include <string.h>
60
#include "91x_lib.h"
61
#include "fat16.h"
62
#include "settings.h"
63
#include "uart1.h"
362 holgerb 64
#include "main.h"
426 holgerb 65
u16 WaypointAccelerationSetting = 100; // acceleration for flying waypoints in percent (0-100) or Poti -> 255 = Poti1, 254 = Poti2...
427 killagreg 66
u16 WaypointAcceleration = 100; // the real value
1 ingob 67
 
88 killagreg 68
typedef struct
1 ingob 69
{
88 killagreg 70
        ParamId_t ParamId;
90 killagreg 71
        s8  Name[17]; // 0 terminator is the last byte
381 ingob 72
        s8 Comment[60];
73
        u8 Group;   // 0 = reserved  1,2,3,4
88 killagreg 74
        u16 Value;
75
        u16 Default;
76
        u16 Min;
77
        u16 Max;
78
} __attribute__((packed)) Parameter_t;
79
 
381 ingob 80
 
81
 
82
 
88 killagreg 83
Parameter_t CFG_Parameter[] =
84
{
381 ingob 85
  //{PID                                , "1234567890123456" , Comment,                                                                                                           Group, Value, Default,   Min,         Max },
434 holgerb 86
        {PID_KML_LOGGING                        , "KMLLOGGING      \0" ,"KML logging interval in ms (0 = disabled)                   ",   1,   200,     500,    0,      60000},   // the log interval for KML logging, 0 = off
87
        {PID_GPX_LOGGING                        , "GPXLOGGING      \0" ,"GPX logging interval in ms (0 = disabled)                   ",   1,   500,     500,    0,      60000},   // the log interval for GPX logging, 0 = off
581 holgerb 88
        {PID_LOG_AT_MOTORRUN            , "LOG_AT_MOTOR_RUN\0" ,"Start GPX logfile as soon as motors start (0 = off, 1 = on) ",   1,     1,       1,    0,      1},
622 holgerb 89
        {PID_SPEAK100M                          , "HOTT_SPEAK_100M \0" ,"HoTT Speaks '100m' when distance or altitude > 100m (1 = on)",   1,     1,       1,    0,      1},
532 holgerb 90
//      {PID_ABSOLUTE_FLYING_ALT        , "MAX_FLYING_ALT  \0" ,"max. altitude in m                                          ",   1,     0,       0,    0,      30000},   // in [m]
91
//      {PID_ABSOLUTE_FLYING_RANGE      , "MAX_FLYING_RANGE\0" ,"max. range in m                                             ",   1,     0,       0,    0,      60000},   // in [m]
92
//      {PID_AUTO_DESCEND_RANGE         , "DESCEND_RANGE   \0" ,"Auto-descend range in m (0 = disabled) (only comm. License) ",   1,     0,       0,    0,      60000},   // in [m]
383 holgerb 93
        {PID_GPS_SBAS_CONFIG            , "GPS_SBAS_DGPS_ON\0" ,"GPS SBAS mode (0 = off, 1 = on)                             ",   1,     1,       1,    0,      1},
624 holgerb 94
        {PID_AUTO_WP_EVENT_VALUE        , "AUTO_WP_EVENT   \0" ,"value for the WP-Event Trigger at Auto-Distance [10ms]      ",   1,    10,      10,    1,    200},   // in 0,1sek
577 holgerb 95
//      {PID_MIN_EVENT_TIME                     , "MIN_EVENT_TIME  \0" ,"minimum time of the Waypoint-Event value (seconds)          ",   1,     2,       2,    0,    600},   // in seconds
96
        {PID_WP_REACHED_TIMEOUT         , "WP_TIMEOUT      \0" ,"the MK increases the WP-target radius after this timeout [s]",   1,     5,       5,    0,   6000},   // in seconds
455 holgerb 97
        {PID_WP_ACCELERATE                      , "WAYPOINT DYNAMIC\0" ,"dynamic for flying waypoints in percent (0-200)             ",   1,   100,     100,    0,    255},   // in percent or Poti
460 holgerb 98
        {PID_WP_WAIT_FOR_LED            , "WAIT_FOR_OUT1   \0" ,"Wait on Waypoint until Out-Pattern is finished (1=on 0=off) ",   1,     1,       1,    0,      1},
489 killagreg 99
        {PID_SEND_NMEA                          , "NMEA_INTERVAL   \0" ,"NMEA Output interval in ms (0 = disabled)                   ",   1,     0,       0,    0,      60000},   // the log interval for NMEA output, 0 = off
100
        {PID_CH_SPEED                           , "COMINGHOME_SPEED\0" ,"Maximum speed for coming home in 0,1m/sec (80 = 8,0 m/sec)  ",   1,    80,      80,   10,        150},
511 holgerb 101
        {PID_DPH_SPEED                          , "DYNAMIC_PH_SPEED\0" ,"Maximum speed for dynamic position hold in 0,1m/sec         ",   1,   100,     100,   20,        150},
514 holgerb 102
        {PID_POSITION_ACCURACY          , "POS.ACCURACY    \0" ,"Desired Accuracy of position in percent                     ",   1,   100,     100,    0,        255},
383 holgerb 103
        {PID_GPS_AUTOCONFIG                     , "GPSAUTOCONFIG   \0" ,"GPS configmode (0 = off, 1 = on)                            ",   1,     1,       1,    0,      1}
1 ingob 104
};
105
 
106
 
107
//----------------------------------------------------------------------------------
88 killagreg 108
// initialize all parameters by its default value
109
void Settings_SetDefaultValues(void)
1 ingob 110
{
88 killagreg 111
        u8 i;
112
        // run thrue all parameters and set value to default
113
        for (i = 0; i < sizeof(CFG_Parameter) / sizeof(Parameter_t); i++)
114
        {
115
                CFG_Parameter[i].Value  = CFG_Parameter[i].Default;
116
        }
1 ingob 117
}
118
 
119
//----------------------------------------------------------------------------------
88 killagreg 120
// set parameter from string based name and value
90 killagreg 121
u8 Settings_SetParameterFromString(s8 *name, s8 *value)
1 ingob 122
{
90 killagreg 123
        u8 i, retval = 0;
88 killagreg 124
        s8 string[] = "                \0"; // null terminated string of 16 characters
1 ingob 125
 
90 killagreg 126
        if((name == NULL) || (value == NULL)) return(retval);
127
 
88 killagreg 128
        i = strlen(name);                                       // lenght of the parameter name
129
        if (i > 16) i = 16;                                     // cut off at 16
130
 
131
        memcpy(string, name, i);                        // copy name to local buffer
132
 
133
    // search name in parameter list
134
        for (i = 0; i < sizeof(CFG_Parameter) / sizeof(Parameter_t); i++)
135
        {
136
                if(strncmp(string, CFG_Parameter[i].Name, 16) == 0) // names are matching
137
                {
138
                        CFG_Parameter[i].Value = (u16)atoi(value); // convert string to number and set value
90 killagreg 139
                        // out of range ?
140
                        if((CFG_Parameter[i].Value < CFG_Parameter[i].Min) || (CFG_Parameter[i].Value > CFG_Parameter[i].Max))
141
                        {       // print a warning
142
                                sprintf(text,"\r\n%s <-- %d is out of range [%d...%d]", string, CFG_Parameter[i].Value, CFG_Parameter[i].Min, CFG_Parameter[i].Max);
110 killagreg 143
                                UART1_PutString(text);
90 killagreg 144
                                CFG_Parameter[i].Value = CFG_Parameter[i].Default;  // fallback to default
145
                        }
146
                        retval = 1; // value in range
88 killagreg 147
                        break; // end loop
148
                }
149
        }
90 killagreg 150
        if(!retval)
112 killagreg 151
        {
90 killagreg 152
                sprintf(text,"\r\n%s <-- unknown parameter\r\n", string);
110 killagreg 153
                UART1_PutString(text);
90 killagreg 154
        }
155
        return(retval);
1 ingob 156
}
157
 
158
//----------------------------------------------------------------------------------
88 killagreg 159
// read settings from file on sd-card
160
void Settings_Init(void)
161
{
381 ingob 162
        #define LINE_MAX 70
88 killagreg 163
        File_t *fp;
92 killagreg 164
        s8 settingsline[LINE_MAX];
89 killagreg 165
        s8 *name, *value;
90 killagreg 166
        u8 i;
427 killagreg 167
        // user absolute path, i.e. leading /
168
        s8 filename[] = "/settings.ini";
1 ingob 169
 
114 killagreg 170
        UART1_PutString("\n\r Settings init...");
88 killagreg 171
        Settings_SetDefaultValues();
112 killagreg 172
 
90 killagreg 173
        if(Fat16_IsValid())
174
        {       // check if settings file is existing
210 killagreg 175
                if(fexist_(filename))
112 killagreg 176
                {
210 killagreg 177
                        fp = fopen_(filename, 'r');             // try to open the file
90 killagreg 178
                        if (fp == NULL)                                                 // could not open the file
88 killagreg 179
                        {
110 killagreg 180
                                UART1_PutString("ERROR: Opening settings file!");
90 killagreg 181
                                return;
1 ingob 182
                        }
90 killagreg 183
                        // read all lines from file
362 holgerb 184
                        while(fgets_(settingsline, LINE_MAX, fp) != 0 && (SD_WatchDog))
90 killagreg 185
                        {
186
                                if ( // ignorelines starting with \r,\n,' ',';','#'
92 killagreg 187
                                        (settingsline[0] != '\n') &&
188
                                        (settingsline[0] != '\r') &&
189
                                        (settingsline[0] != ' ' ) &&
190
                                        (settingsline[0] != ';' ) &&
191
                                        (settingsline[0] != '#' )
90 killagreg 192
                                        )
193
                                {
92 killagreg 194
                                        name  = strtok(settingsline, "="); // get name
90 killagreg 195
                                        value = strtok(NULL, "="); // get value
196
                                        if ((name != NULL) && (value != NULL))
197
                                        {
210 killagreg 198
                                                u8 i;
199
                                                for(i=0; name[i]; i++) name[i] = toupper(name[i]);
90 killagreg 200
                                                Settings_SetParameterFromString(name, value);
201
                                        }
202
                                }
203
                        }
204
                        fclose_(fp);
110 killagreg 205
                        UART1_PutString("ok");
90 killagreg 206
                        return;
1 ingob 207
                }
90 killagreg 208
                else // settings file does not exist
209
                {       // create default settings file
210
                        fp = fopen_("settings.ini", 'w');               // try to open the file
211
                        if(fp == NULL)
212
                        {
110 killagreg 213
                                UART1_PutString("ERROR: Creating default settings file!");
112 killagreg 214
                                return;
90 killagreg 215
                        }
216
                        // run thrue all parameters and set value to default
381 ingob 217
                        fputs_("########    MikroKopter configuration file     ########\r\n", fp); // write to file
218
                        fputs_("#------------------------------------------------------\r\n\r\n", fp); // write to file
90 killagreg 219
                        for (i = 0; i < sizeof(CFG_Parameter) / sizeof(Parameter_t); i++)
220
                        {
381 ingob 221
                                s8 tmp_comment[61];
222
                                tmp_comment[60] = '\0';
223
 
224
                                memcpy(tmp_comment,CFG_Parameter[i].Comment , 60);
225
 
226
                                sprintf(settingsline, "\r\n# %s\r\n", tmp_comment);
227
                                fputs_(settingsline, fp); // write to file
228
 
92 killagreg 229
                                sprintf(settingsline, "%s = %d\r\n", CFG_Parameter[i].Name, CFG_Parameter[i].Default);
230
                                fputs_(settingsline, fp); // write to file
90 killagreg 231
                        }
232
                        fputs_("\r\n", fp); // newline at the end of file
233
                        fclose_(fp);
110 killagreg 234
                        UART1_PutString("Default settings file created!");
90 killagreg 235
                        return;
236
                }
88 killagreg 237
        }
90 killagreg 238
        else // no acces to fat 16 filesystem
239
        {
110 killagreg 240
                UART1_PutString("Using default values!");
90 killagreg 241
                return;
242
        }
1 ingob 243
}
244
 
88 killagreg 245
 
246
//----------------------------------------------------------------------------------
247
// read value of a paramter identified by its id
248
// returns 1 on success and 0 on error
249
u8 Settings_GetParamValue(ParamId_t Pid, u16 * pValue)
250
{
251
        u8 i, retval = 0;
252
 
253
        for (i = 0; i < sizeof(CFG_Parameter) / sizeof(Parameter_t); i++)
254
        {
255
                if(CFG_Parameter[i].ParamId == Pid)
256
                {
257
                        *pValue = CFG_Parameter[i].Value;
258
                        retval = 1;
259
                        break;
260
                }
261
        }
262
        return retval;
263
}