Subversion Repositories FlightCtrl

Rev

Rev 2059 | Rev 2073 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2059 Rev 2062
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
// + Copyright (c) 04.2007 Holger Buss
2
// + Copyright (c) 04.2007 Holger Buss
3
// + Nur f�r den privaten Gebrauch
3
// + Nur f�r den privaten Gebrauch
4
// + www.MikroKopter.com
4
// + www.MikroKopter.com
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6
// + Es gilt f�r das gesamte Projekt (Hardware, Software, Bin�rfiles, Sourcecode und Dokumentation),
6
// + Es gilt f�r das gesamte Projekt (Hardware, Software, Bin�rfiles, Sourcecode und Dokumentation),
7
// + dass eine Nutzung (auch auszugsweise) nur f�r den privaten und nicht-kommerziellen Gebrauch zul�ssig ist.
7
// + dass eine Nutzung (auch auszugsweise) nur f�r den privaten und nicht-kommerziellen Gebrauch zul�ssig ist.
8
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
8
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
9
// + bzgl. der Nutzungsbedingungen aufzunehmen.
9
// + bzgl. der Nutzungsbedingungen aufzunehmen.
10
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Best�ckung und Verkauf von Platinen oder Baus�tzen,
10
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Best�ckung und Verkauf von Platinen oder Baus�tzen,
11
// + Verkauf von Luftbildaufnahmen, usw.
11
// + Verkauf von Luftbildaufnahmen, usw.
12
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
13
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder ver�ffentlicht,
13
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder ver�ffentlicht,
14
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright m�ssen dann beiliegen
14
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright m�ssen dann beiliegen
15
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
15
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
16
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
16
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
17
// + auf anderen Webseiten oder Medien ver�ffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
17
// + auf anderen Webseiten oder Medien ver�ffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
18
// + eindeutig als Ursprung verlinkt und genannt werden
18
// + eindeutig als Ursprung verlinkt und genannt werden
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20
// + Keine Gew�hr auf Fehlerfreiheit, Vollst�ndigkeit oder Funktion
20
// + Keine Gew�hr auf Fehlerfreiheit, Vollst�ndigkeit oder Funktion
21
// + Benutzung auf eigene Gefahr
21
// + Benutzung auf eigene Gefahr
22
// + Wir �bernehmen keinerlei Haftung f�r direkte oder indirekte Personen- oder Sachsch�den
22
// + Wir �bernehmen keinerlei Haftung f�r direkte oder indirekte Personen- oder Sachsch�den
23
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24
// + Die Portierung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
24
// + Die Portierung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
25
// + mit unserer Zustimmung zul�ssig
25
// + mit unserer Zustimmung zul�ssig
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
27
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
28
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
28
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
29
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
30
// + this list of conditions and the following disclaimer.
30
// + this list of conditions and the following disclaimer.
31
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
31
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
32
// +     from this software without specific prior written permission.
32
// +     from this software without specific prior written permission.
33
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet
33
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet
34
// +     for non-commercial use (directly or indirectly)
34
// +     for non-commercial use (directly or indirectly)
35
// +     Commercial use (for example: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
35
// +     Commercial use (for example: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
36
// +     with our written permission
36
// +     with our written permission
37
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
37
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
38
// +     clearly linked as origin
38
// +     clearly linked as origin
39
// +   * porting to systems other than hardware from www.mikrokopter.de is not allowed
39
// +   * porting to systems other than hardware from www.mikrokopter.de is not allowed
40
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
40
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
41
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
42
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
43
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
44
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
44
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
45
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
45
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
46
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
46
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
47
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
47
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
48
// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
48
// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
49
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
49
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
50
// +  POSSIBILITY OF SUCH DAMAGE.
50
// +  POSSIBILITY OF SUCH DAMAGE.
51
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
51
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
52
#include <util/delay.h>
52
#include <util/delay.h>
53
#include <stddef.h>
53
#include <stddef.h>
54
#include <string.h>
54
#include <string.h>
55
#include "configuration.h"
55
#include "configuration.h"
56
#include "sensors.h"
56
#include "sensors.h"
57
#include "rc.h"
57
#include "rc.h"
58
#include "output.h"
58
#include "output.h"
59
#include "flight.h"
59
#include "flight.h"
60
 
