<
From version < 48.1 >
edited by Kilight Cao
on 2022/11/03 10:55
To version < 37.1 >
edited by Kilight Cao
on 2022/11/01 16:26
>
Change comment: Uploaded new attachment "image-20221101162527-4.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -88,7 +88,7 @@
88 88  == **1.6 Button Intruction** ==
89 89  
90 90  
91 -LG01v2 has a black toggle button, which is:
91 +LG01-V2 has a black toggle button, which is:
92 92  
93 93  
94 94  (% style="color:blue" %)**//➢ //Long press 4-5s  : **(%%)the gateway will reload the Network and Initialize wifi configuration
... ... @@ -119,7 +119,7 @@
119 119  === (% style="color:blue" %)**Method 1**(%%):  Connect via Ethernet with DHCP IP from the router ===
120 120  
121 121  
122 -Connect the LG01v2 Ethernet port to your router and LG01v2 can 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 LG01v2.
122 +Connect the LG01-V2 Ethernet port to your router and LG01-V2 can 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 LG01-V2.
123 123  
124 124  You can also use this IP to connect.
125 125  
... ... @@ -132,7 +132,7 @@
132 132  
133 133  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220622100542-2.png?width=1256&height=369&rev=1.1||alt="image-20220622100542-2.png"]]
134 134  
135 -The LG01v2 has a fall-back IP address on its WAN port. you have to access the gateway Web-UI to configure the WiFi connection via the fallback IP address.
135 +The LG01-V2 has a fall-back IP address on its WAN port. you have to access the gateway Web-UI to configure the WiFi connection via the fallback IP address.
136 136  
137 137  
138 138  (% style="color:#037691" %)**Steps to connect via fallback IP:**
... ... @@ -217,10 +217,10 @@
217 217  
218 218  
219 219  
220 -= **4. How to configure the Lora Gateway** =
220 += **4. How to configure the LA66 module** =
221 221  
222 222  
223 -== **4.1 Access the Lora configuration page** ==
223 +== **4.1 Access the LA66 module** ==
224 224  
225 225  
226 226  Users can access the LA66 module by running the following command, then select the option **''serial port setup"**:
... ... @@ -249,47 +249,24 @@
249 249  
250 250  Enter **AT+CFG **in the interface to get the configuration,
251 251  
252 +[[image:image-20221029172156-1.png||height="315" width="358"]]
252 252  
253 -(% class="box infomessage" %)
254 -(((
255 -AT+FRE=868.100,868.100  ~-~--> TX and RX frequency
256 -AT+GROUPMOD=0,0  ~-~--> TX and RX group
257 -AT+BW=0,0  ~-~--> TX and RX Bandwidth
258 -AT+SF=12,12  ~-~--> TX and RX Spreading Factor
259 -AT+POWER=14  ~-~--> TX Power Range
260 -AT+CRC=1,1  ~-~--> TX and RX CRC Type
261 -AT+HEADER=0,0  ~-~--> TX and RX Header Type
262 -AT+CR=1,1  ~-~--> TX and RX Coding Rate
263 -AT+IQ=0,0  ~-~--> TX and RX InvertIQ
264 -AT+PREAMBLE=8,8  ~-~--> TX and RX Preamble Length
265 -AT+SYNCWORD=0  ~-~-->  Syncword**(0: private,1: public)**
266 -AT+RXMOD=65535,0  ~-~-->  Rx Timeout and Reply mode
267 -AT+RXDAFORM=1                              
268 -)))
269 269  
270 -
271 271  == **4.2 Example: LG01v2 Peer-to-Peer** ==
272 272  
273 -[[image:image-20221102114002-3.png]]
274 274  
275 -
276 -The user can run the AT command to set the LG01v2 RX window always open as a Receiver, the Sender uses **AT+SEND=1,hello world,2,3** to simulate sending data,
277 -
278 -Prerequisites: The configuration of LG01v2 and Sender must match, users can use **AT+CFG** to check all configurations.
279 -
280 -
281 281  (% style="color:red" %)**LG01v2 as Receiver: (configured as AT+RXMOD=65535,2)**
282 282  
260 +[[image:image-20221031091652-2.png]]
283 283  
284 -[[image:image-20221102140053-4.png]]
285 285  
263 +(% style="color:red" %)**Sender:**
286 286  
287 -(% style="color:red" %)**Sender: (AT+SEND=1,hello world,2,3)**
288 288  
289 289  [[image:image-20221031092053-4.png]]
290 290  
291 291  
292 -Instruction for Peer-to-Peer firmware:[[ **Instruction **>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20LoRaWAN%20Shield%20User%20Manual/Instruction%20for%20LA66%20Peer%20to%20Peer%20firmware/]]
269 +Instruction for LA66 Peer-to-Peer firmware :[[ **Instruction **>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20LoRaWAN%20Shield%20User%20Manual/Instruction%20for%20LA66%20Peer%20to%20Peer%20firmware/]]
293 293  )))
294 294  
295 295  
... ... @@ -363,46 +363,9 @@
363 363  = **7. FAQ** =
364 364  
365 365  
366 -== **7.1 How does LG01v2 communicate with Lora shield (LoRa.h)** ==
343 +7.1
367 367  
368 368  
369 -(% style="color:red" %)**Prerequisites: The configurations of LG01v2 and Lora shield must match**
370 -
371 -**LG01v2 configuration:**
372 -
373 -(% class="box infomessage" %)
374 -(((
375 -AT+FRE=868.100,868.100  ~-~--> TX and RX frequency set :868100000
376 -AT+BW=0,0  ~-~--> TX and RX Bandwidth set : 125kHz
377 -AT+SF=12,12  ~-~--> TX and RX Spreading Factor
378 -AT+POWER=14  ~-~--> TX Power Range
379 -AT+CRC=1,1  ~-~--> TX and RX CRC Type
380 -AT+HEADER=0,0  ~-~--> TX and RX Header Type
381 -AT+CR=1,1  ~-~--> TX and RX Coding Rate
382 -AT+IQ=0,0  ~-~--> TX and RX InvertIQ
383 -AT+PREAMBLE=8,8  ~-~--> TX and RX Preamble Length
384 -AT+SYNCWORD=0  ~-~-->  Syncword**(0: private,1: public)**
385 -AT+RXMOD=65535,0  ~-~-->  Rx Timeout and Reply mode
386 -AT+RXDAFORM=1    
387 -)))
388 -
389 -**Lora shield configuration:**
390 -
391 -Lora Shield example: [[attach:LoRa_Shield_Sketch_For_MQTT.ino||target="_blank"]] , [[attach:arduino-LoRa-master.zip||target="_blank"]]
392 -
393 -[[image:image-20221101161318-2.png]]
394 -
395 -
396 -**Test LG01v2 to receive Lora Shield data:**
397 -
398 -[[image:image-20221101161951-3.png]]
399 -
400 -
401 -**Test the LG01v2 to send data:**
402 -
403 -[[image:image-20221101162527-4.png]]
404 -
405 -
406 406  = (% style="color:inherit; font-family:inherit; font-size:29px" %)**8. Supports**(%%) =
407 407  
408 408  
image-20221102105419-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -37.3 KB
Content
image-20221102110604-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -35.9 KB
Content
image-20221102114002-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -50.1 KB
Content
image-20221102140053-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -45.6 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0