Skip to content

Commit

Permalink
Documenting some controls.
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Dec 6, 2014
1 parent b2d02e2 commit 227b89e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/Controls.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Controls

## Arming

When armed the aircraft is ready to fly and any motors attached will spin when throttle is applied.

By default arming and disarming is done using stick positions. This is disabled when using a switch to arm.


## Stick positions

LOW - the channel value for the mapped channel input is around 1000
CENTER - the channel value for the mapped channel input is around 1500
HIGH - the channel value for the mapped channel input is around 2000

| Function | Throttle | Yaw | Pitch | Roll |
| ----------------------------- | -------- | ------- | ------ | ------ |
| ARM | LOW | HIGH | CENTER | CENTER |
| DISARM | LOW | LOW | CENTER | CENTER |
| Profile 1 | LOW | LOW | CENTER | LOW |
| Profile 2 | LOW | LOW | HIGH | CENTER |
| Profile 3 | LOW | LOW | CENTER | HIGH |
| Calibrate Gyro | LOW | LOW | LOW | CENTER |
| Calibrate Acc | HIGH | LOW | LOW | CENTER |
| Calibrate Mag/Compass | HIGH | HIGH | LOW | CENTER |
| Inflight calibration controls | LOW | LOW | HIGH | HIGH |
| Trim Acc Left | HIGH | CENTER | CENTER | LOW |
| Trim Acc Right | HIGH | CENTER | CENTER | HIGH |
| Trim Acc Forwards | HIGH | CENTER | HIGH | CENTER |
| Trim Acc Backwards | HIGH | CENTER | LOW | CENTER |
| Save setting | LOW | LOW | LOW | HIGH |

0 comments on commit 227b89e

Please sign in to comment.