> 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/documentation-en/products/rx-modbus/general-information.md).

# General information

The **RX MODBUS** is an industrial receiver designed to provide the interface between the wireless sensor world and technical management systems (PLCs, BMS, Supervision).

## LoRa Easy Technology (Proprietary)

This receiver exclusively uses the protocol **LoRa Easy**, a proprietary, optimized and lightweight version of the LoRa protocol.

{% hint style="danger" %}
**Important** : The **RX MODBUS** is only compatible with the Enless Wireless range of LoRa Easy specified sensors. It cannot communicate with third-party LoRaWAN equipment or sensors from other manufacturers.
{% endhint %}

## Connectivity and Integration

A true data bridge, the **RX MODBUS** converts received radio frames into usable Modbus registers. It offers complete integration flexibility thanks to its triple connectivity:

* **Modbus TCP/IP** via its RJ45 Ethernet port.
* **Modbus RTU** via its RS485 or RS232 serial connections (pre-wired).

## Key installation points

* **Wide-range power supply** : Supports from 7.5 to 24 VDC (typically 12V 1A).
* **Simplified configuration** : Intuitive web interface for sensor declaration (LoRa ID), real-time network diagnostics, and viewing the register table.
* **Flexible mounting** : Integrated wall mounting or on 35mm DIN rail (via optional accessory).
* **Optimized reception** : SMA connector for remote antenna (recommended model: ANT REN SMA LR 1000-008) to ensure maximum range even in a metal enclosure.


---

# 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/documentation-en/products/rx-modbus/general-information.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.
