Skip to content

Датчики швидкості польоту

Airspeed sensors are highly recommended for fixed-wing and VTOL frames. Це важливо, туму що автопілот не має інших засобів для виявлення звалювання. Так як швидкість польоту літака відносно повітря гарантує підіймальну силу, а не швидкість відносно землі!

Digital airspeed sensor

Варіанти устаткування

Рекомендовані цифрові сенсори швидкості в повітрі включають:

Усі зазначені вище сенсори підключені через I2C bus/port.

INFO

Additionally, the Avionics Anonymous Air Data Computer can be connected to the CAN bus to determine not only high-accuracy airspeed, but also true static pressure and air temperature via onboard barometer and an OAT probe.

Налаштування

Увімкнення датчиків швидкості у повітрі

Драйвери датчика швидкості в польоті не запускаються автоматично. Enable each type using its corresponding parameter:

You should also check ASPD_PRIMARY is 1 (see next section - this is the default).

Множинні датчики швидкості польоту

WARNING

Експериментальні налаштування Using multiple airspeed sensors is experimental.

If you have multiple airspeed sensors then you can select which sensor is preferred as the primary source using ASPD_PRIMARY, where 1, 2 and 3 reflect the order in which the airspeed sensors were started:

  • 0: Synthetic airspeed estimation (groundspeed minus windspeed)
  • 1: First airspeed sensor started (default)
  • 2: Second airspeed sensor started
  • 3: Third airspeed sensor started

The airspeed selector validates the indicated sensor first and only falls back to other sensors if the indicated sensor fails airspeed checks (ASPD_DO_CHECKS is used to configure the checks).

The selected sensor is then used to supply data to the estimator (EKF2) and the controllers.

Налаштування датчика

Крім активації датчика, часто не потрібна конфігурація, специфічна для датчика. If it is needed, it should be covered in the appropriate sensor page (for example TFSLOT > Configuration).

Конкретна конфігурація для датчиків, які не мають окремої сторінки, перерахована нижче:

Калібрування

Airspeed sensors should be calibrated by following the instructions: Basic Configuration > Airspeed.

Дивіться також