Is anyone interested in helping me implement a red “Remove Before Flight” strap in place of the safety switch? Or maybe as a redundant safety mechanism to the safety switch? Basically the opposite of a car key.
Ideal behavior:
-“Remove before flight” strap is installed = vehicle is immediately disarmed and set to ‘safe’ state
-"Remove before flight strap is removed = vehicle is set to ‘unsafe’ state and is free to arm
If implemented as a redundant safety, the arming procedure could look like this:
This could provide a visual safety measure that is immediately identifiable from several feet away as well as a further assurance that the vehicle is safe while working on or near it.
I have used LUA scripts to change flight modes on a vehicle:
The system has evolved a little since that post, but you will get the idea. I use LUA scripting to select the relevant modes as required.
I have a breakwire system, using the button inputs, that if the wire is broken (open circuit) then the flight mode switches to manual. It can be in other modes at different stages of flight, but if the breakwire is open then manual is forced.
The only real problem with this system is that it relies on firmware running in order to put the vehicle in a neutral mode. A more serious system would also de-power the props and perhaps servos to completely and unequivocally neutralise the vehicle. In my case manual is the right answer .