<
From version < 98.7 >
edited by Xiaoling
on 2022/05/07 13:40
To version < 98.6 >
edited by Xiaoling
on 2022/05/07 13:35
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -224,24 +224,29 @@
224 224  ===== 4.4.2 LoRa Page =====
225 225  
226 226  (((
227 -This page shows the LoRa Radio Settings. There are a set of default frequency band according to LoRaWAN protocol, and user can customize the band* as well.
227 + This page shows the LoRa Radio Settings. There are a set of default frequency band according to LoRaWAN
228 228  )))
229 229  
230 +(((
231 + protocol, and user can customize the band* as well.
232 +)))
233 +
234 +(% style="text-align:center" %)
230 230  [[image:1651744554845-970.png||height="328" width="621"]]
231 231  
232 -Different PG1302 hardware version can support different frequency range:
237 + Different PG1302 hardware version can support different frequency range:
233 233  
234 -➢ 868: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.
239 + ➢ 868: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.
235 235  
236 -➢ 915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920
241 + ➢ 915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920
237 237  
238 -After user choose the frequency plan, he can see the actually frequency in used by checking the
243 + After user choose the frequency plan, he can see the actually frequency in used by checking the
239 239  
240 -page LogRead ~-~-> LoRa Log
245 + page LogRead ~-~-> LoRa Log
241 241  
242 -Note *: See this instruction for how to customize frequency band
247 + Note *: See this instruction for how to customize frequency band
243 243  
244 -[[http:~~/~~/wiki.dragino.com/index.php?title=Customized_Frequency_Band_for_Gateway>>url:http://wiki.dragino.com/index.php?title=Customized_Frequency_Band_for_Gateway]]
249 + [[http:~~/~~/wiki.dragino.com/index.php?title=Customized_Frequency_Band_for_Gateway>>url:http://wiki.dragino.com/index.php?title=Customized_Frequency_Band_for_Gateway]]
245 245  
246 246  
247 247  ===== 4.4.3 LoRaWAN Page =====
... ... @@ -248,6 +248,8 @@
248 248  
249 249  ====== 4.4.3.1 Semtech UDP ======
250 250  
256 +
257 +(% style="text-align:center" %)
251 251  [[image:1651744767914-283.png||height="352" width="621"]]
252 252  
253 253   Note *: See this instruction for how to configure TTN.
... ... @@ -257,11 +257,12 @@
257 257  
258 258  ====== 4.4.3.2 Basic Station ======
259 259  
267 +(% style="text-align:center" %)
260 260  [[image:1651744890629-683.png||height="380" width="621"]]
261 261  
262 -Note *: See this instruction for how to configure TTN.
270 + Note *: See this instruction for how to configure TTN.
263 263  
264 -[[https:~~/~~/wiki.dragino.com/index.php?title=Notes_for_AWS-IoT-Core>>url:https://wiki.dragino.com/index.php?title=Notes_for_AWS-IoT-Core]]
272 + [[https:~~/~~/wiki.dragino.com/index.php?title=Notes_for_AWS-IoT-Core>>url:https://wiki.dragino.com/index.php?title=Notes_for_AWS-IoT-Core]]
265 265  
266 266  
267 267  ===== 4.4.4 LogRead =====
... ... @@ -268,22 +268,26 @@
268 268  
269 269  ====== 4.4.4.1 LoRa Log ======
270 270  
279 +(% style="text-align:center" %)
271 271  [[image:1651744955955-452.png||height="571" width="621"]]
272 272  
273 -Show the frequency for LoRa Radio and traffics.
282 + Show the frequency for LoRa Radio and traffics.
274 274  
275 275  
276 276  ====== 4.4.4.2 System Log ======
277 277  
278 -Show system log.
287 + Show system log.
279 279  
289 +(% style="text-align:center" %)
280 280  [[image:1651745003470-264.png||height="477" width="621"]]
281 281  
282 282  
293 +
283 283  ====== 4.4.4.3 Record Log ======
284 284  
285 -**Record the system log.**
296 +**~ Record the system log.**
286 286  
298 +(% style="text-align:center" %)
287 287  [[image:1651745069814-662.png||height="144" width="621"]]
288 288  
289 289  
... ... @@ -291,7 +291,7 @@
291 291  
292 292  ==== 5.1 OS requirement ====
293 293  
294 -RPI in this example is RPI model 4B with fresh Raspbian OS install.
306 + RPI in this example is RPI model 4B with fresh Raspbian OS install.
295 295  
296 296   pi@raspberrypi:~~$ cat /etc/os-release
297 297  
... ... @@ -316,16 +316,21 @@
316 316  
317 317  ==== 5.2 Get Gateway ID in Raspberry and input this in TTN v3. ====
318 318  
319 -In RPI, run below command to get a Gateway ID
331 + In RPI, run below command to get a Gateway ID
320 320  
321 321   (% class="mark" %)ifconfig eth0
322 322  
335 +(% style="text-align:center" %)
323 323  [[image:1651745210205-512.png||height="130" width="621"]]
324 324  
325 325  (((
326 -We got the ether (eth0 MAC) address is b8:27:eb:49:62:bc). Add ffff at the end and remove “:” to get the gateway ID: b827ebxxxxbcffff.  Input this to TTN v3. Make sure to select legacy packet forwarder.
339 + We got the ether (eth0 MAC) address is b8:27:eb:49:62:bc). Add ffff at the end and remove “:” to get the
327 327  )))
328 328  
342 +(((
343 + gateway ID: b827ebxxxxbcffff.  Input this to TTN v3. Make sure to select legacy packet forwarder.
344 +)))
345 +
329 329  (% style="text-align:center" %)
330 330  [[image:1651745267862-321.png||height="526" width="621"]]
331 331  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0