-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Dragino LPS8N Basics Station docs (#1340)
* doc: Initial files * doc: Further document * doc: Add feedback * doc: Add even more feedback
- Loading branch information
Showing
10 changed files
with
95 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
title: "Connect Dragino LPS8N with Lora Basics™ Station" | ||
description: "" | ||
--- | ||
|
||
This section contains instructions for connecting the Dragino LPS8N LoRaWAN® gateway to {{% tts %}} using [{{% lbs %}}]({{< ref "/gateways/concepts/lora-basics-station" >}}). | ||
|
||
<!--more--> | ||
|
||
## Registering Gateway | ||
|
||
In the {{% tts %}} console, go to the **Gateways** tab and click the **Register Gateway** button to register the gateway and make sure to select these three settings below: | ||
|
||
{{< figure src="../register-lbs.png" alt="" width="80%">}} | ||
|
||
When the keys popup shows after registering, download the keys, and click **I have downloaded the keys**. | ||
|
||
{{< figure src="../register-lbs-keys.png" alt="" >}} | ||
|
||
{{< note >}} | ||
If you have already registered your gateway and forgot to check the boxes, or if you have been using UDP and want to switch to {{% lbs %}}, [create API keys manually](https://www.thethingsindustries.com/docs/gateways/concepts/lora-basics-station/cups/#create-separate-cups-and-lns-api-keys). | ||
{{< /note >}} | ||
|
||
### Configuring Gateway | ||
|
||
In the Gateway's Web UI, navigate to **LoRaWAN > LoRaWAN** in the top menu. | ||
|
||
On this page, configure the following settings: | ||
|
||
- **Service Provider**: `The Things Network -- Basic Station` | ||
- **CUPS Server URI**: {{% tts %}} server address with port 443 (e.g. `https://eu1.cloud.thethings.network:443`) | ||
- **CUPS Authorization Key**: The CUPS key you just downloaded. | ||
- **LNS Authorization Key**: The LNS key you just downloaded. | ||
- **CUPS Certificate Authority**: Install a certificate by clicking on the `DEFAULT_CERTIFICATE` button. | ||
|
||
**Note**: When entering the keys, the **"Authorization: Bearer"** field should not be entered in the TTN Basics Station configuration of the gateway. | ||
|
||
{{< figure src="../lbs-key.png" alt="" >}} | ||
|
||
{{< figure src="../lbs-config.png" alt="" >}} | ||
|
||
Once you've done all that, click **Save & Apply**. | ||
|
||
Finally, test your connection by going to the LPS8N's **Overview** page. You should see the gateway status changed to **connected** (indicated by a blue dot) or observe the frequently updating **Last seen** time. Also, see the **Live data** section for various gateway related activities. | ||
|
||
{{< figure src="../gateway-add-ok.png" alt="Gateway add OK" >}} | ||
|
||
You can also verify the presence of a green tick on the LoRa icon in the Web UI. | ||
|
||
{{< figure src="../lorawan-ok.png" alt="LoRaWAN OK" >}} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: "Connect Dragino LPS8N with UDP Packet Forwarder" | ||
description: "" | ||
--- | ||
|
||
This section contains instructions for connecting the Dragino LPS8N LoRaWAN® gateway to {{% tts %}} using the [{{% udp-pf %}}]({{< ref "/gateways/concepts/udp" >}}). | ||
|
||
<!--more--> | ||
|
||
On the Web UI, navigate to **LoRaWAN > LoRaWAN** in the menu. | ||
|
||
On the LoRaWAN Configuration page, configure the following settings: | ||
|
||
1. **Service Provider**: `The Things Network V3` | ||
2. **Server Address**: {{% tts %}} server address (e.g. `eu1.cloud.thethings.network`) | ||
3. **Gateway ID**: This is the default Gateway EUI for LPS8N. You can keep it as is. | ||
4. **Uplink Port**: `1700` | ||
5. **Downlink Port**: `1700` | ||
|
||
Copy the **Gateway ID** which you will need in the next step. | ||
{{< note "The LPS8N Gateway ID is equivalent to {{% tts %}} Gateway EUI." />}} | ||
|
||
Select **Save & Apply**. | ||
|
||
{{< figure src="../lorawan-config.png" alt="LoRaWAN Configuration" >}} | ||
|
||
## Adding LPS8N to {{% tts %}} | ||
|
||
You can add the LPS8N gateway to {{% tts %}} by following the instructions on the [ Adding Gateways]({{< ref "/gateways/concepts/adding-gateways" >}}) page. Use the **Gateway ID** value that you previously copied for the **Gateway EUI** field. | ||
|
||
{{< figure src="../add-gateway.png" alt="Add Gateway" >}} | ||
|
||
Finally, test your connection by going to the LPS8N's **Overview** page. You should see the gateway status changed to **connected** (indicated by a blue dot) or observe the frequently updating **Last seen** time. Also, see the **Live data** section for various gateway related activities. | ||
|
||
{{< figure src="../gateway-add-ok.png" alt="Gateway add OK" >}} | ||
|
||
You can also verify the presence of a green tick on the LoRa icon in the Web UI. | ||
|
||
{{< figure src="../lorawan-ok.png" alt="LoRaWAN OK" >}} |