> For the complete documentation index, see [llms.txt](https://3dpaws.comet.ucar.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3dpaws.comet.ucar.edu/es/instrumentos/preparacion-del-registrador-de-datos-particle.md).

# Preparación del registrador de datos Particle

El Particle Boron es un registrador de datos habilitado para comunicación celular, diseñado para la monitorización ambiental remota. Funciona junto con el Adafruit Adalogger FeatherWing (para almacenamiento en tarjeta SD y reloj en tiempo real) y un Grove Multiport Hub (para conectar sensores como sondas de temperatura, humedad o humedad del suelo). Una placa watchdog opcional garantiza la fiabilidad reiniciando automáticamente el sistema si se congela. Utilizando el código [Particle Full Station](https://github.com/3d-paws/3D-PAWS-Particle-FullStation) disponible en GitHub, el Boron recopila datos de los sensores, los almacena localmente en la tarjeta SD y los transmite a través de redes celulares a plataformas como Particle Cloud.

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

This video is part of a playlist that demonstrates the entire assembly of the instrument. You can toggle between videos using the list icon at the top right or by using the "fast forward" button at the bottom left.

{% embed url="<https://www.youtube.com/watch?v=S3hbN_lqMdI>" %}


---

# 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://3dpaws.comet.ucar.edu/es/instrumentos/preparacion-del-registrador-de-datos-particle.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.
