<
From version < 79.1 >
edited by Xiaoling
on 2022/05/06 15:22
To version < 85.1 >
edited by Xiaoling
on 2022/05/06 15:42
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -143,10 +143,19 @@
143 143  
144 144  ==== 4.3 Access the Linux console ====
145 145  
146 -Connect the RPI Ethernet port to your router, RPi will obtain an IP address from your router. In the router’s management portal, you should be able to find what IP address the router has assigned to the RPI. You can use this IP to connect the WEB UI or SSH access of RPI.
146 +(((
147 + Connect the RPI Ethernet port to your router, RPi will obtain an IP address from your router. In the router’s management portal, you should be
148 +)))
147 147  
148 -Make sure your PC and the RPI is in the same network, then use a SSH tool (such as [[putty>>url:http://www.chiark.greenend.org.uk/~~sgtatham/putty/download.html]]) to access it. Below are screenshots
150 +(((
151 + able to find what IP address the router has assigned to the RPI. You can use this IP to connect the WEB UI or SSH access of RPI.
152 +)))
149 149  
154 +(((
155 + Make sure your PC and the RPI is in the same network, then use a SSH tool (such as [[putty>>url:http://www.chiark.greenend.org.uk/~~sgtatham/putty/download.html]]) to access it. Below are screenshots
156 +)))
157 +
158 +
150 150  (% style="text-align:center" %)
151 151  [[image:1651744193675-591.png||height="450" width="466"]]
152 152  
... ... @@ -173,15 +173,14 @@
173 173  
174 174  ===== 4.4.1 Home page =====
175 175  
176 - Open a browser on the PC and type the RPI ip address
185 + Open a browser on the PC and type the RPI ip address
177 177  
178 - [[http:~~/~~/IP_ADDRESS** **>>url:http://192.168.1.xx/]] (If the IP is assigned by uplink router)
187 + [[http:~~/~~/IP_ADDRESS** **>>url:http://192.168.1.xx/]] (If the IP is assigned by uplink router)
179 179  
189 + You will see the login interface of RPI as shown below.
180 180  
181 - You will see the login interface of RPI as shown below.
191 + The account details for Web Login are:
182 182  
183 - The account details for Web Login are:
184 -
185 185  **~ User Name: root**
186 186  
187 187  **~ Password:   dragino**
... ... @@ -222,24 +222,21 @@
222 222  (% style="text-align:center" %)
223 223  [[image:1651744767914-283.png||height="352" width="621"]]
224 224  
233 + Note *: See this instruction for how to configure TTN.
225 225  
235 + [[https:~~/~~/wiki.dragino.com/index.php?title=Notes_for_TTN>>url:https://wiki.dragino.com/index.php?title=Notes_for_TTN||style="background-color: rgb(255, 255, 255);"]]
226 226  
227 - Note *: See this instruction for how to configure TTN.
228 228  
229 - [[https:~~/~~/wiki.dragino.com/index.php?title=Notes_for_TTN>>url:https://wiki.dragino.com/index.php?title=Notes_for_TTN]]
230 -
231 -
232 232  ====== 4.4.3.2 Basic Station ======
233 233  
234 234  (% style="text-align:center" %)
235 235  [[image:1651744890629-683.png||height="380" width="621"]]
236 236  
243 + Note *: See this instruction for how to configure TTN.
237 237  
238 - Note *: See this instruction for how to configure TTN.
245 + [[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]]
239 239  
240 - [[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]]
241 241  
242 -
243 243  ===== 4.4.4 LogRead =====
244 244  
245 245  ====== 4.4.4.1 LoRa Log ======
... ... @@ -247,13 +247,12 @@
247 247  (% style="text-align:center" %)
248 248  [[image:1651744955955-452.png||height="571" width="621"]]
249 249  
255 + Show the frequency for LoRa Radio and traffics.
250 250  
251 - Show the frequency for LoRa Radio and traffics.
252 252  
253 -
254 254  ====== 4.4.4.2 System Log ======
255 255  
256 - Show system log.
260 + Show system log.
257 257  
258 258  (% style="text-align:center" %)
259 259  [[image:1651745003470-264.png||height="477" width="621"]]
... ... @@ -272,7 +272,7 @@
272 272  
273 273  ==== 5.1 OS requirement ====
274 274  
275 - RPI in this example is RPI model 4B with fresh Raspbian OS install.
279 + RPI in this example is RPI model 4B with fresh Raspbian OS install.
276 276  
277 277   pi@raspberrypi:~~$ cat /etc/os-release
278 278  
... ... @@ -297,17 +297,17 @@
297 297  
298 298  ==== 5.2 Get Gateway ID in Raspberry and input this in TTN v3. ====
299 299  
300 - In RPI, run below command to get a Gateway ID
304 + In RPI, run below command to get a Gateway ID
301 301  
302 - ifconfig eth0
306 + (% class="mark" %)ifconfig eth0
303 303  
304 304  (% style="text-align:center" %)
305 305  [[image:1651745210205-512.png||height="130" width="621"]]
306 306  
307 307  
308 - 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.
312 + 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.
309 309  
310 - Make sure to select legacy packet forwarder.
314 + Make sure to select legacy packet forwarder.
311 311  
312 312  (% style="text-align:center" %)
313 313  [[image:1651745267862-321.png||height="526" width="621"]]
... ... @@ -372,20 +372,20 @@
372 372  
373 373  ===== 5.2.2 Config Gateway ID, Frequency Band and Server address =====
374 374  
375 - After installation, user can find the configuration file in** /etc/lora/ **Replace the gateway ID we got above to the **gateway_ID** in file **local_conf.json**
379 + After installation, user can find the configuration file in** /etc/lora/ **Replace the gateway ID we got above to the **gateway_ID** in file **local_conf.json**
376 376  
377 - The default LoRaWAN server points to localhost, user need to put the correct server address to the server_address field in file **local_conf.json**, like below.
381 + The default LoRaWAN server points to localhost, user need to put the correct server address to the server_address field in file **local_conf.json**, like below.
378 378  
379 379  (% style="text-align:center" %)
380 380  [[image:1651745709709-887.png||height="820" width="621"]]
381 381  
382 382  
383 - User can find the TTN v3 server address from:
387 + User can find the TTN v3 server address from:
384 384  
385 - [[Server Addresses ~| The Things Stack for LoRaWAN (thethingsindustries.com)>>url:https://www.thethingsindustries.com/docs/getting-started/server-addresses/#deployments]]
389 + [[Server Addresses ~| The Things Stack for LoRaWAN (thethingsindustries.com)>>url:https://www.thethingsindustries.com/docs/getting-started/server-addresses/#deployments]]
386 386  
387 387  
388 - And the default frequency band is US915 in **global_conf.json** file.
392 + And the default frequency band is US915 in **global_conf.json** file.
389 389  
390 390  (% style="text-align:center" %)
391 391  [[image:1651745838008-820.png||height="650" width="621"]]
... ... @@ -416,43 +416,39 @@
416 416  
417 417  ===== 5.2.3 Check result =====
418 418  
419 - Run below command to restart the dragino_fwd:
423 + Run below command to restart the dragino_fwd:
420 420  
421 421   sudo systemctl stop draginofwd
422 422  
423 423   sudo systemctl start draginofwd
424 424  
425 - debug check the ruing status of fwd:
429 + debug check the ruing status of fwd:
426 426  
427 - sudo systemctl status draginofwd
431 + sudo systemctl status draginofwd
428 428  
429 429  (% style="text-align:center" %)
430 430  [[image:1651746045057-414.png]]
431 431  
432 432  
433 - The dragino_fwd will start with the new gateway ID and TTN v3 should show the connection ok:
437 + The dragino_fwd will start with the new gateway ID and TTN v3 should show the connection ok:
434 434  
435 435  (% style="text-align:center" %)
436 436  [[image:1651746078253-168.png||height="372" width="621"]]
437 437  
438 438  
443 + We can check dragino_fwd running states in RPi by running:
439 439  
440 - We can check dragino_fwd running states in RPi by running:
445 + //**sudo journalctl -u draginofwd -f**//
441 441  
442 - //**sudo journalctl -u draginofwd -f**//
443 -
444 444  (% style="text-align:center" %)
445 445  [[image:1651746111963-838.png]]
446 446  
450 + If there are LoRaWAN nodes transmits nearby, we can see the traffic in TTN v3 –> Gateway ~-~-> Live data
447 447  
448 -
449 - If there are LoRaWAN nodes transmits nearby, we can see the traffic in TTN v3 –> Gateway ~-~-> Live data
450 -
451 451  (% style="text-align:center" %)
452 452  [[image:1651746139304-966.png||height="326" width="621"]]
453 453  
454 454  
455 -
456 456  ===== 5.2.4 Commands to handle service =====
457 457  
458 458  * **Stop** dragino_fwd service:  sudo systemctl stop draginofwd
... ... @@ -463,7 +463,7 @@
463 463  
464 464  === 6. Order Info ===
465 465  
466 - Part Number: **PG1302-XX**  Or Part Number: **PG1302-PI-XX   **(Include RPi converter board for RPI 3/4)
466 + Part Number: **PG1302-XX**  Or  Part Number: **PG1302-PI-XX   **(Include RPi converter board for RPI 3/4)
467 467  
468 468  **~ XX:**
469 469  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0