> 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-modbus/configuration/premiere-connexion.md).

# Première connexion

L'accès à l'interface de configuration du **RX MODBUS** se fait via un navigateur web (Chrome, Firefox ou Edge recommandés).

## Configuration de votre ordinateur

Pour pouvoir communiquer avec le récepteur, votre ordinateur doit être configuré sur le même sous-réseau que l'appareil.

1. Reliez votre ordinateur au port Ethernet du récepteur (directement ou via un switch).
2. Modifiez les paramètres IP de votre carte réseau avec les valeurs suivantes :
   * Adresse IP : `192.168.77.2`
   * Masque de sous-réseau : `255.255.255.0`
   * Passerelle (Router) : `192.168.77.1`

## Accès à l'Interface Web

1. Ouvrez votre navigateur et saisissez l'adresse IP par défaut du récepteur : `http://192.168.77.77`
2. La page de connexion s'affiche.
3. **Langue** : Sélectionnez votre langue (Français/Anglais) via le menu déroulant.

## <i class="fa-circle-exclamation" style="color:$primary;">:circle-exclamation:</i> Mettez à jour votre récepteur

La première action que nous vous recommandons d'effectuer est la mise à jour de votre récepteur afin d'être sûr de travailler sur la version de firmware la plus récente.

La procédure de mise à jour est documentée sur cet article : <i class="fa-up-right-from-square">:up-right-from-square:</i> [Mise à jour de votre récepteur](https://enless.gitbook.io/centre-aide/ressources/recepteurs-lora-easy/fichiers-firmware)&#x20;


---

# 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-modbus/configuration/premiere-connexion.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.
