Enable telemetry on SPARKY
[betaflight.git] / docs / Safety.md
blob09219d7f692bf556bf15f0fcbddd4dd3bcb03d53
1 # Safety
3 As many can attest, multirotors and RC models in general can be very dangerous, particularly on the test bench. Here are some simple golden rules to save you a trip to the local ER:
4 * **NEVER** arm your model with propellers fitted unless you intend to fly!
5 * **Always** remove your propellers if you are setting up for the first time, flashing firmware, or if in any doubt.
7 ## Before installing the Flight Controller in your craft
9 Please consult the Cli.md, Controls.md, Failsafe.md and Modes.md, documentations for further important information and familiarisation with CleanFlight's terminolgies.
11 You are highly advised to use the Receiver tab in CleanFlight Configurator, making sure your Rx channel values are centered at 1500 (1520 for Futaba RC) and Min/Max values are reached when controls are operated.
12 The referenced values for each channel, have marked impact on the operation of Flight Controller and its Flight Modes.
14 You may have to adjust your channel endpoints and trims/sub-trims, on your RC transmitter, to achieve the expected values.
16 ## Feature MOTOR_STOP
17 The default Cleanflight configuration has the MOTOR_STOP feature DISABLED by default. What this means is that as soon as the controller is armed, the propellers *WILL* begin spinning at low speed. It is recommended that this setting be retained as it provides a good visual indication that the craft is armed. You can read more about arming and setting the MOTOR_STOP feature if desired in the relevant sections of the manual.