BossHobby / QUICKSILVER

Flight Controller Firmware
MIT License
165 stars 39 forks source link

enhance the gyro calibration process #101

Closed kikoqiu closed 11 months ago

kikoqiu commented 11 months ago

Enhance the gyro calibration process to avoid false positvie signals of still, which sometimes causes the quad to flip on arm, because of the gyro bias.

commit 1

enhance sixaxis_wait_for_still to avoid false positive signals of still. remove no-effect code for limit in sixaxis_gyro_cal. pause gyro bias calibration when move is detected.

commit 2

implement MSP_ANALOG to enable DJI goggles osd voltage display.

bkleiner commented 11 months ago

Still want to test but otherwise looks good to me.

kikoqiu commented 11 months ago

Still want to test but otherwise looks good to me.

Of course it needs a test. My test is ok with the neutronrc 2s aio. Maybe it needs a test on another board.