Changes for page LG01v2 -- LoRa Gateway User Manual
Last modified by Kilight Cao on 2024/10/12 08:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 11 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -14,16 +14,16 @@ 14 14 = **1. Introduction** = 15 15 16 16 17 -== **1.1 What is LG01 v2** ==17 +== **1.1 What is LG01-V2** == 18 18 19 19 20 20 ((( 21 21 ((( 22 -The LG01 v2 is an (% style="color:green" %)**open-source single channel LoRa Gateway**(%%). It lets you bridge LoRa wireless network to an IP network via (% style="color:green" %)**WiFi , Ethernet or Cellular Network**(%%) (via Optional 4G module). The LoRa wireless allows users to send data and reach extremely long ranges at low data rates.22 +The LG01-V2 is an (% style="color:green" %)**open-source single channel LoRa Gateway**(%%). It lets you bridge LoRa wireless network to an IP network via (% style="color:green" %)**WiFi , Ethernet or Cellular Network**(%%) (via Optional 4G module). The LoRa wireless allows users to send data and reach extremely long ranges at low data rates. 23 23 ))) 24 24 25 25 ((( 26 -LG01 v2 supports (% style="color:green" %)**remote management**(%%). System Integrator can easy to remote monitor the gateway and maintain it.26 +LG01-V2 supports (% style="color:green" %)**remote management**(%%). System Integrator can easy to remote monitor the gateway and maintain it. 27 27 ))) 28 28 29 29 ... ... @@ -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 +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 LG01 v2 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 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 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:** ... ... @@ -223,7 +223,7 @@ 223 223 == **4.1 Access the Lora configuration page** == 224 224 225 225 226 -Users can access the L A66module by running the following command, then select the option **''serial port setup"**:226 +Users can access the Lora configuration page by running the following command, then select the option **''serial port setup"**: 227 227 228 228 (% class="box infomessage" %) 229 229 ((( ... ... @@ -264,24 +264,32 @@ 264 264 AT+PREAMBLE=8,8 ~-~--> TX and RX Preamble Length 265 265 AT+SYNCWORD=0 ~-~--> Syncword**(0: private,1: public)** 266 266 AT+RXMOD=65535,0 ~-~--> Rx Timeout and Reply mode 267 -AT+RXDAFORM=1 267 +AT+RXDAFORM=1 268 268 ))) 269 269 270 -== **4.2 Example: LG01v2 Peer-to-Peer** == 271 271 271 +== **4.2 Example: LG01**-**V2 Peer-to-Peer** == 272 272 273 -(% style="color:red" %)**LG01v2 as Receiver: (configured as AT+RXMOD=65535,2)** 274 274 275 -[[image:image-20221031 091652-2.png]]274 +[[image:image-20221103152033-7.png||height="281" width="620"]] 276 276 277 277 278 - (%style="color:red"%)**Sender:**277 +The user can run the AT command to set the LG01-V2 RX window always open as a Receiver, the LA66 Shield uses **AT+SEND=1,hello world,2,3** to simulate sending data, 279 279 279 +**Prerequisites: **The configuration of LG01-V2 and LA66 Shield must match, users can use **AT+CFG** to check all configurations. 280 280 281 -[[image:image-20221031092053-4.png]] 282 282 282 +(% style="color:red; font-weight:bold" %)**LG01-V**(% style="color:red" %)**2 as Receiver: (configured as AT+RXMOD=65535,2)** 283 283 284 -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/]] 284 +[[image:image-20221102140053-4.png]] 285 + 286 + 287 +(% style="color:red" %)**LA66 Shield as Sender: (AT+SEND=1,hello world,2,3)** 288 + 289 +[[image:1667456058832-484.png||height="291" width="353"]] 290 + 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/]] 285 285 ))) 286 286 287 287 ... ... @@ -320,13 +320,13 @@ 320 320 [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220725172124-3.png?width=843&height=610&rev=1.1||alt="image-20220725172124-3.png"]] 321 321 322 322 323 -= (% style="color:inherit; font-family:inherit; font-size:29px" %)**6. How users can access LG01 v2 using serial USB**(%%) =331 += (% style="color:inherit; font-family:inherit; font-size:29px" %)**6. How users can access LG01**(%%)**-V(% style="color:inherit; font-family:inherit; font-size:29px" %)2 using serial USB(%%)** = 324 324 325 325 326 -(% style="color:blue" %)**USB TTL to LG01 v2 Connection:**334 +(% style="color:blue" %)**USB TTL to LG01-V2 Connection:** 327 327 328 328 329 -Port 1 of the UART on the LG01 v2 is GND337 +Port 1 of the UART on the LG01-V2 is GND 330 330 331 331 (% class="box infomessage" %) 332 332 ((( ... ... @@ -338,7 +338,7 @@ 338 338 ))) 339 339 340 340 341 -**LG01 v2 UART connection photo**349 +**LG01-V2 UART connection photo** 342 342 343 343 [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220804163015-1.png?width=466&height=621&rev=1.1||alt="image-20220804163015-1.png"]] 344 344 ... ... @@ -355,16 +355,34 @@ 355 355 = **7. FAQ** = 356 356 357 357 358 -== **7.1 How does LG01 v2 communicate with Lora shield (LoRa.h)** ==366 +== **7.1 How does LG01-V2 communicate with Lora shield (LoRa.h)** == 359 359 360 360 361 - (%style="color:red"%)Prerequisites:The configurationsofLG01v2andLorashieldmustmatch369 +This example describes how to use LG01-V2, LoRa Shield to set up a LoRa network 362 362 363 - **LG01v2configuration:**371 +[[image:image-20221103152238-8.png||height="251" width="654"]] 364 364 365 -[[image:image-20221101160705-1.png]] 366 366 374 +(% style="color:red" %)**Prerequisites: The configurations of LG01-V2 and Lora shield must match** 367 367 376 +**LG01-V2 configuration:** 377 + 378 +(% class="box infomessage" %) 379 +((( 380 +AT+FRE=868.100,868.100 ~-~--> TX and RX frequency set: 868100000 381 +AT+BW=0,0 ~-~--> TX and RX Bandwidth set: 125kHz 382 +AT+SF=12,12 ~-~--> TX and RX Spreading Factor set: SF12 383 +AT+POWER=14 ~-~--> TX Power Range 384 +AT+CRC=1,1 ~-~--> TX and RX CRC Type 385 +AT+HEADER=0,0 ~-~--> TX and RX Header Type 386 +AT+CR=1,1 ~-~--> TX and RX Coding Rate 387 +AT+IQ=0,0 ~-~--> TX and RX InvertIQ 388 +AT+PREAMBLE=8,8 ~-~--> TX and RX Preamble Length set: 8 389 +AT+SYNCWORD=0 ~-~--> Syncword**(0: private,1: public), **the corresponding Lora shield syncword is 0x12 390 +AT+RXMOD=65535,0 ~-~--> Rx Timeout and Reply mode,RX window always open 391 +AT+RXDAFORM=1 392 +))) 393 + 368 368 **Lora shield configuration:** 369 369 370 370 Lora Shield example: [[attach:LoRa_Shield_Sketch_For_MQTT.ino||target="_blank"]] , [[attach:arduino-LoRa-master.zip||target="_blank"]] ... ... @@ -372,12 +372,12 @@ 372 372 [[image:image-20221101161318-2.png]] 373 373 374 374 375 -**Test LG01 v2 to receive Lora Shield data:**401 +**Test LG01-V2 to receive Lora Shield data:** 376 376 377 377 [[image:image-20221101161951-3.png]] 378 378 379 379 380 -**Test the LG01 v2 to send data:**406 +**Test the LG01-V2 to send data:** 381 381 382 382 [[image:image-20221101162527-4.png]] 383 383
- 1667456058832-484.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +21.0 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
- image-20221103142228-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +37.7 KB - Content
- image-20221103142416-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +325.9 KB - Content
- image-20221103143528-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.2 KB - Content
- image-20221103143618-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.1 KB - Content
- image-20221103144405-6.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +32.8 KB - Content
- image-20221103152033-7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.3 KB - Content
- image-20221103152238-8.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +32.8 KB - Content