<
From version < 148.1 >
edited by Xiaoye
on 2023/11/10 10:24
To version < 150.1
edited by Kilight Cao
on 2024/10/12 08:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoye
1 +XWiki.Kilight
Content
... ... @@ -7,7 +7,7 @@
7 7  
8 8  )))
9 9  
10 -**Table of Contents**
10 +**Table of Contents:**
11 11  
12 12  {{toc/}}
13 13  
... ... @@ -27,7 +27,7 @@
27 27  
28 28  LG01v2 is specially designed for (% style="color:blue" %)**peer-to-peer LoRa**(%%) protocol instead of LoRaWAN protocol. The LG01v2 uses a single-channel LoRa module to minimize the deployment cost for a private p2p LoRa wireless network.
29 29  
30 -(% style="color:red" %)**Note: The LG01v2 can't register and connect to the LoRaWAN server(Such as The Things NetWork, AWS, or Chirpstack..)**(%%)
30 +(% style="color:red" %)**Note: The LG01v2 can't register and connect to the LoRaWAN server(Such as The Things NetWork, AWS, or Chirpstack..)**
31 31  )))
32 32  
33 33  (((
... ... @@ -520,11 +520,37 @@
520 520  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.
521 521  
522 522  
523 -= 7. FAQ =
523 += 7. How users can access LG01v2 using serial USB =
524 524  
525 -== 7.1 How does LG01v2 communicate with Lora shield (LoRa.h) ==
525 +**USB TTL to LG01v2  Connection:**
526 526  
527 +Port 1 of the UART on the LG01v2 is GND
527 527  
529 +(% class="box infomessage" %)
530 +(((
531 +**TXD  <~-~--> UART RXD (Gray line)**
532 +
533 +**RXD  <~-~--> UART TXD (White line)**
534 +
535 +**GND <~-~--> GND (Black line)**
536 +)))
537 +
538 +**LG01v2 UART connection photo**
539 +
540 +[[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20230421094319-2.png?width=392&height=351&rev=1.1||alt="image-20230421094319-2.png"]]
541 +
542 +In the PC,you can use the serial port tool(such as [[putty>>url:http://www.chiark.greenend.org.uk/~~sgtatham/putty/download.html]] in Windows), you need to set the serial baud rate to (% style="color:blue" %)**115200**(%%) to access the serial console for LPS8v2. LPS8v2 will output system info once power on as below:
543 +
544 +[[image:https://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/HP0C/WebHome/image-20220804164928-3.png?width=332&height=320&rev=1.1||alt="image-20220804164928-3.png"]]
545 +
546 +[[image:https://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"]]
547 +
548 +
549 += 8. FAQ =
550 +
551 +== 8.1 How does LG01v2 communicate with Lora shield (LoRa.h) ==
552 +
553 +
528 528  This example describes how to use LG01v2, LoRa Shield to set up a LoRa network,
529 529  
530 530  [[image:image-20221103152238-8.png||height="251" width="654"]]
... ... @@ -571,7 +571,7 @@
571 571  [[image:image-20221101162527-4.png]]
572 572  
573 573  
574 -== 7.2 How does LG01v2 communicate with Heltec LoRa Node ==
600 +== 8.2 How does LG01v2 communicate with Heltec LoRa Node ==
575 575  
576 576  
577 577  This example describes how to use LG01v2 and Heltec LoRa Node to set up a LoRa network,
... ... @@ -612,7 +612,7 @@
612 612  [[image:image-20221112163119-4.png||height="808" width="560"]]
613 613  
614 614  
615 -== 7.3 How does LG01v2 communicate with LoRaWAN node ==
641 +== 8.3 How does LG01v2 communicate with LoRaWAN node ==
616 616  
617 617  
618 618  This example describes how to use LG01v2 and LSN50 to set up a  network,
... ... @@ -632,8 +632,12 @@
632 632  AT+SYNCWORD=1  ~-~-->  Syncword**(0: private,1: public), **the corresponding Lora shield syncword is 0x12
633 633  )))
634 634  
635 -**Step2:  **Run AT commands to make the LSN50 work in Single frequency and ABP mode. Below are the AT commands:
661 +**Step2:  **Run AT commands to make the LSN50 work in Single frequency and ABP mode.
636 636  
663 +For more information on how to use AT commands in LSN50v2, please refer to this link: [[LSN50v2-S31-S31B Use AT Command>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50v2-S31-S31B%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20User%20Manual/#H4.A0UseATCommand]]
664 +
665 +Below are the AT commands:
666 +
637 637  (% class="box infomessage" %)
638 638  (((
639 639  AT+FDR  ~-~--> Reset Parameters to Factory Default, Keys Reserve
... ... @@ -669,7 +669,7 @@
669 669  [[image:image-20230620103923-3.png||height="476" width="1138"]]
670 670  
671 671  
672 -== 7.4 How can users factory reset LG01v2 ==
702 +== 8.4 How can users factory reset LG01v2 ==
673 673  
674 674  
675 675  Users can download the image of LG01v2 from this link:[[dragino-lg01v2-1.7-0210>>https://www.dropbox.com/scl/fi/g0si61lcrvdjyto4ma951/dragino-lg01v2-1.7-0210.zip?rlkey=t03oqo493r2p7ign488rs2jsv&dl=0]]
... ... @@ -680,9 +680,9 @@
680 680  [[How to flash a new image(OS) to the gateway>>url:https://wiki.dragino.com/xwiki/bin/view/Main/Armbian%20OS%20instruction/#H2.3A0Howtoflashanewimage28OS29tothegateway28LPS8V229]]
681 681  
682 682  
683 -= 8. Trouble Shooting =
713 += 9. Trouble Shooting =
684 684  
685 -== 8.1  Fallback IP does not work, how can users check ==
715 +== 9.1  Fallback IP does not work, how can users check ==
686 686  
687 687  
688 688  When the computer has completed the above fallback IP configuration,the LG01v2 Web UI is still not accessible via fallback IP.
... ... @@ -704,7 +704,7 @@
704 704  If the firewall is not down, this will affect access to the gateway.
705 705  
706 706  
707 -= (% style="color:inherit; font-family:inherit; font-size:29px" %)9. Supports(%%) =
737 += (% style="color:inherit; font-family:inherit; font-size:29px" %)10. Supports(%%) =
708 708  
709 709  
710 710  (((
... ... @@ -715,7 +715,7 @@
715 715  With your question as detailed as possible. We will reply and help you in the shortest.
716 716  
717 717  
718 -= 10. Reference =
748 += 11. Reference =
719 719  
720 720  
721 721  * Install Tago Core: Refer **Install Tago Core in LG01v2** in[[ Instruction>>doc:Main.Tago\.IO.WebHome]].
... ... @@ -725,7 +725,7 @@
725 725  
726 726  )))
727 727  
728 -= 11. Order Info =
758 += 12. Order Info =
729 729  
730 730  
731 731  (% style="color:#0000ff" %)**LG01v2-XXX-YYY**
... ... @@ -745,7 +745,7 @@
745 745  More info about valid bands, please see [[EC25-E product page>>url:https://www.quectel.com/product/ec25.htm]].
746 746  
747 747  
748 -= 12. Manufacturer Info =
778 += 13. Manufacturer Info =
749 749  
750 750  
751 751  **Shenzhen Dragino Technology Development co. LTD**
... ... @@ -755,7 +755,7 @@
755 755  LongCheng Street, LongGang District ; Shenzhen 518116,China
756 756  
757 757  
758 -= 13. FCC Warning =
788 += 14. FCC Warning =
759 759  
760 760  
761 761  (((
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0