Subversion Repositories FlightCtrl

Rev

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

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