Skip to main content

Chirp Wireless

Introduction

Chirp is an AI-first IoT platform for the consumer (B2C) segment. It connects sensors and devices from different manufacturers into one system — with dashboards, automations, alarms, an AI assistant, and mobile notifications — and it includes a built-in LoRaWAN Network Server (LNS). Your Dragino gateway connects directly to the platform: there is no separate network server to install or pay for, and no middleware in between.

Setting up LoRaWAN on Chirp is designed to be effortless and to scale with you: you roll out your LoRaWAN server with one click, register your Dragino gateway against it, and add Dragino sensors from Chirp's built-in device template library — the LoRaWAN class, frequency band, and payload decoder are filled in for you.

App: app.chirpwireless.io · Documentation: docs.chirpwireless.io

This page shows how to activate the LoRaWAN network server, connect a Dragino gateway, and add a Dragino sensor.

Supported Dragino gateways

Any Dragino LoRaWAN gateway that supports the LoRa Basics Station protocol works with Chirp, including the LIG16, LPS8N, LPS8v2, LG308N, and DLOS8N. The legacy UDP packet forwarder is not supported — Chirp gateways connect over encrypted TLS/WSS via Basics Station.

Prerequisites:

  • A Dragino gateway with a working internet connection
  • The Gateway EUI — printed on the device sticker and shown in the gateway's web UI
  • A Chirp account (app.chirpwireless.io)

Step 1 — Roll out your LoRaWAN server (one click)

Chirp uses connectors to link device protocols to your home. Deploying a complete LoRaWAN Network Server takes a single click:

  1. Click Connectors in the sidebar.
  2. Click Add connector.
  3. Select LNS from the Connector type dropdown and click Add.

That's it — your LNS is live. Chirp's built-in LoRaWAN network server activates for your home automatically and handles everything behind the scenes: device authentication (join requests), data reception, message deduplication, and delivery.

01-connectors-add-lns.jpg Add connector — select LNS.

The new connector appears in the list with two tabs — LoRaWAN Gateways and Connected Devices — where your gateways and sensors will show up.

02-lns-connector-tabs.jpg The Chirp LNS connector with its LoRaWAN Gateways and Connected Devices tabs.

Step 2 — Register your Dragino gateway

  1. Click Gateways in the sidebar and click Add gateway.
  2. Choose 3rd Party Gateway (any 3rd-party LoRaWAN gateway that supports LoRa Basics Station).

03-gateways-add.jpg Add gateway — choose 3rd Party Gateway

  1. Enter a Name for your gateway.
  2. Select your Region from the dropdown — it must match the frequency band your Dragino gateway hardware is built for:
RegionTypical selection
EU868Most deployments in Europe
US915-0 / US915-1United States; select the variant that matches your network plan
AU915-0Australia
AS923 / AS923-2Asia-Pacific deployments where these bands are used
IN865India
KR920South Korea
RU864Russia
EU433Special-case 433 MHz deployments only
  1. Enter your Gateway EUI — the 16-character identifier from the device sticker or the gateway's web UI.

04-add-gateway-form.jpg Add a new gateway — name, region, Gateway EUI.

You can find the Gateway EUI in the Dragino web UI under LoRaWAN — Basic Station:

Gateway EUI in the Dragino web UI.png Gateway EUI in the Dragino web UI.

  1. Click Next.

Step 3 — Save the LNS Address and certificates

After registering, Chirp shows a confirmation screen with the two things your Dragino gateway needs:

  • The LNS Address — click the copy icon to save it (for EU868 it looks like wss://lora-eu868.cloud.chirpwireless.io:443).
  • The certs.zip certificate bundle — click the download icon. These TLS certificates authenticate your gateway's Basics Station connection.

05-lns-address-certs.jpg LNS Address and certs.zip download.

Click Continue to finish registration.

06-gateway-added.jpg Gateway successfully added.

Skipped this screen? You can retrieve the LNS Address and regenerate the certificates any time from the gateway's Settings tab.

09-gateway-settings.jpg The gateway Settings tab with LNS Address and certificate regeneration.

Step 4 — Configure the Dragino gateway

  1. Open the Dragino gateway's web UI and go to LoRa → LoRaWAN — Basic Station.

image Dragino web UI — Basic Station configuration.

  1. Select LNS Server mode and paste the LNS Address you copied into the LNS URI field.

  2. Upload the certificate files extracted from certs.zip — trust certificate (tc.trust), client key (tc.key), and client certificate (tc.crt) — into the corresponding fields.

image Dragino web UI — LNS URI and certificate fields.

  1. Click Save&Apply. The gateway reconnects and establishes the Basics Station connection.

Step 5 — Verify the connection

Within a few minutes your gateway shows online in Chirp — in the Gateways list and under your LNS connector's LoRaWAN Gateways tab.

07-gateway-list.jpg The Dragino gateway online in the Gateways list.

If it doesn't come online: re-check the LNS Address for typos, confirm the certificates were uploaded to the right fields, make sure the gateway has internet access, and verify the firmware supports Basics Station.

Step 6 — Add a Dragino sensor

Adding a Dragino sensor takes a few minutes, because Chirp ships device profile templates for Dragino devices — pick the model and the LoRaWAN class, frequency band, and payload decoder are filled in automatically. You'll need the sensor's Device EUI and AppKey from the device label.

  1. Click Devices in the sidebar and click Add device. Give the device a name (and optionally a photo), then open the Connection tab.
  2. Select your LNS connection from the Connector type dropdown.
  3. Enter the Device EUI from the sensor's label.
  4. Check Use device profile templates and pick your sensor — for example Brand: Dragino, Model: LDS02 (the LDS02 door sensor), and the Profile for your region's band. The template fills in the class, band, and decoder (Code functions) for you.
  5. Enter the AppKey from the label.
  6. Set the Data sending interval to match how often your sensor actually transmits (set on the device itself). Chirp uses this to tell a quietly sleeping sensor apart from one that's really offline.

08-device-connection-template.jpg Device Connection tab — Dragino device profile template.

  1. Click Save and power on the sensor. It joins the network over the air (OTAA) and starts sending data — readings appear on the device page, ready for dashboards, automations, and alerts.