Table of contents
- Before you start
- Beginner's Guide
- Downloads
- Configuration
- Compatibility
- Telemetry
- WHOOP Section
- Troubleshooting
- SilverHardware
- Go Brushless
- Tuning a quad
- Quadcopter mods
- Merchandise
- Links
This is an old revision of the document!
Gestures:
The firmware uses gestures for a number of functions. Currently gestures are used for:
Accel calibration:
The accelerometer calibration saves offsets to flash in order to reduce drift in level mode.The gesture to start calibration is
Down - Down - Down: accelerometer calibration
Acro / Level mode switch
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)
#define AUX1_START_ON // change powerup value
Gestures:
Left - Left - Down: acro mode (or channel AUX1 off) Right - Right - Down : level mode (or channel AUX1 on)
Pid gestures:
See also: 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.
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