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 (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Edwin1 +XWiki.Kilight - Content
-
... ... @@ -25,11 +25,11 @@ 25 25 ((( 26 26 The LG01v2 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. 27 27 28 -LG01v2 is specially design for peer to peer LoRa 28 +LG01v2 is specially design for (% style="color:green" %)**peer to peer LoRa**(%%) protocol instead of LoRaWAN protocol. The LG01v2 use single channel LoRa module to minimize the deployment cost for a private p2p LoRa wireless network. 29 29 ))) 30 30 31 31 ((( 32 -LG01v2 uses Open Source Linux system. User can modify the Linux part and develop customize software base on it. It has (% style="color:green" %)1.2Ghz Quad-Core CPU(%%) , (% style="color:green" %)4GB eMMC storage(%%) and (% style="color:green" %)512MB RAM(%%) for most application. 32 +LG01v2 uses Open Source Linux system. User can modify the Linux part and develop customize software base on it. It has (% style="color:green" %)**1.2Ghz Quad-Core CPU**(%%) , (% style="color:green" %)**4GB eMMC storage**(%%) and (% style="color:green" %)**512MB RAM**(%%) for most application. 33 33 34 34 LG01v2 supports (% style="color:green" %)**remote management**(%%). System Integrator can easy to remote monitor the gateway and maintain it. 35 35 ))) ... ... @@ -55,7 +55,6 @@ 55 55 * Storage Temperature: -20 ~~ 65°C 56 56 * Power Input: 5V, 2A, DC 57 57 58 - 59 59 == **1.3 Features** == 60 60 61 61 ... ... @@ -66,7 +66,6 @@ 66 66 * LoRa Gateway 67 67 * Built-in (% style="color:#037691" %)//**Node-Red**// (%%)local Application server 68 68 69 - 70 70 == **1.4 Block Diagram** == 71 71 72 72 ... ... @@ -294,7 +294,6 @@ 294 294 * **LA66 Shield + UNO + DHT11**: The UNO will get the temperature and humidity and broadcast the value via LoRa protocol. 295 295 * **LG01v2** : LG01v2 is set to listening the LoRa Channel which LA66 is broadcasting. When LG01v2 get the data from LA66, LG01v2 will plot the data in built-in IoT server. 296 296 297 - 298 298 === **5.2.2 Set Up LA66 Shield + UNO** === 299 299 300 300 ... ... @@ -398,7 +398,7 @@ 398 398 AT+IQ=0,0 ~-~--> TX and RX InvertIQ 399 399 AT+PREAMBLE=8,8 ~-~--> TX and RX Preamble Length set: 8 400 400 AT+SYNCWORD=0 ~-~--> Syncword**(0: private,1: public)** 401 -AT+RXMOD=65535, 0~-~--> Rx Timeout and Reply mode, RX window always open398 +AT+RXMOD=65535,2 ~-~--> Rx Timeout and Reply mode, RX window always open**(0:No ACK, 1:Reply mode, 2:Send an ACK once got a message from another device. ACK Content is 0x00 FF )** 402 402 ))) 403 403 404 404 ... ... @@ -439,10 +439,10 @@ 439 439 = (% 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(%%)** = 440 440 441 441 442 -(% style="color:blue" %)**USB TTL to LG01 -V2 Connection:**439 +(% style="color:blue" %)**USB TTL to LG01v2 Connection:** 443 443 444 444 445 -Port 1 of the UART on the LG01 -V2 is GND442 +Port 1 of the UART on the LG01v2 is GND 446 446 447 447 (% class="box infomessage" %) 448 448 ((( ... ... @@ -454,7 +454,7 @@ 454 454 ))) 455 455 456 456 457 -**LG01 -V2 UART connection photo**454 +**LG01v2 UART connection photo** 458 458 459 459 [[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"]] 460 460 ... ... @@ -469,19 +469,25 @@ 469 469 [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220804164747-2.png?width=594&height=622&rev=1.1||alt="image-20220804164747-2.png"]] 470 470 471 471 472 -= **7. FAQ** =469 += **7. OTA System Update** = 473 473 474 -== **7.1 How does LG01-V2 communicate with Lora shield (LoRa.h)** == 475 475 472 +LG01v2 supports system auto update via OTA, please see **[[this URL>>url:http://wiki.dragino.com/xwiki/bin/view/OTA%20Update/]]** for the detail of this feature. 476 476 477 -This example describes how to use LG01-V2, LoRa Shield to set up a LoRa network, 478 478 475 += **8. FAQ** = 476 + 477 +== **8.1 How does LG01v2 communicate with Lora shield (LoRa.h)** == 478 + 479 + 480 +This example describes how to use LG01v2, LoRa Shield to set up a LoRa network, 481 + 479 479 [[image:image-20221103152238-8.png||height="251" width="654"]] 480 480 481 481 482 -(% style="color:red" %)**Prerequisites: The configurations of LG01 -V2 and Lora shield must match**485 +(% style="color:red" %)**Prerequisites: The configurations of LG01v2 and Lora shield must match** 483 483 484 -**LG01 -V2 configuration:**487 +**LG01v2 configuration:** 485 485 486 486 (% class="box infomessage" %) 487 487 ((( ... ... @@ -509,28 +509,28 @@ 509 509 510 510 511 511 512 -**Test LG01 -V2 to receive Lora Shield data:**515 +**Test LG01v2 to receive Lora Shield data:** 513 513 514 514 [[image:image-20221101161951-3.png]] 515 515 516 516 517 517 518 -**Test the LG01 -V2 to send data:**521 +**Test the LG01v2 to send data:** 519 519 520 520 [[image:image-20221101162527-4.png]] 521 521 522 522 523 -== ** 7.2 How does LG01-V2 communicate with Heltec LoRa Node** ==526 +== **8.2 How does LG01v2 communicate with Heltec LoRa Node** == 524 524 525 525 526 -This example describes how to use LG01 -V2 and Heltec LoRa Node to set up a LoRa network,529 +This example describes how to use LG01v2 and Heltec LoRa Node to set up a LoRa network, 527 527 528 528 [[image:image-20221112161111-2.png||height="258" width="692"]] 529 529 530 -(% style="color:red" %)**Prerequisites: The configurations of LG01 -V2 and Lora shield must match**533 +(% style="color:red" %)**Prerequisites: The configurations of LG01v2 and Lora shield must match** 531 531 532 532 533 -**LG01 -V2 configuration:**536 +**LG01v2 configuration:** 534 534 535 535 (% class="box infomessage" %) 536 536 ((( ... ... @@ -561,7 +561,7 @@ 561 561 [[image:image-20221112163119-4.png||height="808" width="560"]] 562 562 563 563 564 -= (% style="color:inherit; font-family:inherit; font-size:29px" %)** 8. Supports**(%%) =567 += (% style="color:inherit; font-family:inherit; font-size:29px" %)**9. Supports**(%%) = 565 565 566 566 567 567 ((( ... ... @@ -572,28 +572,24 @@ 572 572 **//With your question as detailed as possible. We will reply and help you in the shortest.//** 573 573 574 574 575 -= ** 9. Reference** =578 += **10. Reference** = 576 576 577 577 578 -* Install Tago Core: Refer **Install Tago Core in L PS8v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]].579 -* [[Advance OS Reference Guide for L PS8v2>>doc:Main.Armbian OS instruction.WebHome]].581 +* Install Tago Core: Refer **Install Tago Core in LG01v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]]. 582 +* [[Advance OS Reference Guide for L>>doc:Main.Armbian OS instruction.WebHome]]G01v2. 580 580 581 581 582 582 ))) 583 583 584 -= **1 0. Order Info** =587 += **11. Order Info** = 585 585 586 586 587 -(% style="color:#0000ff" %)**L PS8v2-XXX-YYY**590 +(% style="color:#0000ff" %)**LG01v2-XXX-YYY** 588 588 589 589 (% style="color:#0000ff" %)**XXX**(% style="color:black" %): Frequency Band 590 590 591 -* (% style="color:red" %)**AS923**(%%): LoRaWAN AS923 band 592 -* (% style="color:red" %)**AU915**(%%): LoRaWAN AU915 band 593 -* (% style="color:red" %)**EU868**(%%): LoRaWAN EU868 band 594 -* (% style="color:red" %)**KR920**(%%): LoRaWAN KR920 band 595 -* (% style="color:red" %)**US915**(%%): LoRaWAN US915 band 596 -* (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band 594 +* (% style="color:red" %)**868**(%%): For frequency : 863 ~~ 870Mhz 595 +* (% style="color:red" %)**915**(%%): For frequency : 902 ~~ 928Mhz 597 597 598 598 (% style="color:#0000ff" %)**YYY**(% style="color:black" %): 4G Cellular Option 599 599 ... ... @@ -605,7 +605,7 @@ 605 605 More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]]. 606 606 607 607 608 -= **1 0. Manufacturer Info** =607 += **12. Manufacturer Info** = 609 609 610 610 611 611 **Shenzhen Dragino Technology Development co. LTD** ... ... @@ -615,7 +615,7 @@ 615 615 LongCheng Street, LongGang District ; Shenzhen 518116,China 616 616 617 617 618 -= **1 1. FCC Warning** =617 += **13. FCC Warning** = 619 619 620 620 621 621 (((