Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5b8aace 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nejraselimovic committed Jun 9, 2024
1 parent 78517cf commit 3a443d0
Show file tree
Hide file tree
Showing 12 changed files with 911 additions and 44 deletions.
Binary file added gateways/models/dragino-lps8/api-cups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gateways/models/dragino-lps8/api-lns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gateways/models/dragino-lps8/gw-lns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 63 additions & 42 deletions gateways/models/dragino-lps8/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,20 @@ <h2 class="title is-size-5">Gateways</h2>



<ul class="menu-list">

<li>
<a href="https://www.thethingsindustries.com/docs/gateways/models/dragino-lps8/lbs/" class="">Connect Dragino LPS8N with Lora Basics™ Station</a>

</li>

<li>
<a href="https://www.thethingsindustries.com/docs/gateways/models/dragino-lps8/udp/" class="">Connect Dragino LPS8N with UDP Packet Forwarder</a>

</li>

</ul>



</li>
Expand Down Expand Up @@ -294,7 +308,13 @@ <h2 id="prerequisites">Prerequisites</h2>
<li>A user account on The Things Stack with user rights to add gateways.</li>
<li>A computer on the same network as the LPS8N.</li>
<li>The latest version of firmware running on the Dragino LPS8N. Read the Dragino LPS8N <a href="http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/LPS8N%20-%20LoRaWAN%20Gateway%20User%20Manual/#H8.A0UpgradeLinuxFirmware">user manual</a> for instructions on firmware upgrade.</li>
<li>Internet access setup for the LPS8N using one of the following methods:</li>
</ol>
<ul>
<li>Using the WAN port of the LPS8N</li>
<li>As a WiFi client</li>
<li>Using the built-in 4G modem</li>
</ul>
<h2 id="configuring-the-lps8n">Configuring the LPS8N</h2>
<p>Navigate to the Web UI using one of the following addresses with a web browser:</p>
<ul>
Expand All @@ -311,54 +331,55 @@ <h2 id="configuring-the-lps8n">Configuring the LPS8N</h2>
alt="Web UI hime"/>
</figure>

<p>Before proceeding with the next step, we assume you have set up internet access for the LPS8N using one of the following methods:</p>
<ul>
<li>Using the WAN port of the LPS8N</li>
<li>As a WiFi client</li>
<li>Using the built-in 4G modem</li>
</ul>
<p>On the Web UI, navigate to <strong>LoRaWAN &gt; LoRaWAN</strong> in the menu.</p>
<p>On the LoRaWAN Configuration page, configure the following settings:</p>
<ol>
<li><strong>Service Provider</strong>: <code>The Things Network V3</code></li>
<li><strong>Server Address</strong>: <code>eu1.cloud.thethings.network</code></li>
<li><strong>Gateway ID</strong>: This is the default Gateway EUI for LPS8N. You can keep it as is.</li>
<li><strong>Uplink Port</strong>: <code>1700</code></li>
<li><strong>Downlink Port</strong>: <code>1700</code></li>
</ol>
<p>Copy the <strong>Gateway ID</strong> which you will need in the next step.
<div class="notification is-info is-light has-text-dark">
<h5 class="title is-family-sans-serif has-text-dark mb-1">Note:</h5>
The LPS8N Web UI refers to Gateway EUI as the Gateway ID, which is the Gateway EUI for The Things Stack.
</div>
</p>
<p>Select <strong>Save &amp; Apply</strong>.</p>
<figure><img src="lorawan-config.png"
alt="LoRaWAN Configuration"/>
</figure>

