Subversion Repositories FlightCtrl

Rev

Rev 1988 | Rev 2017 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1988 Rev 2015
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 "uart0.h"
58
#include "uart0.h"
59
 
59
 
60
int16_t variables[VARIABLE_COUNT];
60
int16_t variables[VARIABLE_COUNT];
61
paramset_t staticParams;
61
paramset_t staticParams;
62
channelMap_t channelMap;
62
channelMap_t channelMap;
63
mixerMatrix_t mixerMatrix;
63
mixerMatrix_t mixerMatrix;
64
volatile dynamicParam_t dynamicParams;
64
volatile dynamicParam_t dynamicParams;
65
 
65
 
66
uint8_t CPUType = ATMEGA644;
66
uint8_t CPUType = ATMEGA644;
67
uint8_t boardRelease = 13;
67
uint8_t boardRelease = 13;
68
uint8_t requiredMotors;
68
uint8_t requiredMotors;
69
 
69
 
70
// MK flags. TODO: Replace by enum. State machine.
70
// MK flags. TODO: Replace by enum. State machine.
71
uint16_t isFlying = 0;
71
uint16_t isFlying = 0;
72
volatile uint8_t MKFlags = 0;
72
volatile uint8_t MKFlags = 0;
73
 
73
 
74
/************************************************************************
74
/************************************************************************
75
 * Map the parameter to pot values                                    
75
 * Map the parameter to pot values                                    
76
 * Replacing this code by the code below saved almost 1 kbyte.
76
 * Replacing this code by the code below saved almost 1 kbyte.
77
 ************************************************************************/
77
 ************************************************************************/
78
 
78
 