60
 
61
int16_t variables[VARIABLE_COUNT];
61
int16_t variables[VARIABLE_COUNT];
62
ParamSet_t staticParams;
62
ParamSet_t staticParams;
63
channelMap_t channelMap;
63
channelMap_t channelMap;
64
mixerMatrix_t mixerMatrix;
64
mixerMatrix_t mixerMatrix;
65
volatile DynamicParams_t dynamicParams;
65
volatile DynamicParams_t dynamicParams;
66
 
66
 
67
uint8_t CPUType = ATMEGA644;
67
uint8_t CPUType = ATMEGA644;
68
uint8_t boardRelease = 13;
68
uint8_t boardRelease = 13;
69
uint8_t requiredMotors;
69
uint8_t requiredMotors;
70
 
70
 
71
VersionInfo_t versionInfo;
71
VersionInfo_t versionInfo;
72
 
72
 
73
// MK flags. TODO: Replace by enum. State machine.
73
// MK flags. TODO: Replace by enum. State machine.
74
uint16_t isFlying = 0;
74
uint16_t isFlying = 0;
75
volatile uint8_t MKFlags = 0;
75
volatile uint8_t MKFlags = 0;
76
 
76
 
77
const MMXLATION XLATIONS[] = {
77
const MMXLATION XLATIONS[] = {
78
{offsetof(ParamSet_t, levelCorrection[0]), offsetof(DynamicParams_t, levelCorrection[0]),0,255},
78
{offsetof(ParamSet_t, levelCorrection[0]), offsetof(DynamicParams_t, levelCorrection[0]),0,255},
79
{offsetof(ParamSet_t, levelCorrection[1]), offsetof(DynamicParams_t, levelCorrection[1]),0,255},
79
{offsetof(ParamSet_t, levelCorrection[1]), offsetof(DynamicParams_t, levelCorrection[1]),0,255},
80
{offsetof(ParamSet_t, gyroP), offsetof(DynamicParams_t, gyroP),0,255},
80
{offsetof(ParamSet_t, gyroP), offsetof(DynamicParams_t, gyroP),0,255},
81
{offsetof(ParamSet_t, gyroI), offsetof(DynamicParams_t, gyroI),0,255},
81
{offsetof(ParamSet_t, gyroI), offsetof(DynamicParams_t, gyroI),0,255},
82
{offsetof(ParamSet_t, gyroD), offsetof(DynamicParams_t, gyroD),0,255},
82
{offsetof(ParamSet_t, gyroD), offsetof(DynamicParams_t, gyroD),0,255},
83
{offsetof(ParamSet_t, attitudeControl), offsetof(DynamicParams_t, attitudeControl),0,255},
83
{offsetof(ParamSet_t, attitudeControl), offsetof(DynamicParams_t, attitudeControl),0,255},
84
{offsetof(ParamSet_t, externalControl), offsetof(DynamicParams_t, externalControl),0,255},
84
{offsetof(ParamSet_t, externalControl), offsetof(DynamicParams_t, externalControl),0,255},
85
{offsetof(ParamSet_t, dynamicStability), offsetof(DynamicParams_t, dynamicStability),0,255},
85
{offsetof(ParamSet_t, dynamicStability), offsetof(DynamicParams_t, dynamicStability),0,255},
86
{offsetof(ParamSet_t, heightP), offsetof(DynamicParams_t, heightP),0,255},
86
{offsetof(ParamSet_t, heightP), offsetof(DynamicParams_t, heightP),0,255},
87
{offsetof(ParamSet_t, heightI), offsetof(DynamicParams_t, heightI),0,255},
87
{offsetof(ParamSet_t, heightI), offsetof(DynamicParams_t, heightI),0,255},
88
{offsetof(ParamSet_t, heightD), offsetof(DynamicParams_t, heightD),0,255},
88
{offsetof(ParamSet_t, heightD), offsetof(DynamicParams_t, heightD),0,255},
89
{offsetof(ParamSet_t, heightSetting), offsetof(DynamicParams_t, heightSetting),0,255},
89
{offsetof(ParamSet_t, heightSetting), offsetof(DynamicParams_t, heightSetting),0,255},
90
{offsetof(ParamSet_t, servoConfigurations[0].manualControl), offsetof(DynamicParams_t, servoManualControl[0]),0,255},
90
{offsetof(ParamSet_t, servoConfigurations[0].manualControl), offsetof(DynamicParams_t, servoManualControl[0]),0,255},
91
{offsetof(ParamSet_t, servoConfigurations[1].manualControl), offsetof(DynamicParams_t, servoManualControl[1]),0,255},
91
{offsetof(ParamSet_t, servoConfigurations[1].manualControl), offsetof(DynamicParams_t, servoManualControl[1]),0,255},
92
{offsetof(ParamSet_t, outputFlash[0].timing), offsetof(DynamicParams_t, output0Timing),0,255},
92
{offsetof(ParamSet_t, outputFlash[0].timing), offsetof(DynamicParams_t, output0Timing),0,255},
93
{offsetof(ParamSet_t, outputFlash[1].timing), offsetof(DynamicParams_t, output1Timing),0,255},
93
{offsetof(ParamSet_t, outputFlash[1].timing), offsetof(DynamicParams_t, output1Timing),0,255},
94
{offsetof(ParamSet_t, naviMode), offsetof(DynamicParams_t, naviMode),0,255}};
94
{offsetof(ParamSet_t, naviMode), offsetof(DynamicParams_t, naviMode),0,255}};
95
 