<h2 id="adding-lps8n-to-the-things-stack">Adding LPS8N to The Things Stack</h2>
<p>You can add the LPS8N gateway to The Things Stack by following the instructions on the <a href="https://www.thethingsindustries.com/docs/gateways/concepts/adding-gateways/"> Adding Gateways</a> page. The <strong>Gateway EUI</strong> should be the <strong>Gateway ID</strong> that you have copied from the LPS8N&rsquo;s Web UI.</p>
<figure><img src="add-gateway.png"
alt="Add Gateway"/>
</figure>
<h2 id="connect-to-the-things-stack">Connect to The Things Stack</h2>
<p>After completing the basic configuration, follow the instructions to <a href="/docs/gateways/models/dragino-lps8/lbs/">Connect Dragino LPS8N with LoRa Basics™ Station</a> or to <a href="/docs/gateways/models/dragino-lps8/udp/">Connect Dragino LPS8N with Semtech UDP Packet Forwarder</a>.</p>
</div>
<div class="columns is-multiline">
<div class="column is-half is-flex">
<div class="card has-radius is-fullwidth">
<div class="card-content">
<div class="title-content">
<h1 class="title is-size-5 is-uppercase"><a href="https://www.thethingsindustries.com/docs/gateways/models/dragino-lps8/lbs/">Connect Dragino LPS8N with Lora Basics™ Station</a>
</h1>

<div class="content has-text-grey">

This section contains instructions for connecting the Dragino LPS8N LoRaWAN® gateway to The Things Stack using LoRa Basics™ Station.

<p>Finally, test your connection by going to the LPS8N&rsquo;s <strong>Overview</strong> page. You should see the gateway status changed to <strong>connected</strong> (indicated by a blue dot) or observe the frequently updating <strong>Last seen</strong> time. Also, see the <strong>Live data</strong> section for various gateway related activities.</p>
<figure><img src="gateway-add-ok.png"
alt="Gateway add OK"/>
</figure>

</div>
</div>
<div class="buttons">
<a href="https://www.thethingsindustries.com/docs/gateways/models/dragino-lps8/lbs/" class="button is-primary is-outlined">Read</a>
</div>
</div>
</div>
</div>
<div class="column is-half is-flex">
<div class="card has-radius is-fullwidth">
<div class="card-content">
<div class="title-content">
<h1 class="title is-size-5 is-uppercase"><a href="https://www.thethingsindustries.com/docs/gateways/models/dragino-lps8/udp/">Connect Dragino LPS8N with UDP Packet Forwarder</a>
</h1>

<div class="content has-text-grey">

This section contains instructions for connecting the Dragino LPS8N LoRaWAN® gateway to The Things Stack using the Semtech UDP Packet Forwarder.

<p>You can also verify the presence of a green tick on the LoRa icon in the Web UI.</p>
<figure><img src="lorawan-ok.png"
alt="LoRaWAN OK"/>
</figure>

</div>
</div>
<div class="columns is-multiline">
<div class="buttons">
<a href="https://www.thethingsindustries.com/docs/gateways/models/dragino-lps8/udp/" class="button is-primary is-outlined">Read</a>
</div>
</div>
</div>
</div>
</div>

<div class="is-clearfix">
<a class="button is-pulled-left" href="/docs/gateways/models/cotx/x5/">← COTX X5</a>
<a class="button is-pulled-right" href="/docs/gateways/models/kerlinkwirnetistation/">Kerlink Wirnet iStation</a>
<a class="button is-pulled-right" href="/docs/gateways/models/dragino-lps8/lbs/">Connect Dragino LPS8N with Lora Basics™ Station</a>
</div>

<script>window.emojicom_widget = { campaign: "NEDHszRC2r2KaGj1mhj7" };</script>
Expand All @@ -385,7 +406,7 @@ <h2 class="title is-size-6">On this page</h2>
<li><a href='#configuring-the-lps8n'>Configuring the LPS8N</a></li>


<li><a href='#adding-lps8n-to-the-things-stack'>Adding LPS8N to The Things Stack</a></li>
<li><a href='#connect-to-the-things-stack'>Connect to The Things Stack</a></li>

</ul>

Expand Down
Binary file added gateways/models/dragino-lps8/lbs-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gateways/models/dragino-lps8/lbs-key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3a443d0

Please sign in to comment.