79
void configuration_applyVariablesToParams(void) {
79
void configuration_applyVariablesToParams(void) {
80
  uint8_t i;
80
  uint8_t i;
81
 
81
 
82
  debugOut.analog[20] = variables[0];
82
  debugOut.analog[20] = variables[0];
83
 
83
 
84
#define SET_POT_MM(b,a,min,max) {if (a>=255-VARIABLE_COUNT) b=variables[a+VARIABLE_COUNT-255]; else b=a; if(b<=min) b=min; else if(b>=max) b=max;}
84
#define SET_POT_MM(b,a,min,max) {if (a>=255-VARIABLE_COUNT) b=variables[a+VARIABLE_COUNT-255]; else b=a; if(b<=min) b=min; else if(b>=max) b=max;}
85
#define SET_POT(b,a) {if (a>=255-VARIABLE_COUNT) b=variables[a+VARIABLE_COUNT-255]; else b=a;}
85
#define SET_POT(b,a) {if (a>=255-VARIABLE_COUNT) b=variables[a+VARIABLE_COUNT-255]; else b=a;}
86
  SET_POT_MM(dynamicParams.gyroP, staticParams.gyroP, 5, 200);
86
  SET_POT_MM(dynamicParams.gyroP, staticParams.gyroP, 5, 200);
87
  SET_POT(dynamicParams.gyroI, staticParams.gyroI);
87
  SET_POT(dynamicParams.gyroI, staticParams.gyroI);
88
  SET_POT(dynamicParams.gyroD, staticParams.gyroD);
88
  SET_POT(dynamicParams.gyroD, staticParams.gyroD);
89
  SET_POT(dynamicParams.IFactor, staticParams.IFactor);
89
  SET_POT(dynamicParams.IFactor, staticParams.IFactor);
90
  SET_POT(dynamicParams.yawIFactor, staticParams.yawIFactor);
90
  SET_POT(dynamicParams.yawIFactor, staticParams.yawIFactor);
91
  SET_POT(dynamicParams.compassYawEffect,staticParams.compassYawEffect);
91
  SET_POT(dynamicParams.compassYawEffect,staticParams.compassYawEffect);
92
 
92
 
93
  SET_POT(dynamicParams.externalControl, staticParams.externalControl);
93
  SET_POT(dynamicParams.externalControl, staticParams.externalControl);
94
  SET_POT(dynamicParams.axisCoupling1, staticParams.axisCoupling1);
94
  SET_POT(dynamicParams.axisCoupling1, staticParams.axisCoupling1);
95
  SET_POT(dynamicParams.axisCoupling2, staticParams.axisCoupling2);
95
  SET_POT(dynamicParams.axisCoupling2, staticParams.axisCoupling2);
96
  SET_POT(dynamicParams.axisCouplingYawCorrection, staticParams.axisCouplingYawCorrection);
96
  SET_POT(dynamicParams.axisCouplingYawCorrection, staticParams.axisCouplingYawCorrection);
97
  SET_POT(dynamicParams.dynamicStability,staticParams.dynamicStability);
97
  SET_POT(dynamicParams.dynamicStability,staticParams.dynamicStability);
98
  SET_POT(dynamicParams.maxAccVector,staticParams.maxAccVector);
98
  SET_POT(dynamicParams.maxAccVector,staticParams.maxAccVector);
99
 
99
 
100
  SET_POT_MM(dynamicParams.heightP, staticParams.heightP,0,100);
100
  SET_POT_MM(dynamicParams.heightP, staticParams.heightP,0,100);
101
  SET_POT_MM(dynamicParams.heightD, staticParams.heightD,0,100);
101
  SET_POT_MM(dynamicParams.heightD, staticParams.heightD,0,100);
102
  SET_POT(dynamicParams.heightSetting,staticParams.heightSetting);
102
  SET_POT(dynamicParams.heightSetting,staticParams.heightSetting);
103
  SET_POT(dynamicParams.attitudeControl,staticParams.attitudeControl);
103
  SET_POT(dynamicParams.attitudeControl,staticParams.attitudeControl);
104
 
104
 
105
  for (i=0; i<sizeof(staticParams.userParams); i++) {
105
  for (i=0; i<sizeof(staticParams.userParams); i++) {
106
    SET_POT(dynamicParams.userParams[i],staticParams.userParams[i]);
106
    SET_POT(dynamicParams.userParams[i],staticParams.userParams[i]);
107
  }
107
  }
108
 
108
 
109
  SET_POT(dynamicParams.servoManualControl[0], staticParams.servoConfigurations[0].manualControl);
109
  SET_POT(dynamicParams.servoManualControl[0], staticParams.servoConfigurations[0].manualControl);
110
  SET_POT(dynamicParams.servoManualControl[1], staticParams.servoConfigurations[1].manualControl);
110
  SET_POT(dynamicParams.servoManualControl[1], staticParams.servoConfigurations[1].manualControl);
111
 
111
 
112
  SET_POT_MM(dynamicParams.output0Timing, staticParams.outputFlash[0].timing,1,255);
112
  SET_POT_MM(dynamicParams.output0Timing, staticParams.outputFlash[0].timing,1,255);
113
  SET_POT_MM(dynamicParams.output1Timing, staticParams.outputFlash[1].timing,1,255);
113
  SET_POT_MM(dynamicParams.output1Timing, staticParams.outputFlash[1].timing,1,255);
114
 
114
 
115
  SET_POT(dynamicParams.levelCorrection[0], staticParams.levelCorrection[0]);
115
  SET_POT(dynamicParams.levelCorrection[0], staticParams.levelCorrection[0]);
116
  SET_POT(dynamicParams.levelCorrection[1], staticParams.levelCorrection[1]);
116
  SET_POT(dynamicParams.levelCorrection[1], staticParams.levelCorrection[1]);
117
}
117
}
118
 
118
 
119
const XLATION XLATIONS[] = {
119
const XLATION XLATIONS[] = {
120
  {offsetof(paramset_t, heightSetting), offsetof(dynamicParam_t, heightSetting)},
120
  {offsetof(paramset_t, heightSetting), offsetof(dynamicParam_t, heightSetting)},
121
};
121
};
122
 
122
 
