> For the complete documentation index, see [llms.txt](https://extender.router.works/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://extender.router.works/ezr13/hardware.md).

# Hardware

{% content-ref url="/pages/n1u4QgvoZSvnqoB57k0u" %}
[Package Contents](/ezr13/hardware/package-contents.md)
{% endcontent-ref %}

{% content-ref url="/pages/MCyaOLXF7uLwfbF47cva" %}
[Physical Interfaces](/ezr13/hardware/physical-interfaces.md)
{% endcontent-ref %}

***

## Hardware Specifications

**EZEN3X - MOTHERBOARD**

<table data-header-hidden><thead><tr><th width="216">Item</th><th>Value</th></tr></thead><tbody><tr><td>CPU:</td><td>Qualcomm Atheros QC9531</td></tr><tr><td>Frequency:</td><td>650MHz</td></tr><tr><td>Memory:</td><td>DDR3 RAM 512MB</td></tr><tr><td>Flash:</td><td>SPI FLASH 16MB</td></tr><tr><td>SIM card slot:</td><td>Double Nano-SIM Cards (12.3×8.8mm)</td></tr><tr><td>WAN/LAN port:</td><td>10/100Mbps on PoE adapter</td></tr><tr><td>Indicator:</td><td>System / Wi-Fi / SIM1 / SIM2</td></tr><tr><td>Temperature:</td><td>Working: -40 to +80°C<br>Storage: -50 to +90°C</td></tr><tr><td>Humidity:</td><td>10%~90% RH</td></tr><tr><td>Measurement:</td><td>Router 230x175x70mm / 980g</td></tr></tbody></table>

#### WIFI ANTENNA

<table data-header-hidden><thead><tr><th width="220">Item</th><th>Value</th></tr></thead><tbody><tr><td>2 x Wi-Fi antenna:</td><td>Frequency: 2400~2500MHz<br>Gain: 5dBi / V.S.W.R.: ≤ 2.0</td></tr><tr><td>Measurement:</td><td>Φ22×180mm</td></tr><tr><td>Connector:</td><td>N Male</td></tr><tr><td>Polarization:</td><td>Vertical</td></tr><tr><td>Impedance:</td><td>50 Ω</td></tr><tr><td>Max Input power:</td><td>10 Watt</td></tr></tbody></table>

#### WI-FI NETWORK

<table data-header-hidden><thead><tr><th width="222">Item</th><th>Value</th></tr></thead><tbody><tr><td>Wi-Fi standards:</td><td>IEEE 802.11 a/b/g/n<br>IEEE 802.3 and IEEE 802.3u</td></tr><tr><td>MIMO Wi-Fi:</td><td>2T2R MIMO (multiple-input multiple-output)</td></tr><tr><td>Transmission rate:</td><td>300Mbps</td></tr><tr><td>Frequency:</td><td>2.4GHz - 2412~2484 MHz</td></tr><tr><td>Channel:</td><td>1~13</td></tr><tr><td>Bandwidth:</td><td>20/40 MHz or Auto</td></tr><tr><td>Output power:</td><td>802.11b: 27±2dBm<br>802.11g: 25±2dBm<br>802.11n: 23±2dBm</td></tr><tr><td>Wi-Fi mode:</td><td>11b / 11g / 11n only<br>11b/g mixed or 11b/g/n mixed</td></tr><tr><td>Concurrent user:</td><td>57 users</td></tr></tbody></table>

#### POWER SOURCES

<table data-header-hidden><thead><tr><th width="226">Item</th><th>Value</th></tr></thead><tbody><tr><td>PoE Adapter:</td><td>Input: 110~24oVAC 50/60Hz<br>Output: 48Volt 0.5Amps</td></tr><tr><td>LAN Cable:</td><td>30-feet LAN cable included. Max 320-feet.</td></tr><tr><td>PoE Wiring:</td><td><p><img src="https://www.outdoorrouter.com/wp-content/uploads/PoE-Adapter_4578-Wiring.png" alt="PoE Adapter 5678 Wiring"></p><p>Ethernet 1, 2, 3, 6 and DC+ 4, 5 | DC- 7, 8</p></td></tr><tr><td>DC Socket:</td><td>9~48Volt 1.5Amps</td></tr></tbody></table>

#### SOFTWARE SYSTEMS

<table data-header-hidden><thead><tr><th width="235">Item</th><th>Value</th></tr></thead><tbody><tr><td>Router Firmware:</td><td>OpenEzen System</td></tr><tr><td>Log in:</td><td>IP address: 192.168.10.1<br>Password: root</td></tr><tr><td>Computer:</td><td>Windows / Mac / Linux / etc</td></tr><tr><td>Bootloader:</td><td>EzBoot (192.168.1.1)</td></tr></tbody></table>


---

# 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://extender.router.works/ezr13/hardware.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.
