betaflight / betaflight

Open Source Flight Controller Firmware
GNU General Public License v3.0
8.59k stars 3.03k forks source link

Crash High Score #9651

Closed buzkill420 closed 4 years ago

buzkill420 commented 4 years ago

We all love flying. that's why we're here, but when you fly hard, you're going to crash hard. Wouldn't it be nice to have just a little something to look forward to when you do.? Maybe even some bragging rights!

My idea is to incorporate a "Crash High Score" into betaflight. Something that would give you some number to "compare crashes" in a sense.

Either when disarm switch is triggered or maybe use the accelerator and gyro to detect a crash and then "generate" a high score based on....how many degrees of rotation you do on individual axis', multiplied by deceleration factor? Not sure what would be best.

Assuming battery doesn't come unplugged, showing it in post flight stats would be neat or even just recording it to black box would be a good feature.

etracer65 commented 4 years ago

Most crashes result in rotation rates (2000dps) or accelerations (either 8 or 16g depending on the sensor) that exceed the sensor range for the gyro and accelerometer respectively.

bizmar commented 4 years ago

set osd_stat_max_g_force = ON is basically that already, but like etracer said it's going to max out. Fun Idea tho!

stale[bot] commented 4 years ago

This issue / pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within a week.

stale[bot] commented 4 years ago

Automatically closing as inactive.