123
const MMXLATION MMXLATIONS[] = {
123
const MMXLATION MMXLATIONS[] = {
124
  {offsetof(paramset_t, heightD), offsetof(dynamicParam_t, heightD),0,100},
124
  {offsetof(paramset_t, heightD), offsetof(dynamicParam_t, heightD),0,100},
125
};
125
};
126
 
126
 
127
uint8_t configuration_applyVariableToParam(uint8_t src, uint8_t min, uint8_t max) {
127
uint8_t configuration_applyVariableToParam(uint8_t src, uint8_t min, uint8_t max) {
128
  uint8_t result;
128
  uint8_t result;
129
  if (src>=251) result = variables[src-251];
129
  if (src>=251) result = variables[src-251];
130
  else result = src;
130
  else result = src;
131
  if (result < min) result = min;
131
  if (result < min) result = min;
132
  else if (result > max) result = max;
132
  else if (result > max) result = max;
133
  return result;
133
  return result;
134
}
134
}
135
 
135
 
136
void configuration_applyVariablesToParams_dead(void) {
136
void configuration_applyVariablesToParams_dead(void) {
137
  uint8_t i, src;
137
  uint8_t i, src;
138
  uint8_t* pointerToTgt;
138
  uint8_t* pointerToTgt;
139
  for(i=0; i<sizeof(XLATIONS)/sizeof(XLATION); i++) {
139
  for(i=0; i<sizeof(XLATIONS)/sizeof(XLATION); i++) {
140
    src = *((uint8_t*)(&staticParams + XLATIONS[i].sourceIdx));
140
    src = *((uint8_t*)(&staticParams + XLATIONS[i].sourceIdx));
141
    pointerToTgt = (uint8_t*)(&dynamicParams + XLATIONS[i].targetIdx);
141
    pointerToTgt = (uint8_t*)(&dynamicParams + XLATIONS[i].targetIdx);
142
    if (src < 255) {
142
    if (src < 255) {
143
      *pointerToTgt = configuration_applyVariableToParam(src, 0, 255);
143
      *pointerToTgt = configuration_applyVariableToParam(src, 0, 255);
144
    }
144
    }
145
  }
145
  }
146
 
146
 
147
  for(i=0; i<sizeof(MMXLATIONS)/sizeof(MMXLATION); i++) {
147
  for(i=0; i<sizeof(MMXLATIONS)/sizeof(MMXLATION); i++) {
148
    src = *((uint8_t*)(&staticParams + MMXLATIONS[i].sourceIdx));
148
    src = *((uint8_t*)(&staticParams + MMXLATIONS[i].sourceIdx));
149
    pointerToTgt = (uint8_t*)(&dynamicParams + XLATIONS[i].targetIdx);
149
    pointerToTgt = (uint8_t*)(&dynamicParams + XLATIONS[i].targetIdx);
150
    if (src < 255) {
150
    if (src < 255) {
151
      *pointerToTgt = configuration_applyVariableToParam(src, MMXLATIONS[i].min, MMXLATIONS[i].max);
151
      *pointerToTgt = configuration_applyVariableToParam(src, MMXLATIONS[i].min, MMXLATIONS[i].max);
152
    }
152
    }
153
  }
153
  }
154
 
154
 
155
  for (i=0; i<sizeof(staticParams.userParams); i++) {
155
  for (i=0; i<sizeof(staticParams.userParams); i++) {
156
    src = *((uint8_t*)(&staticParams + offsetof(paramset_t, userParams) + i));
156
    src = *((uint8_t*)(&staticParams + offsetof(paramset_t, userParams) + i));
157
    pointerToTgt = (uint8_t*)(&dynamicParams + offsetof(dynamicParam_t, userParams) + i);
157
    pointerToTgt = (uint8_t*)(&dynamicParams + offsetof(dynamicParam_t, userParams) + i);
158
    if (src < 255) {
158
    if (src < 255) {
159
      *pointerToTgt = configuration_applyVariableToParam(src, 0, 255);
159
      *pointerToTgt = configuration_applyVariableToParam(src, 0, 255);
160
    }    
160
    }    
161
  }
161
  }
162
}
162
}
163
 
