This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
devo_config [2016/07/21 20:31] sirdomsen [Devo 7e with Switchmod] |
devo_config [2019/01/09 20:40] (current) sirdomsen [Hints for DIY model files] |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <font inherit/ | ||
+ | |||
==== DEVO 7e ==== | ==== DEVO 7e ==== | ||
Line 9: | Line 11: | ||
=== H101 === | === H101 === | ||
- | [[http:// | + | [[http:// |
[[http:// | [[http:// | ||
Line 18: | Line 20: | ||
//#define NATIVE_INVERTED_MODE | //#define NATIVE_INVERTED_MODE | ||
</ | </ | ||
+ | |||
==== Devo 7e with Switchmod ==== | ==== Devo 7e with Switchmod ==== | ||
Devo 7E model file with switchable stagility/ | Devo 7E model file with switchable stagility/ | ||
- | He got inspired by Mike Meyer and added stagility/ | + | He got inspired by Mike Meyer and added stagility/ |
- | \\ | + | |
HOLD:\\ | HOLD:\\ | ||
0: normal\\ | 0: normal\\ | ||
- | 1: throttle hold\\ | + | 1: sticky |
- | \\ | + | |
SWA:\\ | SWA:\\ | ||
0: linear positive throttle over the full stick range\\ | 0: linear positive throttle over the full stick range\\ | ||
1: positive throttle only in the upper stick range halve\\ | 1: positive throttle only in the upper stick range halve\\ | ||
- | 2: inverted throttle in the lower stick halve, normal throttle in the upper stick halve\\ | + | 2: inverted throttle in the lower stick halve, normal throttle in the upper stick halve – CP heli trainer |
- | \\ | + | |
SWB:\\ | SWB:\\ | ||
0: level/angle mode, linear roll and pitch\\ | 0: level/angle mode, linear roll and pitch\\ | ||
- | 1: stagility/ | + | 1: stagility/ |
- | 2: rate/acro mode, expo on the roll and pitch channels\\ | + | 2: rate/acro mode, expo on the roll and pitch channels |
- | \\ | + | |
FMOD:\\ | FMOD:\\ | ||
0: low rates\\ | 0: low rates\\ | ||
1: high rates | 1: high rates | ||
- | {{: | + | Throttle trim buttons are used to turn the LEDs on/off |
+ | {{: | ||
+ | |||
+ | ==== DEVO 7 with Goebish' | ||
- | ====DEVO 7 with Goebish' | ||
[[https:// | [[https:// | ||
Line 53: | Line 58: | ||
You have to assign the Channels in Bayang.ino (multimodule Arduino-Sketch) to be as follows: | You have to assign the Channels in Bayang.ino (multimodule Arduino-Sketch) to be as follows: | ||
- | | + | |
- | | GET_FLAG(AUX2, | + | < |
- | | GET_FLAG(AUX1, | + | packet[2] = GET_FLAG(AUX3, |
- | | GET_FLAG(AUX6, | + | | GET_FLAG(AUX2, |
- | | GET_FLAG(AUX5, | + | | GET_FLAG(AUX1, |
- | packet[3] = GET_FLAG(AUX4, | + | | GET_FLAG(AUX6, |
+ | | GET_FLAG(AUX5, | ||
+ | packet[3] = GET_FLAG(AUX4, | ||
+ | </ | ||
H101 has to be configured as descripted [[http:// | H101 has to be configured as descripted [[http:// | ||
- | + | ==== DEVO 10 ==== | |
- | ====DEVO 10==== | + | |
[[http:// | [[http:// | ||
+ | ==== Hints for DIY model files ==== | ||
+ | |||
+ | watch the [[: | ||
+ | |||
+ | H8 icons for Devo | ||
- | ====Hints for DIY model files==== | + | [[http://www.rcgroups.com/ |
- | watch the [[config.h|config.h section]] | + | |
- | others coming soon |