<
From version < 48.4 >
edited by Xiaoling
on 2022/05/30 14:53
To version < 52.9 >
edited by Xiaoling
on 2022/07/23 16:33
>
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,39 +45,47 @@
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 54  == 2.2 Step 2: Choose LORIOT service ==
55 55  
56 -[[image:image-20220524175626-3.png]]
63 +[[image:image-20220531182035-1.png]]
57 57  
58 58  Choose to use LORIOT as LoRaWAN service provider
59 59  
60 -[[image:image-20220524175646-4.png]]
61 61  
68 +
69 +[[image:image-20220531182109-2.png]]
70 +
62 62  Install and choose the LORIOT server to be used
63 63  
64 64  
74 +
65 65  == 2.3 Step 3: Checking Connection Status ==
66 66  
67 -[[image:image-20220524175703-5.png]]
77 +[[image:image-20220531182202-3.png]]
68 68  
69 69  Click to Home page and check the connection status
70 70  
71 71  
82 +
72 72  == 2.4 Step 4: Setup Account in LORIOT ==
73 73  
85 +
74 74  Login [[LORIOT>>url:https://www.loriot.io/]] and create account
75 75  
76 -[[image:image-20220524175722-6.png]]
88 +[[image:image-20220531182253-4.png]]
77 77  
78 78  Log in LORIOT portal
79 79  
80 80  
93 +
81 81  Choose to use the server same as the gateway setting
82 82  
83 83  [[image:image-20220526111312-1.png||height="493" width="1098"]]
... ... @@ -85,6 +85,7 @@
85 85  Choose server
86 86  
87 87  
101 +
88 88  Create a New Network
89 89  
90 90  [[image:image-20220526111425-2.png||height="579" width="1378"]]
... ... @@ -97,13 +97,16 @@
97 97  Create a New Network
98 98  
99 99  
114 +
100 100  == 2.5 Step 5: Register the gateway ==
101 101  
117 +
102 102  [[image:image-20220526111650-4.png]]
103 103  
104 104  Register the Gateway in LORIOT
105 105  
106 106  
123 +
107 107  Choose LG308 as gateway model
108 108  
109 109  [[image:image-20220526111742-5.png||height="496" width="1372"]]
... ... @@ -111,6 +111,7 @@
111 111  Choose LG308 as gateway model
112 112  
113 113  
131 +
114 114  Input Gateway ETH0 address
115 115  
116 116  [[image:image-20220526111918-6.png||height="744" width="1336"]]
... ... @@ -118,6 +118,7 @@
118 118  Choose SX1301 Reference and use SPI protocol
119 119  
120 120  
139 +
121 121  Choose the right Frequency Band and input location
122 122  
123 123  [[image:image-20220526112029-7.png||height="620" width="1306"]]
... ... @@ -125,8 +125,10 @@
125 125  Set up regional settings.
126 126  
127 127  
147 +
128 128  == 2.6 Step 6: Check Connection ==
129 129  
150 +
130 130  (((
131 131  LORIOT will show disconnect if Gateway doesn't connect
132 132  )))
... ... @@ -133,6 +133,8 @@
133 133  
134 134  (((
135 135  LORIOT will show connect if Gateway connect to LORIOT ok.
157 +
158 +
136 136  )))
137 137  
138 138  [[image:image-20220526112143-8.png||height="654" width="1373"]]
... ... @@ -140,14 +140,18 @@
140 140  Status: Connected
141 141  
142 142  
166 +
143 143  == 2.7 Debug If there is connection issue ==
144 144  
169 +
145 145  User can check if loriot is running by checking the web ui
146 146  
172 +
147 147  [[image:image-20220526112917-18.png]]
148 148  
149 149  Status: Connected
150 150  
177 +
151 151  (((
152 152  If user want to see more log, he can run below commands in Linux and see the full log:
153 153  )))
... ... @@ -161,6 +161,8 @@
161 161  )))
162 162  
163 163  (((
191 +
192 +
164 164  Above two commands will first kill the loriot process and run it again to get more output.
165 165  )))
166 166  
... ... @@ -169,10 +169,12 @@
169 169  Get more debug info
170 170  
171 171  
201 +
172 172  = 3. End Device Note =
173 173  
174 174  == 3.1 Downlink Setup ==
175 175  
206 +
176 176  [[image:image-20220530145133-2.png]]
177 177  
178 178  
image-20220531182035-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +265.0 KB
Content
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