163
 
164
uint8_t getCPUType(void) {   // works only after reset or power on when the registers have default values
164
uint8_t getCPUType(void) {   // works only after reset or power on when the registers have default values
165
  uint8_t CPUType = ATMEGA644;
165
  uint8_t CPUType = ATMEGA644;
166
  //if((UCSR1A == 0x20) && (UCSR1C == 0x06)) CPUType = ATMEGA644P;  // initial Values for 644P after reset
166
  //if((UCSR1A == 0x20) && (UCSR1C == 0x06)) CPUType = ATMEGA644P;  // initial Values for 644P after reset
167
  return CPUType;
167
  return CPUType;
168
}
168
}
169
 
169
 
170
/*
170
/*
171
 * Automatic detection of hardware components is not supported in this development-oriented
171
 * Automatic detection of hardware components is not supported in this development-oriented
172
 * FC firmware. It would go against the point of it: To enable alternative hardware
172
 * FC firmware. It would go against the point of it: To enable alternative hardware
173
 * configurations with otherwise unsupported components. Instead, one should write
173
 * configurations with otherwise unsupported components. Instead, one should write
174
 * custom code + adjust constants for the new hardware, and include the relevant code
174
 * custom code + adjust constants for the new hardware, and include the relevant code
175
 * from the makefile.
175
 * from the makefile.
176
 * However - we still do detect the board release. Reason: Otherwise it would be too
176
 * However - we still do detect the board release. Reason: Otherwise it would be too
177
 * tedious to have to modify the code for how to turn on and off LEDs when deploying
177
 * tedious to have to modify the code for how to turn on and off LEDs when deploying
178
 * on different HW version....
178
 * on different HW version....
179
 */
179
 */
180
 
180
 
181
uint8_t getBoardRelease(void) {
181
uint8_t getBoardRelease(void) {
182
  uint8_t boardRelease = 13;
182
  uint8_t boardRelease = 13;
183
  // the board release is coded via the pull up or down the 2 status LED
183
  // the board release is coded via the pull up or down the 2 status LED
184
 
184
 
185
  PORTB &= ~((1 << PORTB1)|(1 << PORTB0)); // set tristate
185
  PORTB &= ~((1 << PORTB1)|(1 << PORTB0)); // set tristate
186
  DDRB  &= ~((1 << DDB0)|(1 << DDB0)); // set port direction as input
186
  DDRB  &= ~((1 << DDB0)|(1 << DDB0)); // set port direction as input
187
 
187
 
188
  _delay_loop_2(1000); // make some delay
188
  _delay_loop_2(1000); // make some delay
189
 
189
 
190
  switch( PINB & ((1<<PINB1)|(1<<PINB0))) {
190
  switch( PINB & ((1<<PINB1)|(1<<PINB0))) {
191
    case 0x00:
191
    case 0x00:
192
      boardRelease = 10; // 1.0
192
      boardRelease = 10; // 1.0
193
      break;
193
      break;
194
    case 0x01:
194
    case 0x01:
195
      boardRelease = 11; // 1.1 or 1.2
195
      boardRelease = 11; // 1.1 or 1.2
196
      break;
196
      break;
197
    case 0x02:
197
    case 0x02:
198
      boardRelease = 20; // 2.0
198
      boardRelease = 20; // 2.0
199
      break;
199
      break;
200
    case 0x03:
200
    case 0x03:
201
      boardRelease = 13; // 1.3
201
      boardRelease = 13; // 1.3
202
      break;
202
      break;
203
    default:
203
    default:
204
      break;
204
      break;
205
    }
205
    }
206
  // set LED ports as output
206
  // set LED ports as output
207
  DDRB |= (1<<DDB1)|(1<<DDB0);
207
  DDRB |= (1<<DDB1)|(1<<DDB0);
208
  RED_OFF;
208
  RED_OFF;
209
  GRN_OFF;
209
  GRN_OFF;
210
  return boardRelease;
210
  return boardRelease;
211
}
211
}
212
 
