> 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/12-resolucion-de-problemas.md).

# 12) Resolución de problemas

Esta sección le ayuda a resolver los problemas más comunes que pueden surgir durante el uso del Solar.

***

**El Solar no se enciende**

* Verifique que la batería esté suficientemente cargada.
* Recargue el instrumento mediante un cable USB-C o expóngalo a la luz para activar la recarga solar.
* Si el instrumento no se enciende, realice un reinicio simple manteniendo pulsado el botón durante 30 segundos.

***

**El Solar no se conecta a la aplicación**

\
Verifique que:

* el Solar esté encendido,
* el Bluetooth esté activado en su teléfono,
* la aplicación esté abierta,
* el Solar esté seleccionado en los sensores Bluetooth de la aplicación.

Reinicie el Solar y la aplicación si es necesario.

***

**No se emite ningún sonido**

* Verifique el nivel de volumen pulsando brevemente el botón.

***

**El variometro parece impreciso**

* Verifique que el Solar esté correctamente posicionado en una zona protegida del viento relativo.
* Evite posiciones directamente expuestas al flujo de aire o sometidas a movimientos rápidos.
* Un reinicio del instrumento también puede mejorar el funcionamiento.

***

**El vuelo no se registra**

\
Verifique que:

* el Solar esté conectado a la aplicación Syride Link,
* la aplicación esté activa,
* el GPS del teléfono esté activado,
* el teléfono tenga una recepción GPS correcta.

Sin conexión a la aplicación, no se podrá registrar ningún vuelo.

***

**El Solar no se carga**

* Verifique el cable USB-C y la fuente de alimentación.
* El LED naranja debe mostrar una variación de intensidad indicando que la carga está en curso.
* La recarga solar depende de las condiciones de luz y puede ser más lenta.

***

**El problema persiste**

* Realice un reinicio simple o un reinicio de fábrica mediante Syride Link.
* Si el problema persiste, contacte con el soporte Syride.


---

# 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/12-resolucion-de-problemas.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.
