Skip to content

Commit f65ad0c

Browse files
peter-pycommsariisik
authored andcommitted
update tts node registration
1 parent 1e2c521 commit f65ad0c

File tree

1 file changed

+5
-3
lines changed
  • content/gettingstarted/registration/lora

1 file changed

+5
-3
lines changed

content/gettingstarted/registration/lora/ttn.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ Selecting the `Applications` tab at the top of the TTN console, will bring up a
3333

3434
Enter a unique `Application ID` as well as a Description & Handler Registration.
3535

36-
Now the Pycom module nodes can be registered to send data up to the new Application. Click the button `+ Add end device`. Next, you'll need to enter the specifics. Click on `Manually` and `Show advanced activation`. 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 example we'll use `OTAA`. Select `LoRaMAC V1.0.2` and check whether the region servers are set correctly.
36+
Now the Pycom module nodes can be registered to send data up to the new Application. Click `+ Add end device`, then on `Manually`. Select `LoRaWAN version`: `MAC V1.0.2`. For the regional parameters, select `PHY-V1.0.2-RevA`. For Frequency plan please choose one that is compatible with your region and nearby gateways. If you're not sure which one to choose, select the one closest to your region labelled 'used by TTN'.
37+
38+
39+
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 example we'll use `OTAA`.
3740

3841
![](/gitbook/assets/lorawan/tts/device.png)
3942

@@ -53,8 +56,7 @@ print("DevEUI: %s" % (ubinascii.hexlify(lora.mac()).decode('ascii')))
5356
```
5457
![](/gitbook/assets/lorawan/tts/credentials.png)
5558

56-
The next screen allows us to choose the Frequency plan and regional parameters. Please choose a frequency plan that is compatible with your region and nearby gateways. If you're not sure which one to choose, select the one closest to your region labelled 'used by TTN'. For the regional parameters, select `PHY-V1.0.2-RevA`.
57-
59+
Finally click on `Register end device`.
5860
Great! Now your device is registered with TTS. You can now use the credentials in the [LoRaWAN OTAA](/tutorials/networks/lora/lorawan-otaa/) example.
5961

6062
## Register a Gateway

0 commit comments

Comments
 (0)