Version 17.1 by Kilight Cao on 2022/10/29 18:00

Show last authors
1 (% style="text-align:center" %)
2 [[image:image-20221028134937-1.jpeg||height="466" width="466"]]
3
4 (((
5
6
7
8 )))
9
10 **Table of Contents:**
11
12 {{toc/}}
13
14 = **1. Introduction** =
15
16
17 == **1.1 What is LG01v2** ==
18
19
20 (((
21 (((
22 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.
23 )))
24
25 (((
26 LG01v2 supports (% style="color:green" %)**remote management**(%%). System Integrator can easy to remote monitor the gateway and maintain it.
27 )))
28
29
30
31 == **1.2 Specifications** ==
32
33
34 (% style="color:#037691" %)**Hardware System:**
35
36 * CPU: Quad-core Cortex-A7 1.2Ghz
37 * RAM: 512MB
38 * eMMC: 4GB
39
40 (% style="color:#037691" %)**Interface:**
41
42 * 10M/100M RJ45 Ports x 1
43 * WiFi 802.11 b/g/n
44
45 (% style="color:#037691" %)**Operating Condition:**
46
47 * Work Temperature: -20 ~~ 65°C
48 * Storage Temperature: -20 ~~ 65°C
49 * Power Input: 5V, 2A, DC
50
51 == **1.3 Features** ==
52
53
54 * Open Source Debian system
55 * Managed by Web GUI, SSH via WAN or WiFi
56 * Remote Management
57 * Auto-provisioning for batch deployment and management
58 * LoRa Gateway
59 * Built-in (% style="color:#037691" %)//**The Things Network**//(%%) local LoRaWAN server
60 * Built-in  (% style="color:#037691" %)//**Node-Red**// (%%)local Application server
61
62 == **1.4 Block Diagram** ==
63
64
65
66 == **1.5 LED Indicators** ==
67
68
69 LG01-V2 has totally four LEDs, They are:
70
71
72 (% style="color:blue" %)//**➢ Power LED**//(%%)//: This RED LED will be solid if the device is properly powered//
73
74 (% style="color:blue" %)//**➢ ETH LED**//(%%)//:  This RGB LED will blink GREEN when the ETH port is connecting//
75
76 (% style="color:blue" %)//**➢ SYS LED**//(%%)//:  This RGB LED will show different colors in different states~://
77
78 // ✓ **SOLID GREEN:** The device is alive with a LoRaWAN server connection.//
79
80 // ✓ **BLINKING GREEN:** a) Device has internet connection but no LoRaWAN Connection. or b) Device is in booting stage, in this stage, it will BLINKING GREEN for several seconds and then with BLINKING GREEN together//
81
82 // ✓** SOLID RED:** Device doesn't have an Internet connection.//
83
84 (% style="color:blue" %)//**➢ WIFI LED**//(%%)//: This LED shows the WIFI interface connection status.//
85
86
87
88 == **1.6 Button Intruction** ==
89
90
91 LG01-V2 has a black toggle button, which is:
92
93
94 (% style="color:blue" %)**//➢ //Long press 4-5s  : **(%%)the gateway will reload the Network and Initialize wifi configuration
95
96 // **LED status: ** ETH LED will BLINKIND BULE Until the reload is finished.//
97
98
99 (% style="color:blue" %)//**➢ **//**Long press more than 10s:**(%%)**    **//the gateway will restore the factory settings.//
100
101 //**LED status: ** ETH LED will SOLID BULE Until the restore is finished.//
102
103
104
105 = **2. Quick Start** =
106
107
108 The LG01-V2 supports network access via Ethernet or Wi-Fi connection and runs without a network.
109
110 In most cases, the first thing you need to do is make the LG01-v2 accessible to the network.
111
112
113
114 = **3. How to configure the LA66 module** =
115
116
117 == **3.1 Access the LA66 module** ==
118
119
120 Users can access the LA66 module by running the following command, then select the option **''serial port setup"**:
121
122 (% class="box infomessage" %)
123 (((
124 **root@dragino-2406ef:~~# minicom -s**
125 )))
126
127 [[image:image-20221029174637-2.png||height="410" width="524"]]
128
129
130 And then, change the setting:
131
132 (% class="box infomessage" %)
133 (((
134 **Serial Device :** **/dev/ttyUSB0**
135
136 **Bps/Par/Bits : 9600 8N1**
137 )))
138
139
140 (% style="color:red" %)**Note: Enter the corresponding letter to change the configuration, like A,B,C**(%%)
141 (% style="color:red" %)[[image:image-20221029174703-3.png]]
142
143
144 Enter **AT+CFG **in the interface to get the configuration,
145
146 [[image:image-20221029172156-1.png||height="315" width="358"]]
147
148
149 LG01v2 Peer to Peer example:
150
151 (% style="color:red" %)**LG01v2 as Receiver: (configured as AT+RXMOD=65535,2)**
152 )))