betaflight-configurator icon indicating copy to clipboard operation
betaflight-configurator copied to clipboard

FeatureRequest: Consumption based current sensor calibration

Open TempleClause opened this issue 5 years ago • 2 comments

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.

TempleClause avatar May 24 '20 17:05 TempleClause

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

McGiverGim avatar May 24 '20 17:05 McGiverGim

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.

TempleClause avatar May 24 '20 17:05 TempleClause