212
 
213
void setOtherDefaults(void) {
213
void setOtherDefaults(void) {
214
  // Height Control
214
  // Height Control
215
  staticParams.heightP = 10;
215
  staticParams.heightP = 10;
216
  staticParams.heightD = 30;
216
  staticParams.heightD = 30;
217
  staticParams.heightSetting = 251;
217
  staticParams.heightSetting = 251;
218
  staticParams.heightControlMaxThrottleChange = 10;
218
  staticParams.heightControlMaxThrottleChange = 10;
219
  staticParams.heightSlewRate = 4;
219
  staticParams.heightSlewRate = 4;
220
 
220
 
221
  // Control
221
  // Control
222
  staticParams.stickP = 8;
222
  staticParams.stickP = 8;
223
  staticParams.stickD = 12;
223
  staticParams.stickD = 12;
224
  staticParams.stickYawP = 12;
224
  staticParams.stickYawP = 12;
225
  staticParams.stickThrottleD = 12;
225
  staticParams.stickThrottleD = 12;
226
  staticParams.minThrottle = 8;
226
  staticParams.minThrottle = 8;
227
  staticParams.maxThrottle = 230;
227
  staticParams.maxThrottle = 230;
228
  staticParams.externalControl = 0;
228
  staticParams.externalControl = 0;
229
  staticParams.motorSmoothing = 0;
229
  staticParams.motorSmoothing = 0;
230
 
230
 
231
  // IMU
231
  // IMU
232
  staticParams.gyroPIDFilterConstant = 1;
232
  staticParams.gyroPIDFilterConstant = 1;
233
  staticParams.gyroATTFilterConstant = 1;
233
  // staticParams.gyroATTFilterConstant = 1;
234
  staticParams.gyroDFilterConstant = 1;
234
  staticParams.gyroDFilterConstant = 1;
235
  staticParams.accFilterConstant = 10;
235
  staticParams.accFilterConstant = 10;
236
 
236
 
237
  staticParams.gyroP = 60;
237
  staticParams.gyroP = 60;
238
  staticParams.gyroI = 80;
238
  staticParams.gyroI = 80;
239
  staticParams.gyroD = 4;
239
  staticParams.gyroD = 4;
240
 
240
 
241
  // set by gyro-specific code: gyro_setDefaults().
241
  // set by gyro-specific code: gyro_setDefaults().
242
  // staticParams.zerothOrderCorrection = 
242
  // staticParams.zerothOrderCorrection = 
243
  // staticParams.driftCompDivider = 
243
  // staticParams.driftCompDivider = 
244
  // staticParams.driftCompLimit = 
244
  // staticParams.driftCompLimit = 
245
 
245
 
246
  staticParams.axisCoupling1 = 90;
246
  staticParams.axisCoupling1 = 90;
247
  staticParams.axisCoupling2 = 67;
247
  staticParams.axisCoupling2 = 67;
248
  staticParams.axisCouplingYawCorrection = 0;
248
  staticParams.axisCouplingYawCorrection = 0;
249
  staticParams.dynamicStability = 50;
249
  staticParams.dynamicStability = 50;
250
  staticParams.maxAccVector = 10;
250
  staticParams.maxAccVector = 10;
251
  staticParams.IFactor = 32;
251
  staticParams.IFactor = 32;
252
  staticParams.yawIFactor = 100;  
252
  staticParams.yawIFactor = 100;  
253
  staticParams.compassYawEffect = 128;
253
  staticParams.compassYawEffect = 128;
254
  staticParams.levelCorrection[0] = staticParams.levelCorrection[1] = 128;
254
  staticParams.levelCorrection[0] = staticParams.levelCorrection[1] = 128;
255
 
255
 
256
  // Servos
256
  // Servos
257
  staticParams.servoCount = 7;
257
  staticParams.servoCount = 7;
258
  staticParams.servoManualMaxSpeed = 10;
258
  staticParams.servoManualMaxSpeed = 10;
259
  for (uint8_t i=0; i<2; i++) {
259
  for (uint8_t i=0; i<2; i++) {
260
    staticParams.servoConfigurations[i].manualControl = 128;
260
    staticParams.servoConfigurations[i].manualControl = 128;
261
    staticParams.servoConfigurations[i].stabilizationFactor = 0;
261
    staticParams.servoConfigurations[i].stabilizationFactor = 0;
262
    staticParams.servoConfigurations[i].minValue = 32;
262
    staticParams.servoConfigurations[i].minValue = 32;
263
    staticParams.servoConfigurations[i].maxValue = 224;
263
    staticParams.servoConfigurations[i].maxValue = 224;
264
    staticParams.servoConfigurations[i].flags = 0;
264
    staticParams.servoConfigurations[i].flags = 0;
265
  }
265
  }
266
 
266
 
267
  // Battery warning and emergency flight
267
  // Battery warning and emergency flight
268
  staticParams.batteryVoltageWarning = 101;  // 3.7 each for 3S
268
  staticParams.batteryVoltageWarning = 101;  // 3.7 each for 3S
269
  staticParams.emergencyThrottle = 35;
269
  staticParams.emergencyThrottle = 35;
270
  staticParams.emergencyFlightDuration = 30;
270
  staticParams.emergencyFlightDuration = 30;
271
 
271
 
272
  // Outputs
272
  // Outputs
273
  staticParams.outputFlash[0].bitmask = 1; //0b01011111;
273
  staticParams.outputFlash[0].bitmask = 1; //0b01011111;
274
  staticParams.outputFlash[0].timing = 15;
274
  staticParams.outputFlash[0].timing = 15;
275
  staticParams.outputFlash[1].bitmask = 3; //0b11110011;
275
  staticParams.outputFlash[1].bitmask = 3; //0b11110011;
276
  staticParams.outputFlash[1].timing = 15;
276
  staticParams.outputFlash[1].timing = 15;
277
 
277
 
278
  staticParams.outputDebugMask = 8;
278
  staticParams.outputDebugMask = 8;
279
  staticParams.outputFlags   = 16|8|4;
279
  staticParams.outputFlags   = 16|8|4;
280
}
280
}
281
 
