You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/01.mkr/01.boards/mkr-wan-1310/tutorials/the-things-network/the-things-network.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -103,18 +103,18 @@ We have now created the application, and will move on to registering our device.
103
103
104
104

105
105
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.
107
107
108
108

109
109
110
110
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.
112
112
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.
114
114
115
115
**Note**: The Frequency Plan used in Australia by **The Things Network** is
116
116
**"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.
118
118
119
119

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

126
126
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.
130
130
131
131
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"**.
0 commit comments