betaflight / betaflight

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

Beeper not working for magnetometer calibration sequence #13515

Closed virusapex closed 2 weeks ago

virusapex commented 1 month ago

Describe the bug

When performing stick commands or initiating magnetometer calibration from configurator, beeper isn't making any sounds. It's working for accelerometer calibration sequence, making a single beep for both options.

To Reproduce

Pressing "Calibrate Magnetometer" in Betaflight Configurator or using stick commands from the transmitter.

Expected behavior

Hearing two short beeps confirming that I initiated the calibration process.

Support ID

9d6057b2-442e-46c4-a9e3-b064ffbcae02

Flight controller

GEPRCF722_BT_HD_V2

Other components

GEP-M10-DQ (M10 GPS, QMC5883L Magnetometer, DPS310 Barometer)

How are the different components wired up (including port information)

All through UART5

Add any other context about the problem that you think might be relevant here

Betaflight 4.5.0-RC3

Giammi commented 1 month ago

You have to activate ACC_CALIBRATION and GYRO_CALIBRATED in the beeper section (https://github.com/betaflight/betaflight/pull/13487#issuecomment-2040676977)

haslinghuis commented 2 weeks ago

Closing as configuration issue