<
From version < 39.1 >
edited by Kilight Cao
on 2022/11/01 16:32
To version < 49.1 >
edited by Kilight Cao
on 2022/11/03 14:06
>
Change comment: Uploaded new attachment "image-20221103140645-1.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -88,7 +88,7 @@
88 88  == **1.6 Button Intruction** ==
89 89  
90 90  
91 -LG01-V2 has a black toggle button, which is:
91 +LG01v2 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 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.
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.
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 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.
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.
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 LA66 module** =
220 += **4. How to configure the Lora Gateway** =
221 221  
222 222  
223 -== **4.1 Access the LA66 module** ==
223 +== **4.1 Access the Lora configuration page** ==
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,24 +249,47 @@
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"]]
253 253  
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 +)))
254 254  
270 +
255 255  == **4.2 Example: LG01v2 Peer-to-Peer** ==
256 256  
273 +[[image:image-20221102114002-3.png]]
257 257  
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 +
258 258  (% style="color:red" %)**LG01v2 as Receiver: (configured as AT+RXMOD=65535,2)**
259 259  
260 -[[image:image-20221031091652-2.png]]
261 261  
284 +[[image:image-20221102140053-4.png]]
262 262  
263 -(% style="color:red" %)**Sender:**
264 264  
287 +(% style="color:red" %)**Sender: (AT+SEND=1,hello world,2,3)**
265 265  
266 266  [[image:image-20221031092053-4.png]]
267 267  
268 268  
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/]]
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/]]
270 270  )))
271 271  
272 272  
... ... @@ -343,13 +343,26 @@
343 343  == **7.1 How does LG01v2 communicate with Lora shield (LoRa.h)** ==
344 344  
345 345  
346 -(% style="color:red" %)Prerequisites: The configurations of LG01v2 and Lora shield must match
369 +(% style="color:red" %)**Prerequisites: The configurations of LG01v2 and Lora shield must match**
347 347  
348 348  **LG01v2 configuration:**
349 349  
350 -[[image:image-20221101160705-1.png]]
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 +)))
351 351  
352 -
353 353  **Lora shield configuration:**
354 354  
355 355  Lora Shield example: [[attach:LoRa_Shield_Sketch_For_MQTT.ino||target="_blank"]] , [[attach:arduino-LoRa-master.zip||target="_blank"]]
image-20221102105419-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +37.3 KB
Content
image-20221102110604-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +35.9 KB
Content
image-20221102114002-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +50.1 KB
Content
image-20221102140053-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +45.6 KB
Content
image-20221103140645-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +39.1 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0