> For the complete documentation index, see [llms.txt](https://docs.auterion.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.auterion.com/~/changes/TDRfjBXXgHmxK48cWqay/hardware-integration/skynode/peripherals/airspeed-sensor-1.md).

# Airspeed Sensor (delete me)

As with any other PX4-supported peripherals, setup and configuration on Skynode is no different from the official PX4 workflows.

## Wiring

You will need the following components:

* 1x [Airspeed Sensor SDP33](https://store-drotek.com/793-digital-differential-airspeed-sensor-kit-.html)
* 1x Cable *PRIMARY*
* 1x Cable *Pixhawk 4-pin* or the cable that came with the Airspeed sensor
* 1x [Pixhawk Adapter Board](/~/changes/TDRfjBXXgHmxK48cWqay/hardware-integration/skynode/peripherals/adapter-boards.md)

Use the *PRIMARY* cable to connect the Pixhawk Adapter Board to Skynode and then connect the Airspeed sensor to I2C1 (J18) on the Pixhawk Adapter board as shown below

![](/files/8OmyHo9Ju6YCIicnNaeD)

## Configuration and Calibration

* [Power Skynode](/~/changes/TDRfjBXXgHmxK48cWqay/hardware-integration/skynode/evaluation-kit/powering-skynode.md)
* [Connect to it via USB-C or Wi-Fi](/~/changes/TDRfjBXXgHmxK48cWqay/hardware-integration/skynode/evaluation-kit/connect-to-amc.md)
* Open Auterion Mission Control and enable the [Advanced Mode](/~/changes/TDRfjBXXgHmxK48cWqay/hardware-integration/flight-controller-customization/amcs-advanced-mode.md)
* Navigate to the "Parameters" tab and change the parameter `SENS_EN_SDP3X` to 1
* Calibrate your sensor following the public [PX4 docs](https://docs.px4.io/v1.12/en/config/airspeed.html)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.auterion.com/~/changes/TDRfjBXXgHmxK48cWqay/hardware-integration/skynode/peripherals/airspeed-sensor-1.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.
