Wiki source code of PG1302

Version 98.14 by Xiaoling on 2022/05/07 17:04

Hide last authors
Xiaoling 36.1 1 (% style="text-align:center" %)
2 [[image:Main.User Manual for All Gateway models.WebHome@pg1302.jpg]]
Xiaoling 1.1 3
4
5
Xiaoling 36.1 6 **PG1302 LoRaWAN Concentrator User Manual**
Xiaoling 1.1 7
Xiaoling 38.1 8
Xiaoling 1.1 9
Xiaoling 73.1 10 {{toc/}}
Xiaoling 1.1 11
Xiaoling 72.1 12
13 (% class="wikigeneratedid" id="H" %)
14 (((
15
16 )))
17
Xiaoling 67.1 18 === 1. Introduction ===
Xiaoling 36.1 19
Xiaoling 67.1 20 ==== 1.1 What is PG1302 LoRaWAN Concentrator? ====
Xiaoling 36.1 21
Xiaoling 98.2 22 The PG1302 is a multi-channel high performance transmitter/receiver designed to simultaneously receive several LoRa packets using random spreading factors on random channels. Its goal is to enable robust connection between a central wireless data concentrator and a massive amount of wireless end-points spread over a very wide range of distances.
Xiaoling 36.1 23
Xiaoling 98.2 24 The PG1302 is design to use with Raspberry Pi to build smart metering fixed networks and Internet of Things applications with up to 5000 nodes per km2 in moderately interfered environment.
Xiaoling 87.1 25
Xiaoling 98.2 26 PG1302 is fully compatible with RPi3/4, users can use the pre-build OS from Dragino to set up and easy to use the module by Web UI. Or install the raw lorawan driver in the exist OS.
Xiaoling 87.1 27
Xiaoling 36.1 28
Xiaoling 68.1 29 ==== 1.2 Features ====
Xiaoling 36.1 30
31 * Base on Semtech SX1302 solution
32 * Support Raspberry Pi 3B/3B+/4
33 * Up to -140dBm sensitivity
34 * Support 3.3v and 5v.
35 * Mini-PCIe Interface
36 * Converter board to support Raspberry Pi
37
Xiaoling 68.1 38 ==== 1.3 General Interfaces ====
Xiaoling 36.1 39
40 * SPI interface for LoRa
41 * Power Input: 5v, 1A
42 * 1 x I-PEX for LoRa
43
Xiaoling 68.1 44 ==== 1.4 Pin Mapping ====
Xiaoling 36.1 45
46 [[image:1651743282627-547.png||height="402" width="425"]]
47
48
Xiaoling 62.1 49
Xiaoling 68.1 50 ==== 1.5 LEDs ====
Xiaoling 36.1 51
Xiaoling 86.1 52 TX: Blink when transmit a packet
53 RX: Blink when receive a packet
54 Config: Always ON
Xiaoling 36.1 55
Xiaoling 62.1 56
Xiaoling 98.13 57
Xiaoling 68.1 58 ==== 1.6 Power Consumption ====
Xiaoling 36.1 59
Xiaoling 86.1 60 TBD
Xiaoling 36.1 61
Xiaoling 62.1 62
Xiaoling 68.1 63 ==== 1.7 Applications ====
Xiaoling 36.1 64
65 * Smart Buildings & Home Automation
66 * Logistics and Supply Chain Management
67 * Smart Metering
68 * Smart Agriculture
69 * Smart Cities
70 * Smart Factory
71
Xiaoling 68.1 72 === 2. Example: Set up as LoRaWAN gateway. ===
Xiaoling 36.1 73
Xiaoling 68.1 74 ==== 2.1 System structure ====
Xiaoling 36.1 75
Xiaoling 98.3 76 This example is an example to show how to set up the PG1302 + RPi as a LoRaWAN gateway to use with [[TheThingsNetwork>>url:http://www.thethingsnetwork.org/]](TTN) LoRaWAN server. Set up method for other server are similar.
Xiaoling 36.1 77
78 [[image:1651743698677-436.png||height="457" width="686"]]
79
80
81
Xiaoling 68.1 82 ==== 2.2 Hardware Installation ====
Xiaoling 36.1 83
Xiaoling 98.6 84 **Important Notice: **Please power the RPI with 5V,3A cable.
Xiaoling 36.1 85
86 [[image:1651743803032-803.png]]
87
88
Xiaoling 62.1 89
Xiaoling 68.1 90 === 3. Install the software? ===
Xiaoling 36.1 91
Xiaoling 98.11 92 There are two ways to install software in RPi4 to use PG1302.
Xiaoling 36.1 93
94 * Flash SD card with Dragino pre-build image which support Web UI.
95 * Install lora packet forwarder in existing RPi OS.
96
Xiaoling 68.1 97 === 4. Flash with pre-build image ===
Xiaoling 36.1 98
Xiaoling 68.1 99 ==== 4.1 Download the dragino image for RPI ====
Xiaoling 36.1 100
Xiaoling 92.1 101 (((
Xiaoling 98.11 102 Download PG1302_for_Rpi4_64_with_webui from
Xiaoling 92.1 103 )))
Xiaoling 36.1 104
Xiaoling 92.1 105 (((
Xiaoling 98.11 106 [[https:~~/~~/www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0>>https://www.dropbox.com/sh/f6nbldh1qbspya5/AACgL6pDkwdBQO1BQqq_Nubwa?dl=0]]
Xiaoling 92.1 107 )))
Xiaoling 36.1 108
Xiaoling 62.1 109
Xiaoling 68.1 110 ==== 4.2 Flash the image to SD card ====
Xiaoling 36.1 111
Xiaoling 98.11 112 Flash the image to SD card:
Xiaoling 36.1 113
114 [[image:1651744119133-233.png||height="373" width="621"]]
115
Xiaoling 62.1 116 Note: Download the flash tool following this link
Xiaoling 36.1 117
118 [[https:~~/~~/www.balena.io/etcher/>>https://www.balena.io/etcher/]]
119
Xiaoling 62.1 120
Xiaoling 76.1 121 ==== 4.3 Access the Linux console ====
Xiaoling 36.1 122
Xiaoling 98.11 123 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. 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
Edwin Chen 98.1 124
Xiaoling 36.1 125 [[image:1651744193675-591.png||height="450" width="466"]]
126
Xiaoling 98.11 127 The account details for Web Login are:
Xiaoling 36.1 128
129 **~ User Name: root**
130
131 **~ Password:   dragino**
132
133
134 **~ Backup account**
135
136 **~ Pi/dragino**
137
Xiaoling 98.11 138 After log in, you will be in the Linux console and type command here.
Xiaoling 36.1 139
140 [[image:1651744358515-107.png||height="366" width="581"]]
141
142
Xiaoling 68.1 143 ==== 4.4 Access the WebUI of RPi4. ====
Xiaoling 62.1 144
Xiaoling 69.1 145 ===== 4.4.1 Home page =====
Xiaoling 36.1 146
Xiaoling 92.1 147 (((
Xiaoling 98.5 148 Open a browser on the PC and type the RPI ip address
Xiaoling 92.1 149 )))
Xiaoling 36.1 150
Xiaoling 92.1 151 (((
Xiaoling 81.1 152 [[http:~~/~~/IP_ADDRESS** **>>url:http://192.168.1.xx/]] (If the IP is assigned by uplink router)
Xiaoling 92.1 153 )))
Xiaoling 36.1 154
Xiaoling 92.1 155 (((
Xiaoling 98.5 156 You will see the login interface of RPI as shown below.
Xiaoling 92.1 157 )))
Xiaoling 36.1 158
Xiaoling 92.1 159 (((
Xiaoling 98.5 160 The account details for Web Login are:
Xiaoling 92.1 161 )))
Xiaoling 36.1 162
Xiaoling 92.1 163 (((
Xiaoling 36.1 164 **~ User Name: root**
Xiaoling 92.1 165 )))
Xiaoling 36.1 166
Xiaoling 92.1 167 (((
Xiaoling 36.1 168 **~ Password:   dragino**
Xiaoling 92.1 169 )))
Xiaoling 36.1 170
171 [[image:1651744457761-993.png||height="352" width="621"]]
172
173
Xiaoling 68.1 174 ===== 4.4.2 LoRa Page =====
Xiaoling 36.1 175
Xiaoling 91.1 176 (((
Xiaoling 98.7 177 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.
Xiaoling 91.1 178 )))
Xiaoling 36.1 179
180 [[image:1651744554845-970.png||height="328" width="621"]]
181
Xiaoling 98.7 182 Different PG1302 hardware version can support different frequency range:
Xiaoling 36.1 183
Xiaoling 98.7 184 ➢ 868: valid frequency: 863Mhz ~~ 870Mhz. for bands EU868, RU864, IN865 or KZ865.
Xiaoling 36.1 185
Xiaoling 98.7 186 ➢ 915: valid frequency: 902Mhz ~~ 928Mhz. for bands US915, AU915, AS923 or KR920
Xiaoling 36.1 187
Xiaoling 98.7 188 After user choose the frequency plan, he can see the actually frequency in used by checking the
Xiaoling 36.1 189
Xiaoling 98.7 190 page LogRead ~-~-> LoRa Log
Xiaoling 36.1 191
Xiaoling 98.7 192 Note *: See this instruction for how to customize frequency band
Xiaoling 36.1 193
Xiaoling 98.7 194 [[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]]
Xiaoling 36.1 195
196
Xiaoling 68.1 197 ===== 4.4.3 LoRaWAN Page =====
Xiaoling 36.1 198
Xiaoling 69.1 199 ====== 4.4.3.1 Semtech UDP ======
Xiaoling 36.1 200
201 [[image:1651744767914-283.png||height="352" width="621"]]
202
Xiaoling 98.11 203 Note *: See this instruction for how to configure TTN.
Xiaoling 36.1 204
Xiaoling 98.11 205 [[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);"]]
Xiaoling 36.1 206
207
Xiaoling 68.1 208 ====== 4.4.3.2 Basic Station ======
Xiaoling 36.1 209
210 [[image:1651744890629-683.png||height="380" width="621"]]
211
Xiaoling 98.7 212 Note *: See this instruction for how to configure TTN.
Xiaoling 36.1 213
Xiaoling 98.7 214 [[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]]
Xiaoling 36.1 215
216
Xiaoling 68.1 217 ===== 4.4.4 LogRead =====
Xiaoling 36.1 218
Xiaoling 69.1 219 ====== 4.4.4.1 LoRa Log ======
Xiaoling 36.1 220
221 [[image:1651744955955-452.png||height="571" width="621"]]
222
Xiaoling 98.7 223 Show the frequency for LoRa Radio and traffics.
Xiaoling 36.1 224
225
Xiaoling 68.1 226 ====== 4.4.4.2 System Log ======
Xiaoling 36.1 227
Xiaoling 98.7 228 Show system log.
Xiaoling 36.1 229
230 [[image:1651745003470-264.png||height="477" width="621"]]
231
232
Xiaoling 68.1 233 ====== 4.4.4.3 Record Log ======
Xiaoling 36.1 234
Xiaoling 98.7 235 **Record the system log.**
Xiaoling 36.1 236
237 [[image:1651745069814-662.png||height="144" width="621"]]
238
239
Xiaoling 68.1 240 === 5. Install stand alone LoRa Packet Forwarder. ===
Xiaoling 36.1 241
Xiaoling 69.1 242 ==== 5.1 OS requirement ====
Xiaoling 36.1 243
Xiaoling 98.7 244 RPI in this example is RPI model 4B with fresh Raspbian OS install.
Xiaoling 36.1 245
246 pi@raspberrypi:~~$ cat /etc/os-release
247
248 PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
249
250 NAME="Raspbian GNU/Linux"
251
252 VERSION_ID="8"
253
254 VERSION="8 (jessie)"
255
256 ID=raspbian
257
258 ID_LIKE=debian
259
260 HOME_URL="http:~/~/www.raspbian.org/"
261
262 SUPPORT_URL="http:~/~/www.raspbian.org/RaspbianForums"
263
264 BUG_REPORT_URL="http:~/~/www.raspbian.org/RaspbianBugs"
265
266
Xiaoling 68.1 267 ==== 5.2 Get Gateway ID in Raspberry and input this in TTN v3. ====
Xiaoling 36.1 268
Xiaoling 98.7 269 In RPI, run below command to get a Gateway ID
Xiaoling 36.1 270
Xiaoling 98.11 271 (% class="box infomessage" %)
272 (((
273 ifconfig eth0
274 )))
Xiaoling 36.1 275
276 [[image:1651745210205-512.png||height="130" width="621"]]
277
Xiaoling 91.1 278 (((
Xiaoling 98.7 279 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.
Xiaoling 91.1 280 )))
Xiaoling 36.1 281
282 [[image:1651745267862-321.png||height="526" width="621"]]
283
284 [[image:1651745306744-481.png||height="478" width="621"]]
285
Xiaoling 62.1 286 After set up, the status should show not connected as below:
287
Xiaoling 36.1 288 [[image:1651745366987-458.png||height="363" width="621"]]
289
290
Xiaoling 68.1 291 ===== 5.2.1 Download and install LoRaWAN packet forwarder =====
Xiaoling 36.1 292
Xiaoling 98.8 293 Enable SPI and I2C first:
Xiaoling 36.1 294
Xiaoling 98.8 295 a)SPI needs to be enabled on the Raspberry Pi
Xiaoling 36.1 296
Xiaoling 98.8 297 Run sudo raspi-config to open the config window
Xiaoling 36.1 298
299 [[image:1651745476754-240.png||height="235" width="631"]]
300
301 [[image:image-20220505181135-1.png]]
302
303 [[image:image-20220505181135-2.png]]
304
Xiaoling 98.8 305 In RPI , Fist: Enter root account:
Xiaoling 36.1 306
307 [[image:1651745583363-614.png]]
308
309
Xiaoling 98.8 310 and then run:
Xiaoling 36.1 311
Xiaoling 98.8 312 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]]
Xiaoling 36.1 313
Xiaoling 98.8 314 chmod +x ./auto_install.sh
Xiaoling 36.1 315
Xiaoling 98.8 316 ./auto_install.sh
Xiaoling 36.1 317
318 [[image:1651745611629-818.png]]
319
Xiaoling 98.8 320 This will download the packet forwarder package from Dragino Server to RPI, and start install the package.
Xiaoling 36.1 321
Xiaoling 98.8 322 You can get these output:
Xiaoling 36.1 323
324 [[image:1651745657252-173.png||height="426" width="621"]]
325
326
Xiaoling 77.1 327 ===== 5.2.2 Config Gateway ID, Frequency Band and Server address =====
Xiaoling 36.1 328
Xiaoling 88.1 329 (((
Xiaoling 98.8 330 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.**
Xiaoling 88.1 331 )))
Xiaoling 36.1 332
Xiaoling 88.1 333 (((
Xiaoling 98.8 334 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.
Xiaoling 88.1 335 )))
Xiaoling 36.1 336
337 [[image:1651745709709-887.png||height="820" width="621"]]
338
Xiaoling 98.8 339 User can find the TTN v3 server address from:
Xiaoling 36.1 340
Xiaoling 98.8 341 [[Server Addresses ~| The Things Stack for LoRaWAN (thethingsindustries.com)>>url:https://www.thethingsindustries.com/docs/getting-started/server-addresses/#deployments]]
Xiaoling 36.1 342
343
Xiaoling 98.8 344 And the default frequency band is US915 in **global_conf.json** file.
Xiaoling 36.1 345
346 [[image:1651745838008-820.png||height="650" width="621"]]
347
Xiaoling 38.1 348 * 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.**
Xiaoling 36.1 349
Xiaoling 98.8 350 1).Chose your need the name of region frequency.
Xiaoling 36.1 351
352 [[image:1651745867516-322.png]]
353
354 2). Use this command to copy it.
355
356 cp /etc/lora/cfg-302/EU-global_conf.json /etc/lora/global_conf.json
357
358 [[image:1651745984006-868.png]]
359
360 * If user wants to change to other LoRaWAN server, modify the **global_conf.json** file.
361
Xiaoling 69.1 362 (% class="wikigeneratedid" %)
363 (((
364
365 )))
Xiaoling 36.1 366
Xiaoling 68.1 367 ===== 5.2.3 Check result =====
368
Xiaoling 91.1 369 (((
Xiaoling 98.8 370 Run below command to restart the dragino_fwd:
Xiaoling 91.1 371 )))
Xiaoling 36.1 372
Xiaoling 91.1 373 (((
Xiaoling 98.8 374 (% class="box infomessage" %)
375 (((
376 sudo systemctl stop draginofwd
Xiaoling 91.1 377 )))
Xiaoling 36.1 378
Xiaoling 98.8 379 (% class="box infomessage" %)
Xiaoling 91.1 380 (((
Xiaoling 98.8 381 sudo systemctl start draginofwd
Xiaoling 91.1 382 )))
Xiaoling 98.8 383 )))
Xiaoling 36.1 384
Xiaoling 91.1 385 (((
Xiaoling 98.8 386 debug check the ruing status of fwd:
Xiaoling 91.1 387 )))
Xiaoling 36.1 388
Xiaoling 91.1 389 (((
Xiaoling 98.8 390 (% class="box infomessage" %)
391 (((
392 sudo systemctl status draginofwd
Xiaoling 91.1 393 )))
Xiaoling 98.8 394 )))
Xiaoling 36.1 395
396 [[image:1651746045057-414.png]]
397
Xiaoling 98.8 398 The dragino_fwd will start with the new gateway ID and TTN v3 should show the connection ok:
Xiaoling 36.1 399
400 [[image:1651746078253-168.png||height="372" width="621"]]
401
402
Edwin Chen 95.1 403 We can check dragino_fwd running states in RPi by running:
Xiaoling 36.1 404
Edwin Chen 95.1 405 (% class="box infomessage" %)
406 (((
407 **// sudo journalctl -u draginofwd -f//**
408 )))
Xiaoling 36.1 409
Edwin Chen 94.1 410 [[image:1651746111963-838.png]]
Xiaoling 36.1 411
Edwin Chen 93.1 412 If there are LoRaWAN nodes transmitting nearby, we can see the traffic in TTN v3 –> Gateway ~-~-> Live data
413
414
Edwin Chen 94.1 415 [[image:1651746139304-966.png||height="326" width="621"]]
Edwin Chen 93.1 416
417
Xiaoling 68.1 418 ===== 5.2.4 Commands to handle service =====
Xiaoling 36.1 419
420 * **Stop** dragino_fwd service:  sudo systemctl stop draginofwd
421 * **Disable** dragino_fwd auto run after boot: sudo systemctl disable draginofwd
422 * **Start** dragino_fwd : sudo systemctl start draginofwd
423 * **Auto run** dragino_fwd after boot:  sudo systemctl enable draginofwd
424 * **Show status** of dragino_fwd:  sudo systemctl status draginofwd
425
Xiaoling 68.1 426 === 6. Order Info ===
Xiaoling 36.1 427
Xiaoling 98.9 428 Part Number: **PG1302-XX**  Or  Part Number: **PG1302-PI-XX   **(Include RPi converter board for RPI 3/4)
Xiaoling 36.1 429
Xiaoling 76.1 430 **~ XX:**
Xiaoling 36.1 431
432 * 868 (For Bands: EU868,IN865)
433 * 915 (For Bands: US915,AU915,AS923,KR920)
434 * 470 (For Band: CN470)
435
Xiaoling 68.1 436 === 7. Packing Info ===
Xiaoling 36.1 437
Xiaoling 91.1 438 (((
Xiaoling 98.9 439 **PG1302 Package Includes**:
Xiaoling 91.1 440 )))
Xiaoling 36.1 441
Xiaoling 98.9 442 (((
443 * PG1302 x 1
Xiaoling 91.1 444 )))
Xiaoling 98.9 445
446 (((
447 * LoRa Antenna x 1
Xiaoling 91.1 448 )))
Xiaoling 36.1 449
Xiaoling 91.1 450 (((
Xiaoling 98.9 451 **PG1302-PI Package Includes**:
Xiaoling 91.1 452 )))
Xiaoling 36.1 453
Xiaoling 91.1 454 * (((
455 PG1302 x 1
456 )))
457 * (((
458 LoRa Antenna x 1
459 )))
460 * (((
461 RPi3/4 converter PCB
462 )))
463 * (((
464 Screws to hole converter PCB on RPI.
465 )))