# Montaje del anemómetro

El anemómetro de tres copas mide la velocidad del viento utilizando un sensor de efecto Hall (SS451A) que detecta las rotaciones. Dos imanes en el anemómetro generan 2 interrupciones por revolución, lo que permite un seguimiento preciso de la velocidad de rotación. La velocidad del viento se muestrea cada segundo registrando el número de interrupciones y la duración en milisegundos. Estas muestras de 1 segundo se convierten en velocidades instantáneas del viento utilizando el factor de calibración del anemómetro. Las observaciones se registran cada minuto, con:

* **Velocidad del viento:** Promedio de 60 muestras consecutivas de 1 segundo.
* **Ráfaga de viento:** Mayor promedio de 3 segundos (tres muestras consecutivas).

La velocidad del viento se calcula utilizando:

$$
\text{Velocidad (m/s)} = \left( \frac{\frac{\text{interrupciones}}{2} \cdot 2\pi \cdot \text{radio}}{\text{tiempo (s)}} \right) \cdot \text{Factor de calibración}
$$

**Radio:** 0.079 metros (distancia del centro a la copa)

**Factor de calibración:** 2.64 (determinado empíricamente mediante pruebas en túnel de viento)

{% embed url="<https://docs.google.com/presentation/d/10djPMe1Su_snFmjPYfXyjJPkeVyLu5sq/edit?rtpof=true&sd=true&usp=sharing>" %}

This video is part of a playlist that demonstrates the entire assembly of the Anemometer.\
**It demonstrates the glue in version of the bearing housing and hub using Qwiic cables. Please follow the manual instructions if using the twist version of the bearing housing or M5 stack Grove cables.**&#x20;

You can toggle between videos using the list icon at the top right or by using the "fast forward" button at the bottom left.&#x20;

{% embed url="<https://www.youtube.com/watch?v=omJ-7CzvRsY>" %}

#### Hoja de datos del sensor de efecto Hall SS451A

<https://drive.google.com/file/d/11g7WHNxx8yAw96QL7NoBcTuqBucDBsyk/view?usp=sharing>


---

# 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://3dpaws.comet.ucar.edu/es/instrumentos/montaje-del-anemometro.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.
