This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
devo_config [2016/05/19 23:15] sirdomsen [DEVO 7e] |
devo_config [2019/01/09 20:40] (current) sirdomsen [Hints for DIY model files] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====DEVO 7e==== | + | <font inherit/ |
- | ===H8 mini=== | + | ==== DEVO 7e ==== |
+ | |||
+ | === H8 mini === | ||
[[http:// | [[http:// | ||
Line 7: | Line 9: | ||
[[http:// | [[http:// | ||
- | ===H101=== | + | === H101 === |
- | [[http:// | + | |
- | For inverted controls like on a CP-Heli | + | [[http:// |
- | ====DEVO 7 with Goebish' | + | |
+ | [[http:// | ||
+ | |||
+ | for inverted controls like on a CP-Heli | ||
+ | |||
+ | < | ||
+ | //#define NATIVE_INVERTED_MODE | ||
+ | </ | ||
+ | |||
+ | ==== Devo 7e with Switchmod ==== | ||
+ | |||
+ | Devo 7E model file with switchable stagility/ | ||
+ | |||
+ | He got inspired by Mike Meyer and added stagility/ | ||
+ | |||
+ | HOLD:\\ | ||
+ | 0: normal\\ | ||
+ | 1: sticky throttle hold (see [[http:// | ||
+ | |||
+ | SWA:\\ | ||
+ | 0: linear positive throttle over the full stick range\\ | ||
+ | 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 – CP heli trainer | ||
+ | |||
+ | SWB:\\ | ||
+ | 0: level/angle mode, linear roll and pitch\\ | ||
+ | 1: stagility/ | ||
+ | 2: rate/acro mode, expo on the roll and pitch channels | ||
+ | |||
+ | FMOD:\\ | ||
+ | 0: low rates\\ | ||
+ | 1: high rates | ||
+ | |||
+ | Throttle trim buttons are used to turn the LEDs on/off | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ==== DEVO 7 with Goebish' | ||
+ | |||
+ | [[https:// | ||
Inverted Flight like a CP-heli!! | Inverted Flight like a CP-heli!! | ||
Line 18: | 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 |