User Tools

Site Tools


stock_transmitter_config

Differences

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

Link to this comparison view

Next revision
Previous revision
stock_transmitter_config [2016/05/08 23:30]
sirdomsen created
stock_transmitter_config [2016/10/08 22:35] (current)
ian446
Line 1: Line 1:
-====Assigning (trim-)switches to functions====+==== Assigning (trim-)switches to functions ====
  
 free from [[http://www.rcgroups.com/forums/showpost.php?p=34235259&postcount=1131|here]] free from [[http://www.rcgroups.com/forums/showpost.php?p=34235259&postcount=1131|here]]
- 
  
 AUX1 means gestures. So if you do the gesture, AUX1 is toggled and that means switching between level and acro for example. Also, gestures are enabled by default. AUX1 means gestures. So if you do the gesture, AUX1 is toggled and that means switching between level and acro for example. Also, gestures are enabled by default.
  
-==Trim switches to change modes== +<code> 
 +//#define USE_STOCK_TX 
 +</code> 
 + 
 +Will enable Trim Buttons for just the buttons. (to use for switching level/acro mode). I think it might be the tx sending a biased center. 
 + 
 +The option 
 + 
 +<code> 
 +#define STOCK_TX_AUTOCENTER 
 +</code> 
 + 
 +is intended for acro drifting issue, you have to wait 2 seconds on the ground with the sticks centered for this to work. Usually there is enough time after bind. 
 + 
 +== Trim switches to change modes == 
 (with stock H8 Tx only?). (with stock H8 Tx only?).
  
-To set it up, in config.h, change to #define RATES CH_PIT_TRIM+To set it up, in config.h, change to 
 + 
 +<code> 
 +#define RATES CH_PIT_TRIM 
 +</code> 
 This will put rates switching on the pitch trim button. This will put rates switching on the pitch trim button.
  
-change to #define LEVELMODE CH_RLL_TRIM+change to 
 + 
 +<code> 
 +#define LEVELMODE CH_RLL_TRIM 
 +</code> 
 This will put level mode/acro mode switching on the roll trim button. This will put level mode/acro mode switching on the roll trim button.
  
Line 18: Line 42:
  
 Then build target and reflash. Now the quad will start in level mode and high rates whenever you power it up. For low rates press the pitch trim button down, and push it back up for high rates again. For acro mode push the left roll trim button, and pushing it right puts it back to level mode. You can change modes and rates while in the air. Then build target and reflash. Now the quad will start in level mode and high rates whenever you power it up. For low rates press the pitch trim button down, and push it back up for high rates again. For acro mode push the left roll trim button, and pushing it right puts it back to level mode. You can change modes and rates while in the air.
 +
  
stock_transmitter_config.1462743015.txt.gz · Last modified: 2016/05/08 23:30 by sirdomsen