> 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-lorawan/installation/mounting.md).

# Mounting

The RX LORAWAN offers two types of mounting for secure fastening.

***

## DIN Rail Mounting

{% columns %}
{% column %}

<div data-with-frame="true"><figure><img src="/files/1bd789db1c0add1e98c721126476ab1cfa9c1765" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column %}
The Gateway is designed for quick and robust integration into technical cabinets. It features a DIN rail mounting system molded directly onto its rear side, eliminating the need for external adapters. The mechanism is compatible with standard rails of type **TH 35** (35 mm), in accordance with IEC/EN 60715.
{% endcolumn %}
{% endcolumns %}

#### **Installation (Clip-on)**

1. Position the *gateway* face against the DIN rail, tilting the top of the device slightly backward.
2. Hook the upper hooks of the chassis onto the upper edge of the rail.
3. Apply firm downward pressure toward the rail until you hear a distinct "click." The *gateway* is then locked and secured.

#### **Removal (Detachment)**

1. Locate the release lever located under the device (usually accessible from below).
2. Using a flat-head screwdriver or by hand (depending on the final assembly), pull the lever downward to release the spring mechanism.
3. Tilt the bottom of the Gateway toward you and lift it up to remove it from the rail.

***

## Wall Mounting

{% columns %}
{% column %}

<div data-with-frame="true"><figure><img src="/files/fdbfbb595364b1e446b89ce5b54b1811fc288ae3" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column %}
The *gateway* integrates a discreet and secure wall-mounting system. Unlike conventional slots, this model uses through-holes accessible under the flap.
{% endcolumn %}
{% endcolumns %}

#### **Installation procedure**

1. Access to the mounting points: Gently lift the flap on the front of the gateway to reveal the screw channels.
2. Marking: Position the *gateway* against the wall in the desired location. Use a pencil to mark the drilling points directly through the holes in the device.
3. Prepare the surface: Remove the *gateway*, drill at the marked locations, and insert your wall plugs if necessary.
4. Mounting: Put the *gateway* back in front of the holes.
   * Insert the screws directly through the device chassis.
   * Tighten until the *gateway* is firmly pressed against the wall.
5. Finishing: Close the flap.


---

# 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-lorawan/installation/mounting.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.
