> 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/power-supply.md).

# Power supply

The Enless LoRaWAN gateway offers three power supply options to meet the needs of every installation.

## 1. Removable terminal block 12-24V AC/DC

{% columns %}
{% column %}

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

{% column %}
Designed for integration into electrical cabinets or on DIN rail, this mode uses a removable terminal block.

* **Versatility** : Accepts both direct current (DC) and alternating current (AC).
* **Voltage range** : Supports a wide range from 12V to 24V, offering great tolerance to common voltage variations in industrial environments.

The **12V power supply unit** (Ref : **POWER 1000-002**) can be used on this terminal block.

{% endcolumn %}
{% endcolumns %}

## 2. Power over Ethernet (PoE)

{% columns %}
{% column %}

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

{% column %}
The PoE mode allows the Gateway to be powered directly via the RJ45 network cable. It is the ideal solution for simplifying wiring. It requires a PoE switch or a PoE injector compliant with standard norms (**802.3af/at**).

{% endcolumn %}
{% endcolumns %}

## 3. 12V DC Mains Adapter (Optional)

{% columns %}
{% column %}

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

{% column %}
This mode uses a standard jack plug for power via a conventional wall outlet.
{% endcolumn %}
{% endcolumns %}


---

# 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/power-supply.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.