95
 
96
uint8_t configuration_applyVariableToParam(uint8_t src, uint8_t min, uint8_t max) {
96
uint8_t configuration_applyVariableToParam(uint8_t src, uint8_t min, uint8_t max) {
97
  uint8_t result;
97
  uint8_t result;
98
  if (src>=(256-VARIABLE_COUNT)) result = variables[src-(256-VARIABLE_COUNT)];
98
  if (src>=(256-VARIABLE_COUNT)) result = variables[src-(256-VARIABLE_COUNT)];
99
  else result = src;
99
  else result = src;
100
  if (result < min) result = min;
100
  if (result < min) result = min;
101
  else if (result > max) result = max;
101
  else if (result > max) result = max;
102
  return result;
102
  return result;
103
}
103
}
104
 
104
 
105
void configuration_applyVariablesToParams(void) {
105
void configuration_applyVariablesToParams(void) {
106
  uint8_t i, src;
106
  uint8_t i, src;
107
  uint8_t* pointerToTgt;
107
  uint8_t* pointerToTgt;
108
 
108
 
109
  for(i=0; i<sizeof(XLATIONS)/sizeof(MMXLATION); i++) {
109
  for(i=0; i<sizeof(XLATIONS)/sizeof(MMXLATION); i++) {
110
    src = *((uint8_t*)(&staticParams) + XLATIONS[i].sourceIdx);
110
    src = *((uint8_t*)(&staticParams) + XLATIONS[i].sourceIdx);
111
    pointerToTgt = (uint8_t*)(&dynamicParams) + XLATIONS[i].targetIdx;
111
    pointerToTgt = (uint8_t*)(&dynamicParams) + XLATIONS[i].targetIdx;
112
    *pointerToTgt = configuration_applyVariableToParam(src, XLATIONS[i].min, XLATIONS[i].max);
112
    *pointerToTgt = configuration_applyVariableToParam(src, XLATIONS[i].min, XLATIONS[i].max);
113
  }
113
  }
114
 
114
 
115
  // User parameters are always variable.
115
  // User parameters are always variable.
116
  for (i=0; i<sizeof(staticParams.userParams); i++) {
116
  for (i=0; i<sizeof(staticParams.userParams); i++) {
117
    src = *((uint8_t*)(&staticParams) + offsetof(ParamSet_t, userParams) + i);
117
    src = *((uint8_t*)(&staticParams) + offsetof(ParamSet_t, userParams) + i);
118
    pointerToTgt = (uint8_t*)(&dynamicParams) + offsetof(DynamicParams_t, userParams) + i;
118
    pointerToTgt = (uint8_t*)(&dynamicParams) + offsetof(DynamicParams_t, userParams) + i;
119
    *pointerToTgt = configuration_applyVariableToParam(src, 0, 255);
119
    *pointerToTgt = configuration_applyVariableToParam(src, 0, 255);
120
  }
120
  }
121
}
121
}
122
 
