<
From version < 98.5 >
edited by Xiaoling
on 2022/05/07 11:54
To version < 96.1 >
edited by Edwin Chen
on 2022/05/06 20:06
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Edwin
Content
... ... @@ -33,15 +33,29 @@
33 33  (((
34 34  (((
35 35  (((
36 -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.
36 + The PG1302 is a multi-channel high performance transmitter/receiver designed to simultaneously receive several
37 37  )))
38 38  )))
39 +
40 +(((
41 +(((
42 + LoRa packets using random spreading factors on random channels. Its goal is to enable robust connection
39 39  )))
40 40  
41 41  (((
46 + between a central wireless data concentrator and a massive amount of wireless end-points spread over
47 +)))
48 +
42 42  (((
50 + a very wide range of distances.
51 +)))
52 +)))
53 +)))
54 +
43 43  (((
44 -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.
56 +(((
57 +(((
58 +
45 45  )))
46 46  )))
47 47  )))
... ... @@ -51,18 +51,48 @@
51 51  (((
52 52  (((
53 53  (((
54 -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.
68 + The PG1302 is design to use with Raspberry Pi to build smart metering fixed networks and Internet of Things
55 55  )))
56 56  )))
71 +
72 +(((
73 +(((
74 + applications with up to 5000 nodes per km2 in moderately interfered environment.
57 57  )))
58 58  )))
77 +)))
59 59  
60 60  (((
61 61  (((
81 +(((
62 62  
63 63  )))
64 64  )))
85 +)))
86 +)))
65 65  
88 +(((
89 +(((
90 +(((
91 +(((
92 + PG1302 is fully compatible with RPi3/4, users can use the pre-build OS from Dragino to set up and easy to use the
93 +)))
94 +)))
95 +
96 +(((
97 +(((
98 + module by Web UI. Or install the raw lorawan driver in the exist OS.
99 +)))
100 +)))
101 +)))
102 +)))
103 +
104 +(((
105 +(((
106 +
107 +)))
108 +)))
109 +
66 66  ==== 1.2 Features ====
67 67  
68 68  * Base on Semtech SX1302 solution
... ... @@ -118,9 +118,14 @@
118 118  ==== 2.1 System structure ====
119 119  
120 120  (((
121 -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.
165 + This example is an example to show how to set up the PG1302 + RPi as a LoRaWAN gateway to use with
122 122  )))
123 123  
168 +(((
169 + [[TheThingsNetwork>>url:http://www.thethingsnetwork.org/]](TTN) LoRaWAN server. Set up method for other server are similar.
170 +)))
171 +
172 +(% style="text-align:center" %)
124 124  [[image:1651743698677-436.png||height="457" width="686"]]
125 125  
126 126  
... ... @@ -129,6 +129,7 @@
129 129  
130 130  **~ Important Notice: **Please power the RPI with 5V,3A cable.
131 131  
181 +(% style="text-align:center" %)
132 132  [[image:1651743803032-803.png]]
133 133  
134 134  
... ... @@ -157,6 +157,7 @@
157 157  
158 158   Flash the image to SD card:
159 159  
210 +(% style="text-align:center" %)
160 160  [[image:1651744119133-233.png||height="373" width="621"]]
161 161  
162 162   Note: Download the flash tool following this link
... ... @@ -166,10 +166,34 @@
166 166  
167 167  ==== 4.3 Access the Linux console ====
168 168  
169 -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.
220 +(((
221 +(((
222 +(((
223 + Connect the RPI Ethernet port to your router, RPi will obtain an IP address from your router. In the router’s
224 +)))
170 170  
171 -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
226 +(((
227 + management portal, you should be able to find what IP address the router has assigned to the RPI. You can
228 +)))
172 172  
230 +(((
231 + use this IP to connect the WEB UI or SSH access of RPI.
232 +)))
233 +)))
234 +
235 +(((
236 +(((
237 + 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.
238 +)))
239 +
240 +(((
241 + Below are screenshots
242 +)))
243 +)))
244 +)))
245 +
246 +
247 +(% style="text-align:center" %)
173 173  [[image:1651744193675-591.png||height="450" width="466"]]
174 174  
175 175  
... ... @@ -187,6 +187,7 @@
187 187  
188 188   After log in, you will be in the Linux console and type command here.
189 189  
265 +(% style="text-align:center" %)
190 190  [[image:1651744358515-107.png||height="366" width="581"]]
191 191  
192 192  
... ... @@ -195,7 +195,7 @@
195 195  ===== 4.4.1 Home page =====
196 196  
197 197  (((
198 -Open a browser on the PC and type the RPI ip address
274 + Open a browser on the PC and type the RPI ip address
199 199  )))
200 200  
201 201  (((
... ... @@ -203,11 +203,11 @@
203 203  )))
204 204  
205 205  (((
206 -You will see the login interface of RPI as shown below.
282 + You will see the login interface of RPI as shown below.
207 207  )))
208 208  
209 209  (((
210 -The account details for Web Login are:
286 + The account details for Web Login are:
211 211  )))
212 212  
213 213  (((
... ... @@ -555,3 +555,4 @@
555 555  * (((
556 556  Screws to hole converter PCB on RPI.
557 557  )))
634 +
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0