281
 
282
/***************************************************/
282
/***************************************************/
283
/*    Default Values for parameter set 1           */
283
/*    Default Values for parameter set 1           */
284
/***************************************************/
284
/***************************************************/
285
void paramSet_default(uint8_t setnumber) {
285
void paramSet_default(uint8_t setnumber) {
286
  setOtherDefaults();
286
  setOtherDefaults();
287
  gyro_setDefaultParameters();
287
  gyro_setDefaultParameters();
288
 
288
 
289
  for (uint8_t i=0; i<8; i++) {
289
  for (uint8_t i=0; i<8; i++) {
290
    staticParams.userParams[i] = 0;
290
    staticParams.userParams[i] = 0;
291
  }
291
  }
292
 
292
 
293
  staticParams.bitConfig =
293
  staticParams.bitConfig =
294
    CFG_GYRO_SATURATION_PREVENTION | CFG_HEADING_HOLD;
294
    CFG_GYRO_SATURATION_PREVENTION | CFG_HEADING_HOLD;
295
 
295
 
296
  memcpy(staticParams.name, "Default\0", 6);
296
  memcpy(staticParams.name, "Default\0", 6);
297
}
297
}
298
 
298
 
299
/***************************************************/
299
/***************************************************/
300
/*    Default Values for Mixer Table               */
300
/*    Default Values for Mixer Table               */
301
/***************************************************/
301
/***************************************************/
302
void mixerMatrix_default(void) { // Quadro 
302
void mixerMatrix_default(void) { // Quadro 
303
  uint8_t i;
303
  uint8_t i;
304
  // mixerMatric.revision = EEMIXER_REVISION;
304
  // mixerMatric.revision = EEMIXER_REVISION;
305
  // clear mixer table (but preset throttle)
305
  // clear mixer table (but preset throttle)
306
  for (i = 0; i < 16; i++) {
306
  for (i = 0; i < 16; i++) {
307
    mixerMatrix.motor[i][MIX_THROTTLE] = i < 4 ? 64 : 0;
307
    mixerMatrix.motor[i][MIX_THROTTLE] = i < 4 ? 64 : 0;
308
    mixerMatrix.motor[i][MIX_PITCH] = 0;
308
    mixerMatrix.motor[i][MIX_PITCH] = 0;
309
    mixerMatrix.motor[i][MIX_ROLL] = 0;
309
    mixerMatrix.motor[i][MIX_ROLL] = 0;
310
    mixerMatrix.motor[i][MIX_YAW] = 0;
310
    mixerMatrix.motor[i][MIX_YAW] = 0;
311
  }
311
  }
312
  // default = Quadro
312
  // default = Quadro
313
  mixerMatrix.motor[0][MIX_PITCH] = +64;
313
  mixerMatrix.motor[0][MIX_PITCH] = +64;
314
  mixerMatrix.motor[0][MIX_YAW] = +64;
314
  mixerMatrix.motor[0][MIX_YAW] = +64;
315
  mixerMatrix.motor[1][MIX_PITCH] = -64;
315
  mixerMatrix.motor[1][MIX_PITCH] = -64;
316
  mixerMatrix.motor[1][MIX_YAW] = +64;
316
  mixerMatrix.motor[1][MIX_YAW] = +64;
317
  mixerMatrix.motor[2][MIX_ROLL] = -64;
317
  mixerMatrix.motor[2][MIX_ROLL] = -64;
318
  mixerMatrix.motor[2][MIX_YAW] = -64;
318
  mixerMatrix.motor[2][MIX_YAW] = -64;
319
  mixerMatrix.motor[3][MIX_ROLL] = +64;
319
  mixerMatrix.motor[3][MIX_ROLL] = +64;
320
  mixerMatrix.motor[3][MIX_YAW] = -64;
320
  mixerMatrix.motor[3][MIX_YAW] = -64;
321
  memcpy(mixerMatrix.name, "Quadro\0", 7);
321
  memcpy(mixerMatrix.name, "Quadro\0", 7);
322
}
322
}
323
 