122
 
123
uint8_t getCPUType(void) {   // works only after reset or power on when the registers have default values
123
uint8_t getCPUType(void) {   // works only after reset or power on when the registers have default values
124
  uint8_t CPUType = ATMEGA644;
124
  uint8_t CPUType = ATMEGA644;
125
  if((UCSR1A == 0x20) && (UCSR1C == 0x06)) CPUType = ATMEGA644P;  // initial Values for 644P after reset
125
  if((UCSR1A == 0x20) && (UCSR1C == 0x06)) CPUType = ATMEGA644P;  // initial Values for 644P after reset
126
  return CPUType;
126
  return CPUType;
127
}
127
}
128
 
128
 
129
/*
129
/*
130
 * Automatic detection of hardware components is not supported in this development-oriented
130
 * Automatic detection of hardware components is not supported in this development-oriented
131
 * FC firmware. It would go against the point of it: To enable alternative hardware
131
 * FC firmware. It would go against the point of it: To enable alternative hardware
132
 * configurations with otherwise unsupported components. Instead, one should write
132
 * configurations with otherwise unsupported components. Instead, one should write
133
 * custom code + adjust constants for the new hardware, and include the relevant code
133
 * custom code + adjust constants for the new hardware, and include the relevant code
134
 * from the makefile.
134
 * from the makefile.
135
 * However - we still do detect the board release. Reason: Otherwise it would be too
135
 * However - we still do detect the board release. Reason: Otherwise it would be too
136
 * tedious to have to modify the code for how to turn on and off LEDs when deploying
136
 * tedious to have to modify the code for how to turn on and off LEDs when deploying
137
 * on different HW version....
137
 * on different HW version....
138
 */
138
 */
139
uint8_t getBoardRelease(void) {
139
uint8_t getBoardRelease(void) {
140
  uint8_t boardRelease = 13;
140
  uint8_t boardRelease = 13;
141
  // the board release is coded via the pull up or down the 2 status LED
141
  // the board release is coded via the pull up or down the 2 status LED
142
 
142
 
143
  PORTB &= ~((1 << PORTB1)|(1 << PORTB0)); // set tristate
143
  PORTB &= ~((1 << PORTB1)|(1 << PORTB0)); // set tristate
144
  DDRB  &= ~((1 << DDB0)|(1 << DDB0)); // set port direction as input
144
  DDRB  &= ~((1 << DDB0)|(1 << DDB0)); // set port direction as input
145
 
145
 
146
  _delay_loop_2(1000); // make some delay
146
  _delay_loop_2(1000); // make some delay
147
 
147
 
148
  switch( PINB & ((1<<PINB1)|(1<<PINB0))) {
148
  switch( PINB & ((1<<PINB1)|(1<<PINB0))) {
149
    case 0x00:
149
    case 0x00:
150
      boardRelease = 10; // 1.0
150
      boardRelease = 10; // 1.0
151
      break;
151
      break;
152
    case 0x01:
152
    case 0x01:
153
      boardRelease = 11; // 1.1 or 1.2
153
      boardRelease = 11; // 1.1 or 1.2
154
      break;
154
      break;
155
    case 0x02:
155
    case 0x02:
156
      boardRelease = 20; // 2.0
156
      boardRelease = 20; // 2.0
157
      break;
157
      break;
158
    case 0x03:
158
    case 0x03:
159
      boardRelease = 13; // 1.3
159
      boardRelease = 13; // 1.3
160
      break;
160
      break;
161
    default:
161
    default:
162
      break;
162
      break;
163
    }
163
    }
164
  // set LED ports as output
164
  // set LED ports as output
165
  DDRB |= (1<<DDB1)|(1<<DDB0);
165
  DDRB |= (1<<DDB1)|(1<<DDB0);
166
  RED_OFF;
166
  RED_OFF;
167
  GRN_OFF;
167
  GRN_OFF;
168
  return boardRelease;
168
  return boardRelease;
169
}
169
}
170
 
