User Tools

Site Tools


devo_config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
devo_config [2016/08/17 21:39]
markus_gritsch [Devo 7e with Switchmod]
devo_config [2019/01/09 20:40] (current)
sirdomsen [Hints for DIY model files]
Line 1: Line 1:
 +<font inherit/inherit;;#FF0000;;inherit>Note: H101 model files are backwards compatible with other Silverware quads, just the 3D throttle stuff needs to be disabled/ignored</font>
 +
 ==== DEVO 7e ==== ==== DEVO 7e ====
  
Line 9: Line 11:
 === H101 === === H101 ===
  
-[[http://www.rcgroups.com/forums/showpost.php?p=34814600&postcount=2270|Model file]] for H101 dual mode firmware with 3D throttle enabled posted by SirDomsen (likely incompatible with Silverware Versions newer than 2016-05-19)+[[http://www.rcgroups.com/forums/showpost.php?p=34814600&postcount=2270|Model file]] for H101 dual mode firmware with 3D throttle enabled posted by SirDomsen
  
 [[http://www.rcgroups.com/forums/showpost.php?p=34905121&postcount=2490|Another one]] with 3D throttle, posted by HappyHarry [[http://www.rcgroups.com/forums/showpost.php?p=34905121&postcount=2490|Another one]] with 3D throttle, posted by HappyHarry
Line 18: Line 20:
 //#define NATIVE_INVERTED_MODE //#define NATIVE_INVERTED_MODE
 </code> </code>
 +
 ==== Devo 7e with Switchmod ==== ==== Devo 7e with Switchmod ====
  
Line 26: Line 29:
 HOLD:\\ HOLD:\\
 0: normal\\ 0: normal\\
-1: sticky throttle hold (see http://www.deviationtx.com/forum/how-to/1953-how-to-create-a-sticky-throttle-hold for more info)+1: sticky throttle hold (see [[http://www.deviationtx.com/forum/how-to/1953-how-to-create-a-sticky-throttle-hold|http://www.deviationtx.com/forum/how-to/1953-how-to-create-a-sticky-throttle-hold]] for more info)
  
 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 -- CP heli trainer+2: inverted throttle in the lower stick halve, normal throttle in the upper stick halve – CP heli trainer
  
 SWB:\\ SWB:\\
Line 46: Line 49:
 {{:wiki:h101.zip|H101/H8mini model file & config.h}} {{:wiki:h101.zip|H101/H8mini model file & config.h}}
  
 +==== DEVO 7 with Goebish's NRF24_multipro ====
  
-====DEVO 7 with Goebish's NRF24_multipro==== 
 [[https://github.com/goebish/nrf24_multipro|link to Goebish's Code]] [[https://github.com/goebish/nrf24_multipro|link to Goebish's Code]]
  
Line 55: 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:
-  packet[2] = GET_FLAG(AUX3, BAYANG_FLAG_FLIP)            //Assignment for Devo7 + Silverware + 
-                  | GET_FLAG(AUX2, BAYANG_FLAG_HEADLESS) +<code> 
-                  | GET_FLAG(AUX1, BAYANG_FLAG_RTH) +packet[2] = GET_FLAG(AUX3, BAYANG_FLAG_FLIP)            //Assignment for Devo7 + Silverware 
-                  | GET_FLAG(AUX6, BAYANG_FLAG_SNAPSHOT)  //Not assigned in available in DEVO 7 +                | GET_FLAG(AUX2, BAYANG_FLAG_HEADLESS) 
-                  | GET_FLAG(AUX5, BAYANG_FLAG_VIDEO); +                | GET_FLAG(AUX1, BAYANG_FLAG_RTH) 
-        packet[3] = GET_FLAG(AUX4, BAYANG_FLAG_INVERT)     +                | GET_FLAG(AUX6, BAYANG_FLAG_SNAPSHOT)  //Not assigned in available in DEVO 7 
 +                | GET_FLAG(AUX5, BAYANG_FLAG_VIDEO); 
 +      packet[3] = GET_FLAG(AUX4, BAYANG_FLAG_INVERT) 
 +</code>
  
 H101 has to be configured as descripted [[http://www.rcgroups.com/forums/showpost.php?p=34189408|here]] H101 has to be configured as descripted [[http://www.rcgroups.com/forums/showpost.php?p=34189408|here]]
  
- +==== DEVO 10 ====
-====DEVO 10====+
  
 [[http://www.rcgroups.com/forums/showpost.php?p=34189408|H101 model file]] for using H101 as a CP-Heli Trainer posted by SirDomsen [[http://www.rcgroups.com/forums/showpost.php?p=34189408|H101 model file]] for using H101 as a CP-Heli Trainer posted by SirDomsen
  
 +==== Hints for DIY model files ====
 +
 +watch the [[:config.h|config.h section]]
 +
 +H8 icons for Devo
  
-====Hints for DIY model files==== +[[http://www.rcgroups.com/forums/showpost.php?p=35608494&postcount=76|rcgroups]]
-watch the [[config.h|config.h section]]+
  
  
-others coming soon 
devo_config.1471462783.txt.gz · Last modified: 2016/08/17 21:39 by markus_gritsch