Changes for page PG1302 -- LoRaWAN Concentrator User Manual
Last modified by Kilight Cao on 2024/06/22 10:43
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -224,29 +224,24 @@ 224 224 ===== 4.4.2 LoRa Page ===== 225 225 226 226 ((( 227 - 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 - 232 +Different PG1302 hardware version can support different frequency range: 238 238 239 - 234 +➢ 868: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865. 240 240 241 - 236 +➢ 915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920 242 242 243 - 238 +After user choose the frequency plan, he can see the actually frequency in used by checking the 244 244 245 - 240 +page LogRead ~-~-> LoRa Log 246 246 247 - 242 +Note *: See this instruction for how to customize frequency band 248 248 249 - 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 - 262 +Note *: See this instruction for how to configure TTN. 271 271 272 - 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 - 273 +Show the frequency for LoRa Radio and traffics. 283 283 284 284 285 285 ====== 4.4.4.2 System Log ====== 286 286 287 - 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 - 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,79 +328,58 @@ 328 328 329 329 ==== 5.2 Get Gateway ID in Raspberry and input this in TTN v3. ==== 330 330 331 - 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 - 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 -(% style="text-align:center" %) 347 347 [[image:1651745267862-321.png||height="526" width="621"]] 348 348 349 - 350 - 351 -(% style="text-align:center" %) 352 352 [[image:1651745306744-481.png||height="478" width="621"]] 353 353 354 354 After set up, the status should show not connected as below: 355 355 356 -(% style="text-align:center" %) 357 357 [[image:1651745366987-458.png||height="363" width="621"]] 358 358 359 359 360 360 ===== 5.2.1 Download and install LoRaWAN packet forwarder ===== 361 361 362 - 340 +Enable SPI and I2C first: 363 363 364 - 342 +a)SPI needs to be enabled on the Raspberry Pi 365 365 366 - 344 +Run sudo raspi-config to open the config window 367 367 368 -(% style="text-align:center" %) 369 369 [[image:1651745476754-240.png||height="235" width="631"]] 370 370 371 - 372 -(% style="text-align:center" %) 373 373 [[image:image-20220505181135-1.png]] 374 374 375 -(% style="text-align:center" %) 376 376 [[image:image-20220505181135-2.png]] 377 377 352 +In RPI , Fist: Enter root account: 378 378 379 - 380 - 381 - In RPI , Fist: Enter root account: 382 - 383 -(% style="text-align:center" %) 384 384 [[image:1651745583363-614.png]] 385 385 386 386 387 - 357 +and then run: 388 388 389 - 359 +wget [[https:~~/~~/www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/auto_install.sh>>url:https://www.dragino.com/downloads/downloads/LoRa_Gateway/PG1302/software/auto_install.sh]] 390 390 391 - 361 +chmod +x ./auto_install.sh 392 392 393 - 363 +./auto_install.sh 394 394 395 -(% style="text-align:center" %) 396 396 [[image:1651745611629-818.png]] 397 397 367 +This will download the packet forwarder package from Dragino Server to RPI, and start install the package. 398 398 399 - This will downloadthe packet forwarderpackagefrom Dragino ServertoRPI, and start install the package.369 +You can get these output: 400 400 401 - You can get these output: 402 - 403 -(% style="text-align:center" %) 404 404 [[image:1651745657252-173.png||height="426" width="621"]] 405 405 406 406 ... ... @@ -407,52 +407,36 @@ 407 407 ===== 5.2.2 Config Gateway ID, Frequency Band and Server address ===== 408 408 409 409 ((( 410 - 377 +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.** 411 411 ))) 412 412 413 413 ((( 414 - **~gateway_ID**in file **local_conf.json**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. 415 415 ))) 416 416 417 -((( 418 - The default LoRaWAN server points to localhost, user need to put the correct server address to the 419 -))) 420 - 421 -((( 422 - server_address field in file **local_conf.json**, like below. 423 -))) 424 - 425 -(% style="text-align:center" %) 426 426 [[image:1651745709709-887.png||height="820" width="621"]] 427 427 386 +User can find the TTN v3 server address from: 428 428 429 - Usercan findTTN v3serverfrom:388 +[[Server Addresses ~| The Things Stack for LoRaWAN (thethingsindustries.com)>>url:https://www.thethingsindustries.com/docs/getting-started/server-addresses/#deployments]] 430 430 431 - [[Server Addresses ~| The Things Stack for LoRaWAN (thethingsindustries.com)>>url:https://www.thethingsindustries.com/docs/getting-started/server-addresses/#deployments]] 432 432 391 +And the default frequency band is US915 in **global_conf.json** file. 433 433 434 - And the default frequency band is US915 in **global_conf.json** file. 435 - 436 -(% style="text-align:center" %) 437 437 [[image:1651745838008-820.png||height="650" width="621"]] 438 438 439 - 440 440 * If user want to change to other frequency bands, User can copy the file from **/etc/lora/cfg-302 **and put it into** /etc/lora/global_conf.json.** 441 441 442 - 397 + 1).Chose your need the name of region frequency. 443 443 444 -(% style="text-align:center" %) 445 445 [[image:1651745867516-322.png]] 446 446 447 - 448 448 2). Use this command to copy it. 449 449 450 450 cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json 451 451 452 -(% style="text-align:center" %) 453 453 [[image:1651745984006-868.png]] 454 454 455 - 456 456 * If user wants to change to other LoRaWAN server, modify the **global_conf.json** file. 457 457 458 458 (% class="wikigeneratedid" %) ... ... @@ -463,32 +463,36 @@ 463 463 ===== 5.2.3 Check result ===== 464 464 465 465 ((( 466 - 417 +Run below command to restart the dragino_fwd: 467 467 ))) 468 468 469 469 ((( 470 - sudo systemctl stop draginofwd 421 +(% class="box infomessage" %) 422 +((( 423 +sudo systemctl stop draginofwd 471 471 ))) 472 472 426 +(% class="box infomessage" %) 473 473 ((( 474 - 428 +sudo systemctl start draginofwd 475 475 ))) 430 +))) 476 476 477 477 ((( 478 - 433 +debug check the ruing status of fwd: 479 479 ))) 480 480 481 481 ((( 482 - sudo systemctl status draginofwd 437 +(% class="box infomessage" %) 438 +((( 439 +sudo systemctl status draginofwd 483 483 ))) 441 +))) 484 484 485 -(% style="text-align:center" %) 486 486 [[image:1651746045057-414.png]] 487 487 445 +The dragino_fwd will start with the new gateway ID and TTN v3 should show the connection ok: 488 488 489 - The dragino_fwd will start with the new gateway ID and TTN v3 should show the connection ok: 490 - 491 -(% style="text-align:center" %) 492 492 [[image:1651746078253-168.png||height="372" width="621"]] 493 493 494 494