170
 
171
void configuration_setNormalFlightParameters(void) {
171
void configuration_setNormalFlightParameters(void) {
172
  flight_setParameters(staticParams.IFactor, dynamicParams.gyroP,
172
  flight_setParameters(staticParams.IFactor, dynamicParams.gyroP,
173
      staticParams.bitConfig & CFG_HEADING_HOLD ? 0 : dynamicParams.gyroI,
173
      staticParams.bitConfig & CFG_HEADING_HOLD ? 0 : dynamicParams.gyroI,
174
      dynamicParams.gyroP, staticParams.yawIFactor);
174
      dynamicParams.gyroP, staticParams.yawIFactor);
175
}
175
}
176
 
176
 
177
void configuration_setFailsafeFlightParameters(void) {
177
void configuration_setFailsafeFlightParameters(void) {
178
  flight_setParameters(0, 90, 120, 90, 120);
178
  flight_setParameters(0, 90, 120, 90, 120);
179
}
179
}
180
 
180
 
181
// Called after a change in configuration parameters, as a hook for modules to take over changes.
181
// Called after a change in configuration parameters, as a hook for modules to take over changes.
182
void configuration_paramSetDidChange(void) {
182
void configuration_paramSetDidChange(void) {
183
  // This should be OK to do here as long as we don't change parameters during emergency flight. We don't.
183
  // This should be OK to do here as long as we don't change parameters during emergency flight. We don't.
184
  configuration_setNormalFlightParameters();
184
  configuration_setNormalFlightParameters();
185
  // Immediately load changes to output, and also signal the paramset change.
185
  // Immediately load changes to output, and also signal the paramset change.
186
  output_init();
186
  output_init();
187
}
187
}
188
 
188
 
