> For the complete documentation index, see [llms.txt](https://skaha-labs.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://skaha-labs.gitbook.io/documentation/technical-description/mounting-options.md).

# Mounting Options

### Attachment Points

The sensor has four mounting points intended for UAV attachment. The user must provide appropriate brackets to achieve the desired angle of incidence.

The best way to secure the sensor is by using the four M5 vibration dampers, which are spaced 10 by 5 inches apart and have a 5 mm thread.

<figure><img src="/files/v4TQd0y0z6m9FyNfMRzn" alt="" width="563"><figcaption><p>Drawing of the antenna, showing the locations of the four vibration dampers.</p></figcaption></figure>

### Choice of Incidence Angle

The following choices for incidence angles are recommended:

1. **Nadir-looking (antenna beam pointing straight down):**
   * This angle ensures that the soil microwave emission is unpolarized. Any polarized component can be assumed as ambient radio interference.
   * This option also reduces aerodynamic drag, leading to longer flight times.
2. **Incidence angle of about 30-40 degrees:**
   * At angles greater than 30 degrees, the soil's microwave emission becomes polarized.&#x20;
   * Both horizontal and vertical brightness temperatures can be used as input parameters to calculate volumetric water content.

### Built-in Accelerometer

The antenna is equipped with an accelerometer and gyroscope chip (LSM6DSMTR), which is read out every second and provides de-noised (averaged) values for x, y, and z acceleration, from which the incidence angle can be calculated. The accelerometer and gyro values are stored in the raw data as metadata for each integration.


---

# 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, and the optional `goal` query parameter:

```
GET https://skaha-labs.gitbook.io/documentation/technical-description/mounting-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
