feat: lora documentation

This commit is contained in:
Aline
2019-12-18 16:33:17 +01:00
parent b06765abd0
commit 70ca6411f6
5 changed files with 89 additions and 0 deletions

View File

@@ -1222,6 +1222,20 @@ theme = "doc-theme"
parent = "pybytes@releases"
weight = 20
[[menu.main]]
name = "LoRa"
url = "/pybytes/lora/"
identifier = "pybytes@lora"
parent = "pybytes"
weight = 30
[[menu.main]]
name = "Pycom LoRa Server"
url = "/pybytes/lora/pycomLoraServerSetup/"
identifier = "pybytes@lora@pycomLoraServerSetup"
parent = "pybytes@lora"
weight = 10
[[menu.main]]
name = "Visualise data"
url = "/pybytes/dashboard/"

View File

@@ -31,4 +31,5 @@ In a nutshell, Pybytes is an environment designed to optimise your IoT applicati
* [Getting started with Pybytes](/pybytes/getstarted)
* [Connect your Pycom module to Pybytes](/pybytes/connect)
* [Visualise data from your device](/pybytes/dashboard)
* [LoRa Servers](/pybytes/lora)
* [Integrations with external services](/pybytes/integrations/index.html)

View File

@@ -0,0 +1,18 @@
---
title: "LoRa"
aliases:
---
## Overview
Pybytes supports [The Things Network](https://www.thethingsnetwork.org/) and Pycom LoRa Server ([ChirpStack](https://www.chirpstack.io/)).
## TTN Server
Once a device is created in Pybytes with LoRa network, and the TTN Server is selected, the device is automatically created in TTN server.
## LoRa Server
Pybytes has its own LoRa Server based on [ChirpStack](https://www.chirpstack.io/).
* [How to use it](pycomloraserversetup).

View File

@@ -0,0 +1,7 @@
---
title: "LoRa"
aliases:
- pybytes/lora.html
- pybytes/lora.md
- chapter/pybytes/lora
---

View File

@@ -0,0 +1,49 @@
---
title: "Pycom LoRa Server Setup"
aliases:
- pybytes/lora/pycomLoraServerSetup.html
- pybytes/pycomLoraServerSetup.md
- chapter/pybytes/lora/pycomLoraServerSetup
---
## Overview
When a LoRa device is created or LoRa network is configured in ```Pybytes → Settings``` the user profile is automacally created at [Pycom LoRa Server](https://loraserver.pycom.io/).
## User profile
After create a loRa device or configure Pybytes to use Pycom LoRa Server, the user should receive a email with Pycom LoRa Server username and password.
To use the service the basic configurations are done by Pybytes, but if the user wants to overwrite it, it is possible using this credentials.
## Gateway
The user should setup the Gateway in order to communicate with Pycom Lora Server.
### How to setup a gateway?
* Pycom LoRa Server (https://loraserver.pycom.io/)
* Click on `Gateway` on the sidebar
* Click on `Create` button
* Fulfill the form with the informations below
Gateway name - The name may only contain words, numbers and dashes
Gateway description
Gateway ID
Network-server - Select the network-server to which the gateway will connect. When no network-servers are available in the dropdown, make sure a service-profile exists for this organization.
Gateway-profile - An optional gateway-profile which can be assigned to a gateway. This configuration can be used to automatically re-configure the gateway when LoRa Gateway Bridge is configured so that it manages the packet-forwarder configuration.
Gateway discovery enabled - When enabled (and LoRa Server is configured with the gateway discover feature enabled), the gateway will send out periodical pings to test its coverage by other gateways in the same network.
Gateway altitude (meters)- When the gateway has an on-board GPS, this value will be set automatically when the network has received statistics from the gateway.
Gateway location (set to current location)
For more information look at [ChirpStack official documentation](https://www.chirpstack.io/guides/first-gateway-device/#add-a-lora-sup-reg-sup-gateway)