<
From version < 49.2 >
edited by Xiaoling
on 2022/05/31 18:20
To version < 52.11 >
edited by Xiaoling
on 2022/07/23 16:54
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,5 @@
1 1  (% class="wikigeneratedid" %)
2 -**~ Contents:**
2 +**~ Table of Contents:**
3 3  
4 4  {{toc/}}
5 5  
... ... @@ -8,6 +8,7 @@
8 8  
9 9  = 1. Introduction =
10 10  
11 +
11 11  (((
12 12  (((
13 13  The Dragino LoRaWAN gateway can commuicate with [[LORIOT>>url:https://www.loriot.io/]] LoRaWAN Network Server:
... ... @@ -29,6 +29,7 @@
29 29  (((
30 30  Firmware version since :[[LG02_LG08~~-~~-build-v5.4.1590459021-20200526-1012>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LPS8/Firmware/Release/]]
31 31  
33 +
32 32  
33 33  )))
34 34  )))
... ... @@ -37,8 +37,11 @@
37 37  
38 38  == 2.1 Step 1: Get Gateway ETH0 MAC Address ==
39 39  
42 +
40 40  (((
41 41  Dragino LoRaWAn gateway use ETH0 MAC address to generate Gateway ID to communicate with LORIOT, User can get the ETH0 MAC address from SSH access and run **ifconfig** command.
45 +
46 +
42 42  )))
43 43  
44 44  [[image:image-20220524175559-2.png]]
... ... @@ -45,9 +45,11 @@
45 45  
46 46  Get ETH0 MAC address
47 47  
53 +
48 48  (((
49 -**Note**: To make set up more friendly, the ETH0 will show on the LORIOT page in a new firmware version.
55 +(% style="color:red" %)**Note**: **To make set up more friendly, the ETH0 will show on the LORIOT page in a new firmware version.**
50 50  
57 +
51 51  
52 52  )))
53 53  
... ... @@ -54,29 +54,38 @@
54 54  == 2.2 Step 2: Choose LORIOT service ==
55 55  
56 56  
64 +[[image:image-20220531182035-1.png]]
65 +
57 57  Choose to use LORIOT as LoRaWAN service provider
58 58  
59 -[[image:image-20220524175646-4.png]]
60 60  
69 +
70 +[[image:image-20220531182109-2.png]]
71 +
61 61  Install and choose the LORIOT server to be used
62 62  
63 63  
75 +
64 64  == 2.3 Step 3: Checking Connection Status ==
65 65  
66 -[[image:image-20220524175703-5.png]]
67 67  
79 +[[image:image-20220531182202-3.png]]
80 +
68 68  Click to Home page and check the connection status
69 69  
70 70  
84 +
71 71  == 2.4 Step 4: Setup Account in LORIOT ==
72 72  
87 +
73 73  Login [[LORIOT>>url:https://www.loriot.io/]] and create account
74 74  
75 -[[image:image-20220524175722-6.png]]
90 +[[image:image-20220531182253-4.png]]
76 76  
77 77  Log in LORIOT portal
78 78  
79 79  
95 +
80 80  Choose to use the server same as the gateway setting
81 81  
82 82  [[image:image-20220526111312-1.png||height="493" width="1098"]]
... ... @@ -84,6 +84,7 @@
84 84  Choose server
85 85  
86 86  
103 +
87 87  Create a New Network
88 88  
89 89  [[image:image-20220526111425-2.png||height="579" width="1378"]]
... ... @@ -96,13 +96,16 @@
96 96  Create a New Network
97 97  
98 98  
116 +
99 99  == 2.5 Step 5: Register the gateway ==
100 100  
119 +
101 101  [[image:image-20220526111650-4.png]]
102 102  
103 103  Register the Gateway in LORIOT
104 104  
105 105  
125 +
106 106  Choose LG308 as gateway model
107 107  
108 108  [[image:image-20220526111742-5.png||height="496" width="1372"]]
... ... @@ -110,6 +110,7 @@
110 110  Choose LG308 as gateway model
111 111  
112 112  
133 +
113 113  Input Gateway ETH0 address
114 114  
115 115  [[image:image-20220526111918-6.png||height="744" width="1336"]]
... ... @@ -117,6 +117,7 @@
117 117  Choose SX1301 Reference and use SPI protocol
118 118  
119 119  
141 +
120 120  Choose the right Frequency Band and input location
121 121  
122 122  [[image:image-20220526112029-7.png||height="620" width="1306"]]
... ... @@ -124,8 +124,10 @@
124 124  Set up regional settings.
125 125  
126 126  
149 +
127 127  == 2.6 Step 6: Check Connection ==
128 128  
152 +
129 129  (((
130 130  LORIOT will show disconnect if Gateway doesn't connect
131 131  )))
... ... @@ -132,6 +132,8 @@
132 132  
133 133  (((
134 134  LORIOT will show connect if Gateway connect to LORIOT ok.
159 +
160 +
135 135  )))
136 136  
137 137  [[image:image-20220526112143-8.png||height="654" width="1373"]]
... ... @@ -139,14 +139,18 @@
139 139  Status: Connected
140 140  
141 141  
168 +
142 142  == 2.7 Debug If there is connection issue ==
143 143  
171 +
144 144  User can check if loriot is running by checking the web ui
145 145  
174 +
146 146  [[image:image-20220526112917-18.png]]
147 147  
148 148  Status: Connected
149 149  
179 +
150 150  (((
151 151  If user want to see more log, he can run below commands in Linux and see the full log:
152 152  )))
... ... @@ -160,6 +160,8 @@
160 160  )))
161 161  
162 162  (((
193 +
194 +
163 163  Above two commands will first kill the loriot process and run it again to get more output.
164 164  )))
165 165  
... ... @@ -168,10 +168,12 @@
168 168  Get more debug info
169 169  
170 170  
203 +
171 171  = 3. End Device Note =
172 172  
173 173  == 3.1 Downlink Setup ==
174 174  
208 +
175 175  [[image:image-20220530145133-2.png]]
176 176  
177 177  
image-20220531182109-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +54.2 KB
Content
image-20220531182202-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +313.4 KB
Content
image-20220531182253-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +464.2 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0