diff --git a/content/gettingstarted/registration/_index.md b/content/gettingstarted/registration/_index.md index 7348163..c95195d 100644 --- a/content/gettingstarted/registration/_index.md +++ b/content/gettingstarted/registration/_index.md @@ -4,7 +4,7 @@ aliases: --- Some of our devices require registration before you can utilise specific features such as certain types of networking. Please see the list below for setup guides to ensure that your device is registered and activated on the various platforms required to access all of the available features. -## LoRa +## LoRaWAN * [TheThingsNetwork](/gettingstarted/registration/lora/ttn/) * [Senet](/gettingstarted/registration/lora/senet/) * [Objenious](/gettingstarted/registration/lora/objenious/) diff --git a/content/gettingstarted/registration/lora/ttn.md b/content/gettingstarted/registration/lora/ttn.md index 5d0a234..a62f595 100644 --- a/content/gettingstarted/registration/lora/ttn.md +++ b/content/gettingstarted/registration/lora/ttn.md @@ -21,19 +21,19 @@ In order to use The Things Stack (TTN) you should navigate to [https://console.c In order to register your device, you must first create an application for these devices to belong to. This way the Network will know where to send the devices data to. -Selecting the `Applications` tab at the top of the TTN console, will bring up a screen for registering applications. Click register and a new page, similar to the one below, will open. +Selecting the `Applications` tab at the top of the TTN console, will bring up a screen for registering applications. -![](/gitbook/assets/ttn-5.png) +![](/gitbook/assets/lorawan/tts/application.png) -Enter a unique `Application ID` as well as a Description & Handler Registration. +Enter a unique `Application ID` as well as a Description & Handler Registration. Now the Pycom module nodes can be registered to send data up to the new Application. -### Register a Device +## Register a Device -To connect nodes to a things network gateway, devices need to be added to the application. To do this, navigate to the `Devices` tab on the `Application` home page and click the `Register Device` button. +You'll need to register your devices as nodes to the application. Click the button `+ Add device`. Next, you'll need to enter the specifics. You can choose either `OTAA` or `ABP` as activation methods. Learn more about the difference [here](https://www.thethingsindustries.com/docs/devices/abp-vs-otaa/). In this application we'll choose `OTAA`. Select `LoRaMAC V1.0.2` and check whether the region servers are set correctly. -![](/gitbook/assets/ttn-6.png) +![](/gitbook/assets/lorawan/tts/device.png) In the `Register Device` panel, complete the forms for the `Device ID` and the `Device EUI`. The `Device ID` is user specified and is unique to the device in this application. The `Device EUI` should be a globally unique identifier for the device. You can run the following on you Pycom module to retrieve its EUI. diff --git a/static/gitbook/assets/lorawan/tts/account.png b/static/gitbook/assets/lorawan/tts/account.png new file mode 100644 index 0000000..723c754 Binary files /dev/null and b/static/gitbook/assets/lorawan/tts/account.png differ diff --git a/static/gitbook/assets/lorawan/tts/application.png b/static/gitbook/assets/lorawan/tts/application.png new file mode 100644 index 0000000..9c92868 Binary files /dev/null and b/static/gitbook/assets/lorawan/tts/application.png differ diff --git a/static/gitbook/assets/lorawan/tts/device.png b/static/gitbook/assets/lorawan/tts/device.png new file mode 100644 index 0000000..7bc5a2e Binary files /dev/null and b/static/gitbook/assets/lorawan/tts/device.png differ diff --git a/static/gitbook/assets/lorawan/tts/device2.png b/static/gitbook/assets/lorawan/tts/device2.png new file mode 100644 index 0000000..c7cf242 Binary files /dev/null and b/static/gitbook/assets/lorawan/tts/device2.png differ diff --git a/static/gitbook/assets/lorawan/tts/index.png b/static/gitbook/assets/lorawan/tts/index.png new file mode 100644 index 0000000..eaaa454 Binary files /dev/null and b/static/gitbook/assets/lorawan/tts/index.png differ