# Preparación del registrador de datos Raspberry Pi

La Raspberry Pi 3B+ junto con un Grove Base Hat se utiliza como un registrador de datos flexible para los siguientes sensores: luz, temperatura, humedad, presión, velocidad/dirección del viento y precipitación, utilizando la [biblioteca de Python 3D-PAWS](https://github.com/3d-paws/3D-PAWS-Raspberry-Pi). Esta configuración admite conectividad celular y Wi-Fi para la transmisión remota de datos. El Grove Hat simplifica las conexiones de los sensores mediante puertos I2C, UART o analógicos, mientras que se puede añadir un módem celular opcional para conectividad 2G/LTE. Los datos se almacenan localmente en una tarjeta SD como respaldo en caso de que la conexión celular o Wi-Fi falle. La biblioteca 3D-PAWS proporciona scripts preconstruidos para el sondeo de sensores y el registro de datos.

Para más información sobre el Registrador de Datos con Raspberry Pi, visite nuestra página de Registradores de Datos:

{% content-ref url="/pages/0mPbQIlbyEGe8ByIGn1B" %}
[Raspberry Pi](/es/registradores-de-datos/raspberry-pi.md)
{% endcontent-ref %}

{% embed url="<https://docs.google.com/presentation/d/1sH6N3GTW11H_3-o4cB8OhboRhFW9mXof/edit?ouid=102244773211795243299&rtpof=true&sd=true&usp=drive_link>" %}


---

# 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/preparacion-del-registrador-de-datos-raspberry-pi.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.
