(/xwiki/bin/view/Main/) / Home (/xwiki/bin/view/Main/) / User Manual for All Gateway models (/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/)
/ LG01v2 -- LoRa Gateway User Manual (/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/LG01v2/)
LG01v2 -- LoRa Gateway User Manual
Last modified by Xiaoling (/xwiki/bin/view/XWiki/Xiaoling) on 2023/06/10 17:02
(/xwiki/bin/view/Main/) / Home (/xwiki/bin/view/Main/) / User Manual for All Gateway models (/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/) / LG01v2 -- LoRa Gateway User Manual (/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/LG01v2/) LG01v2 -- LoRa Gateway User Manual Last modified by Xiaoling (/xwiki/bin/view/XWiki/Xiaoling) on 2023/06/10 17:02 Table of Contents:...
1.1 What is LG01v2 The LG01v2 is an open-source single channel LoRa Gateway. It lets you bridge LoRa wireless network to an IP network via WiFi , Ethernet or Cellular Network (via and reach extremely long ranges at low data rates.
Method 2: Connect via LG01v2 Fallback IP Steps to connect via fallback IP: 1. Connect the PC's Ethernet port to LG01v2's WAN port 2. Configure PC's Ethernet port has IP: 172.31.255.253 and Netmask: 255.255.255.252 Settings --> Network & Internet --> Ethernet --> Change advanced sharing options --> Double-click"Ethernet" --> Internet Protocol Version 4 (TCP/IPv4)
Configure computer Ethernet port steps video: fallback ip.mp4 (http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20m If you still can't access the LG01v2 fallback ip, follow this connection to debug : Trouble Shooting (http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/LG01v2/#H10.1A0FallbackIPdoesnotwork2Chowcanusersc 3. In the PC, use IP address 172.31.255.254 to access the LG01v2 via Web or Console.
Wi-Fi configuration successful 2.1.2 Access Configure Web UI Web Interface Open a browser on the PC and type the LG01v2 ip address (depends on your connect method) http://IP_ADDRESS (http://IP_ADDRESS) or http://172.31.255.254 (http://172.31.255.254() (Fallback IP) You will see the login interface of LG01v2 as shown below.
In addition, Users can customize the FallBack IP address. 3.5.4 System --> Remoteit In the System-> Remoteit interface, users can configure the gateway to be accessed remotely via Remote.it. the users can refer to this link to configure them: Monitor & Remote Access Gateway (http://wiki.dragino.com/xwiki/bin/view/Main/Monitor%20%26%20Remote%20 Remote%20Access#H2.1A0RemoteAccessviaRemote.it.)
You can access the gateway's built-in AS server of Node-Red via the URL(http://<hostname>:1880 or http://<local-IPV4-address>) in your browser. Such as http://dragino-54ff12:1880 or http://<Local-IPV4-Address> 5. How to configure the Lora Gateway 5.1 Configure and Debug LoRa wireless of LG01v2 First, the user needs to access the Linux console of LG01v2 via ssh IP address: IP address of LG01v2...
Page 11
User Name: root Password: dragino(default) Users can access the Lora configuration page by running the following command, then select the option ''serial port setup": root@dragino-2406ef:~# minicom -s And then, change the setting: Serial Device : /dev/ttyUSB0 Bps/Par/Bits : 9600 8N1...
LA66 Shield + UNO + DHT11: The UNO will get the temperature and humidity and broadcast the value via LoRa protocol. 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 s 5.2.2 Set Up LA66 Shield + UNO...
1. Open Arduino IDE 2. Open project Users can download Arduino files from this link: Log-Temperature-Sensor-and-send-data-to-Node-red.ino (/xwiki/bin/download/Main/User%20Manual%20for%20All%20G send-data-to-Node-red.ino?rev=1.1) Then click Compile and Upload to LA66 Shield,...
3. Open the Serial Monitor to check the LA66 Shield data The UNO will now reads the temperature and humidity data from the sensor and broadcast it via LoRa wireless,...
Sending out data as below. 5.2.3 Set Up LG01v2 Configure LG01v2 LoRa channel parameters so it can get data from LA66 Shield LG01v2 as Receiver: (configured as AT+RXMOD=65535,2) LG01-V2 configuration:...
After the above configuration is complete, users can send test simulation data to check whether the configuration is correct, In LA66 sheild serial console send:(AT+SEND When LG01v2 replies with ACK when it receives a packet sent by LA66 sheild. In the real-time log of LG01v2:...
5.2.5 Plot data chart in LG01v2 User can plot the temperature and humidity chat via LG01v2 built-in IoT server. User can import this example in Node-Red: Log-Temperature-Sensor-and-send-data-to-Node-red.json (/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gate send-data-to-Node-red.json?rev=1.1) The temperature and humidity chart is displayed in the built-in node-red UI...
6. How users can access LG01v2 using serial USB USB TTL to LG01v2 Connection: Port 1 of the UART on the LG01v2 is GND TXD <---> UART RXD (Gray line) RXD <---> UART TXD (White line) GND <---> GND (Black line) LG01v2 UART connection photo In the PC, you can use the serial port tool(such as putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html)
8. FAQ 8.1 How does LG01v2 communicate with Lora shield (LoRa.h) This example describes how to use LG01v2, LoRa Shield to set up a LoRa network, Prerequisites: The configurations of LG01v2 and Lora shield must match...
Page 20
---> TX and RX Preamble Length set: 8 AT+SYNCWORD=0 ---> Syncword(0: private,1: public), the corresponding Lora shield syncword is 0x12 AT+RXMOD=65535,0 ---> Rx Timeout and Reply mode,RX window always open AT+RXDAFORM=1 Lora shield configuration: Lora Shield example: LoRa_Shield_Sketch_For_MQTT.ino (/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/LG01v2/WebHome/LoRa_ (/xwiki/bin/download/Main/User%20Manual%20for%20All%20Gateway%20models/LG01v2/WebHome/arduino-LoRa-master.zip?rev=1.2) Test LG01v2 to receive Lora Shield data:...
Test the LG01v2 to send data: 8.2 How does LG01v2 communicate with Heltec LoRa Node This example describes how to use LG01v2 and Heltec LoRa Node to set up a LoRa network,...
Page 22
Prerequisites: The configurations of LG01v2 and Lora shield must match LG01v2 configuration: AT+FRE=868.100,868.100 ---> TX and RX frequency set: 868100000 AT+BW=0,0 ---> TX and RX Bandwidth set: 125kHz AT+SF=12,12 ---> TX and RX Spreading Factor set: SF12 AT+POWER=14 ---> TX Power Range AT+CRC=1,1 --->...
9. Trouble Shooting 9.1 Fallback IP does not work, how can users check When the computer has completed the above fallback IP configuration,the LG01v2 Web UI is still not accessible via fallback IP. 1.Check whether the configuration is correct Run the CMD command to ipconfig and ping 172.31.255.254.
If the firewall is not down, this will affect access to the gateway. 10. Supports If you are experiencing issues and can't solve them, you can send mail to support@dragino.com (mailto:support@dragino.com) . With your question as detailed as possible. We will reply and help you in the shortest.
Page 25
Tags: Created by Xiaoling (/xwiki/bin/view/XWiki/Xiaoling) on 2022/10/28 11:27 0 No comments for this page...
Need help?
Do you have a question about the LG01v2 and is the answer not in the manual?
Questions and answers