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

Summary

Details

Page properties
Content
... ... @@ -224,29 +224,24 @@
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
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.
228 228  )))
229 229  
230 -(((
231 - protocol, and user can customize the band* as well.
232 -)))
233 -
234 -(% style="text-align:center" %)
235 235  [[image:1651744554845-970.png||height="328" width="621"]]
236 236  
237 - Different PG1302 hardware version can support different frequency range:
232 +Different PG1302 hardware version can support different frequency range:
238 238  
239 - ➢ 868: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.
234 +➢ 868: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.
240 240  
241 - ➢ 915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920
236 +➢ 915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920
242 242  
243 - After user choose the frequency plan, he can see the actually frequency in used by checking the
238 +After user choose the frequency plan, he can see the actually frequency in used by checking the
244 244  
245 - page LogRead ~-~-> LoRa Log
240 +page LogRead ~-~-> LoRa Log
246 246  
247 - Note *: See this instruction for how to customize frequency band
242 +Note *: See this instruction for how to customize frequency band
248 248  
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]]
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]]
250 250  
251 251  
252 252  ===== 4.4.3 LoRaWAN Page =====
... ... @@ -253,8 +253,6 @@
253 253  
254 254  ====== 4.4.3.1 Semtech UDP ======
255 255  
256 -
257 -(% style="text-align:center" %)
258 258  [[image:1651744767914-283.png||height="352" width="621"]]
259 259  
260 260   Note *: See this instruction for how to configure TTN.
... ... @@ -264,12 +264,11 @@
264 264  
265 265  ====== 4.4.3.2 Basic Station ======
266 266  
267 -(% style="text-align:center" %)
268 268  [[image:1651744890629-683.png||height="380" width="621"]]
269 269  
270 - Note *: See this instruction for how to configure TTN.
262 +Note *: See this instruction for how to configure TTN.
271 271  
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]]
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]]
273 273  
274 274  
275 275  ===== 4.4.4 LogRead =====
... ... @@ -276,26 +276,22 @@
276 276  
277 277  ====== 4.4.4.1 LoRa Log ======
278 278  
279 -(% style="text-align:center" %)
280 280  [[image:1651744955955-452.png||height="571" width="621"]]
281 281  
282 - Show the frequency for LoRa Radio and traffics.
273 +Show the frequency for LoRa Radio and traffics.
283 283  
284 284  
285 285  ====== 4.4.4.2 System Log ======
286 286  
287 - Show system log.
278 +Show system log.
288 288  
289 -(% style="text-align:center" %)
290 290  [[image:1651745003470-264.png||height="477" width="621"]]
291 291  
292 292  
293 -
294 294  ====== 4.4.4.3 Record Log ======
295 295  
296 -**~ Record the system log.**
285 +**Record the system log.**
297 297  
298 -(% style="text-align:center" %)
299 299  [[image:1651745069814-662.png||height="144" width="621"]]
300 300  
301 301  
... ... @@ -303,7 +303,7 @@
303 303  
304 304  ==== 5.1 OS requirement ====
305 305  
306 - RPI in this example is RPI model 4B with fresh Raspbian OS install.
294 +RPI in this example is RPI model 4B with fresh Raspbian OS install.
307 307  
308 308   pi@raspberrypi:~~$ cat /etc/os-release
309 309  
... ... @@ -328,21 +328,16 @@
328 328  
329 329  ==== 5.2 Get Gateway ID in Raspberry and input this in TTN v3. ====
330 330  
331 - In RPI, run below command to get a Gateway ID
319 +In RPI, run below command to get a Gateway ID
332 332  
333 333   (% class="mark" %)ifconfig eth0
334 334  
335 -(% style="text-align:center" %)
336 336  [[image:1651745210205-512.png||height="130" width="621"]]
337 337  
338 338  (((
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
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.
340 340  )))
341 341  
342 -(((
343 - gateway ID: b827ebxxxxbcffff.  Input this to TTN v3. Make sure to select legacy packet forwarder.
344 -)))
345 -
346 346  (% style="text-align:center" %)
347 347  [[image:1651745267862-321.png||height="526" width="621"]]
348 348  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0