> For the complete documentation index, see [llms.txt](https://manuals.syride.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.syride.com/solar-manual-en-espanol/3-recarga-del-solar.md).

# 3) Recarga del Solar

**Recarga del Solar**

\
El Solar está equipado con una batería de iones de litio recargable, alimentada tanto por su panel solar integrado como por un puerto USB-C.

***

**Recarga solar**

\
El panel solar integrado permite recargar automáticamente la batería cuando el instrumento está expuesto a la luz natural o artificial.

En condiciones normales de uso en exteriores, esta recarga permite prolongar significativamente la autonomía y reducir la frecuencia de recargas mediante USB.

Para una eficacia óptima, coloque el Solar de manera que su panel solar esté expuesto a la luz durante el vuelo o durante el almacenamiento.

La recarga solar funciona incluso cuando el instrumento está apagado.

***

**Recarga por USB**

\
El Solar puede recargarse mediante un cable USB-C, conectándolo a un ordenador o a un cargador USB estándar.

El LED naranja indica el estado de carga:

* **LED naranja con intensidad que varía lentamente (efecto onda)**: batería en carga
* **LED azul fijo**: batería completamente cargada

Una carga completa dura aproximadamente 1 hora.

***

**Autonomía**

\
La autonomía depende del uso (volumen, umbral de descenso activo o no), de la conexión Bluetooth y de la exposición a la luz.

Gracias a la recarga solar integrada, la autonomía (≈50h) puede prolongarse considerablemente en condiciones normales de uso.

***

**Recomendaciones**

\
Para preservar la vida útil de la batería:

* evite dejar el instrumento expuesto a temperaturas extremas (por ejemplo, bajo el parabrisas de un coche al sol),
* recárguelo al menos una vez al año mediante USB si no lo utiliza durante un largo periodo,


---

# 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://manuals.syride.com/solar-manual-en-espanol/3-recarga-del-solar.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.
