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, 5 added, 0 removed)
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 L A66 module** =220 += **4. How to configure the Lora Gateway** = 221 221 222 222 223 -== **4.1 Access the L A66module** ==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,46 @@ 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 257 257 258 - (% style="color:red" %)**LG01v2as Receiver:(configured as AT+RXMOD=65535,2)**274 +[[image:image-20221103140645-1.png]] 259 259 260 - [[image:image-20221031091652-2.png]]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, 261 261 278 +**Prerequisites: **The configuration of LG01v2 and Sender must match, users can use **AT+CFG** to check all configurations. 262 262 263 -(% style="color:red" %)**Sender:** 264 264 281 +(% style="color:red" %)**LG01v2 as Receiver: (configured as AT+RXMOD=65535,2)** 265 265 283 +[[image:image-20221102140053-4.png]] 284 + 285 + 286 +(% style="color:red" %)**Sender: (AT+SEND=1,hello world,2,3)** 287 + 266 266 [[image:image-20221031092053-4.png]] 267 267 268 268 269 -Instruction for LA66Peer-to-Peer firmware291 +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 368 +(% 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]] 372 +(% class="box infomessage" %) 373 +((( 374 +AT+FRE=868.100,868.100 ~-~--> TX and RX frequency set :868100000 375 +AT+BW=0,0 ~-~--> TX and RX Bandwidth set : 125kHz 376 +AT+SF=12,12 ~-~--> TX and RX Spreading Factor 377 +AT+POWER=14 ~-~--> TX Power Range 378 +AT+CRC=1,1 ~-~--> TX and RX CRC Type 379 +AT+HEADER=0,0 ~-~--> TX and RX Header Type 380 +AT+CR=1,1 ~-~--> TX and RX Coding Rate 381 +AT+IQ=0,0 ~-~--> TX and RX InvertIQ 382 +AT+PREAMBLE=8,8 ~-~--> TX and RX Preamble Length 383 +AT+SYNCWORD=0 ~-~--> Syncword**(0: private,1: public)** 384 +AT+RXMOD=65535,0 ~-~--> Rx Timeout and Reply mode 385 +AT+RXDAFORM=1 386 +))) 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