# Airspeed

The airspeed calibration needs to read a stable baseline with 0 airspeed in order to determine an offset.

:::note [Airspeed sensors](https://px4.gitbook.io/px4-user-guide/drone_parts/peripherals/airspeed) are highly recommended for Fixed Wing and VTOL vehicles. :::

:::warning Unlike most other sensor drivers, the airspeed sensor drivers are not automatically started. Before calibration they must be [enabled via the corresponding parameter](https://px4.gitbook.io/px4-user-guide/advanced_config/parameters):

* Sensirion SDP3X ([SENS\_EN\_SDP3X](https://px4.gitbook.io/px4-user-guide/advanced_config/parameter_reference#SENS_EN_SDP3X))
* TE MS4525 ([SENS\_EN\_MS4525DO](https://px4.gitbook.io/px4-user-guide/advanced_config/parameter_reference#SENS_EN_MS4525DO))
* TE MS5525 ([SENS\_EN\_MS5525DS](https://px4.gitbook.io/px4-user-guide/advanced_config/parameter_reference#SENS_EN_MS5525DS))
* Eagle Tree airspeed sensor ([SENS\_EN\_ETSASPD](https://px4.gitbook.io/px4-user-guide/advanced_config/parameter_reference#SENS_EN_ETSASPD)) :::

## Performing the Calibration

The airspeed calibration needs to read a stable baseline with 0 airspeed in order to determine an offset. Cup your hands over the pitot to block any wind (if calibrating the sensor indoors this is not needed) and then blow into the tube using your mouth (to signal completion of the calibration).

To calibrate the airspeed sensor:

1. Start *QGroundControl* and connect the vehicle.
2. Enable the airspeed sensors if not already done (as in *warning* above).
3. Select the **Gear** icon (Vehicle Setup) in the top toolbar and then **Sensors** in the sidebar.
4. Click the **Airspeed** sensor button.

   ![Airspeed calibration](https://4155462212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LArEa7z2SPawfl3HpCD%2Fuploads%2Fgit-blob-94ec83e90b68e7c33c2c14fe37dee5abda4b1b2a%2Fsensor_airspeed.jpg?alt=media)
5. Shield the sensor from the wind (i.e. cup it with your hand). Take care not to block any of its holes.
6. Click **OK** to start the calibration.
7. Once asked for, blow into the tip of the pitot tube to signal the end of calibration.

   :::tip Blowing into the tube is also a basic check that the dynamic and static ports are installed correctly. If they are swapped then the sensor will read a large negative differential pressure when you blow into the tube, and the calibration will abort with an error. :::
8. Wait for 2-3 seconds before removing the covering (calibration completes silently after several seconds)

## Further Information

* [QGroundControl User Guide > Sensors](https://docs.qgroundcontrol.com/master/en/SetupView/sensors_px4.html#airspeed)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://px4.gitbook.io/px4-user-guide/config/airspeed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