189
void setOtherDefaults(void) {
189
void setOtherDefaults(void) {
190
  // Height Control
190
  // Height Control
191
  staticParams.airpressureFilterConstant = 8;
191
  staticParams.airpressureFilterConstant = 8;
192
  //staticParams.airpressureWindowLength = 0;
192
  //staticParams.airpressureWindowLength = 0;
193
  staticParams.airpressureAccZCorrection = 128+56;
193
  staticParams.airpressureAccZCorrection = 128+56;
194
  staticParams.heightP = 10;
194
  staticParams.heightP = 10;
195
  staticParams.heightD = 30;
195
  staticParams.heightD = 30;
196
  staticParams.heightSetting = 251;
196
  staticParams.heightSetting = 251;
197
  staticParams.heightControlMaxThrottleChange = 10;
197
  staticParams.heightControlMaxThrottleChange = 10;
198
  staticParams.heightSlewRate = 4;
198
  staticParams.heightSlewRate = 4;
199
 
199
 
200
  // Control
200
  // Control
201
  staticParams.stickP = 8;
201
  staticParams.stickP = 8;
202
  staticParams.stickD = 12;
202
  staticParams.stickD = 12;
203
  staticParams.stickYawP = 12;
203
  staticParams.stickYawP = 12;
204
  staticParams.stickThrottleD = 12;
204
  staticParams.stickThrottleD = 12;
205
  staticParams.minThrottle = 8;
205
  staticParams.minThrottle = 8;
206
  staticParams.maxThrottle = 230;
206
  staticParams.maxThrottle = 230;
207
  staticParams.externalControl = 0;
207
  staticParams.externalControl = 0;
208
  staticParams.motorSmoothing = 0;
208
  staticParams.motorSmoothing = 0;
209
 
209
 
210
  // IMU
210
  // IMU
211
  staticParams.gyroPIDFilterConstant = 1;
211
  staticParams.gyroPIDFilterConstant = 1;
212
  staticParams.gyroATTFilterConstant = 1;
212
  staticParams.gyroATTFilterConstant = 1;
213
  staticParams.gyroDFilterConstant = 1;
213
  staticParams.gyroDFilterConstant = 1;
214
  staticParams.accFilterConstant = 10;
214
  staticParams.accFilterConstant = 10;
215
 
215
 
216
  staticParams.gyroP = 60;
216
  staticParams.gyroP = 60;
217
  staticParams.gyroI = 80;
217
  staticParams.gyroI = 80;
218
  staticParams.gyroD = 4;
218
  staticParams.gyroD = 4;
219
 
219
 
220
  // set by gyro-specific code: gyro_setDefaults().
220
  // set by gyro-specific code: gyro_setDefaults().
221
  // staticParams.zerothOrderCorrection = 
221
  // staticParams.zerothOrderCorrection = 
222
  // staticParams.driftCompDivider = 
222
  // staticParams.driftCompDivider = 
223
  // staticParams.driftCompLimit = 
223
  // staticParams.driftCompLimit = 
224
 
224
 
225
  staticParams.dynamicStability = 50;
225
  staticParams.dynamicStability = 50;
226
  staticParams.zerothOrderCorrectionAccTolerance = 60;
226
  staticParams.zerothOrderCorrectionAccTolerance = 60;
227
  staticParams.zerothOrderCorrectionControlTolerance = 60;
227
  staticParams.zerothOrderCorrectionControlTolerance = 60;
228
  staticParams.IFactor = 52;
228
  staticParams.IFactor = 52;
229
  staticParams.yawIFactor = 100;  
229
  staticParams.yawIFactor = 100;  
230
  staticParams.compassYawCorrection = 64;
230
  staticParams.compassYawCorrection = 64;
231
  staticParams.compassP = 50;
231
  staticParams.compassP = 50;
232
  staticParams.levelCorrection[0] = staticParams.levelCorrection[1] = 128;
232
  staticParams.levelCorrection[0] = staticParams.levelCorrection[1] = 128;
233
 
233
 
234
  // Servos
234
  // Servos
235
  staticParams.servoCount = 7;
235
  staticParams.servoCount = 7;
236
  staticParams.servoManualMaxSpeed = 10;
236
  staticParams.servoManualMaxSpeed = 10;
237
  for (uint8_t i=0; i<2; i++) {
237
  for (uint8_t i=0; i<2; i++) {
238
    staticParams.servoConfigurations[i].manualControl = 128;
238
    staticParams.servoConfigurations[i].manualControl = 128;
239
    staticParams.servoConfigurations[i].stabilizationFactor = 0;
239
    staticParams.servoConfigurations[i].stabilizationFactor = 0;
240
    staticParams.servoConfigurations[i].minValue = 32;
240
    staticParams.servoConfigurations[i].minValue = 32;
241
    staticParams.servoConfigurations[i].maxValue = 224;
241
    staticParams.servoConfigurations[i].maxValue = 224;
242
    staticParams.servoConfigurations[i].flags = 0;
242
    staticParams.servoConfigurations[i].flags = 0;
243
  }
243
  }
244
 
244
 
245
  // Battery warning and emergency flight
245
  // Battery warning and emergency flight
246
  staticParams.batteryVoltageWarning = 101;  // 3.7 each for 3S
246
  staticParams.batteryVoltageWarning = 101;  // 3.7 each for 3S
247
  staticParams.emergencyThrottle = 35;
247
  staticParams.emergencyThrottle = 35;
248
  staticParams.emergencyFlightDuration = 30;
248
  staticParams.emergencyFlightDuration = 30;
249
 
249
 
250
  // Outputs
250
  // Outputs
251
  staticParams.outputFlash[0].bitmask = 1; //0b01011111;
251
  staticParams.outputFlash[0].bitmask = 1; //0b01011111;
252
  staticParams.outputFlash[0].timing = 15;
252
  staticParams.outputFlash[0].timing = 15;
253
  staticParams.outputFlash[1].bitmask = 3; //0b11110011;
253
  staticParams.outputFlash[1].bitmask = 3; //0b11110011;
254
  staticParams.outputFlash[1].timing = 15;
254
  staticParams.outputFlash[1].timing = 15;
255
 
255
 
256
  staticParams.outputDebugMask = 8;
256
  staticParams.outputDebugMask = 8;
257
  staticParams.outputFlags   = OUTPUTFLAGS_FLASH_0_AT_BEEP | OUTPUTFLAGS_FLASH_1_AT_BEEP | OUTPUTFLAGS_USE_ONBOARD_LEDS;
257
  staticParams.outputFlags   = OUTPUTFLAGS_FLASH_0_AT_BEEP | OUTPUTFLAGS_FLASH_1_AT_BEEP | OUTPUTFLAGS_USE_ONBOARD_LEDS;
258
 
258
 
259
  staticParams.naviMode = 0; // free.
259
  staticParams.naviMode = 0; // free.
-
 
260
 
-
 
261
  staticParams.maxControlActivity = 0; // temporary!
-
 
262
  staticParams.maxAccVector = 80;
260
}
263
}
261
 
