> For the complete documentation index, see [llms.txt](https://docs.chirpwireless.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chirpwireless.io/gateways/lorawan-gateways.md).

# LoRaWAN Gateways

A LoRaWAN gateway is the small box that listens for radio signals from your battery-powered sensors and forwards them to Chirp. If you have door sensors, leak detectors, temperature probes, or any other LoRaWAN-based devices in your home, a gateway is what makes them visible to Chirp.

This sub-section covers everything specific to LoRaWAN gateways:

* [**Setting up a LoRaWAN gateway**](/gateways/lorawan-gateways/setting-up-a-lorawan-gateway.md) — Register your gateway with Chirp, download the certificate, and get it connected.
* [**Checking LoRaWAN gateway health**](/gateways/lorawan-gateways/checking-lorawan-gateway-health.md) — Confirm it's online, see how long it's been running, and check how much data it's handling.
* [**Compatible LoRaWAN gateways**](/gateways/lorawan-gateways/compatible-lorawan-gateways.md) — What to look for when choosing one.

## How LoRaWAN coverage works

One LoRaWAN gateway is usually enough for a typical home, apartment, or small property. The radios used by LoRaWAN sensors are tuned for range over throughput — they pass through walls, floors, and ceilings well, and a centrally-placed gateway can often cover every room in your house plus the garden, garage, or shed.

If you have an unusually large property, multiple separate buildings, or thick walls (stone, concrete, or basements), you may benefit from a second gateway. Chirp doesn't require you to do anything special — multiple gateways forwarding the same sensor's data simply give Chirp a stronger picture of where the sensor is reporting from.

## Secure by design

Chirp requires LoRaWAN gateways that use the Basics Station protocol, which connects over encrypted TLS/WSS. The certificate download step during gateway registration provides the TLS credentials for that secure connection. Older gateway protocols that send data unencrypted (the legacy UDP Packet Forwarder) are not supported.

In practice this means most modern indoor home gateways work fine — Compatible LoRaWAN gateways covers what to look for if you're shopping.

## How this differs from a Zigbee2MQTT hub

Zigbee2MQTT hubs are a separate kind of gateway covered in [Zigbee2MQTT hubs](/gateways/zigbee2mqtt-hubs.md). They're for Zigbee devices specifically — smart bulbs, smart plugs, Aqara/IKEA/Sonoff sensors. A LoRaWAN gateway and a Zigbee2MQTT hub can coexist in the same home and complement each other.


---

# 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://docs.chirpwireless.io/gateways/lorawan-gateways.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.