323
 
324
/***************************************************/
324
/***************************************************/
325
/*    Default Values for R/C Channels              */
325
/*    Default Values for R/C Channels              */
326
/***************************************************/
326
/***************************************************/
327
void channelMap_default(void) {
327
void channelMap_default(void) {
328
  channelMap.channels[CH_PITCH]    = 1;
328
  channelMap.channels[CH_PITCH]    = 1;
329
  channelMap.channels[CH_ROLL]     = 0;
329
  channelMap.channels[CH_ROLL]     = 0;
330
  channelMap.channels[CH_THROTTLE] = 2;
330
  channelMap.channels[CH_THROTTLE] = 2;
331
  channelMap.channels[CH_YAW]      = 3;
331
  channelMap.channels[CH_YAW]      = 3;
332
  channelMap.channels[CH_POTS + 0] = 4;
332
  channelMap.channels[CH_POTS + 0] = 4;
333
  channelMap.channels[CH_POTS + 1] = 5;
333
  channelMap.channels[CH_POTS + 1] = 5;
334
  channelMap.channels[CH_POTS + 2] = 6;
334
  channelMap.channels[CH_POTS + 2] = 6;
335
  channelMap.channels[CH_POTS + 3] = 7;
335
  channelMap.channels[CH_POTS + 3] = 7;
336
}
336
}
337
 
337