User Tools

Site Tools


gestures

Differences

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

Link to this comparison view

Next revision
Previous revision
gestures [2017/07/03 01:30]
silverxxx created
gestures [2017/07/03 01:52] (current)
silverxxx
Line 6: Line 6:
   * Level / Acro mode switching ( if default options are used )   * Level / Acro mode switching ( if default options are used )
   * Pid gestures ( enabled by default in most versions )   * Pid gestures ( enabled by default in most versions )
 +
 +<font 18px/inherit;;inherit;;inherit>Gesture timing</font>:
 +
 +The gestures can only be performed with throttle at minimum. Either yaw or roll count as left / right, to account for tx mode 1/2/3 differences.To perform "Up" for example, move the stick pitch from center position, to max, then back to center. Continue for the remainder of actions. If a gesture is not registered, wait 2 seconds before trying again. All gestures have **led feedback**  if registered.
 +
 +The time to perform a 3 action gesture, such as Down x 3, is about 1 - 2 seconds total time. Make sure the stick returns to center between actions, taking the diagonal is not going to work.
  
 <font 18px/inherit;;inherit;;inherit>Accel calibration:</font> <font 18px/inherit;;inherit;;inherit>Accel calibration:</font>
Line 15: Line 21:
 </code> </code>
  
-Acro / Level mode switch+<font 18px/inherit;;inherit;;inherit>Acro / Level mode switch</font>
  
 The acro / level mode switch uses 2 gestures, one to set level mode, and one to set acro mode. The functions actually toggle an auxiliary channel, so they could be used for any channel based function, not just level mode switching. The initial state on powerup can be changed also, for instance if the quad is to start on powerup in acro mode ( default level) The acro / level mode switch uses 2 gestures, one to set level mode, and one to set acro mode. The functions actually toggle an auxiliary channel, so they could be used for any channel based function, not just level mode switching. The initial state on powerup can be changed also, for instance if the quad is to start on powerup in acro mode ( default level)
Line 30: Line 36:
 </code> </code>
  
-Pid gestures:+<font 18px/inherit;;inherit;;inherit>Pid gestures:</font> 
 + 
 +See also: [[:pidgesture|pid gestures page]] 
 + 
 +Pid gestures are used to change the pids while away from a computer. The pids can be saved so they remain after powerdown, or they will be discarded if not saved. The saved pids remain active until the pids in file pid.c are changed, and uploaded to the quad. 
 + 
 +<code> 
 +Up - Down - Up:  Cycle pid term to the next ( P - I - D ) 
 +Up - Down - Down:  Cycle pid axis to be changed ( Roll/Pitch - Yaw ) 
 +Up - Down - Left: Decrease the selected value 
 +Up - Down - Right:  Increase the selected value 
 +Down - Down - Down: Save pids if changed / accel calibration if not 
 +</code> 
 + 
 +<font 18px/inherit;;inherit;;inherit>All gestures:</font> 
 + 
 +All gestures listed below for quick reference: 
 + 
 +<code> 
 +Down - Down - Down: Accelerometer calibration / Save pids if changed 
 + 
 +Left - Left - Down: acro mode 
 + 
 +Right - Right - Down : level mode 
 + 
 +Up - Down - Up: Cycle pid term to the next ( P - I - D ) 
 + 
 +Up - Down - Down: Cycle pid axis to be changed ( Roll/Pitch - Yaw ) 
 + 
 +Up - Down - Left: Decrease the selected value 
 + 
 +Up - Down - Right: Increase the selected value 
 +</code>
  
  
gestures.1499038218.txt.gz · Last modified: 2017/07/03 01:30 by silverxxx