> For the complete documentation index, see [llms.txt](https://userguide.wlanpi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.wlanpi.com/hardware/wlan-pi-m4/device-overview.md).

# Device Overview

<figure><img src="https://2501246345-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuL5HY3X9cphPaOAALt5b%2Fuploads%2Fvz4Ot89xNglYLytVy5Ue%2Fimage.png?alt=media&#x26;token=386c40c1-7fe7-48a4-b668-3210d5aae7d9" alt=""><figcaption></figcaption></figure>

#### Specifications / Technical Details <a href="#specifications-technical-details" id="specifications-technical-details"></a>

| SoC                  | Raspberry Pi Compute Module 4                                                                                                                                      |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Memory               | LPDDR4 RAM                                                                                                                                                         |
| Network              | 1 GbE RJ45 (802.3af PoE)                                                                                                                                           |
| Wireless             | 1 x Wi-Fi 6E (2x2:2) MT-7921K module                                                                                                                               |
| USB                  | 3 x USB 2.0 Type-A connector                                                                                                                                       |
| Storage              | microSD 32 GB memory card                                                                                                                                          |
| Display              | 1.44 Color TFT LCD (128 x 128)                                                                                                                                     |
| Other                | <p>Activity indicator LED (green)</p><p>Power indicator LED (red)</p><p>4-way joystick with centre push</p><p>3 shortcut buttons</p><p>Standard size HDMI port</p> |
| Power Supply Options | <p>DC 5V via USB Type-C connector</p><p>802.3af PoE (via RJ-45 port)</p>                                                                                           |

#### LED Status Indicators <a href="#led-status-indicators" id="led-status-indicators"></a>

| LED          | Location              | Purpose                                                                                |
| ------------ | --------------------- | -------------------------------------------------------------------------------------- |
| Power LED    | Both case ends        | Solid LED = device is powered on                                                       |
| Activity LED | Next to Ethernet port | <ul><li>Blinking LED = Heartbeat, OS is initialized</li><li>Solid LED = hung</li></ul> |

#### A brief look under the hood <a href="#a-brief-look-under-the-hood" id="a-brief-look-under-the-hood"></a>

<figure><img src="https://2501246345-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuL5HY3X9cphPaOAALt5b%2Fuploads%2FBeGv9juPB3ktyTy0h8SX%2Fimage.png?alt=media&#x26;token=6826eb8c-a2b7-4221-b43d-c383a7272518" alt=""><figcaption><p>Mcuzone WiFi6 PoE carrier board</p></figcaption></figure>


---

# 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://userguide.wlanpi.com/hardware/wlan-pi-m4/device-overview.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.