264
 
262
/***************************************************/
265
/***************************************************/
263
/*    Default Values for parameter set 1           */
266
/*    Default Values for parameter set 1           */
264
/***************************************************/
267
/***************************************************/
265
void paramSet_default(uint8_t setnumber) {
268
void paramSet_default(uint8_t setnumber) {
266
  setOtherDefaults();
269
  setOtherDefaults();
267
  gyro_setDefaultParameters();
270
  gyro_setDefaultParameters();
268
 
271
 
269
  for (uint8_t i=0; i<8; i++) {
272
  for (uint8_t i=0; i<8; i++) {
270
    staticParams.userParams[i] = 0;
273
    staticParams.userParams[i] = 0;
271
  }
274
  }
272
 
275
 
273
  staticParams.bitConfig =
276
  staticParams.bitConfig =
274
    CFG_GYRO_SATURATION_PREVENTION | CFG_COMPASS_ENABLED;
277
    CFG_GYRO_SATURATION_PREVENTION | CFG_COMPASS_ENABLED;
275
 
278
 
276
  memcpy(staticParams.name, "Default\0", 6);
279
  memcpy(staticParams.name, "Default\0", 6);
277
}
280
}
278
 
281
 
279
/***************************************************/
282
/***************************************************/
280
/*    Default Values for Mixer Table               */
283
/*    Default Values for Mixer Table               */
281
/***************************************************/
284
/***************************************************/
282
void mixerMatrix_default(void) { // Quadro 
285
void mixerMatrix_default(void) { // Quadro 
283
  uint8_t i;
286
  uint8_t i;
284
  // mixerMatric.revision = EEMIXER_REVISION;
287
  // mixerMatric.revision = EEMIXER_REVISION;
285
  // clear mixer table (but preset throttle)
288
  // clear mixer table (but preset throttle)
286
  for (i = 0; i < 16; i++) {
289
  for (i = 0; i < 16; i++) {
287
    mixerMatrix.motor[i][MIX_THROTTLE] = i < 4 ? 64 : 0;
290
    mixerMatrix.motor[i][MIX_THROTTLE] = i < 4 ? 64 : 0;
288
    mixerMatrix.motor[i][MIX_PITCH] = 0;
291
    mixerMatrix.motor[i][MIX_PITCH] = 0;
289
    mixerMatrix.motor[i][MIX_ROLL] = 0;
292
    mixerMatrix.motor[i][MIX_ROLL] = 0;
290
    mixerMatrix.motor[i][MIX_YAW] = 0;
293
    mixerMatrix.motor[i][MIX_YAW] = 0;
291
  }
294
  }
292
  // default = Quadro
295
  // default = Quadro
293
  mixerMatrix.motor[0][MIX_PITCH] = +64;
296
  mixerMatrix.motor[0][MIX_PITCH] = +64;
294
  mixerMatrix.motor[0][MIX_YAW] = +64;
297
  mixerMatrix.motor[0][MIX_YAW] = +64;
295
  mixerMatrix.motor[1][MIX_PITCH] = -64;
298
  mixerMatrix.motor[1][MIX_PITCH] = -64;
296
  mixerMatrix.motor[1][MIX_YAW] = +64;
299
  mixerMatrix.motor[1][MIX_YAW] = +64;
297
  mixerMatrix.motor[2][MIX_ROLL] = -64;
300
  mixerMatrix.motor[2][MIX_ROLL] = -64;
298
  mixerMatrix.motor[2][MIX_YAW] = -64;
301
  mixerMatrix.motor[2][MIX_YAW] = -64;
299
  mixerMatrix.motor[3][MIX_ROLL] = +64;
302
  mixerMatrix.motor[3][MIX_ROLL] = +64;
300
  mixerMatrix.motor[3][MIX_YAW] = -64;
303
  mixerMatrix.motor[3][MIX_YAW] = -64;
301
  memcpy(mixerMatrix.name, "Quadro\0", 7);
304
  memcpy(mixerMatrix.name, "Quadro\0", 7);
302
 
305
 
303
  /*
306
  /*
304
  // default = X
307
  // default = X
305
  mixerMatrix.motor[0][MIX_PITCH] = +45;
308
  mixerMatrix.motor[0][MIX_PITCH] = +45;
306
  mixerMatrix.motor[0][MIX_ROLL]  = +45;
309
  mixerMatrix.motor[0][MIX_ROLL]  = +45;
307
  mixerMatrix.motor[0][MIX_YAW]   = +64;
310
  mixerMatrix.motor[0][MIX_YAW]   = +64;
308
 
311
 
309
  mixerMatrix.motor[1][MIX_PITCH] = -45;
312
  mixerMatrix.motor[1][MIX_PITCH] = -45;
310
  mixerMatrix.motor[1][MIX_ROLL]  = -45;
313
  mixerMatrix.motor[1][MIX_ROLL]  = -45;
311
  mixerMatrix.motor[1][MIX_YAW]   = +64;
314
  mixerMatrix.motor[1][MIX_YAW]   = +64;
312
 
315
 
313
  mixerMatrix.motor[2][MIX_PITCH] = +45;
316
  mixerMatrix.motor[2][MIX_PITCH] = +45;
314
  mixerMatrix.motor[2][MIX_ROLL]  = -45;
317
  mixerMatrix.motor[2][MIX_ROLL]  = -45;
315
  mixerMatrix.motor[2][MIX_YAW]   = -64;
318
  mixerMatrix.motor[2][MIX_YAW]   = -64;
316
 
319
 
317
  mixerMatrix.motor[3][MIX_PITCH] = -45;
320
  mixerMatrix.motor[3][MIX_PITCH] = -45;
318
  mixerMatrix.motor[3][MIX_ROLL]  = +45;
321
  mixerMatrix.motor[3][MIX_ROLL]  = +45;
319
  mixerMatrix.motor[3][MIX_YAW]   = -64;
322
  mixerMatrix.motor[3][MIX_YAW]   = -64;
320
  */
323
  */
321
 
324
 
322
  memcpy(mixerMatrix.name, "X\0", 7);
325
  memcpy(mixerMatrix.name, "X\0", 7);
323
}
326
}
324
 
