It just occurred to me that I could write a crash sensor into a TUT by looking for a sudden rotation that's way faster than "real", and for the (unreleased) big TUT, a sudden acceleration.
To work reasonably well, there'd have to be a rule that basically says "if the TUT rotates more than X overall, over the space of T milliseconds, then there's a crash and shut off the motor". The fun part is finding the time span and rotation amount that's inclusive enough to encompass most crashes, yet won't make the motor stop if the plane gets slapped by a wind gust in the overhead 8's.
For the "how long does it take" part I'm thinking of just measuring how long it takes me to say "WHAP!" -- that should be pretty close.
Doing it with an accelerometer is a bit easier, at least for sudden crashes -- I've done post-hole crashes that don't involve much rotation, but a crash can be summed up as "sudden unauthorized change in direction", so that's pretty easy to detect.
Has anyone delved into this? Got any numbers?
I wish there was a control line crash compilation video out there -- I could look at videos and get an idea of how much rotation I should look for.