Skip to content

Commit 7d93350

Browse files
committed
Minor editing changes
1 parent edd1ba7 commit 7d93350

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/hardware/01.mkr/01.boards/mkr-wan-1310/tutorials/the-things-network/the-things-network.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,18 @@ We have now created the application, and will move on to registering our device.
103103

104104
![Registering a Device](assets/WAN1310_T6_IMG05.png)
105105

106-
On the registration page, first we have to fill in information about our board. Select brand, **Arduino SA**, and then model, **Arduino MKR WAN 1310**, a MKR WAN 1300 will also work with this selection. Hardware and Firmware versions will automatically select the newest ones. Then set your preferred region.
106+
On the registration page, first we have to fill in information about our board. Select brand, **Arduino SA**, and then model, **Arduino MKR WAN 1310** (a MKR WAN 1300 will also work with this selection). Hardware and Firmware versions will automatically select the newest ones. Then set your preferred region.
107107

108108
![First step of registering device](assets/WAN1310_T6_IMG06.png)
109109

110110
In the second step of registering the device, select the frequency plan for your region,
111-
fill in **End device ID** and **EUI**. You can click the generate button next to the AppKey field to generate an app key for this device. Similarly, you can press the button next to the AppEUI field to make it all zeros, or enter your own AppEUI.
111+
fill in **End device ID** and **DevEUI**. You can click the generate button next to the **AppKey** field to generate an app key for this device. Similarly, you can press the button next to the **AppEUI** field to make it all zeros, or enter your own AppEUI.
112112

113-
**Note**: The Device ID must be lowercase and without spaces. The **EUI** should be copied from the Serial Monitor.
113+
**Note**: The **End device ID** must be lowercase and without spaces. The **DevEUI** should be copied from the Serial Monitor.
114114

115115
**Note**: The Frequency Plan used in Australia by **The Things Network** is
116116
**"Australia 915-928 MHz, FSB 2 (used by TTN)"**. The other plans are included in
117-
the list for LoRaWAN deployments using other LoRaWAN Networks.
117+
the list for LoRaWAN deployments using other LoRaWAN radio networks.
118118

119119
![Second step of registering device](assets/WAN1310_T6_IMG06_02.png)
120120

@@ -124,9 +124,9 @@ In our device overview, we can now see three rows: Device EUI, Application EUI a
124124

125125
![The Things Network Device Overview](assets/WAN1310_T6_IMG07.png)
126126

127-
**Note**: For devices using the' AU_915_928 band plan, an additional
128-
configuration change is required. In settings for the end device, under
129-
**General Settings**, expand the **Network Layer** options and change **Regional Parameters version** to **"RP001 Regional Parameters 1.0.2 revision B"**. Click **Save changes** to commit the new setting. Without this change, the device will be unable to complete it's registration to the LoRaWAN network and transmit data.
127+
**Note**: For devices using the **AU_915_928** band plan, an additional
128+
configuration step is required. In settings for the end device, under
129+
**General Settings**, expand the **Network Layer** options and change **Regional Parameters version** to **"RP001 Regional Parameters 1.0.2 revision B"**. Click **Save changes** to commit the new setting. Without this change, the device will be unable to complete it's registration to the TTN LoRaWAN network and will not be able to transmit data.
130130

131131
Now, we need to open the **FirstConfiguration** sketch again. To be safe, reset your board and open the Serial Monitor again. Once the program starts, it will start asking questions in the Serial Monitor. The first one is if we are using OTAA or ABP. We will use OTAA, so we can enter a **"1"** in the monitor and hit **"send"**.
132132

0 commit comments

Comments
 (0)