327
 
325
/***************************************************/
328
/***************************************************/
326
/*    Default Values for R/C Channels              */
329
/*    Default Values for R/C Channels              */
327
/***************************************************/
330
/***************************************************/
328
void channelMap_default(void) {
331
void channelMap_default(void) {
329
  channelMap.channels[CH_PITCH]    = 1;
332
  channelMap.channels[CH_PITCH]    = 1;
330
  channelMap.channels[CH_ROLL]     = 0;
333
  channelMap.channels[CH_ROLL]     = 0;
331
  channelMap.channels[CH_THROTTLE] = 2;
334
  channelMap.channels[CH_THROTTLE] = 2;
332
  channelMap.channels[CH_YAW]      = 3;
335
  channelMap.channels[CH_YAW]      = 3;
333
  channelMap.channels[CH_POTS + 0] = 4;
336
  channelMap.channels[CH_POTS + 0] = 4;
334
  channelMap.channels[CH_POTS + 1] = 5;
337
  channelMap.channels[CH_POTS + 1] = 5;
335
  channelMap.channels[CH_POTS + 2] = 6;
338
  channelMap.channels[CH_POTS + 2] = 6;
336
  channelMap.channels[CH_POTS + 3] = 7;
339
  channelMap.channels[CH_POTS + 3] = 7;
337
}
340
}
338
 
341