betaflight / betaflight-configurator

Cross platform configuration tool for the Betaflight firmware
GNU General Public License v3.0
2.49k stars 891 forks source link

FeatureRequest: Consumption based current sensor calibration #2035

Open TempleClause opened 4 years ago

TempleClause commented 4 years ago

Basically put this formula inside the configurator: new_scale = old_scale x (OSD_mAh_consumed / mAh_charged)

https://oscarliang.com/current-sensor-calibration/

Is there already something planned like this? Otherwise I might go ahead and write that code.

McGiverGim commented 4 years ago

Something like this? https://github.com/betaflight/betaflight-configurator/pull/1439

TempleClause commented 4 years ago

Similar yes, but instead of putting in the actual current values you would put in the mAh consumed according to the OSD and the mAh you actually put back in the pack.

I guess it could be done in the same window.