> For the complete documentation index, see [llms.txt](https://enless.gitbook.io/centre-aide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enless.gitbook.io/centre-aide/guides-installation/produits/rx-repeater/installation/mise-en-route.md).

# Mise en route

Un ou plusieurs capteurs restent hors de portée du récepteur LoRa Easy. Installez alors un répéteur.

{% hint style="success" %}
Le répéteur ne nécessite aucune configuration.
{% endhint %}

{% stepper %}
{% step %}

### Positionnez le répéteur

Placez le répéteur à mi-distance entre les capteurs et le récepteur LoRa Easy.

Évitez les obstacles métalliques proches. Gardez l’antenne bien dégagée.

Le répéteur est fourni avec une antenne 1/4 d’onde. Utilisez une antenne longue portée si nécessaire.

Vous pouvez chaîner plusieurs répéteurs pour couvrir plusieurs zones éloignées.

Pour le détail mécanique, consultez [Fixation](/centre-aide/guides-installation/produits/rx-repeater/installation/fixation.md).
{% endstep %}

{% step %}

### Alimentez le répéteur

Une fois le répéteur positionné, raccordez son alimentation.

Le répéteur peut être alimenté :

* par un bloc d’alimentation 12 V fourni séparément par Enless
* par une alimentation principale de 7,5 à 24 VDC

{% hint style="warning" %}
Coupez l’alimentation avant le raccordement. Vérifiez la polarité avant la mise sous tension.
{% endhint %}

Raccordez les fils sur le bornier **POWER** :

* fil **noir** sur **0V**
* fil **rouge** sur **V+**

{% hint style="info" %}
En 12 VDC, le courant maximal est de 1 A. Utilisez uniquement une alimentation 12 V certifiée CE.
{% endhint %}

Pour le détail électrique, consultez [Alimentation](/centre-aide/guides-installation/produits/rx-repeater/installation/alimentation.md).
{% endstep %}

{% step %}

### Vérifiez le fonctionnement

Le RX REPEATER dispose de 3 LED sur la carte électronique. Il dispose aussi d’une LED externe sur la partie inférieure du boîtier.

#### LED internes

<table data-header-hidden><thead><tr><th width="91">LED</th><th width="163.33333333333331">Comportement</th><th>Signification</th></tr></thead><tbody><tr><td><mark style="background-color:green;">A</mark></td><td>Flash</td><td>Le répéteur a reçu un message</td></tr><tr><td><mark style="background-color:orange;">B</mark></td><td>Flash</td><td>Le répéteur a transmis un message</td></tr><tr><td><mark style="background-color:green;">C</mark></td><td>ON</td><td>Le répéteur est correctement alimenté</td></tr></tbody></table>

#### LED externe

<table data-header-hidden><thead><tr><th width="158.33333333333331">LED</th><th width="150">Comportement</th><th>Signification</th></tr></thead><tbody><tr><td><mark style="background-color:red;">Rouge extérieure</mark></td><td>Flash<br>Toutes les 1 min</td><td>Le répéteur est en fonctionnement</td></tr></tbody></table>

{% hint style="info" %}
Sur le serveur de configuration, les trames qui passent par un répéteur affichent **(R)** à côté de la valeur RSSI.
{% endhint %}
{% endstep %}
{% endstepper %}

### Démonstration

Voir ci-dessous le (R) dans la colonne RSSI

{% embed url="<https://app.arcade.software/share/RvHRXey2c5ynKyy8R3hB>" %}

{% hint style="warning" %}
Il est fortement recommandé d'utiliser un seul répéteur par récepteur.
{% endhint %}


---

# 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://enless.gitbook.io/centre-aide/guides-installation/produits/rx-repeater/installation/mise-en-route.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.
