Skip to content

Commit 18899c5

Browse files
gijsiopeter-pycom
authored andcommitted
added new figures
1 parent 9ecb970 commit 18899c5

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

content/gettingstarted/registration/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ aliases:
44
---
55

66
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.
7-
## LoRa
7+
## LoRaWAN
88
* [TheThingsNetwork](/gettingstarted/registration/lora/ttn/)
99
* [Senet](/gettingstarted/registration/lora/senet/)
1010
* [Objenious](/gettingstarted/registration/lora/objenious/)

content/gettingstarted/registration/lora/ttn.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ In order to use The Things Stack (TTN) you should navigate to [https://console.c
2121

2222
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.
2323

24-
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.
24+
Selecting the `Applications` tab at the top of the TTN console, will bring up a screen for registering applications.
2525

26-
![](/gitbook/assets/ttn-5.png)
26+
![](/gitbook/assets/lorawan/tts/application.png)
2727

28-
Enter a unique `Application ID` as well as a Description & Handler Registration.
28+
Enter a unique `Application ID` as well as a Description & Handler Registration.
2929

3030
Now the Pycom module nodes can be registered to send data up to the new Application.
3131

32-
### Register a Device
32+
## Register a Device
3333

34-
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.
34+
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.
3535

36-
![](/gitbook/assets/ttn-6.png)
36+
![](/gitbook/assets/lorawan/tts/device.png)
3737

3838
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.
3939

482 KB
Loading
270 KB
Loading
190 KB
Loading
193 KB
Loading
221 KB
Loading

0 commit comments

Comments
 (0)